/* General ----------------------- */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body, html {
	height: 100%;
	min-height: 100%;
}
body {
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #444;
	font-family: "Cormorant Garamond", serif;
	font-size: 1.35rem;
}
.img-cover {object-fit: cover;}

strong {font-weight: 600;}

a {
	text-decoration: none;
	color: #3E6A9D;
}
a:hover, a:focus {color:#8D9FB2;}

.breadcrumb {
	font-weight: 300;
	background-color: transparent;
	margin: 0;
	font-size:80%;
}
.tracking-tighter {letter-spacing: -.1em;}

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

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

.fw-bold {font-weight:600!important;}

.fw-bolder, strong {font-weight:700!important;}

.sans-serif, .btn {font-family: Helvetica, sans-serif;}

.btn {
	text-transform: uppercase;
	letter-spacing: .04em;
	border-radius: 50rem;
}
.btn:hover {text-decoration: none !important;}

.btn-outline-dark {background-color: #fff;}

.btn-primary {
	background-color: #749EC1;
	border-color: #749EC1;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #5E8BAA;
	border-color: #5E8BAA;
}
.btn-outline-primary {
	border-color: #749EC1;
	color: #749EC1;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
	color: #fff;
	background-color: #749EC1;
	border-color: #749EC1;
}
.bg-primary {background-color: #749EC1 !important;}

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

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

.bg-blue-light {background-color: #DCEAF5;}

.bg-green-light {background-color: #E4F2D7;}

.bg-beige {background-color: #EFE5D9;}

.btn-success {
	background-color: #80A666;
	border-color: #80A666;
}
.btn-success:hover, .btn-success:focus {
	background-color: #5E8BAA;
	border-color: #5E8BAA;
}
.btn-outline-success {
	border-color: #6E8E54;
	color: #6E8E54;
}
.btn-outline-success:hover, .btn-outline-success:focus {
	color: #fff;
	background-color: #80A666;
	border-color: #80A666;
}
.bg-success {background-color: #80A666 !important;}

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

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

.h-150 {height: 150%;}

.h-200px {height: 200px;}

.h-150px {height: 150px;}

.h-100px {height: 100px;}

.h-75px {height: 75px;}

.h-50px {height: 50px;}

.w-200px {width: 200px;}

.w-150px {width: 150px;}

.w-100px {width: 100px;}

.w-50px {width: 50px;}

.minw-100 {min-width:100%;}

.minh-100 {min-height:100%;}

.mw-0 {max-width: none;}

.mw-laptop {max-width: 1600px;}

.vh-75 {height: 75vh;}

.vh-50 {height: 50vh;}

.vh-25 {height: 25vh;}

.gradient-dark-b {background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.85));}

.gradient-dark-t {background-image: linear-gradient(rgba(0,0,0,.85), rgba(0,0,0,0));}

.border-2 {border-width: 2px;}

.border-4 {border-width: 4px;}

.border-6 {border-width: 6px;}

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 ----------------------- */
.active .nav-link {
  color: #111;
}
/******* Index ******/
#faqVideo {
	height: 700px;
}
.index-slider .slick-list, 
.index-slider .slick-track, 
.index-slider .slick-slide,
.index-slider .slick-slide>div{
	height: 100%;
	position: relative;
}
.sun-gif {
  background-image: url(https://cdn4.gttwl.net/attachments/90342382-a89e-4055-9a39-fe8e302313da.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 20%;
}
/* Wrap Content ----------------------- */
.number {
  line-height: 32px;
}
.step .vr {
  width: 2px;
  margin-left: 25px;
  opacity: 100%;
}
.supplier img {
  max-height: 80%;
  max-width: 95%;
}
/* Slider ----------------------- */
/** arrows **/
.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://cdn4.gttwl.net/attachments/tribesdestinationstravel.gttcms.net/ltmq6z/1673899600_original.png);
}
.slick-next:before {
	background-image: url(https://cdn4.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: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-radius: 20px;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	background-color: #000;
}
/* ARTICLES ----------------------- */
article p, article li, article > div {
	font-size: 110%;
	line-height: 1.5;
}
article p, article li {
	margin-bottom: 1em;
}
article img {
	max-width: 100%;
}
article h1, article h2, article h3, article h4, article h5, article h6 {
	margin: 1.4em 0 .75em;
}
/* BOOTSTRAP Accordion ----------------------- */
.accordion-item {
  border: 1px solid #666 !important;
}
.accordion-button {
  box-shadow: none !important;
  font-size: 1.5rem;
}
/* Pagination ------------------ */
.pagination {
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important;
}
.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;
}
/* FOOTER ----------------------- */

#footer a {color: #F8F9FA;}

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

.social-links .rounded-circle {
	padding: 0;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
}

/* RESPONSIVE CSS ----------------------- */

@media (max-width: 767px) {
	
}
@media (min-width: 768px) {
	
}
@media (min-width: 768px) and (max-width: 991px) {
	
}
@media (max-width: 991px) {
	.navbar-brand img {
		max-height: 50px;
	}
	.navbar-toggler {
	  top: 1em;
	}
	#faqVideo video {
	  left: 70% !important;
	}
}
@media (min-width: 992px) {
	.navbar-brand img {
		max-height: 70px;
	}
}
@media (max-width: 1199px) {
	
}
@media (min-width: 1200px) {
	
}
@media (min-width: 992px) and (max-width: 1200px) {
	
}