/* @font-face {
  font-family: "FreeHand521";
  src: url('../fonts/freehand521.ttf') format('truetype');
}

@font-face {
  font-family: "Nunito";
  src: url('../fonts/Nunito-Regular.ttf') format('truetype');
}

@font-face {
  font-family: "NunitoLight";
  src: url('../fonts/Nunito-Light.ttf') format('truetype');
}

@font-face {
  font-family: "Montserrat";
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
} */


@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?gd1240');
  src: url('../fonts/icomoon.eot?gd1240#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?gd1240') format('truetype'),
    url('../fonts/icomoon.woff?gd1240') format('woff'),
    url('../fonts/icomoon.svg?gd1240#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

:root {
  --menu-font: Nunito, sans-serif;
  --head-font: Montserrat, sans-serif;
  --body-font: Nunito, Georgia;
  --body-light-font: NunitoLight, Nunito, Georgia;
  --primary-color: #ffc451;
  --secondary-color: #db1204;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
  content: "\f00d";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-times:before {
  content: "\f00d";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-check-square-o:before {
  content: "\f046";
}

.icon-arrow-right:before {
  content: "\f061";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-phone:before {
  content: "\f095";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-facebook-f:before {
  content: "\f09a";
}

.icon-bars:before {
  content: "\f0c9";
}

.icon-navicon:before {
  content: "\f0c9";
}

.icon-reorder:before {
  content: "\f0c9";
}

.icon-envelope:before {
  content: "\f0e0";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-youtube-square:before {
  content: "\f166";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-youtube-play:before {
  content: "\f16a";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-facebook-official:before {
  content: "\f230";
}

.icon-whatsapp:before {
  content: "\f232";
}

.icon-map-o:before {
  content: "\f278";
}

.icon-location:before {
  content: "\e947";
}

.icon-location2:before {
  content: "\e948";
}




body {
  background: #fff;
  /* color: #666666; */
  color: #333;
  font-family: var(--body-font);
  font-size: 1rem;
  line-height: 1.2em;
}

a {
  color: #f96e08;
  /* color: var(--primary-color); */
  transition: 0.5s;
}

em {
  font-style: normal;
  font-weight: bold;
}

a:hover,
a:active,
a:focus {
  color: var(--primary-color);
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 1em 0;
}

a.textlink {
  color: orange;
}

a.textlink:hover,
a.textlink:active,
a.textlink:focus {
  color: orangered;
  outline: none;
  text-decoration: underline;
}

.butt {
  margin: 5px auto;
  border-radius: 50px;
  transition: all .2s cubic-bezier(.5, .1, .75, 1.35);
  cursor: pointer;
  outline: 0;
  background: #bb5206;
  padding: 8px 25px 8px 25px;
  border: none;
  color: #fff;
  display: inline-block;
  width: auto;
  font-size: initial;
}

.butt:hover {
  background-color: var(--primary-color);
  color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--head-font);
  /* font-weight: 400; */
  /* margin: 50px 0 10px 0; */
  padding: 0;
  text-align: center;
}

p.trans a:link,
p.trans a:visited,
p.trans a:focus {
  color: white;
}

h2,
h3 {
  margin-top: 2em;
  font-weight: 600;
}

h1 {
  font-size: 2.5rem;
  color: #111;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  /* padding-top: 20px; */
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  text-align: left;
  font-size: 1.5rem;
}

h5 {
  font-size: 1.2rem;
  margin-bottom: 0;
  text-align: left;
}

h5.agent {
  margin-bottom: 5px;
}

#tit {
  text-align: center;
  position: absolute;
  top: 300px;
}

.mycard {
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.rosae {
  background-color: #fcb0ea;
}

.natural {
  background-color: #f2e3b1;
}

.greentea {
  background-color: #c9ec84;
}

.mygreen {
  color: #74c116;
}

.mcard {
  width: auto;
  max-width: 300px;
  background-color: white;
  border: 1px solid #44141242;
  margin: 0 auto 30px;
  text-align: center;
}

.mcard img {
  width: 100%;
  height: auto;
}

.mcard-body {
  padding: 10px;
}

.mcard-varian {
  border-radius: 50px;
  border: 1px solid #49171654;
  padding: 3px;
  font-size: 1rem;
  /* font-weight: bold; */
  color: #460c0bc9;
  margin: 10px;
}

.mcard-price {
  font-size: 1.5rem;
  color: #fd6309;
  margin: 10px;
}

.herbal {
  width: 30%;
  height: 30%;
  background-image: url("../images/herbal.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 100%;
  display: inline-block;
  position: absolute;
  bottom: 0;
}

.welcome {
  /* position: relative; */
  padding: 20px 0;
}

.welcome .panel {
  /* position: relative; */
  /* top: 7vmin; */
  /* top: calc(80% - 100px); */
  left: -18vmin;
  height: 80%;
  /* max-height: 500px; */
  /* border: solid 1px black; */
  padding: 1em;
  background: white;
  /* box-shadow: 0 10px 10px rgba(0, 0, 0, .2); */
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  /* background-color: var(--primary-color); */
  background-color: #ffc451;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 900;
  padding-top: 7px;
}

.back-to-top i {
  /* padding-top: 12px; */
  color: #fff;
  font-size: 25px;
}

#header-scrolled-trigger {
  width: 100%;
  height: 70px;
  position: absolute;
}

.nowrap {
  white-space: nowrap;
}

ul.cb,
ul.arrow {
  padding-left: 25px;
}

ul.cb li::before,
ul.arrow li::before {
  font-family: 'icomoon' !important;
  padding-right: .3em;
}

ul.cb li::before {
  content: "\f046";
}

ul.arrow li::before {
  content: "\ea3c";
  font-size: .9em;
}

ul.cb li,
ul.arrow li {
  display: flex;
  list-style-type: none;
  list-style-position: outside;
}

/* ul.fancy li::marker {
  font-family: 'icomoon' !important;
  content: "\f046";
} 

ul.fancy li,
ul.arrow li {
  padding-left: 5px;
}

ul.arrow li::marker {
  font-family: 'icomoon' !important;
  content: "\ea3c";
  font-size: .9em;
}*/


/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid var(--primary-color);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

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

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

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

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  padding: 30px 0;
  /* height: 92px; */
  /* height: 120px; */
  height: 100px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
}

#header.header-scrolled {
  background: rgba(0, 0, 0, .8);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid var(--primary-color);
}

#header #logo img {
  padding: 0;
  margin: 0;
}

#fixed-title {
  z-index: 100;
  position: absolute;
  bottom: 50px;
  /* bottom: 60px; */
  left: 0;
  right: 0;
  margin: auto;
  padding: 20px 15px 10px;
  /* padding: 20px 15px 20px; */
}

.slogan {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.6);
  top: calc(100vh - 125px);
  font-weight: 200;
  font-family: var(--body-light-font);
  text-align: center;
  width: inherit;

}

.abs-center {
  position: absolute;
  left: 50%;
  /*-webkit-transform: translateX(-50%);
  */
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

#fixed-title .brandname {
  font-size: 2.5rem;
  font-family: Serif, Nunito;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #FFC858;
  /* margin-bottom: 35px; */
  margin-bottom: 60px;
  padding-bottom: 0;
  font-weight: 700;
  text-align: center;
}

#fixed-title .tagline {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 200;
  font-family: var(--body-light-font);
  text-align: center;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  display: table;
  width: 100%;
  height: 100vh;
  /* height: 50vh; */
  background: #000;
}

#intro .carousel-item {
  width: 100%;
  /* height: 50vh; */
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}


