@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
	overflow-x: hidden;
}

@font-face {
	font-family: Avenir-Book;
	src: url(../css/Avenir/Avenir-Book-01.ttf);
}

@font-face {
	font-family: Avenir-BookOblique;
	src: url(../css/Avenir/Avenir-BookOblique-02.ttf);
}

@font-face {
	font-family: Avenir-Black;
	src: url(../css/Avenir/Avenir-Black-03.ttf);
}

@font-face {
	font-family: Avenir-BlackOblique;
	src: url(../css/Avenir/Avenir-BlackOblique-04.ttf);
}

@font-face {
	font-family: Avenir-Heavy;
	src: url(../css/Avenir/Avenir-Heavy-05.ttf);
}

@font-face {
	font-family: Avenir-HeavyOblique;
	src: url(../css/Avenir/Avenir-HeavyOblique-06.ttf);
}

@font-face {
	font-family: Avenir-Light;
	src: url(../css/Avenir/Avenir-Light-07.ttf);
}

@font-face {
	font-family: Avenir-LightOblique;
	src: url(../css/Avenir/Avenir-LightOblique-08.ttf);
}

@font-face {
	font-family: Avenir-Medium;
	src: url(../css/Avenir/Avenir-Medium-09.ttf);
}

@font-face {
	font-family: Avenir-MediumOblique;
	src: url(../css/Avenir/Avenir-MediumOblique-10.ttf);
}

@font-face {
	font-family: Avenir-Oblique;
	src: url(../css/Avenir/Avenir-Oblique-11.ttf);
}

@font-face {
	font-family: Avenir-Roman;
	src: url(../css/Avenir/Avenir-Roman-12.ttf);
}

.avenirblack {
	font-family: Avenir-Black !important;
}

body {

	font-family: Avenir-Book !important;
}

