/* GENERAL STYLES */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-rendering: optimizelegibility;
	font-size: 101%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	background-color: #fff;
	color: #171616;
}
html {scroll-behavior: smooth;}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 600;
}
img {max-width: 100%;}

a, a:hover, a:focus {text-decoration: none;}

p  {line-height: 1.75; letter-spacing: .015rem; font-size: 105%;}

p.h1, p.h2, p.h3, p.h4, p.h5, p.h6  {line-height: 1.45;}

.fs-tiny, small {font-size: 76%;}

strong {font-weight: 600;}

.btn {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	letter-spacing: normal; 
	text-transform: uppercase;
	text-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-outline-light, .btn-outline-primary {border-width: 2px;}

.btn-outline-primary {
  border-color: #002D74;
  color: #002D74;
}
.btn-outline-primary:hover, .btn-outline-primary:focus,
.btn-outline-light:hover, .btn-outline-light:focus {
	color: #fff;
}
.btn-outline-light:hover, .btn-outline-light:focus {
	background-color: #4989C1;
	border-color: #4989C1;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
  background-color: #002D74;
  border-color: #002D74;
}
.bg-opacity-25 {opacity: 25%;}

.bg-opacity-50 {opacity: 50%;}

.bg-cover {
	position: relative;
	background-size: cover;
	background-position: center;
}
.bg-primary {
  background-color: #002D74 !important;
}
.text-primary {color: #002D74 !important;}

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

table {font-family: 'Helvetica', Arial, sans-serif;}

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

.z0 {z-index:0;}

.z1 {z-index:1;}

.z2 {z-index:2;}

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

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

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

.top-25 {top: 25%;}

.bottom-25 {bottom: 25%;}

/******* Header ******/

.brand img {max-height: 40px;}

.header a:not(.btn) {
	color: #333;
	line-height: 40px;
}
.phone {font-size: 165%;}

.header .navbar {margin-top:-65px;}

.header .navbar-light .navbar-toggler {
	border: 0;
	border-color: #fff;
}
.navbar-toggler:focus {box-shadow: none;}

/******* Index ******/
#myVideo {
  transition: transform linear;
  background-size: cover;
  background-position: center;
  background-color: #111;
  object-fit: cover;
}

/******* Content ******/
.supplier img {
  max-width: 85%;
  max-height: 85%;
}
/******* Sliders ******/
.index-slider .slick-list,
.index-slider .slick-track,
.index-slider .slick-slide {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-color: #333;
}
.index-slider .slick-active img {
	max-width: none;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}
.index-slider .slick-dots {
	position: absolute;
	bottom: 1em;
	right: 1em;
	z-index:999;
}
/* Slider Arrows */
.slick-prev, .slick-next {
	position: absolute;
	top:50%;
	font-size: 0;
	line-height: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background-color: transparent;
	border-color: transparent;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	z-index: 1;
	cursor:pointer;
}
.slick-prev {left: 20px;}

.slick-next {right: 20px;}

.slick-prev:hover, .slick-next:hover,
.slick-prev:active, .slick-next:active,
.slick-prev:focus, .slick-next:focus {
	background-color: transparent;
	border: none;
}
.slick-prev:before, .slick-next:before {
	content:'';
	display: block;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-style: solid;
	margin: 15px;
	width: 20px;
	height: 20px;
	border-color: rgba(255,255,255,.5);
}
.slick-prev:before {border-width: 0 0 4px 4px;}

.slick-next:before {border-width: 4px 4px 0 0;}

/* Slider Dots */
.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;
}
/******* Sections ******/

/******* Boostrap Card ******/

.card {height: 100%;}

.card-img-top {
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.card-img-top:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.card-body {padding: .55rem .8rem .8rem;}

/******* Pages ******/
.img-bcg {
  background-size: cover;
  background-position: center;
}
article h1, article h2, article h3, article h4, article h5, article h6 {
  margin: 1em 0 .55em;
}
article p, article li {
  line-height: 1.75;
  letter-spacing: .015rem;
  font-size: 105%;
  margin-bottom: 1em;
}
article ul, article ol {margin-bottom: 2em;}

article table {width: 100%;}

article figure {display: block !important;}

article figure>figure {margin: 0 !important;}

/* 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 {font-size: 95%;}

#footer a {color:#002D74;}

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

.credits {
	font-family: Arial, sans-serif;
	font-size: 80%;
	color: rgba(0,0,0,.75);
}
/*******************************
					Responsive
*******************************/
/*** Small devices (landscape phones, 576px and up)***/
@media (max-width: 576px) {
	
}
@media (max-width: 767px) {
	.index-slider {
		height: 100vh;
		margin-top: -75px;
	}
	.feature .bg-cover {
		min-height: 330px;
	}
}
@media (min-width: 577px) and (max-width:767px) {
	
}
/*** Medium devices (tablets, 768px and up)***/
@media (min-width: 768px) {
	.feature .bg-cover {
		min-height: 630px;
	}
}
@media (max-width:991px) {
  .wrap-content {
	  margin-top: -70px;
	}
	.post-title .gradient-dark-b {
	  position: relative !important;
	  background-color: #222;
	}
}
@media (min-width: 768px) and (max-width:991px) {
	
}
/*** Large devices (desktops, 992px and up)***/
@media (min-width: 992px) {
	.wrap-content {
	  margin-top: -80px;
	}
}
@media (min-width: 992px) and (max-width:1199px) {
	
}
@media (max-width: 1199px) {
	#header .navbar-toggler {
	  top: 1em;
	  right: .5em;
	}
	#header .navbar-collapse.show {
	  padding-top: 1.25em;
	}
}
@media (min-width: 1499px) {
	
}
@media (min-width: 1199px) and (max-width:1498px) {
	
}