@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@100;200;300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;700&family=Roboto:wght@100;300;400;500;700&display=swap');


/* CSS Document */
body {
	margin: 0;
	font-family: "Roboto", "Prompt";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;

}

p {
	font-size: 1.5rem;
}

a {
	text-decoration: none;
	color: inherit;
	transition: color 0s;
}

.btn {
	text-decoration: none;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 400;
}

.text-blue {
	color: #003a70 !important;
}

/*.line-clamp1{
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.line-clamp2{
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box!important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.line-clamp3{
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box!important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.line-clamp4{
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box!important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.line-clamp5{
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box!important;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}*/
.header-middle {
	font-size: 2rem;
	font-weight: 600;
}

.header-middle,
.sticky-header.fixed {
	padding-top: 10px;
	padding-bottom: 10px;
}

.header-right {
	flex: 1;
	justify-content: flex-end;
	margin-left: auto;
}

.header-right>:not(:last-child):not(.mobile-search) {
	margin-right: 0
}

.header-middle .login-link {
	margin-right: 0;
	margin-left: 10px;
}

.header-middle .login-link img {
	max-height: 20px;
}

.intro-slider figure img {
	height: auto !important;

}

.banner-fixed>.banner-content,
.banner-fixed>.container,
.banner-fixed>.container-fluid {
	width: 100%;
}

.intro-banners .banner-title {
	font-size: 4.4em;
}

.footer {
	background: #666;
}

.footer .widget-body a,
.footer .widget-body label {
	color: #4f4f50;
}

.footer .widget-body a:hover {
	color: #00467f;
}

.category-classic .category-content {
	background-color: rgba(255, 255, 255, 0.808);
	color: #aa333a;
}

.category-classic:hover .category-content {
	background: #fff;
	color: #aa333a;
}

.category-absolute .category-content {
	position: initial;
}

.categories .category-name {
	font-size: 2rem;
	text-transform: inherit;
	color: #000;
}

.category .category-count {
	font-size: 1.5rem;
}

.title-echo {
	color: #000;
}

.list-type-check li:before {
	display: block;
	position: absolute;
	left: 3px;
	top: 2px;
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	font-weight: 700;
	font-size: 1.2rem;
	color: #222;
}

@media (max-width: 480px) {
	.header-middle .logo img {
		max-height: 50px;
	}
}

.header-middle .logo {
	margin-right: 4.7rem;
	margin-bottom: 0.1rem;
	max-width: 15.3rem;
}

.minipopup-area {
	display: none;
}

.about-us .page-header,
.contact-us .page-header {
	height: 40.1rem;
}

.product-name,
.product-cat,
.product-meta {
	color: #000;
}

.tab-content>.active {
	overflow: hidden;
}


@media (min-width: 1600px) {
	.post-slider .owl-stage-outer {
		padding: 0;
		margin: 0;
	}
}

.title-descri {
	width: 100%;
}

.breadcrumb li:not(:last-child):after {
	content: "\f105";
}

.element-product-banner .products-grid {
	margin: -1.5rem;
}

.element-product-banner .products-grid>* {
	padding: 1.5rem;
}

.element-product-banner .products-grid .product-details {
	padding: 1.5rem 0;
}

/* .filter-items.search-ul li ul#ulActive li ul#subulActive li {
	padding: 0px 3px 4px 3px;
} */

.filter-items ul {
	margin: 0px;
	padding: 0px;
}

.filter-items.search-ul li {
	padding: 0;
}

.filter-items>li:not(:last-child) {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.filter-items a:hover {
	color: #3498DB;
}

.toolbox.sticky-toolbox {
	height: 67px;
	margin-bottom: 20px;
}

.MenuCus {
	width: 100%;
	justify-content: space-between;
}

#header nav.navbar.bootsnav li.dropdown.megamenu-fw ul.dropdown-menu li>a:hover {
	background-color: #fff !important;
	color: #aa333a !important;
}

#header nav.navbar.bootsnav .megamenu-content .col-menu.col-sm-6 ul.menu-col li {
	width: 33.333333%;
	float: left;
	display: block;
}

#header nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a {
	padding: 1px 1px !important;
}

