body {
  background: #fff;
  color: white;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #ffffff;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #8BE6E1;
  outline: none;
  text-decoration: none;
}


#contact .row label, .short_explanation, .short_explanation a {
    color: black;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  color: #2EB873;
}

table img {
    width: auto;
}
img {
    width: 100% ;
}
.main-page {
  margin-top: 70px;
}

.wow {
  visibility: hidden;
}

/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.html") no-repeat center center;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #8BE6E1;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s ease-in-out;
  z-index: 1;
}

.back-to-top i {
  font-size: 24px;
  padding-top: 6px;
  color: #000;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: #8BE6E1;
  color: #fff;
  outline: none;
}

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

/* Sections Header
--------------------------------*/
.section-header {
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 20px;
}

.section-header::before {
  content: '';
  position: absolute;
  display: block;
  width: 100px;
  height: 5px;
  background: #8BE6E1;
  bottom: 0;
  left: calc(47% - 25px);
}

.section-header h2 {
  font-size: 36px;
  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: #9195a2;
}

.section-with-bg {
  background-color: #f6f7fd;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 110px;
  padding: 2px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background-image: url(../img/header-bg.jpg) ;
  background-size: cover;
}

@media (max-width: 991px) {
  #header {
    background-image: url(../img/header-bg.jpg) ;
    background-size: cover;
    height: 110px;
    padding: 2px 0;
    transition: all 0.5s;
  }
}

@media (max-width: 1199px) {
  #header .container {
    max-width: 100%;
  }
}

#header.header-scrolled, #header.header-fixed {
  background-image: url(../img/header-bg.jpg) ;
  background-size: cover;
  height: 110px;
  padding: 2px 0;
  transition: all 0.5s;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 span {
  color: #8BE6E1;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

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

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media (max-width: 991px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 8px;
  text-decoration: none;
  display: inline-block;
  color: rgba(202, 206, 221, 0.8);
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  outline: none;
}

@media (max-width: 1199px) {
  .nav-menu a {
    padding: 8px 4px;
  }
}

.nav-menu .menu-active a, .nav-menu a:hover {
  color: #fff;
}

.nav-menu > li {
  margin-left: 8px;
}

.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #8BE6E1;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .menu-active > a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu li.buy-tickets a {
  color: #fff;
  background: #8BE6E1;
  padding: 7px 22px;
  border-radius: 50px;
  border: 2px solid #8BE6E1;
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  margin-left: 8px;
  margin-top: 2px;
  line-height: 1;
  font-size: 13px;
}

.nav-menu li.buy-tickets a:hover {
  background: none;
}

.nav-menu li.buy-tickets:hover a:before, .nav-menu li.buy-tickets.menu-active a:before {
  visibility: hidden;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
  border-radius: 3px;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #060c22;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
  border-radius: 3px;
}

.nav-menu ul li:hover > a {
  background: #8BE6E1;
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 15px 15px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

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

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(6, 12, 34, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 17px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #8BE6E1;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #8BE6E1;
}

#mobile-nav ul .menu-item-active {
  color: #8BE6E1;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(6, 12, 34, 0.8);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%; 
  /* overflow: hidden;  */
  /* position: fixed; */
  top: 0;
  left: 0; 
  /* height: 15cm;
  min-height: 100vh; */
  z-index: -100; 
}

#intro video { width:100%;  }
   
#intro .intro-container { 
  text-align: center;
  padding: 0 ;
}

@media (max-width: 991px) {
  #intro .intro-container {
    top: 70px;
  }
}

#intro h1 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 56px; position: inherit;
  font-weight: 600;
  text-transform: uppercase;z-index: 999;
}

#intro h1 span {
  color: #8BE6E1;
}

@media (max-width: 991px) {
  #intro h1 {
    font-size: 34px;
  }
}

#intro p {
  color: #ebebeb;
  font-weight: 700;
  font-size: 20px;
}

