/* General ----------------------- */

html {scroll-behavior: smooth;}

body, html {
  height: 100%;
  min-height: 100%;
}
body {
  font-family: 'Sofia Sans', sans-serif;
  font-weight: 400;
	font-size: 1.2rem;
	color: #444;
  background-color: #FFF;
}
.img-cover {object-fit: cover;}

strong {font-weight: 600;}

a {text-decoration: none;}

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

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

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

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

.btn-dark, .btn-outline-dark:hover, .btn-outline-dark:focus {
  background-color: #062060;
  border-color: #062060;
}
.btn-dark:hover, .btn-dark:focus {
  background-color: #092F8D;
  border-color: #092F8D;
}
.btn-outline-dark {
  border-color: #062060;
  color: #062060;
}
.bg-dark, .list-group-item.active {background-color: #062060 !important;}

.border-dark {border-color: #062060 !important;}

.text-dark {color: #062060 !important;}

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

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

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

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

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

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

.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,.5));}

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

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

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

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

label {
  text-transform: uppercase;
}
.form-control, .form-select {
  background-color: #efefef;
  border-color: #efefef;
  border-radius: 0;
}
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;}

/* Corners ----------------------- */

.corner-t, .corner-l, .corner-tl {
  border-top-left-radius: 250px;
}
.corner-t, .corner-r, .corner-tr {
  border-top-right-radius: 250px;
}
.corner-b, .corner-r, .corner-br {
  border-bottom-right-radius: 250px;
}
.corner-b, .corner-l, .corner-bl {
  border-bottom-left-radius: 250px;
}
/* Header ----------------------- */
#mainNav {
  font-weight: 400;
  z-index:999;
  font-size: 85%;
}
#mainNav .nav-link, #mainNav .dropdown-item {
  color: #062060;
}
#mainNav .nav-link:hover, #mainNav .nav-link:focus, #mainNav .dropdown-item:hover, #mainNav .dropdown-item:focus {
  background-color: #062060;
  color: #fff;
}
.navbar-collapse.show {
  position: absolute;
  top: 0;
  left: 0;
  padding: 7em 1em 1em;
  background-color: #fff;
  width: 100%;
  z-index: -1;
}
/* Index ----------------------- */

/* 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://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: #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;
}
/*** Flip Card ***/
.flip-card {
	perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
.flip-card-inner {
	transition: transform 0.8s;
	transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
}
.flip-card-front img {opacity: 0.6;}

.flip-card-front .flip-card-title {
	max-width: 100%;
	max-height: 100%;
	text-shadow: 2px 2px 2px rgba(0,0,0,.2);
}
.flip-card:hover .flip-card-title, .flip-card:hover .flip-card-front img {
	opacity: 0;
}
.flip-card-back {
	transform: rotateY(180deg);
	-moz-box-shadow: inset 0 0 10px rgba(0,0,0,.1);
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.1);
	box-shadow: inset 0 0 10px rgba(0,0,0,.1);
}
.flip-card-back .flip-card-content {
	width: 90%;
	height: 90%;
	line-height: 1.55;
}
.flip-card-back:after {
	position: absolute;
	content: '';
	top: 5%;
	left: 5%;
	height: 90%;
	width: 90%;
	display: block;
	border: 1px solid #333;
}
.flip-card-content p {
  font-size: 90%;
  display: block;
  width: 100%;
}
/* ARTICLES ----------------------- */
article p, article li, article > div {
  line-height: 1.6;
}
article p, article li {
  margin-bottom: 1em;
}
article h1, article h2, article h3, article h4, article h5, article h6 {
  margin: 1.3em 0 1em;
  font-weight: 600;
}
article img {
  max-width: 100%;
}
/* PAGES ----------------------- */
.supplier img {
  max-width: 85%;
  max-height: 85%;
}
.post-title p > span:after {
  content:'•';
  display: inline-block;
  margin-left: .65em;
}
.post-title p > span:last-of-type:after {
  display: none;
}
/* Pagination ------------------ */
.pagination {
	-webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  font-family: 'Montserrat', 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;
}
/* FOOTER ----------------------- */

#footer, #footer a {color: #fff;}

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

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

/* 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: 60px;
  }
  .navbar-collapse.show {
    padding-top: 5em;
  }
  .intro-banner {
    height: 550px;
  }
  .intro-banner.corner-tr {
    border-radius: 0;
  }
}
@media (min-width: 992px) {
  .navbar-brand img {
    max-height: 100px;
  }
}
@media (max-width: 1200px) {
  #mainNav .navbar-collapse {
    text-align: center
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .intro-banner {
    height: 800px;
  }
}
@media (min-width: 1201px) {
  .intro-banner {
    height: 750px;
  }
  #mainNav .btn {
    min-width: 160px;
  }
}
/* print styles */
@media print {
  
}