/* General ================== */
:root {
	--bs-body-font-family: "Cormorant Garamond", sans-serif;
	--bs-body-font-weight: 500;
	--bs-body-line-height: 1.75;
	--bs-body-bg: #FFF;
	--bs-body-color: #444;
	--bs-primary: rgba(145, 169, 217, 1);
	--bs-primary-hover: rgba(160, 180, 217, 1);
	--bs-secondary: rgba(242, 205, 196, 1);
	--bs-secondary-hover: rgba(243, 227, 212, 1);
	--transition: all 0.3s ease;
}
html {scroll-behavior: smooth;}

body, html {
	height: 100%;
	min-height: 100%;
}
body {
	font-optical-sizing: auto;
}
a {text-decoration: none;}

strong {font-weight:700;}

.breadcrumb {
	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-weight: 400;
	line-height: 1.3;
}
.handwriting {
	font-family: "Corinthia", cursive;
	font-weight: 400;
	font-style: normal;
}
.tracking-tighter {letter-spacing: -.1em;}

.btn, .tracking-wider {letter-spacing: .18em;}

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

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

.btn-dark {background-color: #111; border-color: #111;}

.btn-primary {
	background-color: var(--bs-primary);
	border-color: var(--bs-primary);
}
.btn-primary:hover, .btn-primary:focus {
	background-color: var(--bs-primary-hover);
	border-color: var(--bs-primary-hover);
}
.btn-outline-primary {
	color: var(--bs-primary);
	border-color: var(--bs-primary);
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
	background-color: var(--bs-primary);
	border-color: var(--bs-primary);
}
.bg-primary {background-color: var(--bs-primary) !important;}

.border-primary {border-color: var(--bs-primary) !important;}

.text-primary {color: var(--bs-primary) !important;}

.btn-secondary {
	background-color: var(--bs-secondary);
	border-color: var(--bs-secondary);
}
.btn-secondary:hover, .btn-secondary:focus {
	background-color: var(--bs-secondary-hover);
	border-color: var(--bs-secondary-hover);
}
.btn-outline-secondary {
	color: var(--bs-secondary);
	border-color: var(--bs-secondary);
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus {
	background-color: var(--bs-secondary);
	border-color: var(--bs-secondary);
}
.bg-secondary {background-color: var(--bs-secondary) !important;}

.border-secondary {border-color: var(--bs-secondary) !important;}

.text-secondary {color: var(--bs-secondary) !important;}

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

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

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

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

.vh-50 {height: 50vh!important;}

.vh-70 {height: 70vh!important;}

.w-90 {width: 90%;}

.h-90 {height: 90%;}

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

cite {
	display: block;
	font-size: .8125rem;
	margin: 5px 0;
}
cite:before {content: "— ";}

.sans-serif, label, input, textarea, select, option, .breadcrumb, .pagination {
	font-family: 'Helvetica', sans-serif;
}
.pattern {
  background-image:url(https://cdn3.gttwl.net/attachments/bf1376af-e70b-4b33-b8a6-740b45db4a1c.png);
  background-repeat: repeat;
}
.z-1 {z-index:-1;}

.z0 {z-index:0;}

.z1 {z-index:1;}

.z2 {z-index:2;}

/* Header
==================================== */
.active .nav-link {
	font-weight: 600;
}
/* Index
==================================== */
#theVideo {
	object-fit: cover;
	transition: transform linear;
	background-size: cover;
	background-position: center;
}
.index-slider .slick-list, 
.index-slider .slick-track, 
.index-slider .slick-slide,
.index-slider .slick-slide>div{
	height: 100%;
	position: relative;
}
.nav-styles .nav-link {color: #888;}

.nav-styles .nav-link.active {color: #000;}

/* Slider
==================================== */
.slick-prev, .slick-next {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	font-size: 0;
	background-color: transparent;
	border: 0;
	padding: 0;
	z-index: 1;
	cursor:pointer;
}
.slick-prev {left: 0;}

.slick-next {right: 0;}

.slick-prev:before, .slick-next:before {
	content:'';
	display: block;
	width: 45px;
	height: 45px;
	padding: 10px;
	border-radius: 100px;
	background-color: rgba(255,255,255,.85);
	background-size: 70%;
	background-position: center;
	background-repeat: no-repeat;
}
.slick-prev:before {
	background-image: url(https://cdn3.gttwl.net/attachments/dd9fe8a8-c9ea-4532-90ae-6041c700b12b.png);
}
.slick-next:before {
	background-image: url(https://cdn3.gttwl.net/attachments/e9caf701-cbd7-4c18-8131-5911fe971316.png);
}
.slick-dots {
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
	margin: 10px 0 0;
}
.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;
}
.index-slider .slick-dots {
	position: absolute;
	bottom: 1em;
	z-index: 999;
}
.index-slider .slick-dots li.slick-active button:before, .index-slider .slick-dots li button:before {
	background-color: #fff;
}
/*** Flip Card ***/
.flip-card {
	background-color: transparent;
	width: 100%;
	height: 100%;
	perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
.flip-card-inner {
	position: relative;
	width: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
}
.flip-card-front {
	position: relative;
	background-color: #111;
}
.flip-card-front img {opacity: 0.9;}

.flip-card-front h5 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	margin: 0;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,.2);
	font-size: 170%;
}
.flip-card:hover .flip-card-front h5, .flip-card:hover .flip-card-front img {
	opacity: 0;
}
.flip-card-back {
	position: absolute; 
	top: 0;
	background-color: #fff;
	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 p {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	max-width: 80%;
	max-height: 80%;
	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;
}
.numb {font-family: Times, serif;}

/* 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: 180px;
	max-width: 55%;
}
.bg-primary .card {border: 0;}

.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;
}
.number {
	height: 60px;
	width: 60px;
	line-height: 45px;
}
.process-step .vr {
	width: 2px;
	margin-left: 29px;
}
.process-step hr {opacity: 1;}

/* ARTICLES
-------------------------------------------------- */
article>p, article>div, article li {
	font-size: 135%;
	line-height: 1.6;
	margin-bottom: 1.2em;
}
article h1, article h2, article h3, article h4, article h5, article h6 {
	margin: .5rem 0 1em;
}
article br {display: none;}

/* PAGES ----------------------- */
.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;
}
.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;
}
/* Parallax Banner */
.bcg {
	background-size: cover;
	background-position: center;
	height: 150%;
	top: 0;
	z-index: 1;
	opacity: 0.7;
}
/* FOOTER
-------------------------------------------------- */
#footer {
	font-size: 90%;
}
#footer a {color: #444;}

#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;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 768px) {
	.bcg-content {
	  min-width: 90%;
	}
}
@media (min-width: 768px) {
	
}
@media (min-width: 768px) and (max-width: 991px) {
	
}
@media (max-width: 991px) {
  
}
@media (min-width: 992px) {
	
}
@media (max-width: 1199px) {
	.navbar-brand img {
		max-height: 70px;
	}
	.page-title>.bg-primary {
	  height: 95px;
	}
	.navbar-collapse {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
@media (min-width: 1200px) {
	.navbar-brand img {
		max-height: 90px;
	}
	#header .nav-link {
	  line-height: 100px;
	}
}
@media (max-width: 1399px) {
  
}
@media (min-width: 1400px) {
  #header .dropdown-menu {
    top: 97%;
  }
}