#header nav.navbar.bootsnav li.dropdown.fullwidth-dropdown ul.dropdown-menu li a.dropdown-toggle {
	/* border: 1px solid green; */
	width: 100%;
}

#header nav.navbar.bootsnav li.dropdown.fullwidth-dropdown ul.dropdown-menu li .leftnav {
	background-color: #fff;
}

#header nav.navbar.bootsnav li.dropdown.megamenu-fw ul.dropdown-menu.megamenu-content li .leftnav a {
	padding-bottom: 10px !important;
	/* background-color: #FFF; */
}

/* #header nav.navbar.bootsnav li.dropdown.fullwidth-dropdown ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover {
	background-color: #fff !important;
	color: #aa333a;
}

#header nav.bootsnav ul.nav li.dropdown ul.dropdown-menu .subnav ul.leftside li a{
	background-color: #fff !important;
	color: #aa333a;
	border:1px solid orange;
}
#header nav.bootsnav ul.nav li.dropdown ul.dropdown-menu .subnav #left{
	background-color: #fff !important;
} */
/* #header nav.bootsnav ul.nav li.dropdown ul.dropdown-menu .subnav ul.leftside li a:hover + .rightside a {
	display: block;
} */
/* #header nav.bootsnav ul.nav li.dropdown ul.dropdown-menu .subnav ul.rightside li a{
	border:1px solid green;
	background-color: #fff;
	/* display: none; 
}*/
#header nav.bootsnav ul.nav li.dropdown ul.dropdown-menu .subnav {
	background-color: #fff;
}

.post-content {
	color: #4f4f50;
}

#header nav.navbar.bootsnav li.dropdown.fullwidth-dropdown ul.dropdown-menu li .title a {
	border-bottom: none;
}

nav.navbar.bootsnav ul.nav>li>a {
	font-size: 18px;
	font-weight: 500;
}

@media screen and (max-width: 991px) {
	#header nav.navbar.bootsnav .megamenu-content .col-menu.col-sm-6 ul.menu-col li {
		width: 50%;
	}

	#customText img {
		border-radius: 0px;
		width: 50% !important;
		height: 200px !important;
		display: inline-flex;
		position: relative;
	}

	.Atribute {
		position: absolute;
		right: 0;
	}

}

@media screen and (min-width: 992px) {
	#navbar-menu ul.nav>li>a {
		padding: 0px 15px;
		display: block;
		line-height: 80px;
	}

	#header.fixed-nav #navbar-menu ul.nav>li#limenu>a {
		display: block;
		line-height: 56px;
	}

	#navbar-menu ul.nav>li.dropdown {
		display: flex;
	}

	#header nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content,
	#header.navbarbrandtop nav.navbar.navbar-brand-top.bootsnav li.dropdown.megamenu-fw ul.dropdown-menu.megamenu-content {
		margin-top: 80px;
	}

	#customText img {
		border-radius: 0px;
		width: 24% !important;
		/* height: 200px !important; */
		display: inline-flex;
		position: relative;
		margin: 3px;
		text-align: center;
	}

	.BoderMenu:before {
		content: "";
		position: absolute;
		left: 50%;
		width: 2px;
		background-color: #f0f0f0;
		height: 100%;
	}

	#header nav.navbar.bootsnav li.dropdown.fullwidth-dropdown ul.dropdown-menu li a,
	#header nav.navbar.bootsnav li.dropdown.fullwidth-dropdown ul.dropdown-menu.megamenu-content .content ul.menu-col li a {
		border-bottom: none;
	}

}

.post-title {
	font-size: 2rem;
	margin-bottom: 1rem;

}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a {
	font-size: 16px;
}

.title-echo {
	font-family: 'Roboto Slab', 'Prompt', serif;
	font-size: 36px;
	color: #60676f;
	letter-spacing: 0;
}

.Tshadow {
	text-shadow: 1px 1px 2px #000;
}

.btn,
.btn:hover {
	border: none;
}

.btn-primary.btn-underline:active,
.btn-primary.btn-underline:focus,
.btn-primary.btn-underline:hover {
	background-color: transparent;
}

.btn-primary:hover {
	background-color: #0480b7;
}

.category-body {
	position: relative;
	margin-bottom: 0;
}

.category-body:hover .category-name {
	width: 100%;
}

