.globalBlack {
	color: black;
}

.height-stable {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	font-family: "Roboto", "Barlow", sans-serif;
	font-size: 12px;
	height: 100%;
	width: 100wh;
	overflow: auto;
}

main {
	min-height: calc(100% - 80px);
}

.w-main-wrapper {
	min-height: calc(100% - 80px);
	display: flex;
	justify-content: flex-start;
}

header {
	position: relative;
	width: 100%;
	height: 50px;
	background-color: rgb(240, 240, 240);
	display: flex;
	align-items: flex-start;
	border-bottom: 1px solid rgb(220, 220, 220);
	position: sticky;
	top: 0;
	z-index: 1999;
	box-shadow: 0 1px 4px rgba(169, 169, 182, 0.55);
}

button {
	border: 0;
	padding: 0;
	background-color: rgb(240, 240, 240);
}
button:focus {
	outline: 0;
}

.ul-circle {
	list-style-type: circle;
}

.open-side-btn {
	margin-left: 25px;
	margin-top: 12px;
}

.hide-button {
	border: 1px rgb(240, 240, 240) solid;
	width: 26px;
	height: 23px;
	cursor: pointer;
}
.hide-button:hover {
	border: 1px rgb(208, 208, 208) solid;
	border-radius: 2px;
}
.hide-button .burger-btn {
	align-self: center;
	margin: 0 auto;
	opacity: 0.7;
}
.hide-button .burger-btn .bbar {
	width: 19px;
	height: 2px;
	background-color: rgb(0, 0, 0);
	margin: 3px auto;
}
.hide-button .burger-btn:hover,
.hide-button .burger-btn:focus {
	opacity: 1;
}

.logo img {
	height: 40px;
	cursor: pointer;
	vertical-align: middle;
}

.nav-side {
	position: absolute;
	z-index: 2;
	top: 46px;
}

.search-select {
	position: absolute;
	z-index: 2;
	top: 42px;
}

.search-select-items {
	display: none;
	min-width: 160px;
	min-height: 40px;
	left: 0px;
	top: 50px;
	border-left: 1px rgba(0, 0, 0, 0.15) solid;
	border-bottom: 1px rgba(0, 0, 0, 0.15) solid;
	border-right: 1px rgba(0, 0, 0, 0.15) solid;
	border-radius: 1px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0 0 0 1px rgba(15, 20, 24, 0.07), 0 2px 12px rgba(15, 20, 24, 0.2);
	padding: 20px;
}

.side-details {
	display: none;
	min-width: 160px;
	min-height: 170px;
	left: 0px;
	top: 50px;
	border-left: 1px rgba(0, 0, 0, 0.15) solid;
	border-bottom: 1px rgba(0, 0, 0, 0.15) solid;
	border-right: 1px rgba(0, 0, 0, 0.15) solid;
	border-radius: 1px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0 0 0 1px rgba(15, 20, 24, 0.07), 0 2px 12px rgba(15, 20, 24, 0.2);
	padding: 20px;
}
.side-details a {
	list-style: none;
	line-height: 2.333rem;
	font-size: 1.166rem;
	display: block;
	color: rgb(0, 113, 188);
	text-decoration: none;
}
.side-details a:hover,
.side-details a:focus {
	color: rgb(0, 79, 236);
}

