/* General ================== */
html {scroll-behavior: smooth;}

body, html {
  height: 100%;
  min-height: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
	line-height: 1.75;
	color: #444;
  background-color: #F3F3F3;
}
strong {font-weight:700;}

a {color: #E96028; text-decoration: none;}

a:hover, a:focus {color: #111; text-decoration: underline;}

.breadcrumb {
  font-family: 'Open Sans', sans-serif;
  background-color: transparent;
  margin: 0;
  font-size:80%;
}
img {max-width: 100%;}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  line-height: 1.3;
}
.tracking-tighter {letter-spacing: -.1em;}

.tracking-wider {letter-spacing: .1em;}

.handwriting {
  font-family: 'Passions Conflict', cursive;
  line-height: .55;
}
.h1.handwriting {font-size: 950%;}

.h2.handwriting {font-size: 800%;}

.h3.handwriting {font-size: 650%;}

.fs-tiny {font-size: 80%;}

.btn {
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}
.btn, .form-control {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.btn:hover {text-decoration: none !important;}

.btn-success {background-color: #E96028; border-color: #E96028;}

.btn-success:hover, .btn-success:focus, .btn-dark {background-color: #111; border-color: #111;}

.btn-outline-success {color: #E96028; border-color: #E96028;}

.btn-outline-success:hover, .btn-outline-success:focus {background-color: #C1A25E; border-color: #C1A25E;}

.text-success {color: #E96028 !important;}

.bg-success {background-color: #E96028 !important;}

a.bg-success:hover, a.bg-success:focus {background-color: #111 !important;}

.border-success {border-color: #E96028 !important;}

.btn-primary {background-color: #025935; border-color: #025935;}

.btn-primary:hover, .btn-primary:focus, .btn-dark {background-color: #111; border-color: #111;}

.btn-outline-primary {color: #025935; border-color: #025935;}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-dark:hover, .btn-outline-dark:focus {background-color: #025935; border-color: #025935;}

.text-primary {color: #025935 !important;}

.bg-primary {background-color: #025935 !important;}

a.bg-primary:hover, a.bg-primary:focus {background-color: #111 !important;}

.border-primary {border-color: #025935 !important;}

.bg-wave-pattern {
  background-image: url(https://cdn2.gttwl.net/attachments/tribesdestinationstravel.gttcms.net/ltmq6z/1673545865_original.png);
  background-repeat: repeat;
}
.h-100px {height:100px;}

.rotate-h-3 {
  -ms-transform: rotate(3deg); /* IE 9 */
  transform: rotate(3deg);
}
.rotate-h-5 {
  -ms-transform: rotate(5deg); /* IE 9 */
  transform: rotate(5deg);
}
.rotate-ah-3 {
  -ms-transform: rotate(-3deg); /* IE 9 */
  transform: rotate(-3deg);
}
.rotate-ah-5 {
  -ms-transform: rotate(-5deg); /* IE 9 */
  transform: rotate(-5deg);
}
cite {
  display: block;
  font-size: .8125rem;
  margin: 5px 0;
}
cite:before {content: "— ";}

.z-1 {z-index:-1;}

.z0 {z-index:0;}

.z1 {z-index:1;}

.z2 {z-index:2;}

/* Header
==================================== */
#header {
  z-index: 999;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 90%;
}
#header .nav-link {
  letter-spacing: .2rem;
}
#header .navbar-toggler {
  z-index: 9999;
  position: absolute;
  right: 1em;
}
/* Index
==================================== */
.fullscreen-video-wrap:before {
  content:'';
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.3);
  position: absolute;
  display: block;
  z-index:2;
}
#myVideo {
  min-height:100%;
  min-width:100%;
  background-image:url(https://cdn2.gttwl.net/attachments/global/1527184396_original.jpeg);
  background-size: cover;
  background-position: center;
  object-fit: cover;
}
.index-caption {
  width: 90%;
  z-index:4;
  top: 60%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.index-caption h1 {
  line-height: 1.2;
  letter-spacing: .2rem;
}
/* Slider
==================================== */
.slick-prev, .slick-next {
  position: absolute;
  font-size: 0;
  bottom: 0;
  background-color: transparent;
  border: 0;
  padding: 0;
  z-index: 1;
  cursor:pointer;
}
.slick-prev {left: 0;}

.slick-next {left: 100px;}

.slick-prev:before, .slick-next:before {
  content:'';
  display: block;
  width: 30px;
  height: 15px;
  background-size: cover;
  background-position: center;
}
.slick-prev:before {
  background-image: url(https://cdn2.gttwl.net/attachments/tribesdestinationstravel.gttcms.net/ltmq6z/1673899600_original.png);
}
.slick-next:before {
  background-image: url(https://cdn2.gttwl.net/attachments/tribesdestinationstravel.gttcms.net/ltmq6z/1673899552_original.png);
}
.slick-dots {
	display: block;
	width: 100%;
  padding: 0;
	list-style: none;
	text-align: center;
	margin: 10px 0 0;
	z-index:5;
}
.slick-dots li {
  position: relative;
	display: inline-block;
	width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
	cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
	display: block;
	width: 20px;
  height: 20px;
  padding: 5px;
	cursor: pointer;
	color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,.slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
  line-height: 10px;
	position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '•';
  text-align: center;
  opacity: .25;
  background-color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 20px;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  background-color: #333;
}
.testimonials-slider .blockquote {
  font-size: 90%;
}
/* BOOTSTRAP CARDS
-------------------------------------------------- */
.card {
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
}
.card a:hover, a.card {text-decoration: none;}

.card-img, .card-body, .bg-opacity-50 {transition: all 0.4s ease-in-out;}

.card:hover .bg-opacity-50 {--bs-bg-opacity: .8 !important;}

.card.supplier {
  height: 140px;
  transition: all 0.4s ease-in-out;
}
.card.supplier:hover {
  -moz-box-shadow: inset 0 0 10px rgba(0,0,0,.3);
  -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.3);
  box-shadow: inset 0 0 10px rgba(0,0,0,.3);
}
.card.supplier img {
  max-width: 90%;
  max-height: 90%;
}
.supplier-logo img {max-height: 100px;}

.card .number {
  text-shadow: 3px 3px #fff;
}
/* SECTIONS
-------------------------------------------------- */
.section-img {
  transition: all 2s;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-img:hover {
  width: 200%;
}
.section-bottom {
  height: 150px;
  bottom: -75px;
}
.section-top {
  height: 150px;
  top: -75px;
}
/* ARTICLES
-------------------------------------------------- */

article p, article div {margin-bottom: 1.2em;}

article p, article div, article li {
  font-size: 108%;
  line-height: 1.7;
}
article h1, article h2, article h3, article h4, article h5, article h6 {
  margin: .5rem 0 1em;
}
article br {display: none;}

/* PAGES ----------------------- */
.bcg {
  background-size: cover;
  background-position: center;
}
.page-title.with-img {min-height: 50vh;}

.page-title-bg img {
  object-position: 50% 50%;
  object-fit: cover;
}
.page-title h1 {line-height: 1.2;}

.page-title p>span:first-child:before {
  content: '';
  padding: 0;
}
.page-title p>span:before {
  content: '•';
  padding: 0 .65em 0 .3em;
}
/* Pagination ------------------ */
.pagination {
	-webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  font-family: 'Poppins', sans-serif;
}
.pagination a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.pagination a, .pagination span {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin: 0;
  line-height: 1.25;
}
.pagination .disabled span, .pagination .active span {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  border-color: #dee2e6;
}
/* User Page Profile ----------------------- */
.profile .social-links a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
/* CTA HERO
-------------------------------------------------- */

/* FOOTER
-------------------------------------------------- */
#footer {
  background-color: #fff;
  font-size: 90%;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}
#footer a {color: #ededed;}

#footer a:hover, #footer a:focus {text-decoration: underline;}

#footer .credits {font-size: 80%;}

.social-links .nav-link {
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0;
  color: #fff !important;
}
.social-links .nav-link:hover, .social-links .nav-link:focus {background-color: #111;}


/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 768px) {
  .brand img {
	  max-height: 50px;
  }
  .index-caption h1 {
    font-size: 280%;
  }
}
@media (min-width: 768px) {
  
}
@media (min-width: 768px) and (max-width: 991px) {
  .brand img {
	  max-height: 60px;
  }
  .index-caption h1 {
    font-size: 350%;
  }
}
@media (max-width: 991px) {
  .brand img {
	  max-height: 80px;
  }
  #header .navbar-toggler {
	  top: -70px;
  }
  .wrap-page-title {
    margin-top:-99px;
  }
  .section-body-img {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .brand img {
	  max-height: 100px;
  }
  .index-caption h1 {
    font-size: 400%;
  }
  .wrap-page-title {
    margin-top:-174px;
  }
  .section-body-img {
    height: 400px;
  }
}
/* print styles */
@media print {
  
}