@media (max-width: 991px) {
  #intro p {
    font-size: 16px;
  }
} 
#intro1 {padding: 20vh 0;
min-height: 100vh;}

.video-title { 
  text-align: center;  
  margin: 50px 0 0 0;
padding: 5mm;
font-size: 5mm; 
}
.video-title h1 {display: inline-block; max-width: 90%; font-size: 5mm; padding: 5mm; border: 1mm solid #2EB873; border-radius: 3mm;
font-weight: bold; text-transform: uppercase; color: white;}
.video-title h2 { text-transform: uppercase; font-size: 23px;  color: white; }

.counter span {
    color: #2EB873;
    font-size: 45px; }
.title-count h2{ color: white; font-size: 22.6833px; font-weight: 400;  margin: 10px 0; text-transform: uppercase; }
.title-count h2 span{  color: #2EB873; }
#abt-count {border-radius: 15px 15px 0 0; background:black; color: white; text-align: center; padding: 5px 0 0}




/*          slider          */

#slider {
  overflow: hidden;  border-radius: 5mm; margin-bottom: 30px;
}

@keyframes slider {
  0% { left: 0; }
  20% { left: 0; }
  33% { left: -100%; }
  45% { left: -100%; }
  63% { left: -200%; }
  66% { left: -200%; }  
  75% { left: -300%; }
  95% { left: -300%; }
  100% { left: 0; }
}
#slider figure {
  width:500%;
  position: relative;
  animation: 10s slider infinite;
}

#slider figure:hover {
  /*animation-play-state: paused; enable for pause on hover*/
}
#slider figure img {
  width: 20%;
  height: 350px;
  float: left;
  max-height: 370px;
}

 
#reviews {
  text-align: center;
}

#revs {
  overflow: hidden; 
}

@keyframes rev {
  0% { left: 0; }
  30% { left: 0; }
  33% { left: -100%; }
  63% { left: -100%; }
  66% { left: -200%; }
  95% { left: -200%; }
  100% { left: 0; }
}
#revs .rev {
  width:500%;
  position: relative;
  animation: 9s rev infinite;
}

#revs .rev:hover {
  /*animation-play-state: paused; enable for pause on hover*/
}
#revs .rev p {
  width: 20%;
  height: 100%;
  float: left;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
#about {
  background: white;
  overflow: hidden;
  color: #000;
  /* padding: 40px 0 0px 0; */
}
 

h2.side-title {
  background: #8BE6E1; 
  font-size: 20px;
  font-weight: bold; 
  text-align: right;
  display: inline-block;
  margin-bottom: 10px;
  color: #000;
}

#about p {
  font-size: 16px;
  margin-bottom: 20px;
  padding: 0 25px 0 40px; 
  text-align: justify;
}

.readmore {  padding: 0 0 0 40px; }
/*--------------------------------------------------------------
# Speakers Section
--------------------------------------------------------------*/
#speakers {
  padding: 60px 0 30px 0;
}

#speakers .speaker {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#speakers .speaker .details {
  background: rgba(6, 12, 34, 0.76);
  position: absolute;
  left: 0;
  bottom: -30px;
  right: 0;
  text-align: center;
  padding-top: 10px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#speakers .speaker .details h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

#speakers .speaker .details p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
  font-style: italic;
}

#speakers .speaker .details .social {
  height: 30px;
}

#speakers .speaker .details a {
  color: #fff;
}

#speakers .speaker .details a:hover {
  color: #8BE6E1;
}

#speakers .speaker:hover .details {
  bottom: 0;
}

#speakers-details {
  padding: 60px 0;
}

#speakers-details .details h2 {
  color: #112363;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

#speakers-details .details .social {
  margin-bottom: 15px;
}

#speakers-details .details .social a {
  background: #e9edfb;
  color: #112363;
  line-height: 1;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding-top: 9px;
}

#speakers-details .details .social a:hover {
  background: #8BE6E1;
  color: #fff;
}

