@charset "utf-8";

/**--------------------------------------------------------
 * CSS Information
 * File Name    :  style.css
 * Theme Name   :  Hi Target Surveying Instrument
 * Author       :  Amit Suthar
 * Description  :  January 2022
 -----------------------------------------------------------*/

@font-face {
	font-family: 'Avenir';
	src: url("fonts/AvenirLTStd-Book.woff") format("woff"),
		url("fonts/AvenirLTStd-Book.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir';
	src: url("fonts/AvenirLTStd-Black.woff") format("woff"),
		url("fonts/AvenirLTStd-Black.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

*,
*:after,
*:before {
	margin: 0;
	padding: 0;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	height: 100%;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
body {
	height: 100%;
}

body {
	font-family: 'Avenir';
	font-size: 14px;
	color: #5D5D5D;
	font-weight: 400;
	line-height: normal;
	-webkit-font-smoothing: antialiased;
	/* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	background: #ffffff url(../images/loader.gif) center center no-repeat;
	overflow-x: hidden;
}

::selection {
	background: #8C9091;
	/* Safari */
	color: #fff;
}

::-moz-selection {
	background: #8C9091;
	/* Firefox */
	color: #fff;
}

img {
	width: auto\9;
	/*height:auto;*/
	max-width: 100%;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

a,
a:focus,
a:hover {
	color: #FABD05;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

a:hover {
	color: #000000;
	outline: none;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

button {
	outline: none !important;
}

:focus,
::-moz-focus-inner {
	border: none;
	outline: none !important;
}

fieldset,
a img {
	border: none;
}

ol,
ul {
	margin: 0px auto 15px;
	padding-left: 15px;
	list-style-position: outside;
	/*list-style-type:none;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

/* ClearFix */
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

.container:after {
	content: " ";
	display: block;
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
.clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

/* wrapper */

#wrapper {
	position: relative;
	height: auto !important;
	min-height: 100%;
	height: 100%;
	width: 100%;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	background: #ffffff;
	max-width: 1920px;
}

body,
#wrapper,
.footer-wrapper {
	opacity: 0;
}

.container {
	position: relative;
}

.landing-header {
	position: relative;
	display: block;
	padding: 10px 0px;
	text-align: center;
}

.landing-header .logo {
	margin: 0px auto;
	float: none;
}

#pageHeaderWrapper {
	position: relative;
	width: 100%;
	z-index: 100;
	display: block;
	padding: 0px 0px;
	margin: 0px auto;
	background: #ffffff;
	z-index: 999;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

#pageHeader {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
	background: none;
	z-index: 999;
}

.is-sticky #pageHeaderWrapper {
	box-shadow: 0px 5px 12px #00000014;
}

.header-container {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
	/*max-width: 1147px;*/
	max-width: 1280px;
	padding: 0px 15px;
}

/* Logo */

.logo {
	position: relative;
	display: block;
	float: left;
	width: 191px;
	height: 48px;
	z-index: 1001;
	margin: 25px 0px;
	padding: 0px 0px;
}

.logo a {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
}

.logo img {
	position: relative;
	display: block;
	height: auto;
	max-width: 100%;
}

/* Top Right Header */

.topRightContainer {
	position: relative;
	display: block;
	float: right;
	margin: 0px 0px;
}

.header-right {
	position: relative;
	display: block;
	margin: 24px 0px;
	float: right;
	z-index: 99;
}

/*.home .header-right {
	opacity:0;
	}

.home .is-sticky .header-right {
	opacity:1;
	}*/

.header-right ul {
	padding: 0px 0px;
	margin: 0px 0px;
	list-style-type: none;
}

.header-right ul li {
	display: inline-block;
	vertical-align: middle;
	padding-left: 13px;
}

.header-icon {
	font-size: 18px;
	position: relative;
	display: block;
}

.header-icon a {
	color: #34474F;
}

.header-icon a:hover {
	color: #FABD05;
}

/**/

.header-search {
	position: relative;
	display: block;
	max-width: 180px;
}

.header-search input {
	padding: 10px 40px 10px 20px;
}

.select-options {
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	box-shadow: 0 4px 8px 0 rgb(7 9 12 / 8%);
	position: absolute;
	top: 32px;
	width: 100%;
	background-color: #fff;
	padding: 20px 0 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	z-index: -1;
}

.select-options a {
	font-size: 16px;
	color: #666;
	padding: 15px 15px 0;
	text-align: left;
	display: block;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}

.select-options a:hover {
	color: #FABD05;
}

.header-search .button {
	position: absolute !important;
	top: 17px !important;
	right: 20px !important;
	z-index: 1 !important;
	background: transparent !important;
	border: none !important;
	color: #000000 !important;
	padding: 0px 0px !important;
	margin: 0px 0px !important;
}

.header-search .button:hover {
	color: #FABD05 !important;
}

.mob-search-icon {
	position: relative;
	margin: 14px 0px;
	font-size: 18px;
	display: none;
}

/* Nav */

.nav-wrapper {
	position: relative;
	display: block;
	float: right;
	padding: 0px 0px;
	margin: 0px auto;
}

.nav-container {
	display: block;
}

.nav {
	width: 100%;
	display: block;
	margin: 0px auto;
	text-align: right;
	margin: 0px 20px 0px 0px;
}

.nav ul {
	font-size: 16px;
	padding: 0;
	width: 100%;
	margin: 0 auto;
	display: block;
	list-style-type: none;
}

.nav>ul>li {
	position: relative;
	margin: 0px 15px;
	display: block;
	float: left;
}

.nav>ul>li>a {
	position: relative;
	display: block;
	color: #333333;
	text-align: center;
	padding: 40px 0px;
	margin: 0px 0px;
	font-weight: 500;
	overflow: hidden;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

/* .nav ul li.selected a, */
.nav>ul>li>a:hover {
	color: #FABD05;
}

.nav>ul ul,
.nav>ul ul ul {
	position: absolute;
	font-size: 14px;
	left: 0%;
	top: 100%;
	opacity: 0;
	width: 100%;
	min-width: 315px;
	text-align: left;
	visibility: hidden;
	background: rgba(0, 0, 0, 0.7);
	border: none;
	padding: 0px 0px;
	border-radius: 0px;
	margin: 40px 0px 0px 0px;
	transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
}

.nav>ul ul ul {
	left: 100%;
	top: auto;
	margin: 0px;
	padding: 0px;
}

.nav>ul>li:hover>ul,
.nav>ul ul>li:hover>ul {
	opacity: 1;
	top: auto;
	margin-top: 0px;
	visibility: visible;
}

.nav>ul ul>li:hover>ul {
	margin-top: -50px;
}

.nav>ul ul>li {
	border-bottom: none;
}

.nav>ul ul a,
.nav>ul ul ul a {
	position: relative;
	display: block;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.7);
	font-size: 15px;
	line-height: 20px;
	font-weight: 400 !important;
	background: none !important;
	padding: 14px 15px 14px 20px;
	margin: 0px 0px;
}

.nav>ul ul li:last-child>a:before {
	display: none;
}

.nav>ul ul li:hover>a,
.nav>ul ul li.selected>a,
.nav>ul ul ul li:hover>a,
.nav>ul ul ul li.selected>a {
	background: rgba(0, 0, 0, 1) !important;
	-o-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.nav>ul ul li.selected>a,
.nav>ul ul ul li.selected>a {}

.nav li.menu-item-has-children>a:after {
	font-family: 'Font Awesome 5 Free';
	position: relative;
	content: "\f107";
	font-size: 12px;
	height: 14px;
	font-weight: 900;
	margin: 0px 0px 0px 8px;
	line-height: 14px;
	text-align: center;
	/* display:inline-block; */
	display: none;
	vertical-align: middle;
}

.selected:after {
	color: #0097EE;
}

.mean-container a.meanmenu-reveal {
	top: -20px;
	right: -5px !important;
	color: #ffffff;
	background: #FABD05;
	width: 72px;
	height: 72px;
	padding: 20px 0px;
}

.mean-container a.meanmenu-reveal span {
	background: #ffffff;
}

.mean-container .mean-nav {
	margin-top: 52px;
}

/* .mean-container .mean-nav ul li:hover>a,
.mean-container .mean-nav ul li.selected>a {
	background: #FABD05;
} */

.mobile-cart-box {
	position: fixed;
	display: none;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 99;
	background: #FABD05;
}

.mobile-cart-box ul {
	padding: 0px 0px;
	margin: 0px 0px;
	list-style-type: none;
}

.mobile-cart-box ul li {
	width: 25%;
	float: left;
	padding: 12px 10px;
	text-align: center;
}

.mobile-cart-box ul li a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: #000000;
}

.mobile-cart-box ul li a:hover {
	color: #ffffff;
}

/* Quick Search */

.quick-search .form-control {
	border: none;
	height: 50px;
	padding: 14px 15px;
	border-radius: 0px;
	border: 1px solid #ffffff;
}

.quick-search .form-control:focus,
.quick-search .form-control:hover {
	border: 1px solid #988363;
}

.quick-search .btn-1 {
	position: relative;
	border: none;
	height: 50px;
	color: #ffffff;
	line-height: 1;
	font-size: 16px;
	border-radius: 0;
	padding: 10px 20px;
	text-align: center;
	background: #FABD05;
	vertical-align: top;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.quick-search .btn-1:hover {
	background: #000000;
	border-color: #000000;
}

.quick-search .close {
	position: absolute;
	color: #ffffff;
	opacity: 1;
	right: 0;
	top: -30px;
	text-shadow: none;
}

.quick-search .close:hover {
	color: #FABD05;
}

.modal-content {
	border: none;
	box-shadow: none;
	border-radius: 0px;
}

.modal-backdrop.show {
	opacity: .8;
}


/* Banner Styles */

.bannerWrapper {
	position: relative;
	display: block;
	width: 100%;
	z-index: 2;
	max-height: 100%;
	padding: 0px 0px;
	margin: 0px auto;
	overflow: hidden;
}

.banner {
	position: relative;
	display: block;
	z-index: 0;
	width: 100%;
	margin: 0px auto;
}

.homeBannerSlider {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
	background: #efefef;
}

[data-animation-in] {
	opacity: 0;
}

.banner-slide {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px auto;
}

.banner-slide figure {
	position: relative;
	display: block;
	width: 100%;
	z-index: 1;
	padding: 0px;
	margin: 0px auto;
}

.banner-slide figure:before {
	position: absolute;
	top: 0px;
	left: 0px;
	content: '';
	width: 268px;
	height: 364px;
	background-image: url(../images/top-fix-icon.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
}

.banner-slide figure img {
	width: 100% !important;
	height: auto;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
	font-family: "object-fit:cover; object-position:top";
}

.banner_caption {
	position: absolute;
	z-index: 7;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	color: #ffffff;
	display: block;
	margin: 0px auto;
	-moz-user-select: none;
	-o-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.banner_caption .captionWrapper {
	position: relative;
	display: table;
	height: 100%;
	margin: 0px auto;
}

.banner_caption .captionContainer {
	position: relative;
	color: #000000;
	margin: 0px auto;
	display: table-cell;
	vertical-align: middle;
}

.banner_caption .captionContainerInner {
	position: relative;
	display: block;
	max-width: 510px;
	float: right;
	padding: 0px 0px 20px;
}

.banner_caption .captionContainer .bannerHeading1 {
	font-size: 65px;
	color: #D9D9D9;
	font-weight: 600;
	padding-bottom: 25px;
	line-height: 90px;
}

/* Banner Link Button */

.banner-link-btn {
	position: relative;
	display: block;
	font-size: 15px;
	margin: 0px auto;
}

.banner-link-btn a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #ffffff;
	padding: 16px 30px;
	background: #FABD05;
	border-radius: 30px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.banner-link-btn a i {
	margin-left: 8px;
}

.banner-link-btn a:hover {
	background: #34474F;
	color: #ffffff;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.homeBannerSlider .slick-prev,
.homeBannerSlider .slick-next {
	top: auto;
	bottom: 40px;
	left: auto;
	right: 60px;
	width: 50px;
	height: 50px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 20px;
	border-radius: 50px;
	padding: 0px 0px;
	text-align: center;
	z-index: 1;
}

.homeBannerSlider .slick-prev:hover,
.homeBannerSlider .slick-next:hover {
	background: #ffffff;
	color: #FABD05;
}

.homeBannerSlider .slick-prev {
	bottom: 105px;
}

.homeBannerSlider .slick-dots {
	top: 40%;
	right: 80px;
	bottom: auto;
	width: auto;
}

.homeBannerSlider .slick-dots li {
	border-color: rgba(92, 90, 86, 1);
	display: block;
	margin: 15px 0px;
	width: 15px;
	height: 15px;
	border-radius: 15px;
}

.slick-dots li button {
	background: rgba(92, 90, 86, 0.3);
	width: 15px;
	height: 15px;
	border-radius: 15px;
}

.homeBannerSlider .slick-dots li:hover,
.homeBannerSlider .slick-dots li.slick-active {
	background: #5C5A56;
	border-color: #5C5A56;
}

.homeBannerSlider .slick-dots li:hover button:before,
.homeBannerSlider .slick-dots li.slick-active button:before {
	background: #5C5A56;
}

.slick-dots li button::before {
	content: '';
	width: 15px;
	height: 15px;
	border-radius: 15px;
}

/* Container Style */

.pt0 {
	padding-top: 0px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pt15 {
	padding-top: 15px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pt50 {
	padding-top: 50px !important;
}

.pt60 {
	padding-top: 60px !important;
}

.pt100 {
	padding-top: 100px !important;
}

.pb0 {
	padding-bottom: 0px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pb50 {
	padding-bottom: 50px !important;
}

.pb60 {
	padding-bottom: 60px !important;
}

.pb100 {
	padding-bottom: 100px !important;
}

.mt0 {
	margin-top: 0 !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.mg5 {
	margin: 5px !important;
}

.p15 {
	padding: 15px !important;
}

.ml15 {
	margin-left: 15px !important;
}

.mr15 {
	margin-right: 15px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.pl0 {
	padding-left: 0px;
}

/*Home*/

.slider-bottom {
	position: absolute;
	bottom: 50px;
	left: 20px;
	z-index: 9;
	display: none;
}

.slider-bottom a {
	position: relative;
	display: block;
	text-align: center;
	padding: 0px 0px 168px;
}

.slider-bottom strong {
	position: relative;
	display: block;
	color: #ffffff;
	letter-spacing: 1.8px;
	font-weight: 400;
	-ms-transform: rotate(-90deg);
	/* IE 9 */
	transform: rotate(-90deg);
}

.slider-bottom img {
	position: absolute;
	bottom: 0px;
	left: 35px;
}

.featured-section {
	position: relative;
	display: block;
	padding: 120px 0px 50px;
	background-size: cover;
	background-position: bottom center;
}

.featured-box {
	position: relative;
	display: block;
	float: right;
	margin-right: 264px;
	max-width: 280px;
}

.featured-box h2 {
	padding-bottom: 30px;
}

.featured-box .slide-button {
	position: relative;
	display: block;
	margin: 0px -5px;
}

.featured-box .slide-button button,
.electricity .slide-button button,
.case-studyswiper .slide-button button,
.related .slide-button button,
.public-swiper .slide-button button {
	margin: 0px 5px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 22px;
	border: 1px solid #18313A;
	border-radius: 50px;
	color: #18313A;
	background: transparent;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	display: block;
}

.featured-box .slide-button button:hover,
.electricity .slide-button button:hover,
.case-studyswiper .slide-button button:hover,
.related .slide-button button:hover,
.public-swiper .slide-button button:hover {
	background: #FABD05;
	border-color: #FABD05;
	color: #ffffff;
}

.featured-section#about .featured-box .slide-button button {
	display: inline-block;
}

.link-url {
	position: relative;
	display: block;
}

.link-url a {
	text-transform: uppercase;
	font-weight: 500;
	color: #5D5D5D;
	letter-spacing: 0.9px;
}

.link-url a:hover {
	color: #FABD05;
}

.featured-slider-box {
	position: relative;
	display: block;
	margin-left: -250px;
}

.featured-slider {
	margin: 0px -15px;
	margin-right: -300px;
}

.featured-slide {
	padding: 0px 15px;
}

.featured-item-box {
	position: relative;
	display: block;
	font-size: 16px;
	width: 375px;
	margin-bottom: 50px;
}

.featured-item-box a {
	position: relative;
	display: block;
	color: #5D5D5D;
}

.featured-photo {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-bottom: 70%;
	background: #E6E6E6;
	border-radius: 0px;
	margin: 0px 0px 30px;
}

.featured-photo figure {
	position: absolute;
	overflow: hidden;
	padding: 20px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	margin: 0px auto;
	text-align: center;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}

.product-container .prodcut-listing .products .featured-item-box .featured-photo {
	padding-bottom: 50%;
}

.featured-photo figure:before {
	position: relative;
	height: 100%;
	clear: both;
	content: '';
	display: inline-block;
	vertical-align: middle;
}

.featured-photo figure img {
	position: relative;
	max-height: 100%;
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
	object-fit: contain;
	object-fit: contain;
}

.featured-item-box a:hover .featured-photo figure,
.resources-item:hover .resources-photo img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.featured-info {
	position: relative;
	display: block;
}

.featured-info p {
	line-height: 24px;
}

.featured-info h3 {
	font-size: 18px;
	padding-bottom: 20px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.learn-more {
	font-size: 14px;
	font-weight: 500;
	color: #5D5D5D;
	text-transform: uppercase;
	text-decoration: underline;
	letter-spacing: 0.9px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.featured-item-box a:hover .learn-more,
.featured-item-box a:hover .featured-info h3,
.industries-center p .learn-more:hover,
.resources-item:hover .resources-info h3,
.resources-item:hover .resources-info .learn-more,
.electricity-layout .learn-more:hover,
.industries-center .learn-more:hover,
.resources-layout a:hover .resources-info h3 {
	color: #FABD05;
}

.industries-center p .learn-more:hover,
.electricity-layout .learn-more:hover {
	text-decoration: underline;
}

.home-news-section {
	position: relative;
	display: block;
	padding: 80px 0px;
	background-position: top center;
	background-size: cover;
}

.pageTitle {
	position: relative;
	display: block;
	text-align: center;
	max-width: 767px;
	margin: 0px auto 30px;
}

.pageTitle h2 {
	padding-bottom: 20px;
}

.news-slider {
	margin: 0px -30px;
}

.news-slide {
	padding: 0px 15px;
}

.news-item-box {
	position: relative;
	display: block;
}

.news-item-box a {
	position: relative;
	display: block;
	color: #FFFFFF;
	overflow: hidden;
}

.news-item-photo {
	position: relative;
	display: block;
	width: 100%;
	height: 0px;
	overflow: hidden;
	padding-bottom: 93.8%;
	margin: 0px auto;
}

.news-item-photo figure {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	margin: 0px auto;
	text-align: center;
}

.news-item-photo figure img {
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
	font-family: "object-fit:cover; object-position:top";
}

.news-hover-container {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../images/white-container.png);
	background-size: cover;
	background-position: top center;
}

.news-hover-box {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 50px 50px;
}

.news-hover-box .news-date {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 5px 15px;
	border-radius: 15px;
	background: #FABD05;
	color: #ffffff;
	margin-bottom: 15px;
}

.news-hover-box h3 {
	font-size: 20px;
	line-height: 28px;
	color: #FFFFFF;
	padding-bottom: 20px;
}

.news-hover-box p {
	line-height: 24px;
}

.news-read-btn {
	position: relative;
	display: block;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.9px;
	padding: 10px 0px 0px 70px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.news-read-btn:before {
	position: absolute;
	top: 19px;
	left: 0px;
	width: 50px;
	height: 2px;
	content: '';
	background: #ffffff;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.news-item-box a:hover .news-read-btn,
.news-small-box a:hover .news-read-btn {
	color: #FABD05 !important;
}

.news-item-box a:hover .news-read-btn:before,
.news-small-box a:hover .news-read-btn:before {
	background: #FABD05 !important;
}

.news-slider .slick-prev {
	left: -70px;
}

.news-slider .slick-next {
	right: -70px;
}

.news-slider .slick-prev,
.news-slider .slick-next {
	width: 50px;
	height: 50px;
	font-size: 22px;
	background: transparent;
	border: 1px solid #5C5A56;
	color: #5C5A56;
	border-radius: 50px;
	text-align: center;
	line-height: 50px;
}

.news-slider .slick-prev:hover,
.news-slider .slick-next:hover {
	background: #FABD05;
	border-color: #FABD05;
	color: #ffffff;
}

.home-news-section .link-btn-1 a {
	font-weight: 500;
	color: #333333;
}

.news-small-box {
	position: relative;
	display: block;
	background: #ffffff;
	margin-bottom: 28px;
}

.news-small-box a {
	position: relative;
	display: block;
	color: #5D5D5D;
}

.news-small-photo,
.news-small-photo figure {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
	padding: 0px;
	overflow: hidden;
	margin: 0px auto 0px;
}

.news-small-photo figure img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 0px;
	-o-object-position: center;
	object-position: center;
}

.element-text-container {
	position: relative;
	display: table;
	height: 100%;
	width: 100%;
	padding: 0px;
	overflow: hidden;
	margin: 0px auto 0px;
}

.element-text-container-inner {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.news-small-box .news-hover-box {
	position: relative;
	display: block;
	padding: 25px 25px 25px 0px;
	text-align: left;
}

.news-small-box a .news-hover-box .news-date {
	background: #34474F;
	font-size: 13px;
	margin-bottom: 8px;
}

.news-small-box a .news-hover-box h3 {
	font-size: 16px;
	color: #1D1D1D;
	padding-bottom: 10px;
}

.news-small-box a .news-hover-box .news-read-btn {
	color: #5D5D5D;
	padding-top: 0px;
}

.news-small-box a .news-hover-box .news-read-btn:before {
	background: #5D5D5D;
	top: 9px;
}

.bottom-contact-section {
	position: relative;
	display: block;
	padding: 55px 0px 45px;
	background: #18313A;
	text-align: center;
}

.bottom-contact-section h2 {
	font-size: 35px;
	color: #ffffff;
	padding-bottom: 20px;
}

.contact-btn {
	position: relative;
	display: block;
}

.contact-btn a {
	position: relative;
	display: flex;
	font-weight: 500;
	color: #ffffff;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.9px;
}

.contact-btn a img {
	margin-left: 15px;
}

.contact-btn a:hover {
	color: #FABD05;
}

/*Industries Listing*/

.industries-container {
	position: relative;
	display: block;
}

.industries-section {
	position: relative;
	display: block;
	padding: 100px 0px 45px;
	background: #F7F7F7;
}

.industries-pic {
	position: relative;
	display: block;
	margin: 0px 0px 30px;
}

.industries-pic img {
	width: 100%;
	height: 100%;
}

.industries-info {
	position: relative;
	display: block;
	font-size: 18px;
	padding-left: 20px;
	margin: -10px 0px 20px;
}

.industries-info h2,
.industries-info h1 {
	line-height: 52px;
	padding-bottom: 22px;
}

.industries-info p {
	line-height: 26px;
}

.industries-info .link-btn {
	margin: 30px 0 0;
}

.industries-container .industries-section:nth-child(2n) {
	background: #ffffff;
}

.industries-container .industries-section:nth-child(2n) .industries-info {
	padding: 0px 0px;
}

.industries-container .industries-section:nth-child(2n) .industries-group-1 {
	order: 2;
}

.industries-container .industries-section:nth-child(2n) .industries-group-2 {
	order: 1;
}

.industries-pagination {
	position: relative;
	display: block;
	padding: 0px 0px 100px;
}

.industries-details {
	position: relative;
	display: block;
	padding: 60px 0px 0;
}

.details-breadcrumb {
	position: relative;
	display: block;
	background: #EBEBEB;
	padding: 16px 0px 8px;
}

.industries-details-info {
	position: relative;
	display: block;
	font-size: 18px;
}

.industries-details-info figure,
.industries-details-info p {
	margin-bottom: 22px;
}

.industries-details-info .link-url a {
	font-size: 15px;
	text-transform: capitalize;
	text-decoration: underline;
}

.industries-details-info .link-url a i {
	margin-right: 5px;
	font-size: 13px;
}

.pr5 {
	padding-right: 5px;
}

.social-media-box {
	position: relative;
	display: block;
	padding-left: 25px;
}

.social-media-box h4 {
	font-family: 'Avenir';
	position: absolute;
	top: 50px;
	left: -58px;
	font-size: 16px;
	color: #5D5D5D;
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.social-media-box ul {
	padding: 0px 0px;
	margin: 0px 0px;
	list-style-type: none;
}

.social-media-box ul li {
	display: block;
	margin: 0px 0px 6px;
}

.social-media-box ul li a {
	position: relative;
	display: block;
	width: 35px;
	height: 35px;
	font-size: 15px;
	text-align: center;
	line-height: 35px;
	background: #EBEBEB;
	border-radius: 40px;
	color: #666666;
}

.social-media-box ul li a:hover {
	background: #FABD05;
	color: #ffffff;
}

/*Product*/

.product-banner .slick-prev,
.product-banner .slick-next {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	text-align: center;
	font-size: 18px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding: 0px 0px;
	z-index: 1;
}

.product-banner .slick-prev {
	top: 43%;
	left: auto;
	right: 150px;
}

.product-banner .slick-next {
	top: 58%;
	right: 150px;
}

.product-banner .slick-prev:hover,
.product-banner .slick-next:hover {
	background: #ffffff;
	color: #FABD05;
}

.product-banner-box {
	position: relative;
	display: block;
}

.product-banner-box figure {
	position: relative;
	margin: 0px 0px;
}

/*.product-banner-box figure:before {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	content:'';
	background-color:rgba(0, 0, 0, 0.6);
	background-image:url(../images/product-banner-bg.png);
	background-size:cover;
	background-position:left center;
	}*/

.product-banner-box figure img {
	width: 100%;
}

.product-banner .banner_caption .breadcrumb-container {
	position: absolute;
	top: 40px;
}

.product-banner-info {
	position: relative;
	display: block;
	color: #FFFFFF;
	font-size: 18px;
	max-width: 520px;
}

.product-banner-info h2 {
	font-size: 60px;
	color: #D9D9D9;
}

.product-sab-nav {
	position: relative;
	display: block;
	background: #EBEBEB;
	width: 100%;
	padding: 10px 0px;
	z-index: 91;
}

.archive #undefined-sticky-wrapper.sticky-wrapper .product-sab-nav {
	display: block !important;
}

/* #undefined-sticky-wrapper .product-sab-nav {
	display: block !important;
}
.woocommerce div.product #undefined-sticky-wrapper .product-sab-nav{
	display: none !important;
} */
.product-sab-nav .row {
	margin: 0px -10px;
}

.product-sab-nav .row .col {
	padding: 0px 10px;
}

.pro-nav-link {
	position: relative;
	display: block;
	text-align: center;
}

.pro-nav-link a {
	position: relative;
	display: block;
}

.pro-nav-photo {
	position: relative;
	display: block;
	margin-bottom: 6px;
}

.pro-nav-photo figure {
	margin: 0px 0px;
}

.pro-nav-photo img {
	max-height: 24px;
}

.pro-nav-link a h4 {
	font-size: 11px;
	color: #1D1D1D;
	line-height: 16px;
	padding: 0px 0px;
}

.pro-nav-link a:hover .pro-normal-photo,
.pro-hover-photo {
	display: none;
}

.pro-nav-link a:hover .pro-hover-photo {
	display: block;
}

.pro-nav-link a:hover h4 {
	color: #FABD05;
}

.product-container {
	position: relative;
	display: block;
	padding: 70px 0px;
}

.prodcut-list-title {
	position: relative;
	display: block;
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: 60px;
}

.prodcut-list-title h2 {
	font-size: 28px;
	padding-bottom: 20px;
}

.prodcut-listing {
	position: relative;
	display: block;
	margin-bottom: 15px;
}

/*Product Details*/

.prodct-details-top-section {
	position: relative;
	display: block;
	padding: 50px 0px;
}

.prodct-details-top-section .industries-info {
	padding: 0px 0px;
}

.prodct-details-top-section .industries-info h2,
.download-Brochure-section .pageTitle h2,
.prodct-details-top-section .industries-info h1,
.download-Brochure-section .pageTitle h1 {
	font-size: 37px;
}

.main-slider {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.product-top-slider {
	margin-bottom: 20px;
}

.product-slide-pic {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-bottom: 400px;
	background: #F6F6F6;
}

.product-slide-pic figure {
	position: absolute;
	overflow: hidden;
	/* padding: 15px; */
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	margin: 0px auto;
	text-align: center;
}

.product-slide-pic figure:before {
	position: relative;
	height: 100%;
	clear: both;
	content: '';
	display: inline-block;
	vertical-align: middle;
}

.product-slide-pic figure img {
	position: relative;
	max-height: 100%;
	max-width: 100%;
	display: inline-block !important;
	vertical-align: middle;
	object-fit: cover;
	object-position: center;
	height: 100% !important;
}

.product-gallery-slider {
	margin: 0px 0px;
	padding: 0px 10px;
}

.product-gallery-slide {
	padding: 5px 5px;
}

.product-gallery-pic {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-bottom: 100px;
	background: #F6F6F6;
	cursor: pointer;
	border: 1.5px solid #F6F6F6;
}

.product-gallery-pic figure {
	position: absolute;
	overflow: hidden;
	padding: 15px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	margin: 0px auto;
	text-align: center;
}

.product-gallery-pic figure:before {
	position: relative;
	height: 100%;
	clear: both;
	content: '';
	display: inline-block;
	vertical-align: middle;
}

.product-gallery-pic figure img {
	position: relative;
	max-height: 100%;
	max-width: 100%;
	display: inline-block !important;
	vertical-align: middle;
	object-fit: contain;
}

.product-gallery-slider .slick-current .product-gallery-pic {
	border-color: #FABD05;
}

.product-gallery-slider .slick-prev,
.product-gallery-slider .slick-next {
	width: 26px;
	height: 26px;
	text-align: center;
	border: 1px solid #666666;
	background: #F7F7F7;
	color: #666666;
	font-size: 16px;
	border-radius: 26px;
	z-index: 1;
}

.product-gallery-slider .slick-prev:hover,
.product-gallery-slider .slick-next:hover {
	background: #FABD05;
	border-color: #FABD05;
	color: #ffffff;
}

.product-gallery-slider .slick-prev {
	left: 0px;
}

.product-gallery-slider .slick-next {
	right: 0px;
}

.product-info-section {
	position: relative;
	display: block;
	background: #F7F7F7;
	padding: 90px 0px 70px;
}

.product-info-section .container {
	max-width: 1000px;
}

.pro-inner-info-box {
	position: relative;
	display: block;
	color: #5D5D5D;
	margin-bottom: 30px;
}

.pro-inner-info-box h3 {
	font-size: 18px;
	color: #333333;
	font-weight: 600;
	padding-bottom: 25px;
}

.prodct-application-info {
	position: relative;
	display: block;
}

.prodct-application-info ul {
	padding: 0px 0px;
	margin: 0px 0px;
	list-style-type: none;
}

.prodct-application-info ul li {
	position: relative;
	display: block;
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 15px;
}

.prodct-application-info ul li:before {
	position: absolute;
	top: 5px;
	left: 0px;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #FABD05;
	content: '';
}

.prodct-application-info ul li p {
	margin: 0px 0px;
	line-height: normal;
}

.download-Brochure-section {
	position: relative;
	display: block;
	padding: 80px 0px;
}

.brochure-section {
	position: relative;
	display: block;
	max-width: 951px;
	margin: 0px auto;
}

.brochure-box {
	position: relative;
	display: block;
	margin-bottom: 10px;
	background: #34474F;
}

.brochure-box a {
	position: relative;
	display: block;
	padding: 5px 5px 5px 30px;
}

.brochure-box a h4 {
	font-size: 18px;
	color: #FFFFFF;
	padding: 0px 0px;
}

.brochure-icon {
	max-width: 75px;
}

.brochure-icon-btn {
	position: relative;
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 45px;
	line-height: 45px;
	text-align: center;
	background: #FFFFFF;
	color: #34474F;
}

.may-like-section {
	position: relative;
	display: block;
	background: #F7F7F7;
	padding: 80px 0px 50px;
}

.may-like-section .featured-item-box {
	width: 100%;
}

.may-like-section .product-item-slider .featured-item-box .featured-photo {
	background: #E6E6E6;
}

.product-item-slider {
	margin: 0px -15px;
}

.product-item-slider.product-item-video .slick-track,.product-item-slider.product-item-industries .slick-track {
	margin: 0;
}

.product-item-slide {
	padding: 0px 15px;
}

.product-item-slider .slick-prev,
.product-item-slider .slick-next {
	width: 50px;
	height: 50px;
	font-size: 18px;
	border-radius: 50px;
	border: 1px solid #1D1D1D;
	color: #1D1D1D;
	text-align: center;
	z-index: 1;
}

.product-item-slider .slick-prev {
	left: -70px;
}

.product-item-slider .slick-next {
	right: -70px;
}

.product-item-slider .slick-prev:hover,
.product-item-slider .slick-next:hover {
	background: #FABD05;
	border-color: #FABD05;
	color: #ffffff;
}

.product-item-slider .featured-item-box .featured-photo {
	background: #F7F7F7;
}

/*News Listing*/

.news-container {
	position: relative;
	display: block;
	padding: 40px 0px 80px;
}

.news-nav-menu {
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: 50px;
}

.news-nav-menu ul {
	padding: 0px 0px;
	margin: 0px 0px;
	list-style-type: none;
}

.news-nav-menu ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px 80px;
}

.news-nav-menu ul li a {
	position: relative;
	display: block;
	color: #1D1D1D;
	padding: 10px 0px;
	border-bottom: 1px solid #ffffff;
}

/* .news-nav-menu ul li a:hover,
.news-nav-menu ul li.selected a {
	color: #FABD05;
	border-color: #FABD05;
} */

.news-listing-section {
	position: relative;
	display: block;
}

.news-left-section {
	position: relative;
	display: block;
	margin-bottom: 40px;
}

.news-left-section .select-box .form-control {
	background: #ffffff;
}

.news-left-section .form-group {
	position: relative;
	display: block;
}

.recent-posts {
	position: relative;
	display: block;
	background: #F7F7F7;
	border-radius: 10px;
	padding: 22px;
}

.recent-posts h3 {
	color: #1D1D1D;
	font-size: 20px;
	padding-bottom: 25px;
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: 25px;
}

.recent-posts ul {
	padding: 0px 0px;
	margin: 0px 0px;
	list-style-type: none;
}

.recent-posts ul li {
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: 25px;
}

.recent-posts ul li:last-child {
	border: none;
	margin: 0px 0px;
}

.recent-news-box {
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.recent-news-box a {
	position: relative;
	display: block;
}

.news-date {
	position: relative;
	display: block;
	font-size: 16px;
	color: #5D5D5D;
	margin-bottom: 12px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.news-date i {
	margin-right: 8px;
}

.recent-news-box h2 {
	font-size: 14px;
	color: #1D1D1D;
	line-height: 25px;
}

.news-listing-box {
	position: relative;
	display: block;
	padding-left: 15px;
}

.news-grid-box {
	position: relative;
	display: block;
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: 50px;
	padding-bottom: 30px;
}

.news-listing-box .news-grid-box:last-child {
	border: none;
}

.news-grid-box a {
	position: relative;
	display: block;
	color: #5D5D5D;
}

.news-photo {
	position: relative;
	display: block;
}

.news-photo img {
	width: 100%;
}

.news-body-content {
	position: relative;
	display: block;
}

.news-body-content h2 {
	color: #1D1D1D;
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 12px;
}

.news-read-more {
	position: relative;
	display: block;
	color: #5D5D5D;
	font-size: 15px;
	font-weight: 500;
	padding: 15px 0px 0px;
	margin-bottom: 20px;
	text-decoration: underline;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.news-grid-box a:hover .news-date,
.news-grid-box a:hover .news-read-more,
.industries-details-info .news-date {
	color: #FABD05;
}

.industries-details-info h2 {
	font-size: 40px;
	line-height: 62px;
	color: #1D1D1D;
}

.industries-details-info h6 {
	font-family: 'Avenir';
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
}

.news-details-box ul {
	margin-bottom: 30px;
}

.news-details-box ul li {
	margin-bottom: 10px;
}

.blog-page-nav {
	position: relative;
	display: block;
	padding-top: 50px;
	border-top: 1px solid #cfcfcf;
}

.blog-nav-left,
.blog-nav-right {
	position: relative;
	display: block;
	float: left;
}

.blog-nav-right {
	float: right;
}

.blog-nav-left a,
.blog-nav-right a {
	position: relative;
	display: inline-block;
	color: #5D5D5D;
	font-weight: 500;
	text-decoration: underline;
}

.blog-nav-left a i {
	margin-right: 15px;
}

.blog-nav-right a {
	margin-left: 15px;
}

.blog-nav-left a:hover,
.blog-nav-right a:hover {
	color: #FABD05;
}

.news-details-social {
	max-width: 70px;
	float: right;
	margin-bottom: 30px;
}

/*Contact Us*/

.contact-container {
	position: relative;
	display: block;
	padding: 60px 0px 100px;
	background-position: center center;
	background-size: cover;
}

.contact-container .container {
	max-width: 1000px;
}

.contact-form-box {
	position: relative;
	display: block;
	padding: 60px 100px 80px;
	background: #ffffff;
	box-shadow: 15px 15px 30px #0506240F;
	border-radius: 3px;
}

.contact-form-box .pageTitle {
	max-width: 500px;
}

.contact-form-box .pageTitle h2 {
	font-size: 35px;
}

.contact-form-box .form-group {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.contact-form-box .form-group label {
	color: #5D5D5D;
	font-weight: 400;
}

.contact-form-box .form-group label strong {
	color: #C70A0A;
}

.select-box:before {
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	content: '\f078';
	right: 20px;
	bottom: 18px;
	z-index: 5;
	font-size: 13px;
	text-align: center;
	color: #333333;
	font-weight: 600;
}

.service-form {
	position: relative;
	display: block;
	padding: 20px 22px 12px;
	background: #F2F2F2;
	border-radius: 50px;
}

.service-form .form-check {
	padding-left: 0px;
}

.service-form .form-check .wpcf7-list-item {
	margin: 0px 30px 0px 0px;
}

.service-form .form-check-label {
	font-size: 16px;
	color: #868686;
}

.service-form .form-check-input {
	margin-top: 2px;
}

.contact-location-section {
	position: relative;
	display: block;
	padding: 100px 60px;
	background: #34474F;
}

.contact-location-section .wpsl-search label {
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	min-width: 125px;
	padding: 13px 0px;
	width: auto;
}

.contact-location-section .wpsl-search #wpsl-category label {
	position: relative;
	vertical-align: top;
	top: -10px;
}

#wpsl-search-wrap select#wpsl-category-list {
	display: block !important;
	text-indent: 1em;
	margin-top: -10px;
}

#wpsl-search-wrap #wpsl-category .wpsl-dropdown select#wpsl-category-list {
	display: none !important;
}

#wpsl-search-wrap #wpsl-category .wpsl-dropdown {
	margin-top: -10px;
}

#wpsl-search-wrap #wpsl-category .wpsl-dropdown .wpsl-selected-item {
	padding: 0 12px !important;
	line-height: 47px;
}

.wpsl-select-wrap #wpsl-region-dropdown {
	display: block;
	text-indent: 1em;
	background-image: url(/wp-content/themes/hi-target/images/active-arrow.png);
	background-size: 9px 14px;
	background-repeat: no-repeat;
	background-position: 94%;
}

.contact-location-section .wpsl-search form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	-ms-flex-align: center !important;
	align-items: center !important;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.contact-location-section .wpsl-search form .wpsl-input,
.contact-location-section .wpsl-search form .wpsl-select-wrap,
.contact-location-section .wpsl-search form .wpsl-search-btn-wrap {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
	padding: 0px 8px;
	margin: 0px 0px 30px;
}

.wpsl-dropdown .wpsl-selected-item,
.wpsl-dropdown li {
	color: #D1D1D1 !important;
}

.wpsl-dropdown .wpsl-selected-item,
.wpsl-dropdown li,
.wpsl-selected-item {
	padding: 20px 12px !important;
}

.wpsl-selected-item::after {
	border-top-color: #ffffff !important;
}

.wpsl-active .wpsl-selected-item::after {
	border-top-color: transparent !important;
	border-bottom-color: #ffffff !important;
}

.wpsl-dropdown ul li {
	padding: 10px 12px !important;
	color: #000000 !important;
}

.wpsl-select-wrap #wpsl-radius {
	margin-right: 50px;
}

.wpsl-select-wrap #wpsl-results label {
	min-width: 100px;
}

.wpsl-search-btn-wrap input {
	font-weight: 400;
	background: #D1D1D1 !important;
	color: #000000 !important;
	min-width: 110px;
	font-size: 15px;
}

.wpsl-search-btn-wrap input:hover {
	background: #000000 !important;
	color: #ffffff !important;
}

.contact-location-section .wpsl-search form input,
.contact-location-section .wpsl-search form .wpsl-dropdown {
	height: 50px !important;
	border: 2px solid #D1D1D1 !important;
	border-radius: 0px !important;
	background: transparent;
	color: #D1D1D1;
}

.contact-location-section .wpsl-search form .wpsl-dropdown {
	width: 135px !important;
}

.contact-location-section .wpsl-search form .wpsl-dropdown.wpsl-scroll-required {
	margin-top: -10px;
}

.location-filter {
	position: relative;
	display: block;
	margin-bottom: 60px;
}

.contact-location-box {
	position: relative;
	display: block;
}

.locationListing {
	padding: 0px 0px;
	margin: 0px 0px;
	list-style-type: none;
}

.locationItem {
	display: none;
	border-bottom: 1px solid #cfcfcf;
}

.locationItem:first-child .locationItem-box {
	padding-top: 0px;
}

#wpsl-wrap #wpsl-result-list li {
	padding: 25px 0px;
}

.locationItem-box {
	position: relative;
	display: block;
	padding: 50px 0px;
}

.wpsl-store-location {
	font-size: 16px;
	color: #ffffff;
}

.locationItem-box h3,
.wpsl-store-location p strong {
	font-size: 22px;
	color: #ffffff;
	padding-bottom: 20px;
}

.wpsl-store-location p strong {
	font-weight: 400;
}

.wpsl-direction-wrap {
	color: #ffffff;
}

.wpsl-search {
	background: transparent;
	margin-bottom: 80px;
}

.company-location-box {
	position: relative;
	display: block;
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 15px;
}

.com-add,
.com-phone,
.com-time {
	position: relative;
	display: block;
	padding-left: 25px;
	margin-bottom: 10px;
}

.com-add:after,
.com-phone:after,
.com-time:after {
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	content: '\f3c5';
	top: 5px;
	left: 0px;
	color: #FABD05;
	font-weight: 600;
	font-size: 14px;
}

.com-phone:after {
	content: '\f879';
}

.com-time:after {
	content: '\f017';
}

.other-link {
	position: relative;
	display: block;
}

.other-link a,
.wpsl-direction-wrap a {
	font-size: 15px;
	color: #D1D1D1;
	font-weight: 500;
	text-decoration: underline;
}

.wpsl-direction-wrap a {
	padding-top: 15px;
}

.other-link a:hover,
.wpsl-direction-wrap a:hover {
	color: #FABD05;
}

.company-location-box p {
	margin: 0px 0px;
}

.location-map {
	position: relative;
	display: block;
}

.location-map iframe {
	width: 100%;
	height: 600px;
	margin-bottom: -3px;
}

.company-map {
	position: relative;
	display: block;
}

.company-map.main-container {
	background-image: url(../images/contact-us-bk.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 110px 0;
	min-height: 680px;
}

.company-map.main-container .container {
	background: rgba(28, 31, 32, 0.7);
}

.company-flex {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	box-sizing: border-box;
	align-items: top;
	padding: 80px 35px;
}

.company-flex .mb-3 {
	color: #fff;
	width: 30%;
}

.company-flex .row {
	width: 70%;
	color: #fff;
	display: block;
	margin: 0;
	height: 480px;
	overflow-y: auto;
	padding-left: 2%;
}

.company-flex .row::-webkit-scrollbar {
	display: none;
}

.company-item {
	display: none;
	padding-top: 20px;
}

.company-flex .row .contact-location-box h5 {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.8);
	padding-bottom: 0;
	cursor: pointer;
	position: relative;
}

.company-flex .row .col-lg {
	padding: 25px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.company-flex .row .contact-location-box.active h5 {
	color: #fff;
}

.company-flex .row .contact-location-box.active h5::after {
	content: '';
	background-image: url(../images/contact-us-jt.png);
	background-size: cover;
	width: 9px;
	height: 14px;
	position: absolute;
	left: -19px;
	background-repeat: no-repeat;
	background-position: left center;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.company-flex .row .col-lg:first-of-type {
	padding-top: 0;
}

.company-flex .row .contact-location-box h6 {
	font-size: 14px;
	padding: 0px 0px 35px;
	color: #fff;
}

.company-flex .row .contact-location-box p img {
	margin-right: 20px;
}

.company-map iframe {
	width: 100%;
	height: 500px;
	border: none;
	margin-bottom: -3px;
}

/*Thank You*/

.thank-banner {
	position: relative;
	display: block;
}

.thank-banner figure {
	position: relative;
	margin: 0px 0px;
}

.thank-banner figure img {
	width: 100%;
}

.thank-you-caption {
	position: absolute;
	z-index: 7;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	color: #464646;
	display: block;
	margin: 0px auto;
	-moz-user-select: none;
	-o-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.thank-you-inner {
	position: relative;
	display: block;
	font-size: 18px;
	margin: 0px 0px;
	color: #ffffff;
	max-width: 620px;
}

.thank-you-inner h1 {
	font-size: 75px;
	color: #ffffff;
	line-height: 62px;
	padding: 0px 0px;
}

.thank-you-inner h2 {
	font-size: 41px;
	color: #ffffff;
	line-height: 62px;
	padding: 0px 0px 18px;
}

.thank-you-inner ul {
	padding: 0px 0px;
	margin: 40px -10px 0px;
	list-style-type: none;
}

.thank-you-inner ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px 10px 20px;
}

/* Site map */

.site-map {
	position: relative;
	display: block;
	max-width: 400px;
	border: 1px solid #cfcfcf;
	padding: 25px 55px;
	border-radius: 5px;
	margin: 100px auto;
}

.site-map ol {
	padding: 0px 0px;
	margin: 0px 0px;
	font-weight: 500;
}

.site-map ol li {
	color: #000000;
	padding: 10px 0px;
}

.site-map ol li a {
	color: #000000;
	font-size: 15px;
	text-transform: capitalize;
}

.site-map ol li a:hover {
	color: #AB8356;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

.featured-content-box {
	position: relative;
	display: block;
	margin-bottom: 15px;
}

.featured-section .featured-content-box p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* Main Container */

.main-container {
	position: relative;
	display: block;
	padding: 80px 0px 70px;
	background-repeat: no-repeat;
	background-position: right center;
}

.grid-tb {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
}

.grid-tc {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.grid-vb {
	position: relative;
	display: table-cell;
	vertical-align: bottom;
}

/*inner-banner*/

.inner-banner {
	position: relative;
	display: block;
	padding: 0px 0px;
}

.inner-banner figure {
	position: relative;
	display: block;
	margin: 0px 0px;
}

.inner-banner figure:before {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	background: transparent linear-gradient(90deg, #00000052 0%, #00000000 100%) 0% 0% no-repeat padding-box;
	content: '';
}

.inner-banner img {
	width: 100%;
}

.inner_banner_caption {
	position: absolute;
	z-index: 7;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	color: #ffffff;
	display: block;
	margin: 0px auto;
	-moz-user-select: none;
	-o-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.inner_banner_caption .captionWrapper {
	position: relative;
	display: table;
	height: 100%;
	margin: 0px auto;
}

.inner_banner_caption .captionContainer {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	margin: 0px auto;
	display: table-cell;
	vertical-align: middle;
	padding: 0px 0px;
}

.inner_banner_caption .captionContainerInner {
	position: relative;
	display: block;
	padding: 0px 0px;
	margin: 0px auto;
}

.inner_banner_caption .captionContainer .innerBannerHeading1 {
	font-size: 60px;
	padding: 0px 0px 30px;
	color: #ffffff;
}

/* Pagination */

.pagination-container {
	position: relative;
	display: block;
	margin: 0px 0px;
}

.pagination-row {
	justify-content: center;
}

/* Pagination */

.pagination .page-prev {
	margin-right: 5px;
}

.pagination .page-next {
	margin-left: 5px;
}

.pagination {
	flex-wrap: wrap;
	margin: 0px -4px;
	align-items: center;
}

.page-item {
	font-weight: 400;
	margin: 0px 5px;
	font-size: 16px;
	color: #333333;
}

.page-link {
	position: relative;
	display: block;
	color: #333333;
	padding: 0px;
	font-size: 14px;
	font-weight: 400;
	margin: 0px auto;
	line-height: normal;
	text-align: center;
	width: 28px;
	height: 28px;
	background: transparent;
	line-height: 28px;
	border: 1px solid #868686;
	border-radius: 28px !important;
	box-shadow: none !important;
}

.page-item.disabled .page-link {
	opacity: 0.1;
}

.page-link:hover,
.page-link:focus,
.page-item.active .page-link {
	color: #ffffff;
	background: #FABD05;
	border-color: #FABD05;
	text-decoration: none !important;
}

.flower-pro-listing {
	position: relative;
	display: block;
}

.bottom-tool-bar {
	border: 1px solid #cfcfcf;
	border-width: 1px 0px 0px 0px;
	padding: 30px 0px;
	background: transparent;
	border-radius: 0px !important;
	margin: 30px 0px;
}

.show-too-info {
	position: relative;
	display: block;
	color: #5A5A5A;
}

.show-too-info p {
	margin: 0px 0px;
}

.show-too-info p strong {
	color: #5A5A5A;
	font-weight: 700;
}


/* Sidebar Nav */

.sideNav {
	position: relative;
	display: block;
	padding: 0px;
	margin: 0px auto 30px;
	border-radius: 0px;
}

.sideNav ul {
	position: relative;
	padding: 0px;
	text-align: left;
	margin: 0px auto;
	list-style-type: none;
}

.sideNav ul ul {
	font-size: 18px;
	text-transform: none;
}

.sideNav ul>li:last-child ul:before {
	display: none;
}

.sideNav ul>li,
.sideNav ul>li>a,
.sideNav ul>li li,
.sideNav ul li li>a,
.sideNav ul>li li li,
.sideNav ul li li li>a {
	position: relative;
	display: block;
	color: #686868;
	background: none;
}

.sideNav ul>li li,
.sideNav ul li li li {
	line-height: 26px;
	background: none !important;
	margin: 0px 0px !important;
	padding: 0px 0px !important;
	border: none;
}

.sideNav ul>li>a,
.sideNav ul li li li>a {
	padding: 20px 20px 20px 0px;
	background: none;
	color: #1D1B1B !important;
}

.sideNav ul>li>a>span,
.sideNav ul li li>a>span,
.sideNav ul li li li>a>span {
	position: relative;
	vertical-align: top;
	display: inline-block;
}

.sideNav ul li.has-subnav a:after {
	display: none !important;
}

.sideNav ul li:last-child>a {
	border-bottom: none;
}

.sideNav ul>li:hover>a,
.sideNav ul>li.active>a {
	color: #B75B46;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

.sideNav ul>li li:hover>a,
.sideNav ul>li li.active>a,
.sideNav ul>li li li:hover>a,
.sideNav ul>li li li.active>a,
.sideNav ul>li:hover>a,
.sideNav ul>li.active>a,
.sideNav ul>li li.active>a,
.sideNav ul>li li li.active>a {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

.sideNav ul li.has-subnav>a {
	color: #111111;
	background: none;
	font-size: 20px;
	font-weight: 700;
	margin: 0px 0px !important;
}

.sideNav ul li.has-subnav:hover>a,
.sideNav ul li.has-subnav.active>a,
.sideNav ul li.has-subnav.selected>a {
	background: none;
	color: #0F0F0F;
	text-decoration: none;
}

.sideNav ul>li.selected>a,
.sideNav ul ul>li.selected>a,
.sideNav ul ul ul>li.selected>a {}

.has-subnav {
	position: relative;
	display: block;
	margin: 0px 0px;
	border-radius: 0px;
	overflow: hidden;
}

.has-subnav:hover .accordion-btn {
	color: #0F0F0F;
}

.sideNav ul .active .accordion-btn-wrap .accordion-collapsed {
	display: none;
}

.accordion-nav ul li ul li a:hover {
	background: none !important;
	color: #AC9848 !important;
	text-decoration: underline;
}

.sideNav ul .active .accordion-btn-wrap .accordion-expanded {
	display: block;
	margin-top: 0px;
	text-align: center;
}

.sideNav ul .active ul {
	display: block;
	padding: 0px 0px;
}

.accordion-btn-wrap {
	font-size: 14px;
	color: #111111;
	text-align: center !important;
	right: 0px !important;
}

.has-subnav ul li a {
	color: #171717 !important;
	background: transparent;
	padding: 10px 5px;
	border-radius: 0px;
}

.has-subnav ul li:last-child a {
	border: none;
}

.has-subnav ul {
	padding: 0px 0px;
	background: transparent;
}

.pro-cat-filter .has-subnav a {
	padding-right: 25px !important;
}

.pro-cat-filter .has-subnav .accordion-btn-wrap {
	left: auto !important;
	right: 0px !important;
}

.pro-cat-filter .has-subnav .accordion-btn-wrap .accordion-btn {
	line-height: 50px !important;
	height: 50px !important;
}

.pro-cat-filter .has-subnav ul li a {
	padding: 8px 0px !important;
}

.pro-cat-filter .has-subnav ul {
	padding: 0px 0px 0px 5px !important;
}

.sideNav ul .active ul li a {
	padding: 6px 0px;
}

/* Accordion */

.accordion-container {
	position: relative;
	width: 100%;
	display: block;
	text-align: left;
	margin: 30px auto;
}

/* Card */

.card {
	position: relative;
	border: none !important;
	background: none;
	margin: 0px 0px 20px;
	border-radius: 0px;
	overflow: hidden;
	border: none;
}

.card-header {
	border: none;
	color: #050D26;
	font-size: 16px;
	padding: 0px 0px;
	background: none;
	line-height: 28px;
	border-radius: 0px;
	background-size: cover;
}

.card-header a {
	font-weight: 500;
	position: relative;
	display: block;
	color: #171717;
	overflow: hidden;
	font-size: 18px;
	background: #ffffff;
	line-height: 28px;
	text-align: left;
	border: 1px solid #cfcfcf;
	border-radius: 0px;
	text-decoration: none !important;
	padding: 15px 30px 15px 20px;
}

.card-header a:after {
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	content: '\f067';
	right: 15px;
	top: 15px;
	z-index: 5;
	font-size: 16px;
	text-align: center;
	color: #050D26;
	font-weight: 600;
}

.card-header a[aria-expanded="true"] {
	color: #ffffff;
	background: #147642;
	border-color: #147642;
}

.card-header a[aria-expanded="true"]::after {
	content: '\f068';
	color: #ffffff;
}

.award-card-body {
	padding: 0px 0px;
}

.card-body {
	font-family: 'KumbhSans';
	font-weight: 300;
	position: relative;
	padding: 25px 30px 10px;
	background: #F1F1F1;
}

/* Accordion Button */

ul li.has-subnav .accordion-btn {}

/*inner-banner*/
.inner-banner figure {
	position: relative;
	display: block;
	margin: 0px 0px;
}

.inner-banner img {
	width: 100%;
}

/* Content Style */

.breadcrumb-container {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px 0px;
}

.breadcrumb-container ul {
	position: relative;
	display: block;
	color: #FABD05;
	font-size: 14px;
	font-weight: 500;
	margin: 0px auto;
	padding: 0px 0px;
	list-style-type: none;
}

.breadcrumb-container ul li {
	position: relative;
	line-height: 20px;
	vertical-align: top;
	display: inline-block;
	font-weight: 500;
	margin: 0px 0px;
	padding: 0px 0px 10px;
}

.breadcrumb-container ul li a {
	position: relative;
	color: #ffffff;
	display: block;
	overflow: hidden;
	font-weight: 500;
	line-height: 20px;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px;
}

.breadcrumb-container ul li a:after {
	font-size: 13px;
	color: #ffffff;
	content: '/';
	vertical-align: top;
	margin: 0px 2px 0px 10px;
}

/* .breadcrumb-container ul li a:hover,
.breadcrumb-container ul li.selected a {
	color: #FABD05;
} */

.details-breadcrumb .breadcrumb-container ul li a,
.details-breadcrumb .breadcrumb-container ul li a:after {
	color: #5C5A56;
}

.uppercase {
	text-transform: uppercase !important;
}

.NoUppercase {
	text-transform: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-size: 45px;
	color: #1D1D1D;
	font-weight: 400;
	margin: 0px 0px;
	text-transform: none;
	padding: 0px 0px 15px;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
.h1 strong,
.h2 strong,
.h3 strong,
.h4 strong,
.h5 strong,
.h6 strong {
	font-weight: normal;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
.h1 span,
.h2 span,
.h3 span,
.h4 span,
.h5 span,
.h6 span {
	font-weight: normal;
}

h2,
.h2 {
	font-size: 45px;
}

h3,
.h3 {
	font-size: 35px;
}

h4,
.h4 {
	font-size: 24px;
}

h5,
.h5 {
	font-size: 20px;
}

h6,
.h6 {
	font-size: 18px;
}

p {
	margin: 0 0 15px;
	line-height: 24px;
}

ul.ul-listing,
ol.ol-listing {
	margin: 0px 0px 20px;
	display: block;
	padding: 0px;
	width: 100%;
	text-align: left;
	list-style-position: inside;
}

ul.ul-listing.text-center,
ol.ol-listing.text-center {
	text-align: center;
}

ul.ul-listing li {
	position: relative;
	line-height: 24px;
	list-style-type: none;
	padding: 2px 0px 2px 25px;
}

ul.ul-listing li:before {
	position: absolute;
	content: '';
	left: auto;
	top: 8px;
	width: 12px;
	height: 13px;
	overflow: hidden;
	margin-left: -25px;
	background: url(../images/fancybox_overlay.png) 0px center no-repeat;
}

ul.ul-listing ul {
	margin: 8px 0px;
}

ol.ol-listing {
	padding: 0px 0px 0px 15px;
	list-style-position: outside;
}

ol.ol-listing li {
	line-height: 24px;
	list-style-type: decimal;
	padding: 2px 0px 2px 0px;
}

ol.ol-listing li ul.ul-listing li {
	list-style-type: none;
}

.imgLeft {
	position: relative;
	float: left;
	width: auto;
	max-width: 100%;
	clear: left !important;
	margin: 5px 30px 30px 0px;
}

.imgRight {
	position: relative;
	float: right;
	width: auto;
	max-width: 100%;
	clear: right !important;
	margin: 5px 0px 30px 30px;
}

/* Slick Slider */

.slick-dotted.slick-slider {
	margin-bottom: 0px;
}

.slick-slide img {
	display: inline-block;
}

.may-like-section .featured-item-box a figure img {
	display: block;
	width: 100%;
	height: 100%;
}

.may-like-section .featured-item-box a figure {
	height: 180px;
	overflow: hidden;
}

.may-like-section .featured-item-box a figure::before {
	display: none;
}

.slick-prev,
.slick-next {
	background: none;
	width: 30px;
	height: 30px;
	font-size: 0px;
	-webkit-transition: all 0s ease-out;
	-moz-transition: all 0s ease-out;
	-o-transition: all 0s ease-out;
	-ms-transition: all 0s ease-out;
	transition: all 0s ease-out;
}

.slick-prev:before,
.slick-next:before {
	display: none;
}

.slider-nav {
	margin-left: 0px;
	margin-right: 0px;
}

.slick-prev {
	left: 0px;
}

.slick-next {
	right: 0px;
}

.slick-prev:hover,
.slick-prev:focus {
	-webkit-transition: all 0s ease-out;
	-moz-transition: all 0s ease-out;
	-o-transition: all 0s ease-out;
	-ms-transition: all 0s ease-out;
	transition: all 0s ease-out;
}

.slick-next:hover,
.slick-next:focus {
	-webkit-transition: all 0s ease-out;
	-moz-transition: all 0s ease-out;
	-o-transition: all 0s ease-out;
	-ms-transition: all 0s ease-out;
	transition: all 0s ease-out;
}

/* Link Button Group */

.link-btn-group {
	position: relative;
	display: block;
	margin: 0px 0px;
}

/* Link Button */

.link-btn,
.link-btn-1 {
	position: relative;
	display: block;
	font-size: 15px;
	margin: 0px auto;
}

.link-btn a,
link-btn-1 a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #ffffff;
	padding: 16px 30px;
	background: #FABD05;
	border-radius: 30px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.link-btn-1 a {
	color: #FABD05;
	background: #ffffff;
}

.link-btn a i {
	margin-left: 8px;
}

.link-btn a:hover {
	background: #34474F;
	color: #ffffff;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

/* Footer Styles */

.footer-wrapper {
	position: relative;
	display: block;
	color: #5D5D5D;
	background: #F8F8F8;
	width: 100%;
	font-size: 15px;
	max-width: 1920px;
	margin: 0px auto;
}

.footer {
	position: relative;
	padding: 60px 0px 30px;
}

.footer .container .row {
	margin: 0px 0px;
}

.foot-head {
	position: relative;
	display: block;
	color: #34474F;
	font-size: 18px;
	padding: 10px 0px 30px;
}

.ftcol1,
.ftcol2,
.ftcol3,
.ftcol4 {
	position: relative;
	display: block;
	float: left;
	width: 21%;
	z-index: 3;
	margin-right: 5%;
}

.ftcol1 {
	padding-right: 20px;
}

.ftcol2 {
	width: 16%;
}

.ftcol3 {
	width: 17%;
}

.ftcol4 {
	width: 31%;
	margin: 0px;
}

.foot-logo {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.foot-social-media {
	position: relative;
	display: block;
}

.foot-social-media ul {
	padding: 0px 0px;
	margin: 0px 0px;
	list-style-type: none;
}

.foot-social-media ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px 10px;
}

.foot-social-media ul li a {
	font-size: 20px;
	color: #343434;
}

.foot-social-media ul li a:hover {
	color: #FABD05;
}

/* Foot Nav */

ul.foot-nav {
	position: relative;
	display: block;
	margin: 40px 0px 30px;
	padding: 0px 0px;
	list-style-type: none;
}

ul.foot-nav li {
	position: relative;
	display: block;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	margin: 0px 0px 20px;
}

ul.foot-nav li a {
	position: relative;
	display: block;
	color: #5D5D5D;
}

ul.foot-nav li a:hover {
	color: #DFAB2B;
}

.fcontact-details-block {
	position: relative;
	display: block;
	padding: 0px 0px;
	margin: 0px auto 30px;
}

.fadd,
.fcall,
.fmail {
	position: relative;
	display: block;
	margin: 0px auto 16px;
	color: #5D5D5D;
	font-size: 15px;
	word-wrap: break-word;
	padding: 0px 0px 0px 30px;
}

.fadd:before,
.fcall:before,
.fmail:before {
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	content: '\f276';
	top: 5px;
	left: 0px;
	color: #34474F;
	font-weight: 600;
	font-size: 15px;
}

.fcall:before {
	content: '\f879';
}

.fmail:before {
	content: '\f0e0';
}

.fmail a {
	color: #333333;
}

.fmail a:hover {
	color: #FABD05;
}

.fcontact-details-block p {
	line-height: 26px;
	margin: 0px 0px;
}

.newsletter-box {
	position: relative;
	display: block;
	margin-bottom: 25px;
}

.newsletter-box .form-control {
	padding-right: 80px;
	background: #ffffff;
	height: 58px;
	border: 1px solid #BCBCBC;
}

.newsletter-box .button {
	position: absolute !important;
	top: 4px !important;
	right: 5px !important;
	width: 49px !important;
	height: 49px !important;
	text-align: center;
	line-height: 49px !important;
	background: #FABD05 !important;
	color: #ffffff !important;
	border: 1px solid #FABD05 !important;
	border-radius: 50px !important;
	padding: 0px 0px !important;
	margin: 0px 0px !important;
	z-index: 1;
}

.newsletter-box .button:hover {
	background: #34474F;
	border-color: #34474F;
}

.bottom-footer {
	position: relative;
	display: block;
	background: #ECECEC;
	padding: 17px 0px;
}

/* Copyright */

.copyright {
	position: relative;
	display: block;
	font-size: 15px;
	color: #5D5D5D;
}

.copyright a {
	color: #5D5D5D;
}

.copyright a span {
	color: #FABD05;
	font-weight: 500;
}

.more-links {
	position: relative;
	display: block;
}

.more-links ul {
	display: flex;
	float: right;
	padding: 0px 0px;
	margin: 0px 0px;
	list-style-type: none;
}

.more-links ul li {
	font-size: 14px;
	display: block;
	margin: 0px 5px;
}

/* Contact Form */

.contactForm {
	position: relative;
	display: block;
	color: #a4a4a4;
	width: 100%;
}

.contactForm em {
	font-style: normal;
}

.contactForm a {
	color: #505050;
}

.contactForm a:hover {
	color: #a64034;
}

.google-recaptch {
	position: absolute;
	left: 0px;
	bottom: 150px;
}

.control-label,
.form-horizontal .control-label {
	display: block;
	color: #505050;
	font-size: 14px;
}

.col-form-label {
	font-size: 13px;
	color: #343434;
}

.form-check-label {
	font-size: 12px;
	color: #c2c2c2;
}

.form-control,
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	color: #050707;
	font-size: 14px;
	padding: 15px 17px;
	line-height: 20px;
	border-radius: 50px;
	font-weight: 400;
	background-image: none;
	border: 1.5px solid #F2F2F2;
	background-color: #F2F2F2;
}

.form-horizontal .checkbox,
.form-horizontal .radio {
	position: relative;
	min-height: 1px;
	font-weight: normal;
	display: inline-block;
	margin: 3px 5px 0px 0px;
}

textarea.form-control {
	min-height: 169px;
	line-height: 20px;
	border-radius: 10px;
	height: auto !important;
}

textarea {
	resize: none;
}

.form-control:focus,
.form-control:hover {
	outline: 0;
	border-color: #FABD05;
	color: #000000;
	background: #F2F2F2;
	box-shadow: none;
	outline: none;
}

.form-control::-webkit-input-placeholder,
::-webkit-input-placeholder {
	opacity: 1;
	color: #707070;
	font-weight: 400;
}

.form-control:-moz-placeholder,
:-moz-placeholder {
	/* Firefox 18- */
	opacity: 1;
	color: #707070;
	font-weight: 400;
}

.form-control::-moz-placeholder,
::-moz-placeholder {
	/* Firefox 19+ */
	opacity: 1;
	color: #707070;
	font-weight: 400;
}

.form-control:-ms-input-placeholder,
:-ms-input-placeholder {
	opacity: 1;
	color: #707070;
	font-weight: 400;
}

.form-control:focus::-webkit-input-placeholder {
	color: transparent !important;
}

.form-control:focus:-moz-placeholder {
	color: transparent !important;
}

.form-control:focus::-moz-placeholder {
	color: transparent !important;
}

.form-control:focus:-ms-input-placeholder {
	color: transparent !important;
}

.newsletter-search .form-control::placeholder {
	color: #ffffff !important;
}

.fleft {
	position: relative;
	float: left !important;
}

.fright {
	position: relative;
	float: right !important;
}

.submit,
.submit:focus {
	position: relative;
	display: block;
	min-width: 150px;
	font-size: 17px;
	padding: 15px 25px;
	border-radius: 30px;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	border: none;
	text-transform: uppercase;
	background: #FABD05;
	margin: 20px auto 0px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.submit i {
	margin-left: 8px;
}

.submit:hover {
	background: #34474F;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

/* Scroll To Top */

#toTop {
	text-decoration: none;
	position: fixed;
	display: none;
	bottom: 50px;
	right: 5px;
	width: 50px;
	height: 50px;
	border: none;
	z-index: 5001;
	text-indent: 100%;
	background: url(../images/ui.totop.png) 0px 0px no-repeat;
	overflow: hidden;
}

#toTopHover {
	background: url(../images/ui.totop.png) 0px -50px no-repeat;
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	float: left;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#toTop:active,
#toTop:focus {
	outline: none;
}

.industries-container .industries-section .industries-group-1,
.industries-container .industries-section .industries-group-2 {
	padding: 0;
}

.industries-container .industries-section .industries-group-1 .industries-pic,
.industries-container .industries-section .industries-group-2 .industries-info {
	margin: 0;
}

.industries-container .industries-section:nth-of-type(2n) .industries-group-2 .industries-info {
	background-color: #F7F7F7;
}

.industries-container .industries-section .industries-group-2 .industries-info {
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	background-color: #fff;
	padding: 35px;
}

.newsevents-swiper {
	margin-bottom: 80px;
}

#wpsl-search-wrap input#wpsl-search-key {
	text-indent: 1em;
}

/* =Media Queries
-------------------------------------------------------------- */

@media (max-width:1750px) {}

@media (max-width:1500px) {}

@media (max-width:1399px) {}

@media (max-width:1299px) {}

@media (max-width:1250px) {}

@media (max-width:1199.99px) {
	.topRightContainer {
		margin: 0px auto;
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		padding-right: 60px;
	}

	.nav-wrapper {
		width: 100%;
		margin: 0px auto;
		float: none;
		position: absolute;
		top: 20px;
	}

	.nav-container {
		position: absolute;
		top: auto;
		left: 0px;
		margin: 0px;
		display: block;
		clear: both;
		width: 100%;
	}

	/*.nav { display:none !important; }*/
	.header-right {
		margin: 10px 25px 10px 0px;
	}

	.logo {
		width: 170px;
		height: 42px;
		margin: 15px 0px;
	}

	.featured-box h2 {
		font-size: 35px;
	}

	.featured-box {
		padding-left: 15px;
		margin-right: 200px;
		max-width: 342px;
	}

	.featured-slider-box {
		margin-left: -180px;
	}

	.product-item-slider .slick-prev {
		left: 0px;
	}

	.product-item-slider .slick-next {
		right: 0px;
	}

	.inner_banner_caption .captionContainer .innerBannerHeading1 {
		font-size: 40px;
	}

	.contact-location-section {
		padding: 50px 15px;
	}

	.featured-item-box {
		width: 100%;
	}

	.product-sab-nav {
		position: relative !important;
		top: auto !important;
		z-index: 1;
	}

	.banner-slide figure img {
		height: auto !important;
	}

}

@media(min-width:991px) {
	.nav-tabs {
		display: flex !important;
		padding-bottom: 0px;
		align-items: center;
		justify-content: center;
	}

	.tab-holder .card {
		border: none !important;
		margin-bottom: 0px;
	}

	.tab-holder .card .card-header {
		display: none;
	}

	.tab-holder .card .collapse {
		display: block;
	}

	.tab-holder .card .card .card-header {
		display: block;
	}

	.tab-holder .card .card .collapse {
		display: none;
	}

	.tab-holder .card .card .collapse.show {
		display: block;
	}

	.practice-card-body {
		border: none;
		padding: 0px 0px;
	}
}

/* Portrait tablets and medium desktops */
@media (max-width:991.98px) {
	.banner_caption {
		position: relative;
		top: auto;
		left: auto;
		padding: 30px 0px;
	}

	.product-banner .banner_caption {
		background: #333333;
	}

	.slider-bottom {
		display: none;
	}

	.banner_caption .captionContainerInner {
		max-width: 100%;
		float: none;
	}

	.banner_caption .captionContainer .bannerHeading1 {
		font-size: 35px;
		line-height: normal;
	}

	.homeBannerSlider .slick-prev,
	.product-banner .slick-prev {
		left: 15px;
		bottom: auto;
		right: auto;
		top: 40%;
	}

	.homeBannerSlider .slick-next,
	.product-banner .slick-next {
		top: 40%;
		bottom: auto;
		right: 15px;
	}

	.homeBannerSlider .slick-dots {
		display: none !important;
	}

	.featured-section {
		padding: 80px 0px 50px;
	}

	.featured-box {
		padding: 0px 15px;
		max-width: 100%;
		margin: 0px 0px 30px;
		float: none;
	}

	.featured-slider-box {
		margin: 0px 0px;
		padding: 0px 15px;
	}

	.featured-slider {
		margin: 0px -15px;
	}

	.news-slider .slick-prev {
		left: 0px;
		z-index: 1;
	}

	.news-slider .slick-next {
		right: 0px;
	}

	.product-banner-info {
		max-width: 100%;
	}

	.product-sab-nav {
		padding-bottom: 10px;
	}

	.product-sab-nav .row .col {
		max-width: 25%;
		flex: 25%;
	}

	.pro-nav-link {
		margin-bottom: 20px;
	}

	.pagination-container .justify-content-end {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.social-media-box {
		padding: 0px 0px 20px;
	}

	.social-media-box h4 {
		position: relative;
		display: block;
		top: auto;
		margin-bottom: 15px;
		left: auto;
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	.social-media-box ul {
		margin-left: -5px;
	}

	.social-media-box ul li {
		display: inline-block;
		vertical-align: top;
		padding: 0px 5px 5px;
	}

	.inner_banner_caption {
		position: relative;
		top: auto;
		left: auto;
		padding: 30px 0px;
		background: #333333;
		height: max-content;
	}

	.industries-info {
		padding: 0px 0px;
		margin: 0px 0px;
	}

	.industries-container .industries-section {
		padding: 50px 0px;
	}

	.industries-container .industries-section:nth-child(2n) .industries-group-1 {
		order: 1;
	}

	.industries-container .industries-section:nth-child(2n) .industries-group-2 {
		order: 2;
	}

	.industries-info h2 {
		font-size: 50px;
		line-height: normal;
	}

	.news-listing-box {
		padding: 0px 0px;
	}

	.news-nav-menu ul li {
		padding: 0px 15px;
	}

	.news-details-social {
		max-width: 100%;
		float: none;
	}

	.industries-details-info h2 {
		line-height: normal;
		font-size: 30px;
	}

	.news-photo {
		margin-bottom: 20px;
	}

	.contact-form-box {
		padding: 50px 15px;
	}

	.contact-location-box {
		margin-bottom: 50px;
	}

	.location-map iframe {
		height: 500px;
	}

	.product-banner-info h2 {
		font-size: 40px;
	}

	.product-banner .banner_caption .breadcrumb-container {
		position: relative;
		top: auto;
	}

	.product-banner .captionContainer {
		display: block;
	}

	.ftcol1,
	.ftcol2,
	.ftcol3,
	.ftcol4,
	.ftcol5 {
		margin: 0px 0px 20px;
		padding: 0px 0px;
		width: 100%;
	}

	.footer {
		position: relative;
		padding: 60px 0px 10px;
	}

	.fadd,
	.fcall,
	.fmail {
		padding: 0px 0px;
	}

	.fadd:before,
	.fcall:before,
	.fmail:before {
		position: relative;
		display: block;
		top: auto;
		left: auto;
		margin-bottom: 8px;
	}

	.bottom-footer {
		text-align: center;
	}

	.more-links ul {
		float: none;
		justify-content: center;
		margin-bottom: 20px;
	}

	.thank-you-caption {
		position: relative;
		top: auto;
		left: auto;
		padding: 40px 0px;
		background: #333333;
	}

	.thank-you-inner {
		max-width: 100%;
	}

	.thank-you-inner h1 {
		font-size: 50px;
		padding-bottom: 15px;
		line-height: normal;
	}

	ul.foot-nav li {
		margin: 0px 0px 25px;
	}

	.footer-wrapper {
		background-size: 150px;
	}

	.fcontact-details-block {
		margin-bottom: 0px;
	}


	.tab-content>.tab-pane {
		display: block !important;
		opacity: 1;
	}

	.tab-holder {
		margin: 0px 0px;
	}

	.nav-tabs .nav-link::before {
		display: none;
	}

	.tab-holder .card-body {
		padding: 0px 0px;
	}

	.tab-holder .nav-tabs {
		display: none !important;
	}

	.tab-content {
		width: 100% !important;
	}

	.tab-holder .tab-content {
		border-top: none;
	}

	/**/
	.news-item-box {
		margin-bottom: 30px;
	}
}

@media (max-width:800px) {}

/* Landscape phones and portrait tablets */
@media (max-width:767.98px) {
	.news-slider {
		margin: 0px -10px;
	}

	.product-sab-nav .row .col {
		max-width: 50%;
		flex: 50%;
	}

	.service-form {
		border-radius: 15px;
	}

	/**/
	.news-small-box .news-hover-box {
		padding: 15px 15px;
	}
}

@media (min-width:768px) {}

@media (max-width:650px) {}

@media (max-width:575px) {
	.mobile-cart-box {
		display: block;
	}

	.footer-wrapper {
		padding-bottom: 50px;
	}

	.homeBannerSlider .slick-prev,
	.product-banner .slick-prev {
		top: 30%;
	}

	.homeBannerSlider .slick-next,
	.product-banner .slick-next {
		top: 30%;
	}

	.news-hover-container,
	.news-hover-box {
		position: relative;
		top: auto;
		left: auto;
		background: #000000;
	}

	.news-hover-box {
		padding: 25px 15px;
	}

	.featured-photo figure {
		padding: 5px;
	}

	.featured-photo figure img {
		max-width: 250px;
	}

	/**/
	.mob-search-icon {
		display: block;
		margin: 8px 0px;
	}

	.header-search {
		display: none;
	}

	.header-right {
		margin: 10px 15px 10px 0px;
	}

	.news-small-box .news-hover-box {
		background: #ffffff;
	}
}

@media (max-width:550px) {}

@media (max-width:480px) {
	h1 {
		font-size: 30px !important;
		line-height: normal;
	}

	h2 {
		font-size: 28px !important;
		line-height: normal;
	}

	h3 {
		font-size: 24px !important;
	}

	h4,
	.locationItem-box h3 {
		font-size: 22px !important;
	}

	h5,
	.featured-info h3,
	.news-body-content h2 {
		font-size: 18px !important;
	}

	h6,
	.pro-nav-link a h4,
	.brochure-box a h4,
	.recent-news-box h2 {
		font-size: 14px !important;
	}
}

@media (max-width:400px) {}

@-ms-viewport {
	width: auto !important;
}

/* Explore */
.explore-container {
	font-size: 14px;
	text-align: center;
	padding-bottom: 100px;
	color: #585a5b;
}

.explore-container h3 {
	padding-bottom: 30px;
	color: #000;
}

.explore-container #mc4wp-form-1 {
	max-width: 344px;
	margin: 40px auto 110px;
}

.industries-flex {
	position: relative;
	margin-bottom: 2px;
}

.industries-flex:nth-of-type(2n) .industries-center {
	left: 0;
	right: initial;
}

.industries-flex p,
.industries-flex p img,
.industries-container .industries-flex img {
	height: 100%;
	object-fit: cover;
}

.industries-center {
	width: 800px;
	height: 420px;
	background-color: rgba(52, 71, 79, 0.8);
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	line-height: 29px;
	color: #ffffff;
}

.industries-center .learn-more {
	color: #fff;
	display: block;
	text-align: right;
	text-decoration: underline !important;
}

.industries-center h3 {
	color: #fff;
}

.industries-flex .industries-center p:first-of-type {
	margin: 16px 0px 55px;
	line-height: 24px;
}

.industries-center p:last-child,
.industries-flex p:first-of-type {
	margin: 0;
}

.industries-por {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 80%;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	vertical-align: middle;
	height: 0;
}

.resources-item {
	margin-bottom: 35px;
	display: block;
}

.resources-layout {
	float: left;
	width: 49.2%;
}

.resources-photo {
	height: 440px;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}

.resources-photo img,
.case-studyswiper .featured-photo figure img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}

.industries-details-info .resources-photo figure {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
}

.resources-info h3 {
	font-size: 19px;
	color: #000000;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	margin: 15px 0;
	padding: 0;
}

.resources-layout2 .resources-info h3 {
	height: 46px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.industries-details-info .resources-layout p {
	font-size: 16px;
	color: #585a5b;
	/* margin: 0; */
}

.industries-details-info .resources-layout span {
	margin: 5px 0px 18px;
	display: block;
	font-size: 16px;
	color: #585a5b;
}

.flex {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.resources-layout1 {
	margin-left: 1.6%;
}

.resources-layout .learn-more {
	display: none;
}

.resources-layout1 .resources-item {
	width: 49.2%;
}

.resources-layout1 .resources-photo {
	height: 152px;
}

.public-swiper .resources-layout .resources-photo::after {
	content: '';
	background-image: url(../images/cover.png);
	position: absolute;
	width: 40%;
	height: 100%;
	right: 0;
	top: 0;
}

.resources-layout2 {
	width: 24%;
	margin: 0px 1.3% 25px 0;
}

.resources-layout2:nth-of-type(4n) {
	margin-right: 0;
}

.resources-layout2 .resources-item {
	width: 100%;
}

.resources-title {
	font-size: 24px;
	margin: 75px 0px 30px;
	color: #000000;
}

.resources-title a {
	font-size: 16px;
}

.industries-details-info.industries-container {
	padding: 20px 0;
}

.industries-details-info.industries-container .container {
	padding: 0;
	max-width: 100%;
}

.industries-detail-container,
.industries-detail-container .container {
	padding: 0;
}

.electricity {
	padding: 80px 0px 120px;
}

.electricity-flex {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.electricity-layout,
.electricitySlider figure {
	width: 49%;
	margin: 0;
}

.electricity-layout h3 {
	color: #000;
	padding-bottom: 35px;
}

.electricity-layout h4 {
	color: #f9bd06;
	padding-bottom: 22px;
}

.industries-details-info .electricity-layout p {
	font-size: 16px;
	margin: 0;
	line-height: 20px;
	color: #585a5b;
}

.electricity-layout .learn-more {
	margin-top: 55px;
	display: block;
}

.electricity .slick-dots li button {
	width: 8px;
	height: 8px;
	background-color: #585a5b;
	padding: 0;
}

.electricity .slick-dots {
	text-align: left;
	bottom: 0;
}

.electricity .slick-dots li {
	margin: 0px 1px;
}

.electricity .slick-dots li.slick-active button {
	background-color: #f9bd06;
}

.electricity .slide-button {
	position: absolute;
	right: -105px;
	top: 0;
	z-index: 5;
}

.electricity .slide-button button {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.electricity .slide-button button.snext {
	margin-top: 20px;
	display: block;
}

.case-study {
	background-color: #f7f7f7;
	padding: 120px 0;
}

.case-study-h3 {
	color: #000;
	text-align: center;
	padding-bottom: 60px;
}

.case-studyswiper .featured-slider-box,
.public-swiper .featured-slider-box {
	margin: 0;
	color: #000;
}

.case-studyswiper .featured-slide {
	padding: 0px 0 60px 0;
	background-color: #fff;
}

.case-studyswiper .featured-slide:nth-of-type(2n) {
	margin: 0px 20px;
}

.case-studyswiper .featured-item-box {
	margin: 0;
	width: 360px;
}

.case-studyswiper .featured-photo {
	height: 230px;
	background: #fff;
	margin: 0 0 35px;
	padding: 0;
}

.case-studyswiper .featured-photo figure {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

.case-studyswiper .featured-info {
	padding: 0px 8%;
}

.case-studyswiper .featured-info .learn-more {
	margin-top: 30px;
}

.industries-details-info .case-studyswiper p {
	margin: 0;
	color: #000;
}

.case-studyswiper .slide-button,
.related .slide-button {
	position: absolute;
	height: 100%;
	width: 100%;
}

.case-studyswiper,
.relatedSlider,
.public-swiper {
	position: relative;
	width: 100%;
}

.case-studyswiper .slide-button .sprev1,
.related .slide-button .sprev2,
.public-swiper .slide-button .sprev1 {
	left: -125px;
	position: absolute;
	z-index: 5;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.case-studyswiper .slide-button .snext1,
.related .slide-button .snext2,
.public-swiper .slide-button .snext1 {
	right: -105px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 5;
}

.public-swiper .slide-button .sprev1,
.public-swiper .slide-button .snext1 {
	top: 30%;
}

.related {
	padding: 120px 0;
}

.related-flex {
	width: 49%;
	height: 560px;
	background-color: #f7f7f7;
	float: left;
	font-size: 14px;
	color: #585a5b;
	text-align: center;
	line-height: 24px;
}

.related-flex figure {
	margin: 0;
	height: 400px;
	position: relative;
	overflow: hidden;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}

.related-flex figure img {
	max-width: 100%;
	max-height: 100%;
	left: 50%;
	top: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto !important;
}

.related-flex h4 {
	color: #000;
	padding-bottom: 28px;
}

.related-layout {
	float: right;
	width: 49%;
}

.related-layout .related-flex {
	width: 100%;
	height: 270px;
	text-align: left;
	margin-bottom: 20px;
}

.related-layout .related-flex figure {
	width: 48%;
	height: 100%;
	float: right;
}

.related-layout .related-flex .related-intro {
	width: 48%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	padding: 0px 2%;
	float: left;
}

.latest-news-box .news-item-box {
	height: 490px;
}

.latest-news-box .news-item-box .news-item-photo,
.latest-news-box .news-item-box a {
	height: 100%;
}

.industries-container .industries-section {
	padding: 80px 0;
}

.industries-container .industries-section .industries-group-1 .industries-pic {
	margin: 0;
	height: 100%;
	background-color: #fff;
}

.industries-container .industries-section .industries-group-2 h2 {
	padding: 0px 0px 20px 0;
	font-size: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/*! autoprefixer: off */
	-webkit-box-orient: vertical;
}

.resources-slider .resources-layout {
	width: 268px;
	float: none;
	margin: 0px auto;
}

.resources-slider .featured-slide {
	padding: 0;
	margin-right: 16px;
}

.news-layout {
	margin-bottom: 45px;
}

.mega-m-show,
.m-show {
	display: none !important;
}

.resources-photo::after {
	content: '';
	background-image: url(../images/cover.png);
	position: absolute;
	width: 40%;
	height: 100%;
	right: 0;
	top: 0;
}

@media (max-width:990px) {

	.resources-layout,
	.resources-layout1 .resources-item,
	.company-flex .mb-3,
	.electricity-layout,
	.electricitySlider figure,
	.related-layout {
		width: 100%;
	}

	.company-flex .row {
		width: 93%;
		padding-left: 7%;
		height: 460px;
	}

	.resources-photo,
	.resources-layout1 .resources-photo {
		height: auto;
	}

	.resources-layout2,
	.case-studyswiper .featured-slide:nth-of-type(2n) {
		width: 100%;
		margin: 0;
	}

	.resources-title {
		font-size: 20px;
	}

	.company-flex .row .col-lg .contact-location-box {
		margin-bottom: 0;
	}

	.company-flex {
		padding: 80px 0;
	}

	.industries-center {
		width: 100%;
		position: relative;
		height: auto;
		background-color: rgba(52, 71, 79, 1);
	}

	.industries-por {
		position: initial;
		transform: none;
		margin: 0px auto;
		padding: 30px 0;
		width: 85%;
	}

	.electricity-layout {
		margin-bottom: 50px;
		padding: 0px 20px
	}

	.electricity .slick-dots {
		text-align: center;
	}

	.electricity .slide-button {
		right: 20px;
	}

	.case-studyswiper .featured-item-box {
		width: 100%;
	}

	.case-studyswiper .featured-photo {
		height: 200px;
	}

	.case-studyswiper .featured-photo figure img {
		max-width: 100%;
	}

	.case-studyswiper .slide-button .sprev1,
	.related .slide-button .sprev2 {
		left: 20px;
		top: 25%;
	}

	.case-studyswiper .slide-button .snext1,
	.related .slide-button .snext2 {
		right: 20px;
		top: 25%;
	}

	.related-flex {
		width: 90%;
		height: 320px;
		float: none;
		margin: 0px auto;
	}

	.related-flex figure {
		height: 200px;
	}

	.related-flex figure img {
		max-width: 60%;
		max-height: 60%;
	}

	.related-flex h4 {
		font-size: 16px !important;
	}

	.related-layout {
		margin-top: 20px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: center;
	}

	.related-layout .related-flex {
		width: 42%;
		height: 300px;
		text-align: center;
	}

	.related-layout .related-flex figure {
		width: 100%;
		height: 45%;
	}

	.related-layout .related-flex .related-intro {
		height: 55%;
		float: none;
		width: 100%;
	}

	.header-right {
		display: none;
	}

	.latest-news-box .news-item-box {
		height: auto;
	}

	.foot-logo {
		display: none;
		width: 170px;
		margin: 0px auto 30px;
	}

	#wpsl-search-input,
	#wpsl-city-input,
	#wpsl-search-wrap .wpsl-select-wrap,
	#wpsl-search-wrap div#wpsl-region {
		width: 100%;
	}

	#wpsl-category label {
		margin-top: -20px !important;
	}

	#wpsl-search-key {
		text-indent: 1em !important;
	}

	#wpsl-search-wrap #wpsl-category div {
		margin-top: -20px;
	}

	.company-flex .row .contact-location-box h5 {
		font-size: 14px !important;
	}

	.industries-container .industries-section {
		padding: 50px 0px;
	}

	.industries-container .industries-section .industries-group-2 .industries-info {
		padding: 35px;
	}

	.industries-detail-container .electricity.base-container {
		padding-bottom: 0;
	}

	.resources-slider .resources-layout {
		width: 100%;
	}

	.resources-layout2 .resources-info h3 {
		height: auto;
		-webkit-line-clamp: initial;
	}

	.public-swiper .slide-button .sprev1 {
		left: 0;
	}

	.public-swiper .slide-button .snext1 {
		right: 0;
	}

	.mega-m-show,
	.m-show {
		display: inline !important;
	}
}

@media (max-width:991.98px) {
	* {
		-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	}

	.footer .container .row {
		display: grid;
		grid-template-columns: 1.5fr 3fr;
		gap: 0 20px;
		margin: 0px 0px;
	}

	ul.foot-nav {
		margin: 0;
	}

	.ftcol1 {
		grid-area: 3 / 1 / 4 / 3;
	}

	.ftcol2 {
		grid-area: 1 / 1 / 2 / 3;
	}

	.ftcol3 {
		grid-area: 2 / 1 / 3 / 2;
	}

	.ftcol4 {
		grid-area: 2 / 2 / 3 / 3;
	}

	.ftcol4 .foot-head.pb20 {
		display: none;
	}

	.foot-social-media {
		display: none;
	}

	.ftcol2 ul.foot-nav li a {
		font-size: 18px;
		font-weight: bold;
	}

	.ftcol2 ul.foot-nav li a::after {
		font-size: 23px;
		content: "\203A";
		margin-left: 10px;
		font-weight: 400;
	}

	.ftcol1,
	.ftcol2,
	.ftcol3,
	.ftcol4 {
		position: relative;
		display: block;
		/* float:left; */
		/* width:21%; */
		/* z-index:3; */
		/* margin-right:5%; */
	}

	.ftcol3 ul.foot-nav li {
		margin-bottom: 30px;
	}

	.foot-head {
		position: relative;
		display: block;
		color: #34474F;
		font-size: 14px;
		padding: 3px 0px 30px;
	}

	.ftcol2 .foot-head,
	.ftcol3 .foot-head {
		display: none;
	}

	.fcontact-details-block {
		padding-top: 20px;
		border-top: 1px solid #ececec;
		position: relative;
		display: flex;
		flex-direction: column;
		margin: 0;
	}

	.fadd {
		order: 2;
	}

	.fadd,
	.fcall,
	.fmail {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		margin: 0;
		padding-left: 1.5em;
		color: #5D5D5D;
		font-size: 15px;
		word-wrap: break-word;
	}

	.fadd:before,
	.fcall:before,
	.fmail:before {
		position: absolute;
		display: flex;
		justify-content: center;
		width: 1em;
		top: 5px;
		left: 0px;
		font-size: 15px;
	}

	.newsletter-box .form-control {
		padding-right: 80px;
		height: 42px;
	}

	.newsletter-box .button {
		position: absolute !important;
		top: 3px !important;
		right: 4px !important;
		width: 35px !important;
		height: 35px !important;
		text-align: center;
		line-height: 35px !important;
		background: #FABD05 !important;
		color: #ffffff !important;
		border: 1px solid #FABD05 !important;
		border-radius: 70px !important;
		padding: 0px 0px !important;
		margin: 0px 0px !important;
		z-index: 1;
	}

}

/* 2025-5-28 添加 */
#mega-menu-primary img
{
    margin-top: -5px;
    margin-right: 5px;
}

.trp-language-icon {
	  background-image: url('https://www.satlab.com.se/wp-content/uploads/2025/06/lang2.webp') !important;
      background-position: left center !important;
      background-repeat: no-repeat !important;
	  padding-left: 28px !important;
      background-size: auto !important;
}
@media (max-width: 991.98px) {
	.trp-language-icon {
		background-position: 20px center !important;
		padding-left: 0 !important;
	}

	.trp-language-icon .mega-menu-link {
		background-color: transparent !important;
		padding-left: 48px !important;
	}
}