#intro .carousel-background img {
  max-width: 100%;
}

#intro .carousel-content {
  text-align: center;
  /* padding: 40px; */
  vertical-align: bottom;
}

#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
}

#intro .carousel-fade {
  overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
  width: 10%;
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: var(--primary-color);
}

#intro .btn-get-started:hover {
  background: #fff;
  color: var(--primary-color);
}

.ion-chevron-right::before {
  font: normal normal normal 44px/1 FontAwesome;
  content: "\f105";
}

.ion-chevron-left::before {
  font: normal normal normal 44px/1 FontAwesome;
  content: "\f104";
}

[data-retina=complete] {
  -webkit-background-size: 100%;
  background-size: 100%;
}

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

/* Nav Meu Styling */

.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: var(--menu-font);
  /* font-weight: 700; */
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
}

.nav-menu li:hover>a,
.nav-menu>.menu-active>a {
  color: var(--primary-color);
  /* font-weight: 700; */

}

.nav-menu>.menu-has-children .menu-active>a {
  /* color: var(--secondary-color); */
  /* background-color: rgba(0, 0, 0, 0.5); */
  /* font-weight: 700; */
  color: orangered;

}

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

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

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

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 14px;
  text-transform: none;
  border-top: 1px solid dimgray;
}

.nav-menu ul li:first-child a {
  border-top: none;
}