#speakers-details .details .social a i {
  font-size: 18px;
}

#speakers-details .details p {
  color: #112363;
  font-size: 15px;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Schedule Section
--------------------------------------------------------------*/
#schedule {
  padding: 60px 0 60px 0;
}

#schedule .nav-tabs {
  text-align: center;
  margin: auto;
  display: block;
  border-bottom: 0;
  margin-bottom: 30px;
}

#schedule .nav-tabs li {
  display: inline-block;
  margin-bottom: 0;
}

#schedule .nav-tabs a {
  border: none;
  border-radius: 50px;
  font-weight: 600;
  background-color: #0e1b4d;
  color: #fff;
  padding: 10px 100px;
}

@media (max-width: 991px) {
  #schedule .nav-tabs a {
    padding: 8px 60px;
  }
}

@media (max-width: 767px) {
  #schedule .nav-tabs a {
    padding: 8px 50px;
  }
}

@media (max-width: 480px) {
  #schedule .nav-tabs a {
    padding: 8px 30px;
  }
}

#schedule .nav-tabs a.active {
  background-color: #8BE6E1;
  color: #fff;
}

#schedule .sub-heading {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  margin: 0 auto 30px auto;
}

@media (min-width: 991px) {
  #schedule .sub-heading {
    width: 75%;
  }
}

#schedule .tab-pane {
  transition: ease-in-out .2s;
}

#schedule .schedule-item {
  border-bottom: 1px solid #cad4f6;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color ease-in-out 0.3s;
}

#schedule .schedule-item:hover {
  background-color: #fff;
}

#schedule .schedule-item time {
  padding-bottom: 5px;
  display: inline-block;
}

#schedule .schedule-item .speaker {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}

#schedule .schedule-item .speaker img {
  height: 100%;
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}

#schedule .schedule-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

#schedule .schedule-item h4 span {
  font-style: italic;
  color: #19328e;
  font-weight: normal;
  font-size: 16px;
}

#schedule .schedule-item p {
  font-style: italic;
  color: #152b79;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Venue Section
--------------------------------------------------------------*/
#venue {
  padding: 60px 0;
}

#venue .container-fluid {
  margin-bottom: 3px;
}

#venue .venue-map iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
}

#venue .venue-info {
  background: url("../img/venue-info-bg.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

#venue .venue-info:before {
  content: "";
  background: rgba(13, 20, 41, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#venue .venue-info h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 574px) {
  #venue .venue-info h3 {
    font-size: 24px;
  }
}

#venue .venue-info p {
  color: #fff;
  margin-bottom: 0;
}

#venue .venue-gallery-container {
  padding-right: 12px;
}

#venue .venue-gallery {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

#venue .venue-gallery img {
  transition: all ease-in-out 0.4s;
}

#venue .venue-gallery:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Hotels Section
--------------------------------------------------------------*/
#hotels {
  padding: 60px 0;
}

#hotels .hotel {
  border: 1px solid #e0e5fa;
  background: #fff;
  margin-bottom: 30px;
}

#hotels .hotel:hover .hotel-img img {
  transform: scale(1.1);
}

#hotels .hotel-img {
  overflow: hidden;
  margin-bottom: 15px;
}

#hotels .hotel-img img {
  transition: 0.3s ease-in-out;
}

#hotels h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
  padding: 0 20px;
}

#hotels a {
  color: #152b79;
}

#hotels a:hover {
  color: #8BE6E1;
}

#hotels .stars {
  padding: 0 20px;
  margin-bottom: 5px;
}

#hotels .stars i {
  color: #ffc31d;
}

#hotels p {
  padding: 0 20px;
  margin-bottom: 20px;
  color: #060c22;
  font-style: italic;
  font-size: 15px;
}

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
#gallery { 
  overflow: hidden; 
  margin-top: 25px;
  margin-bottom: 10px;
  text-align: center;
  background-color: #fff;
}