.category-name {
	background-color: #fff;
	position: absolute;
	width: 80%;
	height: 50%;
	bottom: 0rem;
	left: 0;
	display: flex;
	align-items: center;
	padding: 1rem;
	justify-content: center;
	transition: all .5s;
}

.category-name a {
	color: #333;
	text-align: center;
}

.category-name a h5 {
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: 400;
	display: -webkit-box !important;
	height: 42px;
	overflow: hidden;
}

.category-name a span {
	display: inline-block;
	background-color: #00467f;
	width: auto;
	color: #fff;
	font-size: 15px;
	text-align: center;
	margin: 0 auto;
	transition: all .5s;
	padding: 5px 10px;
}

.category-body:hover .category-name a span {
	background-color: #0480b7;
}

.IndustriesBoder {
	border: 1px #ccc solid;
	margin: 0px;
	padding: 20px;
}

.video-banner .btn-play {
	border-radius: 50%;
}

.footer-middle {
	background: url(../images/14.jpg) no-repeat right;
	background-size: cover;
}

.footer-middle .widget-title {
	color: #4f4f50;
	font-family: 'Roboto Slab', 'Prompt', serif;
	font-size: 2rem;
	text-transform: uppercase;
}

.footer-bottom {
	background-color: #666;
}

.about-us .page-title {
	font-family: 'Roboto Slab', 'Prompt', serif;
	font-size: 36px;
	text-transform: capitalize;
	margin: 0px;
}

.inquiry_box {
	width: 100%;
	background-color: #0480b7;
	margin: 0 auto;
	color: #fff;
	font-size: 1.2rem;
}

.inquiry_des {
	padding: 1rem 2rem;
}

.inquiry_box h4 {
	font-size: 36px;
	color: #fff;
	position: relative;
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
}

.inquiry_box h4::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100px;
	height: 2px;
	background-color: #fff;
}

.read_more {
	background-color: #aa333a;
	padding: 10px 25px;
	border-radius: 22px;
	color: #fff;
	text-transform: uppercase;
	transition: all .5s;
}

.read_more:hover {
	background: #26c;
	color: #fff;
}

.hubpro_item {
	width: 100%;
	height: 100%;
	transition: all .5s;
	position: relative;
	overflow: hidden;
	border: 1px solid #000;
	padding: 1rem;
	background-color: #fff;
}

.hubpro_item::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(0, 70, 127, 0.9) 95%);
	left: 0;
	transition: all .5s;
	z-index: 0;
	bottom: -100%;
}

.hubpro_item:hover::before {
	bottom: 0;
}

.hubpro_item a {
	font-size: .9rem;
	color: #333;
	display: block;
	position: relative;
	z-index: 1;
}

.hubpro_item:hover a {
	color: #fff;
}

.hubpro_item img {
	margin-bottom: 1rem;
}

.other_products .hubpro_item span {
	font-size: 1.1rem;
}

.hubpro_item a span {
	font-size: 15px;
	display: block;
	padding: 1rem;
	margin-bottom: 15px;
	transition: all .5s;
	border-top:1px solid black;
}

.breadcrumb-element .default-breadcrumb {
	justify-content: flex-start;
	padding: 30px 0 15px;
	background-color: transparent;
	border-bottom: 1px solid #eee;
}

.title.title-line,
.title-custom-cross.title-line,
.widget-collapsible .widget-title,
.product-single .product-name,
.filter-items a {
	font-family: 'Roboto Slab', 'Prompt', serif;
}

.title.title-line a.text-blue:hover {
	color: #3498db !important;
}

.products_box .hubpro_item:hover span {
	background-color: #00467f;
	color: #fff;
}

.products_box .hubpro_item a span {
	border: none;
	background-color: #999;
	margin-bottom: 1rem;
	color: #fff;
}

.products_box .hubpro_item a p {
	font-size: 13px;
	padding: 0 1rem;
}

.widget-collapsible h3 {
	text-transform: capitalize;
	font-family: 'Roboto Slab', 'Prompt', serif;
	font-size: 24px;
	padding: 5px 0;
	margin: 0 0 10px;
	line-height: normal;
}

.widget-collapsible .toggle-btn {
	top: 15px;
	left: 0;
}