.nav-menu ul li:hover>a {
  color: var(--primary-color);
  background-color: #000;
  /* background: linear-gradient(to left,rgba(0,0,0,0),rgba(0,0,0,.5),rgba(0,0,0,.8),rgba(0,0,0,.5),rgba(0,0,0,0)) */
}

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

li.menu-has-children ul {
  padding: 0px;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 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;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 88px;
  bottom: 0;
  z-index: 996;
  background: rgba(0, 0, 0, 0.8);
  left: -100vw;
  width: 100vw;
  /* left: -320px;
  width: 320px; */
  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: 1em;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  /* font-weight: 700; */
  font-family: var(--menu-font);
}

#mobile-nav ul li a:hover {
  color: var(--primary-color);
}

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

#mobile-nav>ul>li.menu-active>a {
  color: var(--primary-color);
  font-weight: bold;
}

#mobile-nav ul .menu-has-children .menu-active>a {
  /* color: var(--secondary-color); */
  /* background-color: rgba(0, 0, 0, 0.5); */
  /* font-weight: 700; */
  color: #ffc107
}

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

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: var(--primary-color);
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
  font-size: .9em;
}

#mobile-nav ul .menu-item-active {
  color: var(--primary-color);
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 995;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  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;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/
.section-header {
  margin-top: 2em;
}

.section-header h2,
.section-header h3,
h2.fancy {
  /* font-size: 2rem; */
  color: #111;
  /* text-transform: uppercase; */
  /* text-align: center; */
  /* font-weight: 700; */
  position: relative;
  padding-bottom: 10px;
}

h1.fancy::before,
.section-header h2::before,
.section-header h3::before,
h2.fancy::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  /* background: #ddd; */
  background: #ffc107;
  bottom: 1px;
  /* left: calc(50% - 60px); */
}

h1.fancy::after,
.section-header h2::after,
.section-header h3::after,
h2.fancy::after {
  content: '';
  position: absolute;
  display: block;
  width: 100px;
  height: 3px;
  background: #f9832c;
  bottom: 0;
  left: calc(50% - 50px);
}

.section-header h2.text-center::after,
.section-header h3.text-center::after,
h2.fancy.text-center::after {
  content: '';
  position: absolute;
  display: block;
  width: 100px;
  height: 3px;
  background: #f9832c;
  bottom: 0;
  left: calc(50% - 50px);
}

.section-header p {
  text-align: center;
  /* padding-bottom: 30px; */
  color: #333;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #f7f7f7;
}

/* Featured Services Section
--------------------------------*/

#featured-services {
  background: #000;
}

#featured-services .box {
  padding: 30px 20px;
}

#featured-services .box-bg {
  background-image: linear-gradient(0deg, #000000 0%, #242323 50%, #000000 100%);
}

#featured-services i {
  color: var(--primary-color);
  font-size: 48px;
  display: inline-block;
  line-height: 1;
}

#featured-services h4 {
  font-weight: 400;
  margin: 15px 0;
  font-size: 18px;
}

#featured-services h4 a {
  color: #fff;
}

#featured-services h4 a:hover {
  color: var(--primary-color);
}

#featured-services p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}

/* About Us Section
--------------------------------*/

#about {
  background:
    linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0)),
    url("../img/jatiluwih.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 10px 0 40px 0;
  position: relative;
}

#about::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 9;
}

#about .container {
  position: relative;
  z-index: 10;
}

#about .about-col {
  background: #fff;
  border-radius: 0 0 0 0;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;

}

#about .about-col .img {
  position: relative;
}

#about .about-col .img img {
  border-radius: 0 0 20px 20px;
}