#gallery img {
  border: 2px solid #8be6e1;
  padding: 5px;
  width: 350px;
  margin : 20px 0 20px 5px;
  height: 250px;
}
 
.vbox-container img { width: auto;  }

/*--------------------------------------------------------------
# Sponsors Section
--------------------------------------------------------------*/
#sponsors {
  padding: 60px 0;
}

#sponsors .sponsors-wrap {
  border-top: 1px solid #e0e5fa;
  border-left: 1px solid #e0e5fa;
  margin-bottom: 30px;
}

#sponsors .sponsor-logo {
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #e0e5fa;
  border-bottom: 1px solid #e0e5fa;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  height: 160px;
}

#sponsors .sponsor-logo:hover img {
  transform: scale(1.2);
}

#sponsors img {
  transition: all 0.4s ease-in-out;
}

/*--------------------------------------------------------------
# F.A.Q Section
--------------------------------------------------------------*/
#faq {
  padding: 60px 0;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ddd;
}

#faq #faq-list a {
  padding: 18px 0;
  display: block;
  position: relative;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding-right: 20px;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #faq #faq-list a {
    font-size: 18px;
  }
  #faq #faq-list i {
    top: 13px;
  }
}

#faq #faq-list a.collapse {
  color: #8BE6E1;
}

#faq #faq-list a.collapsed {
  color: #000;
}

#faq #faq-list a.collapsed i::before {
  content: "\f055" !important;
}

/*--------------------------------------------------------------
# Subscribe Section
--------------------------------------------------------------*/
#subscribe {
  padding: 60px;
  background: url(../img/subscribe-bg.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#subscribe:before {
  content: "";
  background: rgba(6, 12, 34, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

@media (min-width: 1024px) {
  #subscribe {
    background-attachment: fixed;
  }
}

#subscribe .section-header h2, #subscribe p {
  color: #fff;
}

#subscribe input {
  background: #fff;
  color: #060c22;
  border: 0;
  outline: none;
  margin: 0;
  padding: 9px 20px;
  border-radius: 50px;
  font-size: 14px;
}

@media (min-width: 767px) {
  #subscribe input {
    min-width: 400px;
  }
}

#subscribe button {
  border: 0;
  padding: 9px 25px;
  cursor: pointer;
  background: #8BE6E1;
  color: #fff;
  transition: all 0.3s ease;
  outline: none;
  font-size: 14px;
  border-radius: 50px;
}

#subscribe button:hover {
  background: #8BE6E1;
}

@media (max-width: 460px) {
  #subscribe button {
    margin-top: 10px;
  }
}

/*--------------------------------------------------------------
# Buy Tickets Section
--------------------------------------------------------------*/
#buy-tickets {
  padding: 60px 0;
}

#buy-tickets .card {
  border: none;
  border-radius: 5px;
  transition: all  0.3s ease-in-out;
  box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
}

#buy-tickets .card:hover {
  box-shadow: 0 10px 35px 0 rgba(6, 12, 34, 0.2);
}

#buy-tickets .card hr {
  margin: 25px 0;
}

#buy-tickets .card .card-title {
  margin: 10px 0;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
}

#buy-tickets .card .card-price {
  font-size: 48px;
  margin: 0;
}

#buy-tickets .card ul li {
  margin-bottom: 20px;
}

#buy-tickets .card .text-muted {
  opacity: 0.7;
}

#buy-tickets .card .btn {
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: #8BE6E1;
  border: 0;
  color: #fff;
}

#buy-tickets .card .btn:hover {
  background-color: #8BE6E1;
}

#buy-tickets #buy-ticket-modal input, #buy-tickets #buy-ticket-modal select {
  border-radius: 0;
}

#buy-tickets #buy-ticket-modal .btn {
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: #8BE6E1;
  border: 0;
  color: #fff;
}

#buy-tickets #buy-ticket-modal .btn:hover {
  background-color: #8BE6E1;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