.left_markets .industries_image {
	overflow: hidden;
}

.left_markets .industries_image img {
	transition: all .5s;
	transform: scale(1);
}

.left_markets:hover img {
	transform: scale(1.05);
}

.left_markets .industries_name {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .45);
	padding: 8px 15px;
	width: 100%;
	margin-bottom: 0;
}

.left_markets .industries_name a {
	color: #fff;
}

.left_markets .industries_name h5 {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
}

.left_markets {
	width: 100%;
	padding: 0;
	background: #eee;
	margin-top: 2rem;
	position: relative;
}

.sidebar-content .widget {
	border-top: 0px solid #eee;
	padding: 15px;
	background: #eee;
	margin-bottom: 30px;
}


.product-form.product-qty {
	line-height: normal;
	margin: 30px auto 0;
}

.product-form .btn-cart,
.product-form .btn-external {
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	height: auto;
	line-height: normal;
	padding: 12px 30px;
	border-radius: 30px;
	max-width: 25rem;
}

.product-meta {
	font-size: 18px;
	font-weight: 500;
}

.product-single .product-price {
	font-size: 18px;
	color: #0480b7;
}

.product-single .product-name {
	margin-bottom: 1rem;
}

.inquiry_bg {
	background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%, #eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
	padding: 2rem;
	margin: 2rem auto;
	margin-bottom: 3rem;
	border: 2px solid #eee;
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.form_contact_title {
	font-size: 32px;
	font-weight: 700;
	font-family: 'Roboto Slab', 'Prompt', serif;
	color: #023b7d;
	margin-bottom: 1rem;
}

.form_contact_title span {
	color: #0480b7;
}

.find_des {
	padding: 0 15px;
}

.single-product,
.Bg-Product {
	background: url(../images/bg.jpg) center 200px repeat-x #eee;
}

.about-us .breadcrumb {
	padding: 1.2rem 0;
	margin: 0px;
}

.breadcrumb-element .default-breadcrumb {
	margin-bottom: 0px;
}

.breadcrumb li {
	font-size: 15px;
}

.filter-items.search-ul li a {
	font-size: 16px;
	padding: 5px 0 5px 20px;
	line-height: normal;
}

.filter-items .with-ul>a>i {
	top: 5px;
	left: 0;
	right: inherit;
	margin: 0px;
}

.filter-items.search-ul li ul li a {
	font-family: 'Roboto', 'Prompt', serif;
	font-size: 14px;
	padding: 5px 0 5px 20px;
}

.breadcrumb li:last-child,
.breadcrumb li:first-child i {
	color: #00467f;
}

.title-right-line:before,
.title-line:after {
	background-color: transparent;
}

/* .leftnav {
	height: 333px;
	background-color: #EEEEEE;
} */

.leftnav>.dropdown>.dropdown-toggle {
	font-size: 11px;
}

.rightnav {
	background-color: white;
}

.form-control {
	background-color: white !important;
	border-radius: 3px !important;
	width: 100%;
	line-height: 0.5 !important;
	padding: 0px 12px 0px 12px !important;
}

#submitcontact {
	border-radius: 25px !important;
	padding: 5px 15px 5px 15px !important;
}

#header nav.navbar.bootsnav ul.nav>li.active>a {
	color: #0055A5
}

#subcatename {
	font-size: 22.4px;
}

#subcatename a:hover {
	color: #3498DB !important;
}

#portname:hover,
.post-media:hover+.post-details #portname {
	color: #00306B !important;
}

.form-control {
	height: 32px !important;
	line-height: 32px !important;
	min-height: 1.5rem;
}

.filter-items.search-ul li ul#ulActive li a#aActive,
.filter-items.search-ul li ul li a#subaActive {
	color: #3498DB !important;
}

.filter-items.search-ul li ul#ulActive li#liActive a#aActive {
	color: red;
}

#ulActive {
	display: block;
}

#subulActive {
	display: block;
	margin: 0px;
}

#abouthead {
	color: #AA333A !important;
	font-size: 28.8px !important;
}

.linkblog::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 20px;
	margin: 0 auto;
	width: 80px;
	height: 1px;
	background-color: #aa333a;
	transition: all .5s;
}