.rs {
	position: relative;
	margin-left: 15px;
	margin-top: 4px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.rs .rs-edge {
	margin: 0 25px;
}
.rs a {
	color: rgb(94, 94, 94);
	text-decoration: none;
	font-size: 1.166rem;
}
.rs a:hover,
.rs a:focus {
	color: rgb(60, 60, 60);
	text-decoration: underline;
}

/* Dropdown Button */
.show {
	display: block;
}

.search-wrapper{
	position: absolute;
	top: 4px;
	left: 165px;
	display: inline-flex;
}

.main-search-wrapper {
	border: 1px solid rgb(208, 208, 208);
	background-color: white;
	border-radius: 6px;
	width: 555px;
	min-height: 34px;
	max-height: 500px;
	padding: 0 15px;
	white-space: nowrap;
	font-size: 1.166rem;
	outline: none;
}
.main-search-wrapper:hover,
.main-search-wrapper:focus {
	border: 0.5px solid #999999;
	box-shadow: 0 0 0 1px rgba(183, 194, 204, 0.07), 0 1px 13px rgba(69, 70, 71, 0.15), 0 10px 100px rgba(4, 5, 7, 0.15);
}

.breadcrumbs-wrapper {
	margin: 6px 25px;
}

.breadcw-atl {
	margin: 5px 0;
}

.cr-root {
	font-size: 1.125rem;
	color: rgb(0, 113, 188);
	font-weight: 400;
}
.cr-root:hover {
	color: rgb(0, 79, 236);
}

.breadcrumbs {
	border-bottom: rgb(220, 220, 220) 1px solid;
	padding-bottom: 3px;
	display: flex;
	flex-wrap: wrap;
	line-height: 1.75rem;
	align-items: center;
	justify-content: flex-start;
}
.breadcrumbs a {
	text-decoration: none;
}
.breadcrumbs p {
	font-size: 1.125rem;
	font-weight: 400;
}
.breadcrumbs .root-page {
	margin-right: 8px;
}
.breadcrumbs .root-page h2 {
	font-size: 1.125rem;
	color: rgb(0, 113, 188);
	font-weight: 400;
}
.breadcrumbs .root-page h2:hover {
	color: rgb(0, 79, 236);
}
.breadcrumbs .middle-dot {
	font-size: 3rem;
	margin-right: 8px;
}
.breadcrumbs .current-page {
	font-size: 1.125rem;
	font-weight: 100;
	color: rgb(40, 40, 40);
}

footer {
	display: block;
	height: 30px;
	width: 100%;
	background-color: rgb(240, 240, 240);
	color: rgb(40, 40, 40);
	display: flex;
}
footer .footer-span {
	max-width: 1770px;
	padding: 20px 30px;
	margin: auto;
}
footer .footer-ls {
	color: rgb(170, 165, 165);
	font-size: 1.08rem;
	width: 260px;
	line-height: 1.633rem;
}
footer .footer-rs-cl {
	font-size: 1.166rem;
	line-height: 1.6rem;
}
footer .footer-title {
	color: rgb(170, 165, 165);
	font-size: 1.5rem;
}
footer .footer-content {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-self: center;
	margin: 0 25px;
	font-size: 1.166rem;
}
footer .footer-ls {
	display: flex;
	width: 50%;
}
footer .footer-item {
	margin-right: 20px;
}
footer a {
	color: rgb(94, 94, 94);
	text-decoration: none;
	font-size: 1.166rem;
}
footer a:hover,
footer a:focus {
	color: rgb(60, 60, 60);
	text-decoration: underline;
}

.footer-links {
	text-decoration: none;
	color: rgb(214, 225, 233);
	line-height: 2rem;
	font-size: 1.08rem;
}
.footer-links:hover,
.footer-links:focus {
	color: rgb(80, 185, 255);
	text-decoration: underline;
}

.assets-container {
	float: right;
	background: white;
	margin: 5px 0 5px 10px;
	max-width: 360px;
	min-width: 250px;
	border: 1px solid rgb(220, 220, 220);
}
.assets-container .side-image {
	width: 100%;
	height: auto;
}
.assets-container .assets-object-title {
	padding: 4px 10px;
}
.assets-container .assets-object-title span {
	font-size: 1.125rem;
	font-weight: bold;
}
.assets-container .assets-mfg {
	padding: 10px;
}
.assets-container .assets-mfg span {
	font-size: 1.5rem;
	font-weight: bold;
}
.assets-container .assets-text {
	padding: 0 10px 5px;
}
.assets-container .assets-hl {
	width: 100%;
	border-bottom: 1px solid rgb(220, 220, 220);
	margin: 20px 0;
}
.assets-container .assets-mfg-text {
	padding: 0 10px 10px;
	line-height: 1.75rem;
	font-size: 1.166rem;
}
.assets-container .assets-mfg-url {
	text-decoration: none;
	color: rgb(0, 113, 188);
	padding-left: 3px;
}
.assets-container .assets-mfg-url:hover {
	color: rgb(0, 79, 236);
}

.clhd {
	display: none;
}

.clbl {
	display: block;
}

.mg0 {
	margin: 0;
}

.mg5 {
	margin: 5px;
}

.mg10 {
	margin: 10px;
}

.mg15 {
	margin: 15px;
}

.mg25 {
	margin: 25px;
}

.mg-b1 {
	margin-bottom: 1px;
}

.mg-b2 {
	margin-bottom: 2px;
}

.mg-b3 {
	margin-bottom: 3px;
}

.mg-b4 {
	margin-bottom: 4px;
}

.mg-b5 {
	margin-bottom: 5px;
}

.mg-b5 {
	margin-bottom: 5px;
}

.mg-b6 {
	margin-bottom: 6px;
}

.mg-b7 {
	margin-bottom: 7px;
}

.mg-b10 {
	margin-bottom: 10px;
}

.mg-b15 {
	margin-bottom: 15px;
}

.mg-b20 {
	margin-bottom: 20px;
}

.mg-b25 {
	margin-bottom: 25px;
}

.mg-b30 {
	margin-bottom: 30px;
}

.mg-b40 {
	margin-bottom: 40px;
}

.mg-t1 {
	margin-top: 1px;
}

.mg-t2 {
	margin-top: 2px;
}

.mg-t3 {
	margin-top: 3px;
}

.mg-t5 {
	margin-top: 5px;
}

.mg-t7 {
	margin-top: 7px;
}

.mg-t8 {
	margin-top: 8px;
}

.mg-t9 {
	margin-top: 9px;
}

.mg-t10 {
	margin-top: 10px;
}

.mg-t12 {
	margin-top: 12px;
}

.mg-t15 {
	margin-top: 15px;
}

.mg-t20 {
	margin-top: 20px;
}

.mg-t25 {
	margin-top: 25px;
}

.mg-t30 {
	margin-top: 30px;
}

.mg-t40 {
	margin-top: 40px;
}

.mg-t50 {
	margin-top: 50px;
}

.mg-t55 {
	margin-top: 55px;
}

.mg-l5 {
	margin-left: 5px;
}

.mg-l6 {
	margin-left: 6px;
}

.mg-l7 {
	margin-left: 7px;
}

.mg-l8 {
	margin-left: 8px;
}

.mg-l10 {
	margin-left: 10px;
}

.mg-l15 {
	margin-left: 15px;
}

.mg-l20 {
	margin-left: 20px;
}

.mg-l25 {
	margin-left: 25px;
}

.mg-l101 {
	margin-left: 101px;
}

.mg-r5 {
	margin-right: 5px;
}

.mg-r10 {
	margin-right: 10px;
}

.mg-r15 {
	margin-right: 15px;
}

.mg-r20 {
	margin-right: 20px;
}

.mg-r25 {
	margin-right: 25px;
}

.mg-r30 {
	margin-right: 30px;
}

.mg-r35 {
	margin-right: 35px;
}

.mg-r50 {
	margin-right: 50px;
}

.pd-r3 {
	padding-right: 3px;
}

.pd-r5 {
	padding-right: 5px;
}

.pd-b5 {
	padding-bottom: 5px;
}

.pd-t2 {
	padding-top: 2px;
}

.pd-t3 {
	padding-top: 3px;
}

.pd-t4 {
	padding-top: 4px;
}

.pd-t5 {
	padding-top: 5px;
}

.pd-l3 {
	padding-left: 3px;
}

.pd-l4 {
	padding-left: 4px;
}

.pd-l5 {
	padding-left: 5px;
}

.pd-l7 {
	padding-left: 7px;
}

.pd-l8 {
	padding-left: 8px;
}

.pd-l9 {
	padding-left: 9px;
}

.pd-l10 {
	padding-left: 10px;
}

.pd-r5 {
	padding-right: 5px;
}

.pd-r10 {
	padding-right: 10px;
}

.flex-sb-fs {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.flex-se-fs {
	display: flex;
	justify-content: space-evenly;
	align-items: flex-start;
}

.flex-sb-c {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flex-fs {
	display: flex;
	justify-content: flex-start;
}

.flex-end {
	display: flex;
	justify-content: end;
}

.flex-fs-c {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.flex-fs-fs {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.fx-se-c {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.fx-c-c {
	display: flex;
	justify-content: center;
	align-items: center;
}

.fx-fe-c {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.fx-f-wrap {
	display: flex;
	flex-wrap: wrap;
}

.fx-cl {
	display: flex;
	flex-direction: column;
}

.display-n {
	display: none;
}

.w100 {
	width: 100%;
}

.ovx {
	overflow-x: auto;
}

.ftbold {
	font-weight: 600;
}

.group-img-size img {
	width: 100px;
}

.link-sm {
	font-size: 1rem;
	font-weight: 100;
	color: rgb(0, 113, 188);
}
.link-sm:hover {
	color: rgb(0, 79, 236);
	cursor: pointer;
}

.link-n {
	font-size: 1.166rem;
	font-weight: 100;
	color: rgb(0, 113, 188);
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 65px;
}
.link-n:hover {
	color: rgb(0, 79, 236);
	cursor: pointer;
}

.item-hover {
	background-color: inherit;
}
.item-hover:hover {
	background-color: rgb(252, 252, 252);
}

.item-hover-beige {
	background-color: beige;
}
.item-hover-beige:hover {
	background-color: rgb(253, 251, 218);
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

@media (max-width: 900px) {
	.w-main-wrapper {
		min-height: calc(100% - 120px);
	}
	header {
		height: 90px;
	}
	.hdr-wkf {
		height: 50px;
	}
	.main-search-wrapper {
		top: 44px;
		left: -40px;
		width: calc(100% + 15px);
	}
}
@media (max-width: 390px) {
	.footer-rs-cl {
		margin-right: 25px;
	}
}
.rel {
	position: relative;
}

.image-hover:hover + .triangle-right {
	display: block;
}

.triangle-right {
	position: absolute;
	top: 37%;
	right: 44%;
	width: 0;
	height: 0;
	border-top: 40px solid transparent;
	border-left: 70px solid white;
	border-bottom: 40px solid transparent;
	display: none;
}

.main-blogs-container {
	background-color: #f9f9fb;
	min-height: calc(100% - 324px);
	display: flex;
	flex-direction: column;
	align-items: center;
}

.wtup {
	color: #c8c8c8;
	font-size: 1.083rem;
}

.main-blogs-section {
	max-width: 1140px;
	margin: 20px 25px 50px 25px;
}

.blog-text-link {
	text-decoration: none;
}

.blog-a-link {
	text-decoration: underline;
	color: rgb(0, 113, 188);
}
.blog-a-link:hover {
	color: rgb(0, 79, 236);
	text-decoration: none;
}

.search-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 10px 20px 0;
}

.encole-blog {
	font-size: 1.083rem;
	color: rgb(210, 45, 45);
	letter-spacing: 0.014em;
	font-weight: 300;
	text-transform: uppercase;
}

.encole-blogs-tag {
	font-family: "Montserrat", sans-serif;
	margin-left: 10px;
}

.blogSearch-field {
	background-color: white;
	width: 300px;
	height: 30px;
	display: flex;
	align-items: center;
	border: 1px solid rgb(220, 220, 220);
	border-radius: 6px;
}
.blogSearch-field input {
	border: none;
	width: 100%;
	font-size: 1.08rem;
}
.blogSearch-field input:focus {
	outline: none;
}
.blogSearch-field:hover {
	border: 1px solid rgb(220, 220, 220);
	box-shadow: 0 4px 10px rgba(106, 106, 106, 0.3);
	transition: border-color ease-in-out 0.1s, box-shadow ease-in-out 0.1s;
}

.blogs-wrapper {
	min-width: 100%;
	margin-bottom: 30px;
}

.blog-top-wrapper {
	display: flex;
	align-items: center;
	margin: 10px 10px 50px 10px;
	border-radius: 4px;
}
.blog-top-wrapper:hover {
	background-color: white;
	box-shadow: -5px 4px 20px rgba(139, 139, 139, 0.35);
	transition: border-color ease-in-out 0.1s, box-shadow ease-in-out 0.1s;
	cursor: pointer;
}

.blogs-grid-container {
	display: grid;
	grid-template-columns: auto auto auto;
	place-content: center;
	padding: 10px;
	gap: 30px;
	margin-top: 80px;
}

.blog-grid-item {
	background-color: white;
	text-align: left;
	border-radius: 4px;
	max-width: 380px;
	box-shadow: -1px 4px 7px rgba(230, 230, 230, 0.35);
}
.blog-grid-item:hover {
	box-shadow: -5px 4px 20px rgba(139, 139, 139, 0.35);
	transition: border-color ease-in-out 0.1s, box-shadow ease-in-out 0.1s;
	cursor: pointer;
}

.blog-top-image-wrapper {
	display: grid;
	place-items: center;
}

.blog-top-image {
	height: 300px;
	width: 510px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 3px;
}

.blog-grid-image-wrapper {
	display: grid;
	place-items: center;
	margin-bottom: 15px;
}
.blog-grid-image-wrapper .blog-grid-image {
	height: 140px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 3px 3px 0 0;
}

.blog-top-text {
	margin: 0 15px;
}

.blog-top-creds {
	font-size: 1.166rem;
	color: rgb(105, 105, 105);
}

.blog-creds {
	color: rgb(105, 105, 105);
}

.blog-date {
	color: rgb(167, 166, 166);
	font-weight: 100;
}

.blog-top-title {
	font-weight: bold;
	font-size: 2.333rem;
	padding: 15px 0 10px 0;
	color: rgb(40, 40, 40);
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.blog-top-description {
	font-size: 1.25rem;
	color: rgb(105, 105, 105);
	margin-bottom: 7px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	line-height: 1.888rem;
}

.blog-grid-title {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-weight: bold;
	font-size: 1.5rem;
	color: rgb(40, 40, 40);
	margin: 5px 0;
}

.blog-grid-description {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: rgb(105, 105, 105);
	font-size: 1.166rem;
}

.blog-single-wrapper {
	min-height: calc(100% - 324px);
	max-width: 820px;
	margin: 0 auto;
	padding: 2em 2.3em;
}

.single-h1 {
	font-size: 2.5rem;
	color: rgb(40, 40, 40);
	color: rgb(60, 60, 60);
}

.single-text-wrapper {
	margin: 25px 0;
	font-size: 1.25rem;
	line-height: 2.166rem;
	color: rgb(40, 40, 40);
}

.nav-sm {
	color: rgb(0, 113, 188);
	text-decoration: none;
}
.nav-sm:hover {
	color: rgb(0, 79, 236);
}

.highlight {
	background-color: yellow;
}

.single-img-container {
	display: grid;
	place-content: center;
}

.blog-image-alt {
	color: rgb(105, 105, 105);
	margin-top: 4px;
	font-size: 1.083rem;
	line-height: 1.666rem;
}

.blog-lg-image {
	max-width: 100%;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
	display: grid;
	place-content: center;
}

.slug-cat-lg-image{
	width: 750px; 
	max-width: 100%;
	text-align: "left";
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
	display: grid;
	place-content: center;
}

.next-page{
	margin:5px;
	padding-left:18px;
	padding-right:18px;
	padding-top:14px;
	padding-bottom:14px;
	border-radius: 4px;
	background-color: white;
	border: 1px solid #ddd;
}

.next-page:hover{
	background-color: #0d6efd;
	border-color: #0d6efd;
  	color: white;
}

.center-buttons{
	place-items: start center;
	margin: 0px 50px 50px 50px;
}

.current-page-button{
	margin:5px;
	padding-left:18px;
        padding-right:18px;
        padding-top:14px;
        padding-bottom:14px;
	border-radius: 4px;
	background-color: #0d6efd;
	border-color: #0d6efd;
	color:white
}

@media screen and (max-width: 920px) {
	.blog-top-title {
		font-size: 1.833rem;
	}
	.encole-blogs-tag {
		display: none;
	}
}
@media screen and (max-width: 820px) {
	.blog-top-text {
		margin: 0;
		padding: 0 15px;
	}
	.main-blogs-section {
		margin: 20px 50px 50px 50px;
	}
	.blogs-grid-container {
		display: grid;
		grid-template-columns: auto auto;
		padding: 10px;
		gap: 30px;
		margin-top: 80px;
	}
	.blog-top-wrapper {
		flex-direction: column;
		align-items: center;
		margin-bottom: 50px;
	}
	.blog-top-image {
		height: initial;
		width: 100%;
		margin-bottom: 15px;
	}
	.search-container {
		width: 100%;
		justify-content: center;
	}
	.blogSearch-field {
		width: 360px;
	}
	.blog-top-title {
		font-weight: bold;
		font-size: 1.666rem;
		padding: 15px 0 10px 0;
		color: rgb(40, 40, 40);
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.blog-top-description {
		font-size: 1.166rem;
		color: rgb(105, 105, 105);
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
	}
}
@media screen and (max-width: 640px) {
	.blog-top-image {
		border-radius: 3px 3px 0 0;
	}
	.blog-top-wrapper {
		background-color: white;
		margin: 10px 10px 20px 10px;
		box-shadow: -1px 4px 7px rgba(230, 230, 230, 0.35);
	}
	.blogs-grid-container {
		margin-top: 0;
		grid-template-columns: auto;
	}
	.single-h1 {
		font-size: 1.666rem;
	}
} /*# sourceMappingURL=blog.css.map */