#about .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: var(--primary-color);
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc(50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#about .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#about .about-col:hover .icon {
  background-color: #fff;
}

#about .about-col:hover i {
  color: var(--primary-color);
}

#about .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#about .about-col h2 a {
  color: #000;
}

#about .about-col h2 a:hover {
  color: var(--primary-color);
}

#about .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}


#circuits,
#questions {
  background: #fff;
  background-size: cover;
  padding: 30px 10px 40px;
}


#circuits h3 {
  /* font-family: var(--body-font); */
  /* font-size: 2rem; */
  font-weight: bold;
  text-align: center;
}

#circuits h4 {
  font-family: var(--body-font);
  font-size: 1.5rem;
  margin: 40px 0 10px 0;
}

#circuits h5 {
  text-align: center;
  margin: 40px 0 10px 0;
  color: rgb(255, 136, 0);
  font-size: 1.5em;
  font-family: var(--body-font);
}

ol {
  /* list-style: none; */
  /* counter-reset: my-awesome-counter; */
  padding-left: 1em;
  list-style-position: outside;
}

ol li {
  /* counter-increment: my-awesome-counter; */
  font-weight: bold;

}

/* ol li::before {
   content: counter(my-awesome-counter) ". "; 
 color: red; 

}*/

ol p {
  margin-left: 1.5em;
}

#questions h3 {
  margin-top: 2em;
}

table {
  margin: 0 auto;
}

td {
  border: solid 1px #DDD;
  padding: 5px 8px;
  font-size: .9em;
}

blockquote {
  border-left: 5px solid orangered;
  padding-left: 1em;
  font-weight: bold;
  font-size: .9em;
  /* margin-left: 1em; */
}


/* Services Section
--------------------------------*/

#services {
  background: #fff;
  background-size: cover;
  padding: 60px 0 40px 0;
}

#services .box {
  margin-bottom: 30px;
}

#services .icon {
  float: left;
}

#services .icon i {
  color: var(--primary-color);
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: var(--primary-color);
}

#services .description {
  font-size: 14px;
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0;
}

/* Call To Action Section
--------------------------------*/

#call-to-action {
  background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../images/call-to-action-bw.jpg) fixed center center;
  background-size: cover;
  padding: 40px 0;
}

#call-to-action h3 {
  color: var(--primary-color);
  /* font-size: 32px; */
  margin-top: 0;
  text-align: center;
  /* font-weight: 700; */
}

#call-to-action p,
#call-to-action ul li {
  color: #fff;
}

#call-to-action ul li {
  color: #fff;
  text-align: left;
}



#call-to-action .cta-btn {
  /* font-family: "Montserrat", sans-serif; */
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: var(--primary-color);
  border: 2px solid var(--primary-color);
}

/* Call To Action Section
--------------------------------*/

#skills {
  padding: 60px 0;
}

#skills .progress {
  height: 35px;
  margin-bottom: 10px;
}

#skills .progress .skill {
  font-family: "Open Sans", sans-serif;
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}

#skills .progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

#skills .progress-bar {
  width: 1px;
  text-align: left;
  transition: .9s;
}

/* Facts Section
--------------------------------*/

#facts {
  background: url("../img/balinese-dancer-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 0 0;
  position: relative;
}

#facts::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.88);
  z-index: 9;
}

#facts .container {
  position: relative;
  z-index: 10;
}

#facts .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: var(--primary-color);
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #111;
}

#facts .facts-img {
  text-align: center;
  padding-top: 30px;
}

/* Portfolio Section
--------------------------------*/

#portfolio {
  padding: 30px 0;
}

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

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

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  background: var(--primary-color);
  color: #fff;
}

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

#portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

#portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio .portfolio-item {
  position: relative;
  height: 360px;
  overflow: hidden;
}

#portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: 240px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

#portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview,
#portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear;
}

#portfolio .portfolio-item figure .link-preview i,
#portfolio .portfolio-item figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #333;
}

#portfolio .portfolio-item figure .link-preview:hover,
#portfolio .portfolio-item figure .link-details:hover {
  background: var(--primary-color);
}

#portfolio .portfolio-item figure .link-preview:hover i,
#portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

#portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

#portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 20px 30px;
  height: 90px;
  /* height: 100px; */
  border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  /* margin-bottom: 18px; */
  margin-bottom: 15px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: var(--primary-color);
}

#portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #333;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2em;
  /* text-transform: uppercase; */
}

/* Clients Section
--------------------------------*/

#clients {
  padding: 30px 0;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: var(--primary-color);
}

#testimony {
  padding: 30px 0;
}

#testimony h3 {
  margin-bottom: 0;
  margin-top: 60px;
}

#testimony img {
  height: 10rem;
  /* width: 100%; */
  border-radius: 5px;
  /* padding: 1px; */
}

#testimony a.image-link {
  display: inline-block;
  padding: 2px;
  margin: 0.1rem 0.1rem 0.2rem 0.1rem;
  background-color: #fff;
  line-height: 0;
  border-radius: 7px;
  vertical-align: top;
  border: solid 1px #ccc;
}

#testimony p {
  /* margin-bottom: 15px; */
  text-align: center;
}

#testimony p.trip-prop {
  margin-bottom: 10px;
  text-align: center;
}

.img-set {
  padding: 0;
  margin: 0 0 0 0;
  text-align: center;
}

/* Testimonials Section
--------------------------------*/

#testimonials {
  padding: 20px 0;
}

/* #testimonials h4,
#testimonials p {
  font-family: Georgia, 'Times New Roman', Times, serif;
} */

#testimonials .btn {
  margin-top: 5px;
  margin-bottom: 10px;
  display: inline-block;
  min-width: 100px;
  padding: 5px 10px;
  /* width: 100px; */

}

/* #testimonials .section-header {
  margin-bottom: 40px;
} */

#testimonials .testimonial-item {
  text-align: center;
}

#testimonials .testimonial-item .testimonial-img {
  width: 220px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}


#testimonials .testimonial-item h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0 5px 0;
  color: #111;
  text-align: center;
}

#testimonials .testimonial-item h5 {
  font-size: 1em;
  /* font-weight: bold; */
  /* color: #999; */
  margin: 0 0 15px 0;
  text-align: center;
  font-family: var(--body-light-font);
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  /* font-style: italic; */
  margin: 0 auto 15px auto;
  font-size: 1em;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: var(--primary-color);
}

.quoted2::after {
  content: "\201D";
}

.quoted1::before {
  content: "\201C";
}

.quoted2 {
  position: relative;
}

.myquote {
  font-size: 1.5em;
  color: rgba(0, 0, 0, 0.116);
  /* position: absolute; */
  z-index: -1;
  top: 0;
}

/* Team Section
--------------------------------*/

#team {
  background: #fff;
  padding: 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #000;
  position: relative;
}

#team .member .member-info {
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

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

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: var(--primary-color);
}

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

/* Contact Section
--------------------------------*/

#contact {
  padding: 60px 0;
}

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

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: var(--primary-color);
}

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

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

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: var(--primary-color);
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

#contact .form #sendmessage {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

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

#contact .form button[type="submit"] {
  background: var(--secondary-color);
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #13a456;
}

/** HEBERGEMENT **/

#hebergement {
  padding-top: 30px;
  /* background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, .5) 10%, rgba(255, 255, 255, 0)),
    url("../img/jatiluwih.jpg") center top no-repeat fixed;
  background-size: cover; */
}

/* #hebergement::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.88);
  z-index: 9;
} 

#hebergement #main {
  position: relative;
}*/



#hebergement .container {
  position: relative;
  z-index: 10;
}


#hebergement h3 {
  margin-top: 40px;
}

.card {
  margin-bottom: 30px;
  text-align: center;
  border: 0;
  border-radius: 0;
  /* border-color: #929292; */
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

.card-img-top {
  width: 100%;
  border-radius: 0;
  /* border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; */
}

.card-body {
  text-align: center;
  font-weight: 800;
  /* background-color: #fefad8; */
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #000;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: .9rem;
}

#footer .footer-top {
  /* background: #111; */
  background-color: #111;
  background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 1)), url(../images/call-to-action-bg.jpg);
  background-position: right 40%;
  background-size: cover;
  padding: 30px 0 0 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 25px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  /* font-family: "Montserrat", sans-serif; */
  font-weight: normal;
  letter-spacing: -1px;
  border-left: 4px solid var(--primary-color);
}