:root {
	--primary: #1c262f;
	--primary-light: #212d37;
	--secondary: #3fae47;
	--tertiary: #9cc72a;
	--gradient: linear-gradient(to right, #3fae47, #9cc72a);
}

/* Show dropdown on hover for desktop only */
@media (min-width: 992px) {
	.navbar-nav .dropdown:hover .dropdown-menu {
		display: block;
		margin-top: 0;
	}

	/* Optional: ensure dropdown doesn’t close too fast */
	.dropdown-menu {
		transition: all 0.3s ease;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Avenir-Book !important;
}

/* h1 { */
/* font-size: 60px; */
/* font-weight: 500; */
/* } */

button {
	font-family: Avenir-Book !important;
}

p,
ul,
h4 {
	/* margin: 0; */
	padding: 0;
}

header a,
footer a {
	color: white;
	text-decoration: none;
}

header li,
footer li {
	list-style-type: none;
}

/* Section Background */
.homebanner,
.about,
.services,
.ourproducts,
.ourservices,
.contact,
.whychoosespecialtypowders,
.suppliers {
	min-height: 90vh;
	position: relative;
}

.whychoosespecialtypowders,
.ourproducts,
.contact,
.testimonial,
.footer,
.themebkg,
.suppliers {
	background-color: var(--primary) !important;
}

.information,
.ourservices,
.services,
.about,
.company,
.newsletter,
.location,
.themebkglight,
.industriesweserve,
.plantlocations {
	background-color: var(--primary-light) !important;
}

.blacktext {
	color: #000000 !important;
}

.whiettext {
	color: #ffffff !important;
}

.bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}

/* Gradient Border And Background On Icons */
.home_text,
.home .fas,
.ourproducts .far,
.information .fas,
.ourservices .fas,
.services .fas,
.suppliers .fas,
.industriesweserve .fas,
.location .far,
.location .fas,
.header .fas,
.footer .fas,
.aboutuscards .fas,
.whychoosespecialtypowders .fas,
.Custom-Powders-Tolling .fas,
.servicespage .fas {
	padding: 0 0;
	background: -webkit-gradient(linear,
			left top,
			left bottom,
			from(#0ee951),
			to(#00dabf));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.navbar-nav a:hover,
.footer a:hover,
.footer .fab:hover {
	cursor: pointer;
	background: var(--gradient);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
}


/**********************/
/*     Navigation     */
/**********************/
.navbar {
	font-weight: 500;
	font-size: 1rem;
	line-height: 1rem;
	background-color: var(--primary);
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.5);
}

.navbar .navbar-brand {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.navbar .logo-image img {
	width: 108px;
	height: 32px;
}

.navbar .logo-text {
	color: #fff;
	font-weight: 500;
	line-height: 1rem;
	font-size: 1.575rem;
	text-decoration: none;
}

.offcanvas-collapse {
	position: fixed;
	top: 2.75rem;
	/* adjusts the height between the top of the page and the offcanvas menu */
	bottom: 0;
	left: 100%;
	width: 100%;
	overflow-y: auto;
	visibility: hidden;
	padding-right: 1rem;
	padding-left: 1rem;
	background-color: var(--primary);
	transition: transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.dropdown-menu {
	/* left: 50px !important; */
}

header .nav-link {
	/* padding: 1rem !important; */
}

.offcanvas-collapse.open {
	visibility: visible;
	transform: translateX(-100%);
}

.navbar .navbar-nav {
	margin-top: 0.55rem;
	margin-bottom: 0.5rem;
}

.navbar .dropdown-menu {
	border: none;
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
	background-color: var(--primary-light);
}

.navbar .dropdown-item {
	color: #eee;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1rem;
	padding-top: 0.625rem;
	text-decoration: none;
	padding-bottom: 0.625rem;
}

.navbar .dropdown-item:hover {
	background-color: var(--primary);
}

.navbar .dropdown-divider {
	width: 100%;
	height: 1px;
	border: none;
	margin: 0.5rem auto 0.5rem auto;
	background-color: var(--primary-light);
}

.navbar .nav-item .nav-link {
	color: #eee;
	text-decoration: none;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	transition: all 0.2s ease;
}

.navbar .fa-stack {
	width: 2em;
	font-size: 0.55rem;
	margin-right: 0.25rem;
}

.navbar .fa-stack-2x {
	background: -webkit-gradient(linear,
			left top,
			left bottom,
			from(#0ee951),
			to(#00dabf));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 0.2s ease;
}

.navbar .fa-stack-1x {
	color: #ffffff;
	transition: all 0.2s ease;
}

.navbar .fa-stack:hover .fa-stack-2x {
	color: var(--primary);
}

.navbar .fa-stack:hover .fa-stack-1x {
	color: var(--primary);
}

.navbar .navbar-toggler {
	padding: 0;
	border: none;
	font-size: 1.25rem;
}

.homebanner {
	background-image: url(../assets/images/home.jpg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.para {
	width: 50%;
}

.para-light {
	opacity: 1;
}


/***********************/
/*     Information     */
/***********************/
.information .container-fluid .row div:first-child {
	background-color: var(--primary);
}

.information .container-fluid .row div:last-child {
	background-color: white;
}

.information .container-fluid .row div:nth-child(2) {
	background-color: var(--primary-light);
}

.information .container-fluid .row div:nth-child(3) {
	background-color: var(--primary);
}

.information .container-fluid .row div:nth-child(4) {
	background-color: var(--primary-light);
}

/******************/
/*     Button     */
/******************/
.btn {
	color: white;
	border-radius: 0;
	border-width: 2px;
	padding: 10px 30px;
	border-image-slice: 1;
	background-image: none;
	background: transparent;
	border-image-source: var(--gradient);
	box-shadow: 5px 5px 0px 0px var(--secondary);
}

.btn:hover {
	color: white;
	box-shadow: none;
	border-radius: 0;
	padding: 10px 30px;
	transform: translate(5px, 5px);
}

/* Email - Newsletter Button */
.btn-secondary {
	color: black;
	border-width: 2px;
	padding: 10px 30px;
	border-image-slice: 1;
	background-image: none;
	background: transparent;
	border-image-source: var(--gradient);
}

/* .btn-secondary:hover { */
/* color: black; */
/* padding: 10px 30px; */
/* background-image: var(--gradient); */
/* } */

/* Other Pages Button */
.btn-tertiary {
	color: black;
	border-radius: 0;
	border-width: 2px;
	padding: 10px 30px;
	border-image-slice: 1;
	background-image: none;
	background: transparent;
	border-image-source: var(--gradient);
	box-shadow: 5px 5px 0px 0px var(--secondary);
}

.btn-tertiary:hover {
	color: black;
	box-shadow: none;
	border-radius: 0;
	padding: 10px 30px;
	transform: translate(5px, 5px);
}


/********************/
/*     Services     */
/********************/
.services .card,
.cardstyle .card {
	padding: 20px;
	border-radius: 0;
	border: 2px solid white;
}

.services .card:hover,
.cardstyle .card:hover {
	border: 10px solid;
	transform: scale(1.01);
	border-image-slice: 1;
	border-width: 2px;
	border-image-source: var(--gradient);
	box-shadow: 5px 5px 0px 0px #0ee951;
}


/*****************/
/*     ourproducts     */
/*****************/
.ourproducts .card {
	padding: 0px;
	/* border: 2px solid white; */
}


/************************/
/*     Testimonials     */
/************************/
.slider-1 {
	padding-top: 8.25rem;
	padding-bottom: 8.5rem;
}

.slider-1 .section-title {
	text-align: center;
}

.slider-1 .h2-heading {
	text-align: center;
	margin-bottom: 3rem;
}

.testimonial-card {
	border: 10px solid;
	border-image-slice: 1;
	border-width: 3px;
	border-image-source: var(--gradient);
}

.slider-1 .slider-container {
	position: relative;
}

.slider-1 .swiper-container {
	width: 86%;
	position: static;
}

.slider-1 .swiper-button-prev,
.slider-1 .swiper-button-next {
	color: var(--primary);
}

.slider-1 .swiper-button-prev:focus,
.slider-1 .swiper-button-next:focus {
	/* even if you can't see it chrome you can see it on mobile device */
	outline: none;
}

.slider-1 .swiper-button-prev {
	left: -14px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23707375'%2F%3E%3C%2Fsvg%3E");
	background-size: 18px 28px;
}

.slider-1 .swiper-button-next {
	right: -14px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23707375'%2F%3E%3C%2Fsvg%3E");
	background-size: 18px 28px;
}

.slider-1 .card {
	border: none;
	position: relative;
	background-color: transparent;
}

.slider-1 .card-image {
	width: 80px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	margin-bottom: 1.25rem;
}

.slider-1 .card-body {
	padding: 0;
}

.slider-1 .testimonial-text {
	margin-bottom: 0.55rem;
}

.slider-1 .testimonial-author {
	margin-bottom: 0;
	color: #252c38;
}

.slider-1 .avatar {
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

/* Dropdown Menu */
.navbar .dropdown .dropdown-menu {
	animation: fadeDropdown 0.2s;
	/* required for the fade animation */
}

@-webkit-keyframes fadeDropdown {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeDropdown {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


/**********************/
/*     Newsletter     */
/**********************/
.form-control-input,
.form-control-textarea {
	width: 100%;
	appearance: none;
	border-radius: 4px;
	font-size: 1rem;
	line-height: 1.5rem;
	padding-left: 1.5rem;
	padding-top: 0.575rem;
	padding-bottom: 0.575rem;
}


/******************************/
/*     Back To Top Button     */
/******************************/
#myBtn {
	z-index: 99;
	right: 20px;
	width: 52px;
	height: 52px;
	bottom: 20px;
	border: none;
	outline: none;
	display: none;
	position: fixed;
	cursor: pointer;
	border-radius: 50%;
	background-color: #323137;
}

#myBtn:hover {
	background-color: #0f0f11;
}

#myBtn img {
	width: 18px;
	margin-left: 0.6rem;
	margin-bottom: 0.25rem;
}


/***********************/
/*     Extra Pages     */
/***********************/
.ex-header {
	padding-top: 8.5rem;
	padding-bottom: 4rem;
	background-color: var(--primary);
}

.ex-header h1 {
	color: #fff;
}

.ex-basic-1 .list-unstyled .fas {
	font-size: 0.375rem;
	line-height: 1.625rem;
}

.ex-basic-1 .list-unstyled .flex-grow-1 {
	margin-left: 0.5rem;
}

.ex-basic-1 .text-box {
	padding: 1.25rem 1.25rem 0.5rem 1.25rem;
	background-color: #f7f9fd;
}

.ex-cards-1 .card {
	border: none;
	background-color: transparent;
}

.ex-cards-1 .card .fa-stack {
	width: 2em;
	font-size: 1.125rem;
}

.ex-cards-1 .card .fa-stack-2x {
	color: var(--secondary);
}

.themeheading {

	color: var(--secondary);
}

.themegreencolor {
	color: var(--secondary) !important;

}

.ex-cards-1 .card .fa-stack-1x {
	width: 2em;
	color: #ffffff;
	font-weight: 700;
	line-height: 2.125rem;
}

.ex-cards-1 .card .list-unstyled .flex-grow-1 {
	margin-left: 2.25rem;
}

.ex-cards-1 .card .list-unstyled .flex-grow-1 h5 {
	margin-top: 0.125rem;
	margin-bottom: 0.5rem;
}


/*************************/
/*     Media Queries     */
/*************************/
@media only screen and (max-width: 1024px) {

	.services,
	.industriesweserve,
	.ourservices,
	.testimonial,
	.about,
	.contact,
	.ourproducts,
	.whychoosespecialtypowders {
		height: 100%;
	}
}

@media (min-width: 992px) {
	.slider-1 .swiper-container {
		width: 92%;
	}

	.slider-1 .swiper-button-prev {
		left: -16px;
		width: 22px;
		background-size: 22px 34px;
	}

	.slider-1 .swiper-button-next {
		right: -16px;
		width: 22px;
		background-size: 22px 34px;
	}

	/* Navigation */
	.navbar {
		box-shadow: none;
		transition: all 0.2s;
		padding-top: 1.75rem;
		/* background-color: transparent; */
	}

	.navbar.top-nav-collapse {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		background-color: var(--primary);
		box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
	}

	.offcanvas-collapse {
		position: static;
		top: auto;
		bottom: auto;
		left: auto;
		width: auto;
		padding-right: 0;
		padding-left: 0;
		background-color: transparent;
		overflow-y: visible;
		visibility: visible;
	}

	.offcanvas-collapse.open {
		transform: none;
	}

	.navbar .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}

	.navbar .nav-item .nav-link {
		padding-right: 0.55rem;
		padding-left: 0.55rem;
	}

	.navbar .dropdown-menu {
		padding-top: 0.55rem;
		padding-bottom: 1rem;
		box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.5);
	}

	.navbar .dropdown-divider {
		width: 90%;
	}

	.navbar .social-icons {
		margin-left: 0.5rem;
	}

	.navbar .fa-stack {
		margin-right: 0;
		margin-left: 0.25rem;
	}
}

@media only screen and (max-width: 540px) {
	h1 {
		font-size: 30px;
	}

	.para {
		width: 100%;
	}

	.swiper-container {
		width: 92%;
	}

	.swiper-button-prev {
		left: -16px;
		width: 22px;
		background-size: 22px 34px;
	}

	.swiper-button-next {
		right: -16px;
		width: 22px;
		background-size: 22px 34px;
	}
}


.btn-primary:hover {
	color: #fff;
	background-color: var(--primary);
	border-color: #0a58ca;
}

.text-decoration-underline {
	text-decoration: none !important;
}

.inline-block {
	display: inline-block;
}

.container {
	z-index: 1;
}

.nav-link {
	color: #fff !important;
}


.card-style {
	background-color: #212d37;
	color: #fff;
	border-radius: 1rem;
	padding: 2rem;
	box-shadow: 0 6px 30px rgba(0, 0, 0, 0.5);
	margin-bottom: 2rem;
}

.contactblock {
	background-color: #1a1a1a;
}

.lead {
	font-size: 1rem !important;
}

.w-70 {
	width: 70% !important;
}

.form-check-input:checked {
	background-color: var(--secondary) !important;
	border-color: var(--secondary) !important;
}

.form-check-input:focus {
	box-shadow: none !important;
}

.dropdown-item.active,
.dropdown-item:active {
	background-color: var(--secondary);
}

.dropdown-item:focus,
.dropdown-item:hover {
	background-color: var(--secondary);
}

body {
	color: #fff !important;
}

.spinner {
	width: 25px;
	height: 25px;
	border: 5px solid #ccc;
	border-top: 5px solid #3fae47;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	margin: 100px auto;
	position: absolute;
	right: 50px;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* .toast-container-top-center{ */
/* z-index:99999 !important; */
/* } */

.marginauto {
	margin: 0 auto;
}

#header {
	padding: 0px !important;
}

#mainHeader {
	width: 100% !important;
	padding: 10px !important;
}

main {
	margin-top: 108px !important;
}

.noindentation {
	text-indent: 0em !important;
}

.textindent {
	text-indent: 2em;
}

.contactusheaderbtn:hover {
	background-color: var(--primary-light) !important;
}

.footer {
	font-size: .9rem !important;
}

.padding0 {
	padding: 0px !important;
}

footer .splogo {
	height: 80px !important;
}

.fa-times {
	-webkit-text-fill-color: unset !important;
	font-size: 1.5em !important;
	cursor: pointer !important;
	float: right !important;
	padding: 0px 10px !important;
}

.toast-header {
	justify-content: space-between !important;
}

.leaflet-bottom {
	display: none !important;
}

#map {
	height: 500px;
	width: 100%;
}


.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
	background-color: #212d37 !important;
	border-color: #212d37 !important;
}

.text-muted {
	color: #ccc !important;
}
/* Loader Overlay */
#form-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 30, 47, 0.6);
  display: none; /* Hidden by default */
  justify-content: center;
  align-items: center;
  z-index: 9999;
  backdrop-filter: blur(8px);
}

/* Loader Box */
.glass-loader {
  backdrop-filter: blur(10px) saturate(150%);
  -webkit-backdrop-filter: blur(10px) saturate(150%);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

/* Spinning Circle */
.glass-circle {
  width: 60px;
  height: 60px;
  border: 3px solid transparent;
  border-top: 3px solid rgba(255,255,255,0.8);
  border-radius: 50%;
  animation: spin 1.2s linear infinite, shimmer 2s ease-in-out infinite;
}

@keyframes spin {
  100% { transform: rotate(360deg); }
}

@keyframes shimmer {
  0% { border-top-color: rgba(255,255,255,0.8); }
  50% { border-top-color: rgba(0,255,200,0.8); }
  100% { border-top-color: rgba(255,255,255,0.8); }
}