.linkblog:hover::before {
	width: 100px;
}

.linkblog {
	color: #AA333A;
	font-size: 16px;
	font-weight: 300;

}

.linkblog:hover {
	color: #000;
}

nav.bootsnav ul.nav li.dropdown ul.dropdown-menu li.industriesub a {
	background-color: #fff !important;
}

nav.bootsnav ul.nav li.dropdown ul.dropdown-menu li.industriesub a:hover {
	color: #0055A5;
}

/* .rightside {
	display: none;
}
.nav>.leftside>li>a :hover + .rightside{
	border:10px solid red;
	display: block;
} */

nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a {
	font-size: 13px;
}

.filter-items .with-ul.show>a>i.fa-plus:before {
	content: "\f068";
}

.filter-items .with-ul.show>a>i {
	left: -1px;
}

.filter-items.search-ul li ul.search-ul-2 li a {
	padding: 5px 0 5px 30px;
}

.filter-items.search-ul li ul.search-ul-2 li i {
	left: 10px;
	top: 2px;
}

.filter-items.search-ul li ul.search-ul-2 li ul li a {
	padding: 5px 0 5px 40px;
}

.maindropdown::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .5em;
	vertical-align: .5em;
	content: "";
	border-top: .5em solid;
	border-right: .5em solid transparent;
	border-bottom: 0;
	border-left: .5em solid transparent;
}

.post-frame .post-details {
	padding: 2.2rem 0 3rem;
}

.footer-middle .widget-body li a {
	font-size: 16px;
}

.footer-middle .widget-body li a i {
	font-size: 10px;
}

.post-industrie {
	-webkit-line-clamp: 5;
}

.industrie-text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	min-height: 90px;
}

.product-price {
	-webkit-line-clamp: 2;
	white-space: normal;
}

.bg-transparent {
	background-color: transparent !important;
}

hr {
	border-top-color: #000;
}

#producttitle a::before,
#subcatename a::before {
	position: absolute;
	content: "";
	right: 0;
	top: 1.5rem;
	width: 90%;
	height: 1px;
	background-color: #ccc;
	z-index: 0;
}

#producttitle span,
#subcatename span {
	font-size: 22.4px !important;
	position: relative;
	z-index: 1;
	display: inline-block;
	padding-right: 2rem;
}

#industrie-post .post-title {
	font-size: 22.4px !important;
}

.contact-bold {
	font-size: 19.2px;
	color: #000 !important;
}

/* .dropdown-menu li {
	min-width:216.16px !important;
}
.dropdown-menu li a {
	font-size: 14.5px !important;
} */
.industrie li a {
	font-size: 14.5px !important;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.industrie {
	min-width: 280px !important;
}

.hubpro_item a .hubpro_desc {
	min-height: 133.5px !important;
	border-top:1px solid black;
}

#header nav.navbar.bootsnav li.dropdown ul.dropdown-menu li .nav-mmmtabbedmenu-left>li.lileftmenu {
	border: none;
}

#navbar-menu ul.nav>li>a.aleftmenu {
	background-color: #EEE;
	line-height: inherit;
	margin-left: 10px;
	font-size: 14px;
	background: none;
	padding: 15px 0px 10px 10px;
}

#header nav.navbar.bootsnav li.dropdown ul.dropdown-menu .mmmtabbedmenuleft ul.nav-mmmtabbedmenu-left li a.aleftmenu {
	background-color: #EEE;
}

#header nav.navbar.bootsnav li.dropdown ul.dropdown-menu li {
	border: none;
}

.mmmtabbedmenuleft {
	background-color: #FFF;
}

.title-menu:before {
	position: initial;
	content: "";
	width: 5px;
	height: 5px;
	background-color: #333;
	left: 0;
	top: 0.65rem;
	border-radius: 50%;
	margin-right: 5px;
}
nav.bootsnav .megamenu-content .title {
	color:#000;
}
nav.bootsnav .megamenu-content .title:hover {
	color:#aa333a;
	text-decoration: underline;
}
.sidebar-content .widget-body {
	margin-bottom: 0px;
}
/* nav.bootsnav .megamenu-content .title {
	color:#000 !important;
} */
.modal {
	--bs-modal-width: 60%;
}