#contact {
  padding: 60px 0;
}

#contact .contact-info {
  margin-bottom: 20px; 
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #8BE6E1;
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #112363;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #112363;
}

#contact .contact-info a {
  color: #4869df;
}

#contact .contact-info a:hover {
  color: #8BE6E1;
}

#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;
  }
}

#contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

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

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

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

#contact .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;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

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

#contact .php-email-form input::focus, #contact .php-email-form textarea::focus {
  background-color: #8BE6E1;
}

#contact .php-email-form input {
  padding: 20px 15px;
}

#contact .php-email-form textarea {
  padding: 12px 15px;
}

#contact .php-email-form button[type="submit"] {
  background: #8BE6E1;
  border: 0;
  padding: 10px 40px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  cursor: pointer;
}

#contact .php-email-form button[type="submit"]:hover {
  background: #8BE6E1;
}

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

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background:rgba(4, 9, 25, 0.5);
  padding: 0 0 25px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: rgba(0, 0, 0, 0.3);
  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 {
  margin-bottom: 10px;
  height: 100px;
  width: 130px;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
  text-align: justify;
  word-break: break-all;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #222636;
  color: #eee;
  line-height: 1;
  padding: 9px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #8BE6E1;
  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 #8BE6E1;
}

#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: #8BE6E1;
  font-size: 18px;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #000; 
}
.footer-links a { 
    display: inline-block;
    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: #8BE6E1;
}

#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: #8BE6E1;
  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: #8BE6E1;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}
.cta { width: 100%; }
#cta_wrapper{
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
}