#footer .footer-top .footer-info p {
  font-size: .8rem;
  /* font-size: 14px; */
  line-height: 24px;
  margin-bottom: 0;
  /* font-family: "Montserrat", sans-serif; */
  color: #eee;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  /* background: #333; */
  background: rgba(255, 255, 255, 0.1);
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  margin-bottom: 8px;
  text-align: center;
  /* border-radius: 50%; */
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: var(--primary-color);
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 1.2rem;
  font-weight: normal;
  color: #fff;
  /* text-transform: uppercase; */
  position: relative;
  padding-bottom: 5px;
  text-align: left;
}

#footer .footer-top h4::before,
#footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer .footer-top h4::before {
  right: 0;
  background: rgba(255, 255, 255, .2);
}

#footer .footer-top h4::after {
  background: var(--primary-color);
  width: 60px;
}

#footer .footer-top h5 {
  font-size: 1rem;
}

#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: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  padding: 10px 0 2px;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a,
#footer .footer-top .footer-links ul a:visited {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: var(--primary-color);
}

#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: var(--primary-color);
  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: #13a456;
}

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

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

.footer-logo {
  text-align: center;
  margin-bottom: 2em;
}

.footer-logo img {
  max-width: 180px;
}

#footer .footer-links ul li.menu-active a {
  color: var(--primary-color);
}

.guides {
  padding: 20px 50px 0;
}

#guideCarousel h4 {
  margin: 10px 0 40px;
}

.gprofile {
  color: black;

}

/* .gprofile span {
  position: relative;
  display: block;

} */

.gprofile h4 {
  text-align: center;
  /* color: var(--primary-color); */
}

.gprofile h4:before,
.gprofile h4:after {
  font-family: "nymphetteregular", serif;
  font-size: 1em;
  font-weight: 800;
  letter-spacing: -10px;
  /* color: #ffc107; */
}

.gprofile h4:before {
  margin-right: 13px;
  content: "Ha";
}

.gprofile h4:after {
  margin-left: 5px;
  content: "bG";
}

div#gallery {
  margin: 15px 0;
}

#main {
  position: relative;
  padding-top: 2em;
  padding-bottom: 2em;
}

.illus {
  width: 100%;
  height: auto;
  position: absolute;
}

/* ACTIVITES */

#activites {
  margin-bottom: 50px;
  /* position: relative; */
}


#activites h2 {
  margin-top: 50px;
}

#activites p {
  text-align: center;
}

.speech-bubble {
  position: relative;
  background: #f9e6a4;
  border-radius: .4em;
  padding: 1em;
  margin-top: 20px;
  text-align: center;
}

.testimoni h5,
.testimoni h4 {
  text-align: center;
}

.speech-bubble:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-bottom-color: #f9e6a4;
  border-top: 0;
  margin-left: -16px;
  margin-top: -16px;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 768px) {
  body {

    font-size: 1.1rem;
    line-height: 1.3em;
  }

  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }

  .about-col {
    height: calc(100% - 20px);
    margin-bottom: 20px;
  }


  h1.fancy::after,
  .section-header h3::after,
  h2.fancy::after,
  h1.fancy::after {
    content: '';
    position: absolute;
    display: block;
    width: 200px;
    height: 3px;
    background: #f9832c;
    bottom: 0;
    /* left: calc(50% - 100px); */
    left: 0;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-align: left;
  }

  #intro {
    height: 60vh;
  }

  #intro .carousel-item {
    height: 60vh;
  }

  #fixed-title {
    bottom: 10px;
  }

  .slogan {
    top: auto;
    bottom: 50px;
  }

  /* #fixed-title h1 {
    font-size: 48px;
  }

  #fixed-title h3 {
    font-size: 25px;
  } */

  #circuits p {
    text-align: left;
  }

  #circuits h5 {
    text-align: left;
    padding-left: 0;
  }

  #circuits p.catname {
    text-align: center;
  }

  #testimony img {
    /* height: 10rem; */
    width: 100%;
    height: auto;
    /* border-radius: 5px; */
    /* padding: 1px; */
  }

  #testimony .img-set a.image-link {
    margin-right: 15px;
  }

  #testimony p {
    /* margin-bottom: 15px; */
    text-align: left;
  }

  .guides {
    padding: 0;
  }

  .gprofile h4 {
    font-size: 1.1rem;
  }

  .welcome {
    /* position: relative; */
    padding: 30px 0;
  }

  table {
    margin-left: 1.5em;
  }

  .testimoni h5,
  .testimoni h4,
  .speech-bubble {
    text-align: left;
  }

  .speech-bubble:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-right-color: #f9e6a4;
    border-left: 0;
    border-bottom: 0;
    margin-top: -8px;
    margin-left: -16px;
  }

}