#cta_wrapper>div{
  display: inline;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr 3fr;
  grid-gap: 5mm;
  background: rgba(0,0,0,0.9);
  padding: 9mm;
  align-items: middle;
  font-size: 4mm;
  align-items: center;
}
#cta_wrapper>div img{
  height: 8mm;
  max-height: 8mm;
  width: auto;
  margin: 1mm;
}
#cta_wrapper>div img:hover{
  opacity: 0.5;
}
a.btn{
  display: inline-block;
  background: #8BE6E1;
  padding: 15px 40px;
  border-radius: 10mm;
  color: #000; 
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
}
@media only screen and (min-width: 755px) {
  #cta_wrapper{
    bottom: 0.5cm;
  }
  #cta_wrapper>div{
    max-width: 7cm;
    border-radius: 2cm;
  } 
}
.bgdarker{ background:  #0b0c0f;} 
.bgdark { background: #2eb873;}
.bgtheme { background:  #eb2d2d;}
.bglight{ background:  #f9fcff;}
.bglighter{ background:  #ffffff; }
.fntdark { color: #2eb873; }

.abt-resrt .col-lg-4 { margin-bottom: 40px; }
.ac_img  img { width: 150px; padding: 0 3px 8px 0 ;height: 110px;  }
.text-aln { margin: 0 40px }
@media screen and (max-width: 991px) {
  .ds-none {
    display: none !important;
  } 
  #intro video { width:auto;  }
  .ac_img img { padding: 20px; width: 100%; height: auto;  }
  .cta { width: 100%; }
  #cta_wrapper { width: 100%; }
  /* #footer { margin-bottom : 60px; } */
}
.pics { padding: 20px; text-align: center; margin-bottom: 50px; }
.pics img { width: 315px; height: 210px; margin: 5px 2px 15px 2px; border-radius: 15px ;  }
.pics h2 { padding: 40px 0 10px 0; }

/*Booking*/
.booking { text-align: center;  margin-top: 100px;
  margin-bottom: 50px; }
.booking form label{
  background: rgba(0,0,0,0.7);
  padding: 4mm 2mm;
  border-radius: 2mm;
  width: 100%;
  margin-top: 15px;
}
.booking form label>span{
  text-transform: uppercase;
  font-size: 80%;
}
.booking form input{
  width: 100%;
  color: white;
  background: none;
  outline: none;
  border: none;
  font-size: 5mm;  
  border-bottom: 0.5mm solid #1AAB73;
  text-align: inherit;
}
span.btn:hover,.booking form input[type=submit]:hover{
  cursor: pointer;
  cursor: hand;
}
span.btn,.booking form input[type=submit]{
  width: auto;
  background: #EB2D2D;
  color: white;
  padding: 2mm 4mm;
  border-radius: 20mm;
  justify-self: center;
  border: none; 
  -webkit-appearance: none;
}  
.booking form input[type=date]::-webkit-clear-button,.booking form input[type=date]::-webkit-inner-spin-button{
  display: none;
}
.booking form input[type=date]::-webkit-calendar-picker-indicator {
  width: 100%; position :absolute;
}
.booking-bg { background-image: url(../booking-bg.jpg ) ; background-size: cover; }
#facility {
  overflow: hidden;  border-radius: 5mm; margin-bottom: 30px;
}

@keyframes fac {
  0% { left: 0; }
  20% { left: 0; }
  33% { left: -100%; }
  65% { left: -100%; }
  75% { left: -200%; }
  90% { left: -200%; }  
  100% { left: 0; }
}
#facility figure {
  width:500%;
  position: relative;
  animation: 10s fac infinite;
}

#facility figure:hover {
  /*animation-play-state: paused; enable for pause on hover*/
}
#facility figure img {
  width: 20%;
  height: 100%;
  float: left;
  max-height: 370px;
}

#contact input[type="submit"] {
    background: #8BE6E1;
    border: 0;
    padding: 10px 40px !important;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px !important; 
}
.nav-menu{
  display: flex;
  align-items: center;
}
.nav-menu li{
  display: inline-flex;
}
.nav-menu li a{
  padding: 0 15px;
    line-height: 85px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}
#activities{
  background: white;
    overflow: hidden;
    color: #000;
    /* padding: 40px 0 0px 0; */
}
#activities p {
  font-size: 16px;
  margin-bottom: 20px;
  padding: 0 25px 0 70px; 
  text-align: justify;
}
.portfolio-categories {
  padding-left: 0;
  margin-bottom: 5%;
  text-align: center;
  display: block;
}
.portfolio-categories li {
  display: inline-block;
  /* margin-right: 35px; */
}
.portfolio-categories li a {
  color: #222;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .16px;
  position: relative;
  padding-bottom: 10px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  text-transform: capitalize;
  font-weight: 600;
  padding: 10px 40px;
    
}
.content-image-block {
  display: inline-flex;
}
#footer a{
  text-decoration: none;
}
.read-more{
  margin-left: 40px;
  background-color: #8BE6E1;
  border: none;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 20px;
}
.read-more:hover{
  background-color: #FAE9A4;
}
#staticBackdropLabel{
  color: #8BE6E1;
  font-size: 24px;
    font-weight: 700;
    text-align: center;
}
#staticBackdrop .modal-body p{
  padding: 0;
}
.close-btn{
  background-color: #8BE6E1;
  border: none;
}
.close-btn:hover{
  background-color: #FAE9A4;
}
#gallery h2{
  color: #000;
}
@media only screen and (max-width: 768px){
  #intro{
    padding-top: 100px;
    height: auto;
    min-height: auto;
    padding-bottom: 20px;
  }
  #intro .owl-nav{
    display: none;
  }
  #intro .owl-dots{
    display: none;
  }
  h2.side-title{
    font-size: 17px !important;
    text-align: left;
  }
  #gallery img{
    margin: 0;
  }
  .portfolio-categories li{
    /* display: block; */
    margin-right: 0;
    margin-bottom: 20px;
  }
  .portfolio-categories li a{
    font-size: 14px;
    padding: 10px 20px;
  }
  a.btn{
    margin: 20px 13px;
  }
  #logo{
    text-align: center;
    float: none;
  }
  #about p{
    padding: 0 25px 0 70px;
  }
  .sticklist{
    min-width: auto !important;
  }
  .about-slider img{
    height: 350px !important;
  }
  #about-slider{
    height: 400px !important;
  }
  .read-more{
    margin-left: 70px;
  }
  .d-sm-none{
    display: none;
  }
  #about{
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 1024px){
  #intro{
    padding-top: 100px;
    height: auto;
    min-height: auto;
    padding-bottom: 20px;
  }
  #intro .owl-nav{
    display: none;
  }
  #intro .owl-dots{
    display: none;
  }
  
  #logo img{
    width: auto;
  }
  .sticklist{
    top: 40% !important;
  }
  
}
@media screen and (max-width:1024px) and (min-width:768px){
  .d-lg-none{
    display: none !important;
  }
}
#mobile-nav-toggle{
    margin: 30px 15px 0 0;
  }
  .portfolio-categories li a.active{
    border-radius: 6px !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 0px;
    border: 0px;
    text-align: center;
    color: #150300 !important;
    background-color: #8BE6E1 !important;
    
  }
  .nav-link:hover{
    color: #000;
  }
  #intro{
    padding-top: 100px;
  }
  .sticklist {
    position: fixed;
    z-index: 99999;
    top: 50%;
    display: flex;
    align-items: baseline;
    transition: all 1s ease 0s;
    max-width: 170px;
    min-width: 170px;
    flex-direction: column;
    margin-top: -101px;
}
.vibrate-3 {
  -webkit-animation: vibrate-3 1s linear infinite both;
  animation: vibrate-3 1s linear infinite both;
}
.open-close-arrow {
  border-radius: 0px;
  padding: 10px;
  text-align: center;
  line-height: 32px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  background: #f58634;
  color: #fff;
  font-size: 20px;
  -webkit-transition: all .3s ease 0s;
  display: inline-block;
  vertical-align: bottom;
  border: 0px;
  width: auto;
  min-width: 50px;
  border-radius: 0px 10px 10px 0px;
}
button.open-close-arrow span.open-arrow {
  display: block;
}
.open-close-arrow span.close-arrow {
  display: none;
  transition: 0.2s all;
}
.sticklist ul {
  padding: 0px;
  margin: 0px;
}
.imgnone {
  display: flex;
  align-items: center;
  transition: 0.6s all !important;
  width: 50px;
  margin: 5px 0px;
  border-radius: 0px 10px 10px 0px;
}
.download-pdf {
  background: #8BE6E1 !important;
  color: #fff !important;
  border: 0px solid transparent !important;
}
.imgnone a {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: unset !important;
}
.sticklist span.icon, .sticklist span.icon1 {
  min-width: 50px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.imgnone .btn-text {
  padding-right: 20px;
}
.none-li a i {
  font-size: 26px;
  padding: 0px;
  color: #000;
}
li.none-li a i {
  padding-right: 0px;
}
li.whataspp-icon, .inquiery-icon {
  overflow: hidden;
}
.inquiery-icon {
  background: #000;
  color: #fff;
}
.icon1 i{
  color: #fff !important;
}
@media only screen and (max-width: 360px){
  .portfolio-categories li a{
    padding: 10px 13px;
  }
  #gallery img{
    width: 300px;
  }
}
.about-slider img{
  height: 400px;
  border-radius: 30px;
}
#about-slider{
  height: 450px;
}
.activities-sliders .owl-nav{
  display: none;
}
.activities-sliders .owl-dots{
  display: none;
}
.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.image-text {
  
  color: black;
  font-size: 22px;
  font-weight: 900;
  padding: 16px 32px;
}
.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.content-image-block{
position: relative;
}
.content-image-block:hover .image {
  opacity: 0.5;
}

.content-image-block:hover .middle {
  opacity: 1;
}
.footer-contact li{
  color: #eee;
  /* display: inline-block; */
  padding: 10px 0;
  text-decoration: none;
}
.social-links{
  margin-top: 20px;
}