@media (min-width: 992px) {

  #header #logo {
    /* padding-left: 60px; */
    float: left;
  }

  #header.header-scrolled #logo {
    margin: -12px 0 0 10px;
    cursor: pointer;

  }

  #header.header-scrolled #logo img {
    max-height: 55px;
    transition: all 0.5s;
    /* max-height: 45px; */
  }

  #header #logo img {
    max-height: 155px;
    transition: all 0.5s;
  }

  #nav-menu-container {
    padding-top: 20px;
    transition: all 0.5s;
  }

  #nav-menu-container {
    float: right;
  }

  #header.header-scrolled {
    height: 72px;
    background: rgba(0, 0, 0, .8);
  }

  #header.header-scrolled #nav-menu-container {
    padding-top: 5px;
    transition: all 0.5s;
  }






  /* #header #logo {
    float: none;
    text-align: center;
  }

  #header {
    padding: 0;
  }

  #logo {
    padding: 15px 0 5px;
    transition: all 0.5s;
  }

  .header-scrolled #logo {
    padding: 15px 0 5px;
    transition: all 0.5s;
  }

  #header.header-scrolled {
    padding: 0 0;
    height: 120px;
  }

  #header div.container {
    text-align: center;
  }

  #nav-menu-container {
    float: none;
    display: inline-block;
  } */

  /* #testimony .img-set a.image-link {
    margin-right: 0px;
    width: 49%;
    display: inline-block;
  } */

  /* #testimonials .testimonial-item p {
    width: 80%;
  } */
  #testimonials .testimonial-item {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .gprofile h4 {
    font-size: 1.5rem;
  }

  #activites p {
    text-align: left;
  }

}

@media (min-width: 1024px) {
  /* #header{
    padding: 0;
  } */

  #intro p {
    width: 60%;
  }

  #intro .carousel-control-prev,
  #intro .carousel-control-next {
    width: 5%;
  }


  /* #nav-menu-container {
    padding-right: 60px;
  } */

  /* #header.header-scrolled {
    height: 72px;
  } */
  .guides {
    padding: 0 20px;
  }

}

@media (min-width: 1200px) {
  #header #logo {
    /* padding-left: 60px; */
    float: left;
  }

  /* #header.header-scrolled #logo {
    margin: -8px 0 0 15px;
    cursor: pointer;
  }

  #header.header-scrolled #logo img {
    max-height: 55px;
  }

  #header #logo img {
    max-height: 155px;
  }

  #nav-menu-container {
    padding-top: 40px;
    transition: all 0.5s;
  }

  #nav-menu-container {
    float: right;
  }

  #header.header-scrolled {
    height: 72px;
  }

  #header.header-scrolled #nav-menu-container {
    padding-top: 20px;
    transition: all 0.5s;
  } */
}



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

  #header #logo h1 {
    font-size: 28px;
  }

  #header #logo img {
    max-height: 55px;
    /* max-height: 45px; */
  }

  #intro h2 {
    font-size: 40px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }

  #header #logo {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 998;
    /* margin: 15px 0 0 15px; */
    margin: 5px 0 0 15px;
    cursor: pointer;
  }


}

@media (max-width: 767px) {

  .welcome,
  .profile {
    text-align: left;
  }


}

.downArrow {
  /* position: absolute; */
  /* bottom: 2em; */
  /* left: 35%; */
  /* z-index: 100; */
  color: #FFC858;
  /* width: 100%; */
  /* height: 300px; */
}



.bounce {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;

}

@-moz-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-webkit-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}