@charset "utf-8";
/**=========================================================
 * Theme Name   :  Ong Teng Chong Building Contractor
 * Author       :  Amit Suthar
 * Description  :  March 2023
 * File Name	:  style.css
=========================================================**/

@font-face {
    font-family: 'Barlow';
    src: url("fonts/Barlow-Light.woff2") format("woff2"),
         url("fonts/Barlow-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    }

@font-face {
    font-family: 'Barlow';
    src: url("fonts/Barlow-Regular.woff2") format("woff2"),
         url("fonts/Barlow-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    }

@font-face {
    font-family: 'Barlow';
    src: url("fonts/Barlow-Medium.woff2") format("woff2"),
         url("fonts/Barlow-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    }

@font-face {
    font-family: 'Barlow';
    src: url("fonts/Barlow-SemiBold.woff2") format("woff2"),
         url("fonts/Barlow-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    }

@font-face {
    font-family: 'Barlow';
    src: url("fonts/Barlow-Bold.woff2") format("woff2"),
         url("fonts/Barlow-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    }

/* Global Styles */

*, *:after, *:before {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-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: Barlow;
	font-size: 18px;
	color: #555555;
	font-weight: 400;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	background: #ffffff url(../images/ajax-loader.gif) center center no-repeat;
	overflow-x: hidden;
	}
	
::selection {
	background: #666666; /* Safari */
	color: #ffffff;
	}
	
::-moz-selection {
	background: #666666; /* Firefox */
	color: #ffffff;
	}
		
img {
  	max-width: 100%;
  	vertical-align: middle;
  	-ms-interpolation-mode: bicubic;
	}

@media screen and (-webkit-min-device-pixel-ratio:0)
and (min-resolution:.001dpcm) {
    img {
        image-rendering: -webkit-optimize-contrast !important;
    }
}

/* Unset for Safari 11+ */
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    img {
        image-rendering: unset !important;
    }
}}
	
a, a:focus, a:hover {
	color: #B49146;
	outline: none;
	cursor: pointer;
	text-decoration: none;
    box-shadow: none !important;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}
	
a:hover {
	color: #000000;
	}

:focus, ::-moz-focus-inner {
	border: none;
	outline: none !important;
	}

fieldset, a img {
	border: none;
	}

ol, ul {
	margin: 0px auto;
	padding-left: 15px;
    list-style-position: outside;
    /*list-style-type: none;*/
	}
	
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
	}

b, strong {
	font-weight: 700;
	}
	
/* ClearFix */
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
	}

.container:after {
	display: block;
	content: " ";
	clear: both;
	}
	
.clearfix:after {
	display: block;
	content: ".";
	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;
    max-width: 1920px;
	background: #ffffff;
	}
	
body,
#wrapper,
.footer-wrapper {
	opacity: 0;
	}

.container,
.wide-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
	max-width: 1200px;
	padding: 0px 15px;
	}
	
.wide-container {
    max-width: 1430px;
	}

/* Header Styles */

#pageHeaderWrapper {
	position: relative;
	width: 100%;
	z-index: 100;
	display: block;
	margin: 0px auto;
	}

#pageHeader {
	position: absolute;
	top: 50px;
	left: 0px;
	display: block;
	width: 100%;
	z-index: 101;
	padding: 0px;
	margin: 0px auto;
    max-width: 1920px;
	background: transparent;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
    -o-transition: all 1s;
	transition: all 1s;
	}

.headerTop {
	position: relative;
	width: 100%;
	z-index: 1002;
	display: block;
	margin: 0px auto;
	padding: 0px 60px;
	background: transparent;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
    -o-transition: all 1s;
	transition: all 1s;
	}

.is-sticky .headerTop {
    left: auto;
    max-width: 1920px;
    background: #ffffff;
	box-shadow: 0px 3px 10px rgba(134, 134, 134, 0.5);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
    -o-transition: all 0.5s;
	transition: all 0.5s;
	}

.nobanner #pageHeader {
	position: relative;
	top: auto;
	left: auto;
	}

/* Top Header Container */

.topHeaderContainer {
	position: relative;
	display: flex;
	margin: 0px auto;
    align-items: center;
    justify-content: space-between;
    }

/* Logo */
	
.logo {
	position: relative;
	display: block;
    float: left;
	padding: 0px;
	width: 658px;
	height: 112px;
	z-index: 1001;
	margin: 10px 0px;
	overflow: hidden;
	}

.logo a {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	}

.logo img {
	position: relative;
	display: block;
	height: auto;
	max-width: 100%;
	}

/* Mobile Logo */
	
.moblogo {
	position: relative;
	display: none;
    float: left;
	padding: 0px;
	width: 90px;
	height: 71px;
	z-index: 1001;
	margin: 10px 0px;
	overflow: hidden;
	}

.moblogo a {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	}

.moblogo img {
	position: relative;
	display: block;
	height: auto;
	max-width: 100%;
	}

.black-logo,
.is-sticky .white-logo {
	display: none !important;
	}

.is-sticky .black-logo {
	display: block !important;
	}

/* Top Right Header */
	
.topRightHeader {
    position: relative;
    padding: 0px;
    display: flex;
    margin: 0px 0px;
    align-items: center;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    justify-content: end;
	}

/* Header Group Container */
	
.headerGroupContainer {
	position: relative;
	display: flex;
	padding: 0px;
	margin: 0px;
    align-items: center;
	}

/* Header Top Links */

.headerTopLinks {
	position: relative;
	float: right;
	padding: 0;
	display: block;
    font-size: 16px;
	list-style: none;
	margin: 0px 0px;
	}

.headerTopLinks>li {
	position: relative;
	line-height: 24px;
    border-radius: 100%;
	vertical-align: middle;
	display: inline-block;
	margin: 0px 0px;
	}

.headerTopLinks>li a {
	position: relative;
    display: block;
    z-index: 1;
	color: #DFDFDF;
    font-weight: 500;
    letter-spacing: 1.92px;
	}

.is-sticky .headerTopLinks>li a,
.nobanner .headerTopLinks>li a {
	color: #000000;
	}

.headerTopLinks>li a:hover,
.is-sticky .headerTopLinks>li a:hover {
	color: #F57E2A;
	}

.headerTopLinks>li img {
    position: relative;
	display: inline-block;
    vertical-align: middle;
	z-index: 1;
	max-width: 100%;
	max-height: 22px;
	margin-right: 10px;
	}

.headerTopLinks>li img.showicon {
	}

.headerTopLinks>li img.hiddenicon,
.headerTopLinks>li img.stickyicon {
	display: none;
	}

.headerTopLinks>li:hover>a img.showicon,
.headerTopLinks>li.selected>a img.showicon,
.nobanner .headerTopLinks>li a .showicon,
.nobanner .headerTopLinks>li a:hover .stickyicon {
	display: none;
	}

.headerTopLinks>li:hover>a img.hiddenicon,
.headerTopLinks>li.selected>a img.hiddenicon,
.nobanner .headerTopLinks>li a .stickyicon {
	display: inline-block;
    vertical-align: middle;
	}

.is-sticky .headerTopLinks>li img.stickyicon {
	display: inline-block;
	}

.is-sticky .headerTopLinks>li img.showicon,
.is-sticky .headerTopLinks>li a:hover img.stickyicon {
	display: none;
	}

/* Top Header Cart */
	
.headerTopLinks>li.header-cart-menu a span {
	position: absolute;
	color: #FFFFFF;
	left: 10px;
	top: -15px;
    z-index: 2;
	width: 31px;
	height: 31px;
    font-size: 16px;
    font-weight: 500;
	overflow: hidden;
	line-height: 31px;
	text-align: center;
	border-radius: 100%;
    background: #F57E2A;
    letter-spacing: -0.64px;
    text-indent: 0px !important;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.open-menu {
	position: fixed;
	bottom: 150px;
	right: 60px;
	z-index: 99;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.open-menu.stickopen-menu {
	bottom: 150px;
	}

.open-menu a {
	position: relative;
	display: flex;
	width: 88px;
	height: 84px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	align-items: center;
	background: #F57E2A;
	letter-spacing: 2.16px;
	justify-content: center;
	text-transform: uppercase;
	}

.open-menu a:hover {
	background: #444444;
	}

.close-menu {
	position: relative;
	display: flex;
	justify-content: end;
	}

.close-menu a {
	position: relative;
	display: flex;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	align-items: center;
	letter-spacing: 1.92px;
	}

.close-menu a span {
	position: relative;
	text-align: center;
	width: 65px;
	height: 65px;
	color: #ffffff;
	font-size: 24px;
	margin-left: 15px;
	padding: 12px 10px;
	background: #FC8401;
	vertical-align: top;
	display: inline-block;
	}

.nav-wrapper {
	position: fixed;
	z-index: 999;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 0px;
	opacity: 0;
	width: 100%;
	height: 0px;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.nav-wrapper.active {
	bottom: 0px;
	height: 100%;
	opacity: 1;
	padding: 50px 70px;
	}

.nav-container {
	position: relative;
	display: block;
	height: 100%;
	padding: 60px 200px;
	border-radius: 25px;
	background-color: rgba(0, 0, 0, 0.95);
	}

.navbar-section {
	position: relative;
	display: block;
	padding: 150px 0px 0px;
	}

.navbar-section .row {
	position: relative;
	justify-content: space-between;
	}

.navcol {
	position: relative;
	float: left;
	width: auto;
    max-width: 20%;
	padding: 0px 15px;
	}

.nav {
	position: relative;
	width: 100%;
	display: block;
	margin: 0px auto;
	}
	
.nav h4 {
	font-size: 24px;
	color: #DEDEDE;
	font-weight: 400;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(245, 126, 42, 0.7);
	}

.nav ul {
	position: relative;
	display: block;
	padding: 0;
	width: 100%;
	margin: 0px auto;
    text-transform: none;
	list-style-type: none;
	}
	
.nav>ul>li {
    position: relative;
	display: block;
	margin-bottom: 2px;
	}
	
.nav>ul>li>a {
	position: relative;
	display: block;
	color: #B8B8B8;
	font-size: 16px;
	line-height: 34px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.nav>ul>li:hover>a,
.nav>ul>li.selected>a {
	color: #F57E2A;
	text-decoration: underline;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}
	
/* Banner Styles */	

.bannerWrapper {
	position: relative;
	display: block;
	width: 100%;
	z-index: 3;
    padding: 0px;
	margin: 0px auto 0px;
	}
	
.banner {
	position: relative;
	display: block;
    width: 100%;
	z-index: 0;
	margin: 0px auto;
	}
	
.homeBannerSlider {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
	}
	
[data-animation-in] {
	opacity: 0;
	}
	
.banner-slide {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	}
	
.fullHeightContainer,
.banner-slide figure {
	position: relative;
	display: block;
	width: 100%;
	z-index: 1;
	padding: 0px;
    overflow: hidden;
	margin: 0px auto;
	}

.fullHeightContainer {
    height: 100vh;
    }
	
.fullHeightContainer img,
.banner-slide figure img {
    position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}
	
.bg-img {
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	background-size: cover;
	background-position: center center;
	}

.bg-img img {
	display: none !important;
	}

.banner_caption {
    position: absolute;
	z-index: 7;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	color: #ffffff;
	display: block;
	margin: 0px auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	}
	
.banner_caption .captionWrapper {
	position: relative;
	display: table;
	height: 100%;
	width: 100%;
	max-width: 100%;
	margin: 0px auto;
	padding: 0px 60px;
	}
	
.banner_caption .captionContainer {
	position: relative;
	padding: 0px;
    font-weight: 400;
	display: table-cell;
	vertical-align: bottom;
	}
	
.banner_caption .captionContainerInner {
	position: relative;
	display: block;
	margin: 0px;
	width: 100%;
	padding-bottom: 140px;
	}

.banner_caption .captionContainer .bannerHeading1 {
	font-size: 75px;
	color: #F1F1F1;
	font-weight: 300;
	line-height: 1.1;
	padding-bottom: 0px;
	text-transform: none;
	letter-spacing: 1.4px;
	}

.banner_caption .captionContainer .bannerHeading1 strong {
	font-weight: 600;
	}

.slider-bottom {
	position: absolute;
	bottom: 40px;
	left: 0px;
	right: 0px;
	text-align: center;
	}

.slider-bottom a {
	position: relative;
	display: block;
	width: 11px;
	height: 93px;
	margin: 0px auto;
	}

.scrollpichover,
.slider-bottom a:hover .scrollpic {
	display: none;
	}

.slider-bottom a:hover .scrollpichover {
	display: block;
	}

/* Container Style */
	
.pt0 { padding-top: 0px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !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; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !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; }
.mt25 { margin-top: 25px !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; }
.mb60 { margin-bottom: 60px !important; }
.mb100 { margin-bottom: 100px !important; }

.mg0 { margin: 0px !important; }
.mg5 { margin: 5px !important; }
.p0 { padding: 0px !important; }
.p5 { padding: 5px !important; }
.p15 { padding: 15px !important; }
.ml5 { margin-left: 5px !important; }
.mr5 { margin-right: 5px !important; }
.ml10 { margin-left: 10px !important; }
.mr10 { margin-right: 10px !important; }
.ml15 { margin-left: 15px !important; }
.mr15 { margin-right: 15px !important; }
.ml20 { margin-left: 20px !important; }
.mr20 { margin-right: 20px !important; }

/* Main Content Wrapper */

.main-content-wrapper {
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	max-width: 1920px;
	}
	
.nopadding {
	padding: 0px !important;
	}

/* Main Container */
	
.main-container {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
	padding: 100px 0px;
	background-repeat: no-repeat;
	background-position: bottom center;
	}

.bg-center-top {
	background-position: center top !important;
	}

.bg-center-bottom {
	background-position: center bottom !important;
	}

.bg-cover {
	background-size: cover !important;
	}

hr {
	position: relative;
	display: block;
	width: 100%;
	opacity: 1;
	margin: 30px auto;
	background-color: #707070;
	}

.home-intro-section {
	position: relative;
	display: block;
	font-size: 32px;
	text-align: center;
	padding: 150px 0px 110px;
	}

.home-intro-section .container {
	max-width: 1100px;
	}

.home-intro-section p {
	line-height: 1.24;
	}

.home-service-section {
	position: relative;
	display: block;
	background: #F5F5F5;
	padding: 150px 0px 110px;
	}

.home-service-listing {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	list-style-type: none;
	margin: 0px -15px 40px;
	justify-content: center;
	}

.home-service-listing>.home-service-item {
	position: relative;
	display: flex;
	float: left;
	width: 20%;
	align-self: stretch;
	margin: 0px 0px 30px;
	padding: 0px 15px 0px;
	}

.home-service-box,
.home-service-box a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background: #FFFEFB;
	border: 1px solid #F1F1F1;
	}

.home-service-box a {
	color: #555555;
	overflow: hidden;
	padding: 40px 25px 60px;
	}

.home-service-icon {
	position: relative;
	display: block;
	margin-bottom: 25px;
	}

.home-service-title {
	position: relative;
	display: block;
	margin-bottom: 15px;
	}

.home-service-box a h2 {
	position: relative;
	color: #333333;
	font-size: 22px;
	font-weight: 600;
	overflow: hidden;
	padding-bottom: 5px;
	vertical-align: top;
	display: inline-block;
	letter-spacing: 2.64px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.home-service-box a h2:before {
	position: absolute;
	left: -100%;
	bottom: 0px;
	content: '';
	height: 1px;
	width: 100%;
	background: #F57E2A;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.home-service-box a:hover h2,
.home-service-box a:hover .home-service-link {
	color: #F57E2A;
	}

.home-service-box a:hover h2:before {
	left: 0px;
	}

.home-service-content {
	position: relative;
	display: block;
	margin-bottom: 30px;
	}

.home-service-content ul {
	margin: 0px 0px 25px;
	padding: 0px 0px;
	list-style-type: none;
	}

.home-service-content ul li {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.5;
	padding-left: 25px;
	margin-bottom: 5px;
	}

.home-service-content ul li:before {
	position: absolute;
	top: 12px;
	left: 0px;
	width: 8px;
	height: 8px;
	content: '';
	border-radius: 8px;
	background: #B58752;
	}

.home-service-link {
	position: relative;
	display: block;
	color: #242424;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 2.16px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}
.home-service-link i {	font-size: 12px;	}
.service-link-btn {
	position: relative;
	display: block;
	text-align: center;
	}

.service-link-btn a {
	position: relative;
	font-size: 18px;
	color: #666666;
	font-weight: 500;
	text-transform: uppercase;
	}

.service-link-btn a i {
	margin-left: 10px;
	}

.service-link-btn a:hover {
	color: #F57E2A;
	}

.home-bottom-section {
	position: relative;
	display: block;
	background-repeat: no-repeat;
	background-position: bottom center;
	}

.home-project-section {
	position: relative;
	display: block;
	padding: 150px 0px 80px;
	}

.home-project-slide {
	padding: 20px 0px;
	}

.hps-item-box,
.hps-item-box a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.hps-item-box a {
	overflow: hidden;
	}

.hps-item-box:hover {
	z-index: 999;
	transform: scale(1.05);
	outline: 10px solid #F57E2A;
	}

.hpi-pic-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
    background: #444444;
	padding-bottom: 114.04%;
	}
	
.hpi-pic-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.hpi-pic-container img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.hpi-mask-container {
	position: absolute;
	display: flex;
	width: 100%;
	left: 0%;
	z-index: 5;
	height: 100%;
    bottom: -150%;
	overflow: hidden;
	margin: 0px auto;
    flex-flow: column;
    align-items: center;
    align-items: start;
	justify-content: end;
    background-position: bottom center;
    background-image: url(../images/hpi-bg.png);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}
	
.hps-item-box a:hover .hpi-mask-container {
    bottom: 0px;
	}

.hpi-mask-content {
	position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
	overflow: hidden;
    padding: 45px 70px 45px 30px;
	}

.hpi-mask-content h6 {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 14px;
	letter-spacing: 1.76px;
	}

.hpi-mask-content h3 {
	color: #F57E2A;
	font-size: 20px;
	font-weight: 500;
	padding: 0px 0px;
	letter-spacing: 0.8px;
	text-decoration: underline;
	}

.hpi-add-btn {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 65px;
	height: 65px;
	color: #ffffff;
	font-size: 18px;
	line-height: 65px;
	text-align: center;
	background: #F57E2A;
	}

.home-project-slider .slick-arrow {
	top: -40px;
	width: 86px;
	height: 42px;
	padding: 0px 0px;
	border-radius: 0px;
	}

.home-project-slider .slick-prev {
	left: 0px;
	background-image: url(../images/slick-prev.png);
	background-size: 100%;
	}

.home-project-slider .slick-prev:hover {
	background-image: url(../images/slick-prev-hover.png);
	}

.home-project-slider .slick-next {
	right: 0px;
	background-image: url(../images/slick-next.png);
	background-repeat: no-repeat;
	background-size: 100%;
	}

.home-project-slider .slick-next:hover {
	background-image: url(../images/slick-next-hover.png);
	}

.home-otcbc-section {
	position: relative;
	display: block;
	padding: 80px 0px 200px;
	}

.home-otcbc-slider {
	margin: 0px -15px;
	}

.home-otcbc-slide {
	padding: 0px 15px;
	}

.home-otcbc-box,
.home-otcbc-box a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	}

.home-otcbc-box a {
	overflow: hidden;
	}

.home-otcbc-pic {
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: 20px;
	}

.otcbc-hover,
.home-otcbc-box a:hover .otcbc-normal {
	display: none !important;
	}

.home-otcbc-box a:hover .otcbc-hover {
	display: block !important;
	margin: 0px auto;
	}

.home-otcbc-box a h4 {
	color: #F57E2A;
	font-size: 20px;
	font-weight: 600;
	padding: 0px 0px;
	opacity: 0;
	letter-spacing: 3.24px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.home-otcbc-box a:hover h4 {
	opacity: 1;
	}

/*About Us*/

.about-container {
	position: relative;
	display: block;
	font-size: 32px;
	text-align: center;
	padding: 100px 0px 130px;
	}

.about-banner-box {
	position: relative;
	display: block;
	margin-bottom: 50px;
	padding: 30px 0px 110px;
	}

.about-banner-box::before {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	content: '';
	width: 23px;
	height: 36px;
	margin: 0px auto;
	background-image: url(../images/headingDots.png);
	background-size: 100%;
	}

.about-project-container {
	position: relative;
	display: block;
	padding: 60px 0px 45px;
	background-repeat: no-repeat;
	background-position: bottom center;
	}

.about-project-listing {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	margin: 0px -9px;
	list-style-type: none;
	justify-content: center;
	}

.about-project-listing>.about-project-item {
	position: relative;
	display: flex;
	float: left;
	width: 25%;
	align-self: stretch;
	margin: 0px 0px 15px;
	padding: 0px 9px 0px;
	}

.client-logo-container {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	align-self: stretch;
	margin: 0px 0px 0px;
	}

.client-logo-box,
.client-logo-box a {
	position: relative;
	display: block;
	padding: 0px;
	width: 100%;
	height: 100%;
	color: #111111;
    text-align: center;
	}

.client-logo-box a {
    overflow: hidden;
    background: #FFFEFB;
    border: 1px solid #F1F1F1;
	}

.client-logo {
	position: relative;
	display: block;
	height: 190px;
    width: 100%;
	overflow: hidden;
	}

.client-logo figure {
	position: absolute;
	overflow: hidden;
    display: block;
	padding: 15px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	margin: 0px auto !important;
	}
	
.client-logo figure img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: scale-down;
	object-fit: scale-down;
	-o-object-position: center;
	object-position: center;
	}

.about-otcbc-container {
	position: relative;
	display: block;
	padding: 70px 0px 55px;
	}

.about-otcbc-listing {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	margin: 0px -8px;
	list-style-type: none;
	justify-content: center;
	}

.about-otcbc-listing>.about-otcbc-item {
	position: relative;
	display: flex;
	float: left;
	width: 20%;
	align-self: stretch;
	margin: 0px 0px 15px;
	padding: 0px 8px 0px;
	}

.otcbc-logo-container {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	align-self: stretch;
	margin: 0px 0px 0px;
	}

.otcbc-logo-box,
.otcbc-logo-box a {
	position: relative;
	display: block;
	padding: 0px;
	width: 100%;
	height: 100%;
	color: #111111;
    text-align: center;
	}

.otcbc-logo-box a {
    overflow: hidden;
    background: #FFFEFB;
    border: 1px solid #F1F1F1;
	}

.otcbc-logo {
	position: relative;
	display: block;
	height: 155px;
    width: 100%;
	overflow: hidden;
	}

.otcbc-logo figure {
	position: absolute;
	overflow: hidden;
    display: block;
	padding: 15px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	margin: 0px auto !important;
	}
	
.otcbc-logo figure img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: scale-down;
	object-fit: scale-down;
	-o-object-position: center;
	object-position: center;
	}

/*service*/

.service-container {
	position: relative;
	display: block;
	padding: 100px 0px;
	}

.pageHeading {
	position: relative;
	display: block;
	padding-bottom: 70px;
	margin-bottom: 60px;
	}

.pageHeading::before {
	position: absolute;
	bottom: 0px;
	left: 0px;
	content: '';
	width: 23px;
	height: 36px;
	background-image: url(../images/headingDots.png);
	background-size: 100%;
	}

.pageHeading.text-center::before {
	right: 0px;
	margin: 0px auto;
	}

.pageHeading h1,
.pageHeading h2 {
	font-size: 55px;
    line-height: 1.2;
	font-weight: 400;
	}

.pageHeading h1 strong,
.pageHeading h2 strong {
	font-weight: 600;
	}

.service-top-info {
	position: relative;
	display: block;
	color: #555555;
	font-size: 32px;
	text-align: center;
	padding-bottom: 100px;
	}

.service-top-info p {
	line-height: 1.24;
	}

.service-top-info .container {
	max-width: 1240px;
	}

.service-items-section {
	position: relative;
	display: block;
	}

.service-listing {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	list-style-type: none;
	margin: 0px -15px 0px;
	justify-content: center;
	}

.service-listing>.service-item {
	position: relative;
	display: flex;
	float: left;
	width: 33.3333%;
	align-self: stretch;
	margin: 0px 0px 30px;
	padding: 0px 15px 0px;
	}

.service-item-inner,
.service-item-inner a  {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	}

.service-item-inner a {
	color: #555555;
	overflow: hidden;
	}

.service-pic-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
    background: #444444;
	padding-bottom: 123.38%;
	}
	
.service-pic-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.service-pic-container img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.service-title {
	position: absolute;
	display: flex;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 600;
	align-items: end;
	padding: 35px 15px;
	letter-spacing: 2.64px;
	justify-content: center;
	text-transform: uppercase;
	background-image: url(../images/service-bg.png);
	background-position: bottom center;
	background-size: cover;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}
.service-title i {	margin-left: 15px;	margin-bottom: 5px;	}
.service-item-inner a:hover .service-title {
	bottom: -100%;
	}

.service-mask-container {
	position: absolute;
	display: flex;
	width: 100%;
	left: 0%;
	z-index: 5;
	height: 100%;
    bottom: -150%;
	overflow: hidden;
	margin: 0px auto;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    background: rgba(256,256,256,0.9);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}
	
.service-item-inner a:hover .service-mask-container {
    bottom: 0px;
	}

.service-mask-content {
	position: relative;
    display: block;
    font-size: 16px;
	overflow: auto;
    padding: 30px 40px;
	}

.service-inner-icon {
	position: relative;
	display: block;
	margin-bottom: 25px;
	}

.service-mask-content h2 {
	font-size: 22px;
	color: #F57E2A;
	font-weight: 600;
	padding-bottom: 5px;
	margin-bottom: 30px;
	vertical-align: top;
	display: inline-block;
	border-bottom: 1px solid #F57E2A;
	}

.service-learn-btn {
	position: relative;
	display: block;
	color: #F57E2A;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 2.16px;
	text-transform: uppercase;
	}

.service-learn-btn i {
	margin-left: 10px;
	}

.service-details-box {
	position: relative;
	display: block;
	padding: 100px 0px;
	}

.service-details-box>.wide-container>.row>.col-lg-3 {
	width: 33%;
	}

.service-details-box>.wide-container>.row>.col-lg-9 {
	width: 67%;
	}

.sdr-category-container {
	position: relative;
	display: block;
	padding-right: 80px;
	}

.sdr-category-box {
	position: relative;
	display: block;
	border: 1px solid #EFEFEF;
	}

.sdr-category-box ul {
	margin: 0px 0px;
	padding: 0px 0px;
	list-style-type: none;
	}

.sdr-category-box ul li {
	position: relative;
	border-bottom: 1px solid #EFEFEF;
	}

.sdr-category-box ul li:last-child {
	border: none;
	}

.sdr-category-box ul li a {
	position: relative;
	display: block;
	color: #444444;
	font-size: 22px;
	font-weight: 600;
	padding: 22px 44px;
	letter-spacing: 2.64px;
	text-transform: uppercase;
	}

.sdr-category-box ul li a:before {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 0px;
	height: 100%;
	opacity: 0;
	content: '';
	background: #F57E2A;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	}

.sdr-category-box ul li a:hover,
.sdr-category-box ul li.selected a {
	color: #ffffff;
	background: #F57E2A;
	}

.sdr-category-box ul li.selected a:before,
.sdr-category-box ul li a:hover::before {
	opacity: 1;
	width: 40px;
	right: -40px;
	}

.sdr-box {
	position: relative;
	display: block;
	padding-left: 60px;
	border-left: 5px solid #EFEFEF;
	}

.sdr-content-box {
	position: relative;
	display: block;
	color: #555555;
	font-size: 32px;
	padding-bottom: 30px;
	}

.sdr-content-box p {
	line-height: 1.24;
	}

.site-link {
	position: relative;
	display: block;
	}

.site-link a {
	color: #555555;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 2.04px;
	}

.site-link a i {
	margin-right: 10px;
	}

.site-link a:hover {
	color: #F57E2A;
	}

.sdr-bottom-box {
	position: relative;
	display: block;
	padding-top: 40px;
	margin-bottom: 70px;
	}

.service-details-pic {
	position: relative;
	display: block;
	margin-bottom: 20px;
	padding-bottom: 40px;
	border-bottom: 2px solid #efefef;
	}

.service-details-pic img {
	width: 100%;
	}	

.sdr-details-btn {
	position: relative;
	display: block;
	}

.sdr-link {
	position: relative;
	display: block;
	margin-bottom: 20px;
	}

.sdr-link a {
	position: relative;
	color: #555555;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 2.04px;
	text-transform: uppercase;
	}

.sdr-link a:hover {
	color: #F57E2A;
	}

.sdr-bottom-service {
	position: relative;
	display: block;
	}

.sdr-service-item {
	position: relative;
	display: block;
	margin-bottom: 100px;
	}

.sdr-service-item:before {
	position: absolute;
	top: 50%;
	left: -90px;
	width: 53px;
	content: '';
	height: 53px;
	margin-top: -30px;
	background-size: cover;
	background-image: url(../images/round-box.png);
	}

.sdr-bottom-service .sdr-service-item:last-child {
	margin-bottom: 0px;
	}

.sdr-service-item .row .col-md-4 {
	width: 30%;
	}

.sdr-service-item .row .col-md-8 {
	width: 70%;
	}

.sdr-service-pic {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
    background: #444444;
	padding-bottom: 100%;
	}
	
.sdr-service-pic figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.sdr-service-pic img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.sdr-service-content {
	position: relative;
	display: block;
	color: #555555;
	font-size: 22px;
	padding-left: 70px;
	}

.sdr-service-content .pageTitle h2 {
	font-size: 40px;
	}

.sdr-service-content p {
	line-height: 1.6;
	margin-bottom: 15px;
	}

/*projects*/

.projects-container {
	position: relative;
	display: block;
	padding: 100px 0px 0px;
	}

.project-top-section {
	position: relative;
	display: block;
	padding: 40px 0px 0px;
	}

.project-top-section .row {
	margin: 0px 0px;
	}

.project-top-section .row .col-lg-7,
.project-top-section .row .col-lg-5 {
	padding: 0px 0px;
	}

.project-top-section .row .col-lg-7 {
	width: 59.2%;
	}

.project-top-section .row .col-lg-5 {
	width: 40.8%;
	}

.project-main-item-box,
.project-main-item-box a {
	position: relative;
	display: block;
	}

.project-main-pic-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
    background: #444444;
	padding-bottom: 73.85%;
	}
	
.project-pic-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.project-pic-container img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.project-main-item-box a .service-title,
.pst-item-box a .service-title {
	padding: 40px 15px;
	}

.project-top-slider .slick-prev,
.project-top-slider .slick-next {
	font-size: 30px;
	padding: 0px 0px;
	color: #ffffff;
	width: auto;
	height: auto;
	opacity: 0.8;
	}

.project-top-slider .slick-prev {
	left: 25px;
	}

.project-top-slider .slick-next {
	right: 25px;
	}

.project-top-slider .slick-prev:hover,
.project-top-slider .slick-next:hover {
	opacity: 1;
	}

.pst-item-box,
.pst-item-box a {
	position: relative;
	display: block;
	}

.pst-item-box a {
	overflow: hidden;
	}

.pst-pic-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
    background: #444444;
	padding-bottom: 107.05%;
	}
	
.pst-pic-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.pst-pic-container img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.project-bottom-section {
	position: relative;
	display: block;
	}
.project-bottom-section .project-slider-ul {	position: relative;	display: flex;	flex-wrap: wrap; justify-content: center; padding: 0px 0px;	list-style-type: none;	margin: 0px 0px;	}.project-bottom-section .project-slider-ul li {	position: relative;	display: flex;	float: left;	width: 20%;	align-self: stretch;	margin: 0px 0px;	padding: 0px 0px;	}
.project-item-box,
.project-item-box a {
	position: relative;
	display: block;	width: 100%;
	}
.project-item-box a {
	overflow: hidden;
	}

.project-pic-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
    background: #444444;
	padding-bottom: 123.47%;
	}
	
.project-pic-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.project-pic-container img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.project-item-box a .service-title {
	padding: 30px 15px;
	}

.project-details-container {
	position: relative;
	display: block;
	padding: 100px 0px 40px;
	}

.pdl-box-section {
	position: relative;
	display: block;
	}

.pdl-pic-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
    background: #444444;
    margin-bottom: 30px;
	padding-bottom: 122.95%;
	}
	
.pdl-pic-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.pdl-pic-container img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.pdl-info-box {
	position: relative;
	display: block;
	}

.pdl-info-box ul {
	padding: 0px 0px;
	margin: 0px -15px;
	list-style-type: none;
	}

.pdl-info-box ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px 15px 15px;
	}

.pdl-info-box ul li p {
	margin: 0px 0px;	
	}

.pdl-info-box ul li p strong {
	font-weight: 600;
	}

.pdl-info-box ul li img {
	margin-right: 10px;
	}

.pdlr-info-box {
	position: relative;
	display: block;
	padding-left: 20px;
	}

.pdlr-body-content {
	position: relative;
	display: block;
	padding: 50px 0px 0px;
	}
.pdlr-body-content .pageTitle {	text-align: center;	}
.pdlr-pic-container {
	position: relative;
	display: block;
	text-align: center;
	}

/*--Accordion Group--*/
.accordion { margin-bottom: 80px; } 
.accordion:last-child { margin-bottom: 0px; } 
.accordion-item { background: none; border: none; margin-bottom: 20px; border-radius: 0px !important; } 
.accordion-item:last-child { margin-bottom: 0px; } 
.accordion-header a { padding: 15px 70px 15px 20px; display: block; position: relative; cursor: pointer; font-weight: 700; color: #000000; background:#DFDFDF; border-radius:0px; border: 0px solid transparent; line-height: 1.5; text-transform:uppercase; font-size: 16px; z-index: 1; box-shadow: none; } 
.accordion-header a.collapsed { color:#000000; background:#DFDFDF; border-radius: 0px; border-color:transparent; box-shadow: 6px 12px 50px rgba(0,0,0,0.15); } 
.accordion-header a:hover { color:#ffffff; background:#F57E2A; border-color:transparent; } 
.accordion-header a.collapsed:hover { } 
.accordion-header a::before { position: absolute; top: 0%; /*transform: translateY(0%); */ right:0px; width: 60px; height: 100%; font-family: "Font Awesome 6 Free"; /*font-family: bootstrap-icons !important; */content:"\f077"; font-weight: 900; line-height: 1; text-align: center; display: flex; align-items: center; justify-content: center; color: var(--white); background: var(--secondary); font-size: 18px; border-radius: 0px 10px 10px 0px; /*background: url(../images/minus.svg) no-repeat center center; background-size: 14px 14px; border-radius: 50%; */transition: all 0.2s linear; } 
.accordion-header a.collapsed::before { content:"\f078"; background: var(--primary); color:var(--title); /*background:url(../images/plus.svg) no-repeat center center; background-size: 14px 14px; */ } 
.accordion-header a:hover::before { color: var(--white); background: var(--secondary); /*background:url(../images/minus.svg) no-repeat center center; background-size: 14px 14px; */ } 
.accordion-header a.collapsed:hover::before { /*background:url(../images/plus-white.svg) no-repeat center center; background-size: 14px 14px; */ } 
.accordion-body { padding:50px 40px; border: 0px solid #C7C7C7; background:var(--white); border-radius: 0px 0px 15px 15px; margin-top: -10px; box-shadow: 6px 12px 50px rgba(0,0,0,0.15); position: relative; } 
.accordion-body p { margin-bottom: 20px; } 
.tab-holder.TabsAccordion .accordion-body { padding: 0px; border: 0px solid #dadada; background:none; border-radius: 0px 0px; box-shadow:none; } 
.tab-body { } 
.accordion.accordion-tabs .accordion-body { padding:25px; border: 1px solid #C7C7C7; background: var(--white); border-radius: 0px 0px 20px 20px; margin-top: 0px; } 

/*---*/
.tab-holder { } 
.nav-tabs { align-items: center; border: 0px; margin: 0px 0px; padding:0px 0px; border-bottom: 3px dashed #E1DFDF; } 
.tab-holder.tab-centered .nav-tabs {  } 
.nav-tabs .nav-item { margin: 0px; padding: 0px 15px; display:inline-block; vertical-align:top; } 
.nav-tabs .nav-item:first-child { padding-left: 0px; } 
.nav-tabs .nav-item:last-child { margin-right: 0px; } 
.nav-tabs .nav-link { margin: 0px !important; text-align: center; padding: 0px 0px 15px; letter-spacing: 1.92px; font-size: 16px; color:#DFDFDF; position: relative; font-weight: 600; border:none; display: flex; width: 100%; opacity: 1; border-radius: 0px; } 
.nav-tabs .nav-link img { margin-right: 10px; } 
.nav-tabs .nav-item:first-child .nav-link { } 
.nav-tabs .nav-item:last-child .nav-link { } 
.nav-tabs .nav-link::before { content: ""; position: absolute; left: 50%; bottom: -4px; width: 0px; height: 5px; transition: all 0.2s linear; background: #F57E2A; border-radius: 5px; } 
.nav-tabs .nav-link:hover, .nav-tabs .nav-link.active { color: #F57E2A; opacity: 1; } 
.nav-tabs .nav-link:hover::before,.nav-tabs .nav-link.active::before { width: 100%; left: 0; } 
@media(min-width:1199px){
 .tab-holder.TabsAccordion .collapse { display: block; } 
.tab-holder.TabsAccordion .accordion-header { display: none; } 
.accordion.accordion-tabs .accordion-header { display: block; } 
.accordion.accordion-tabs .collapse { display: none; } 
.accordion.accordion-tabs .collapse.show { display: block; } 
 }
@media(max-width:1199px){
.tab-holder.TabsAccordion .tab-content > .tab-pane { display: block !important; opacity: 1; margin-bottom: 15px; } 
.tab-holder.TabsAccordion .tab-content > .tab-pane:last-child { margin-bottom: 0px; } 
.tab-holder.TabsAccordion .nav-tabs { display: none; } 
.tab-holder.TabsAccordion .accordion-body { padding:20px; margin-top: 0px; border: 1px solid #DFDFDF; } 
 }

/*careers-section*/

.careers-section {
	position: relative;
	display: block;
	padding: 190px 0px;
	background-position: bottom center;
	background-size: cover;
	}

.careers-section>.wide-container>.row>.col-lg-7 {
	padding: 0px 0px 0px 30px;
	}

.career-tl-info {
	position: relative;
	display: block;
	}

.career-tl-tags {
	position: relative;
	display: block;
	}

.career-tl-tags .pageTitle {
	padding: 0px 0px 20px !important;
	}

.career-tl-tags ul {
	display: flex;
	padding: 0px 0px;
	margin: 0px -10px;
	list-style-type: none;
	}

.career-tl-tags ul li {
	padding: 0px 10px;
	margin-bottom: 20px;
	border-right: 1px solid #cccccc;
	}

.career-tl-tags ul li:last-child {
	border: none;
	}

.career-tl-tags ul li h4 {
	line-height: 1;
	color: #444444;
	font-size: 18px;
	font-weight: 600;
	padding: 0px 0px;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	}

.orange-text h4 {
	color: #F57E2A !important;
	}

.download-pdf-btn {
	position: relative;
	display: block;
	}

.download-pdf-btn a {
	color: #F57E2A;
	font-size: 18px;
	font-weight: 600;
	}

.download-pdf-btn a i {
	margin-right: 10px;
	}

.download-pdf-btn a:hover {
	color: #444444;
	}

.career-apply-box {
	position: relative;
	display: block;
	padding: 30px 50px;
	background: #ffffff;
	}

.drop-zone { width:100%; padding:60px 30px; display:flex; color:#BFBFBF; font-size:20px; cursor:pointer; font-weight:500; text-align:center; background:#F5F5F5; border-radius:10px; align-items:center; justify-content:center;border:2px dashed #d1d1d1;}
.drop-zone img { max-height: 26px; margin-right: 10px;}
.drop-zone strong { color:#F57E2A; text-decoration:underline; font-weight:500; }
.drop-zone--over { border-style:solid; }
.drop-zone__input { display:none; }
.drop-zone__thumb { width:100%; overflow:hidden;position: relative;background-image: none !important;}
.drop-zone__thumb::after { content:attr(data-label);position:relative;display:block;width:100%;color:#1A1A1A;font-size:16px;font-weight:300;text-align:center;}
.drop-zone-info { position:relative;display:block;font-size:12px;}
.drop-zone-info p { margin-bottom:5px;}

.career-apply-box .btn-primary {
	margin: 0px 0px;
	min-width: 140px;
	}

.available-job-section {
	position: relative;
	display: block;
	padding: 100px 0px 90px;
	}

.job-slider {
	margin: 0px -15px;
	}

.job-slide {
	padding: 10px 15px;
	}

.available-job-box,
.available-job-box a {
	position: relative;
	display: block;
	font-size: 18px;
	box-shadow: 0px 0px 6px #0000001A;
	}

.available-job-box a {
	color: #555555;
	overflow: hidden;
	padding: 40px 50px;
	}

.available-job-box a h4 {
	font-size: 30px;
	color: #444444;
	font-weight: 600;
	padding: 0px 0px;
	margin: 0px 0px 20px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.available-job-box a:hover h4 {
	color: #F57E2A;
	}

.available-job-content {
	position: relative;
	display: block;
	margin-bottom: 40px;
	}

.job-apply-btn {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	padding: 15px 25px;
	background: #444444;
	vertical-align: top;
	letter-spacing: 2.1px;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.job-apply-btn i {
	margin-left: 10px;
	}

.available-job-box a:hover .job-apply-btn {
	background: #F57E2A;
	}

.job-slider .slick-arrow {
	top: -40px;
	width: 86px;
	height: 42px;
	padding: 0px 0px;
	border-radius: 0px;
	}

.job-slider .slick-prev {
	left: 15px;
	background-image: url(../images/slick-prev.png);
	background-size: 100%;
	}

.job-slider .slick-prev:hover {
	background-image: url(../images/slick-prev-hover.png);
	}

.job-slider .slick-next {
	right: 15px;
	background-image: url(../images/slick-next.png);
	background-repeat: no-repeat;
	background-size: 100%;
	}

.job-slider .slick-next:hover {
	background-image: url(../images/slick-next-hover.png);
	}

/*Subcontractor*/

.subcontractor-section {
	position: relative;
	display: block;
	padding: 100px 0px 90px;
	background-position: bottom center;
	background-repeat: no-repeat;
	}

.subcontractor-section .container {
	max-width: 1000px;
	}

.subTitleHeading {
	position: relative;
	display: block;
	color: #555555;
	font-size: 20px;
	}

.subcontractor-section .subTitleHeading {
	padding: 0px 60px 40px;
	}

/*E-Shop*/

.filter-box {
	position: relative;
	display: block;
	margin-bottom: 20px;
	}

.filter-box-bottom {
	margin: 0px 0px;
	}

/* Filter Select */

.filter-select-box {
	position: relative;
	color: #444444;
    padding: 0px;
	font-size: 16px;
    font-weight: 400;
	vertical-align: top;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	}

.filter-select-box strong,
.filter-select-box b,
.filter-select-text strong,
.filter-select-text b {
    color: #B49146;
    font-weight: 400;
	}

.filter-select-box form {
	margin: 0px 0px !important;
	}

.filter-select-text {
	position: relative;
	line-height: 30px;
	font-size: 20px;
	color: #444444;
    font-weight: 500;
	vertical-align: top;
	display: inline-block;
	letter-spacing: -0.6px;
	margin: 7px 25px 7px 0px;
	}

.filter-select-text span {
	position: relative;
	color: #444444;
	}

.text-dark {
    color: #000000 !important;
    }

.filter-select-box .NiceSelect {
	vertical-align: top;
	display: inline-block;
    }

.filter-select-box.sorting {
	padding-left: 20px;
    }

.filter-select-box .nice-select,
.filter-select-box .nice-select .list {
    color: #444444;
	font-size: 20px;
    font-weight: 400;
    }

.filter-select-box .nice-select {
    height: 44px;
    border-radius: 0px;
    border-color: #C8C8C8;
    background: transparent;
    padding: 8px 40px 8px 20px;
    }

.filter-select-box .nice-select:after,
.filter-select-box .nice-select.open:after,
.filter-select-box .nice-select:hover:after,
.filter-select-box .nice-select .list:hover .option:not(:hover) {
	font-size: 16px;
	color: #444444;
    }

.filter-select-box .nice-selected .nice-select .current {
	color: #444444;
	}

/*Product Listing*/

.product-row-box {
	position: relative;
	display: block;
	}

.product-row-box>.row>.col-lg-10 {
	width: 78%;
	}

.product-row-box>.row>.col-lg-2 {
	width: 22%;
	}

/* Products Container */

.products-container {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px auto;
	padding: 140px 0px 60px;
	}

/* Products Listing */
	
.csm-products-listing,
.woocommerce .products ul,
.woocommerce ul.products {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	list-style-type: none;
	margin: 0px -12px;
	}
	
.csm-product-item,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	position: relative;
	display: flex;
	float: left;
	width: 33.3333%;
	font-size: 16px;
	line-height: 1.6;
	align-self: stretch;
	margin: 0px 0px 40px;
	padding: 0px 12px 0px;
	}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	margin: 0px !important;
	padding: 15px !important;
    width: 33.3333% !important;
    }

.csm-product-item-inner {
	position: relative;
	display: block;
    padding: 0px;
	width: 100%;
	height: 100%;
	color: #333333;
    overflow: hidden;
    border-radius: 0px;
    box-shadow: 0px 0px 6px #0000001A;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

/*.csm-product-item-inner:hover > a,
.csm-product-item-inner > a:hover {
	}*/

/*.csm-product-item-inner.OOS a {
    pointer-events: none !important;
    }*/

.csm-product-photo-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-bottom: 76.76%;
	}

.csm-product-photo-container > a,
.csm-product-photo-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.csm-product-photo-container figure img {
    position: relative !important;
    margin: auto !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	-o-object-fit: cover !important;
	object-fit: cover !important;
	-o-object-position: center !important;
	object-position: center !important;
	}

.csm-product-photo-container figure::after {
	position: absolute;
	display: block;
	content: '';
	opacity: 0;
	left: 0px;
	top: 0px;
	z-index: 2;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0px auto;
	background: rgba(0, 0, 0, 0.92);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.csm-product-item-inner:hover .csm-product-photo-container figure::after {
	opacity: 1;
	}

.csm-product-mask-container {
	position: absolute;
	display: block;
    top: 250%;
	left: 50%;
	z-index: 3;
	overflow: hidden;
	margin: 0px auto;
	min-width: 220px;
    transform: translate(-50%,-50%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}
	
.csm-product-item-inner:hover .csm-product-mask-container {
    top: 50%;
	}

.product-btns-group,
.outOfStock {
	position: relative;
	display: block;
	padding: 0px;
	color: #ffffff;
    min-width: 180px;
    margin: 0px auto;
	text-align: center;
	}

.outOfStock {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    }

.add-to-cart-btn {
    position: relative;
    display: block;
    z-index: 7;
    margin: 0px auto;
    }

.add-to-cart-btn a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 19px;
    font-weight: 500;
    margin: 0px auto;
    line-height: 20px;
    padding: 17px 15px;
    text-align: center;
    background: #F57E2A;
    letter-spacing: 2px;
    text-transform: uppercase;
    }

.product-btns-group .add-to-cart-btn > a img,
.add-to-cart-btn > a img {
    max-height: 20px;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    display: inline-block !important;
    margin-right: 10px !important;
    margin-top: -3px !important;
	}

.woocommerce a.added_to_cart {
    display: block;
    }
    
.product-btns-group .add-to-cart-btn > a {
    text-align: left !important;
	}

.csm-product-description-box,
.csm-product-description-box > a,
.csm-product-short-description {
    position: relative;
    display: block;
    width: 100%;
	padding: 0px;
	overflow: hidden;
    margin: 0px auto;
	}


.csm-product-description-box > a {
    height: 100%;
	padding: 25px 15px;
    text-align: center;
	}

.csm-product-short-description {
	padding: 0px 0px 20px;
	}

.csm-product-short-description p {
    margin: 0px auto 5px !important;
	}

.csm-product-name,
.csm-product-price-box,
.csm-product-star-rattings {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
    color:#333333;
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 0px;
    letter-spacing: 3px;
	}

.csm-product-name {
	}

.csm-product-star-rattings,
.woocommerce ul.products li.product .star-rating {
    color: #ebd400;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px;
	}

.woocommerce .products .star-rating {
    margin: 0px auto !important;
    display: inline-block !important;
    }

.csm-product-star-rattings .fa,
.csm-product-star-rattings .fas,
.csm-product-star-rattings .far,
.reviewRatings .fa,
.reviewRatings .fas,
.reviewRatings .far,
.star-ratings .fa,
.star-ratings .fas,
.star-ratings .far {
    margin-right: 2px;
	}

.reviewRatings span.totalReviews {
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
    color: #ebd400 !important;
    }

.reviewRatings .fa,
.reviewRatings .fas,
.reviewRatings .far {
    color: #ebd400 !important;
    }

.csm-product-star-rattings,
.woocommerce .star-rating:before,
.wc-layered-nav-rating a,
.comment-form-rating .stars a {
    color: #ebd400 !important;
    }

.wc-layered-nav-rating a:hover,
.comment-form-rating .stars a:hover {
    color: #ebd400 !important;
    }

.csm-product-details-box .star-rating,
.reviewRatings .star-rating {
    float: none !important;
    }

.csm-product-price-box {
    display: flex;
    padding: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    flex-flow: row wrap;
    align-items: flex-end;
    justify-content: center;
    letter-spacing: normal;
	}
 
.csm-product-price-box,
.csm-product-price-box bdi,
.csm-product-price-box ins bdi {
    position: relative;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    }

.csm-product-price-box ins bdi {
    color: #ffffff;
    }

.price>del, .csm-product-price-box del bdi {
    color: rgba(256, 256, 256, 0.48);
    font-weight: 400;
    font-size: 16px !important;
    text-decoration: line-through;
    }

.csm-product-price-box .price {
    display: flex !important;
    line-height: 1;
    flex-flow: row;
    align-items: center;
    align-items: flex-start;
    justify-content: flex-start;
    }

.csm-product-price-box del {
    opacity: 1 !important;
    }

.price>ins {
    order: 1;
    margin-right: 10px;
    text-decoration: none;
    }

.price>del {
    order: 2;
    }

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
    color: inherit !important;
    font-size: inherit !important;
    margin-bottom: 0px !important;
    font-weight: inherit !important;
    }
	
.csm-product-item .csm-product-price-box, .csm-product-item .csm-product-price-box bdi, .csm-product-item .csm-product-price-box ins bdi {
	color: #444;
	font-size: 22px;
	font-weight: 500;
	}

.csm-product-item p {
	margin: 15px auto 0px;
	}

.csm-product-stock-wrapper {
	position: absolute;
    display: flex;
    z-index: 11;
	top: 0px;
    left: 0px;
	}

.csm-product-stock {
	position: relative;
    display: flex;
	min-width: 56px;
	font-size: 11px;
    font-weight: 400;
	overflow: hidden;
    padding: 6px 15px;
    line-height: 18px;
	text-align: center;
    flex-flow: column;
    background: #267b0d;
    align-items: center;
    letter-spacing: 1.30px;
    margin: 0px 5px 5px 0px;
    border-radius: 0px 0px;
	color: #ffffff !important;
	text-transform: uppercase;
	}

.csm-product-stock span {
	position: relative;
    display: block;
	}

.csm-product-stock.sale {
    background: #BF0101;
	}

.csm-product-stock.out-of-stock {
    background: #808080;
	}

.csm-product-stock.best-seller {
	}

.addToWishlist-icon {
    position: absolute;
    display: block;
    right: 0px;
    bottom: 25px;
    z-index: 7;
    font-size: 20px;
    text-align: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    }

.addToWishlist-icon > a {
    position: relative;
    display: block;
    color: #656565;
    text-align: center;
    }

.addToWishlist-icon > a i {
    }

.addToWishlist-icon > a:hover .fa,
.addToWishlist-icon > a:hover .far,
.addToWishlist-icon > a:hover .fas {
    color: #FF0000;
    font-weight: 700;
    }

.csm-products-slider .addToWishlist-icon a span,
.csm-product-item .addToWishlist-icon a span {
    display: none !important;
    }

/* Product Btns Group */

.csm-product-btns-group {
	position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
	display: block;
    font-size: 16px;
    margin: 0px auto;
    font-weight: 400;
    max-width: 160px;
    text-align: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}
	
.csm-product-btns-group a {
	position: relative;
	color: #ffffff;
    min-width: 100%;
    font-weight: 400;
	overflow: hidden;
	margin: 0px auto;
	line-height: 20px;
	border-radius: 5px;
	padding: 14px 32px;
	white-space: nowrap;
	background: #ffad0b;
	vertical-align: top;
	display: inline-block;
    text-transform: none;
    border: 1px solid #ffad0b;
	text-decoration: none !important;
	}

.csm-product-item-inner:hover .csm-product-btns-group a,
.csm-product-item-inner:focus .csm-product-btns-group a,
.csm-product-btns-group a:hover,
.csm-product-btns-group a:focus {
	color: #ffffff;
	background: #000000;
    border-color: #000000;
	}

/*.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price ins {
    display: block !important;
    }*/

.csm-product-item-inner.OOS .csm-product-btns-group a {
    color: #ffffff;
    background: #9a9a9a;
    border-color: #9a9a9a;
    }

.csm-product-item-inner.OOS:hover .csm-product-btns-group a,
.csm-product-item-inner.OOS:focus .csm-product-btns-group a {
    opacity: 0.5;
	color: #ffffff;
    background: #000000;
    }

/*.added_to_cart.wc-forward {
    display: none !important;
    }*/

.added.add_to_cart_button {
    display: none !important;
    }

.csm-product-item-inner.OOS .csm-product-price-box,
.csm-product-item-inner.OOS .csm-product-price-box bdi,
.csm-product-item-inner.OOS .csm-product-price-box ins bdi {
	color: #adadad;
	}
	
.product-details-section {
	position: relative;
	display: block;
	padding: 50px 0px 100px;
	}

.product-details-section .site-link {
	margin-bottom: 40px;
	}

/* Product Slider Box */

.csm-products-slider {
	position: relative;
	display: block;
	padding: 0px 0px;
	margin: 15px -15px 0px;
	}
	
/* CSM Products Slider */
	
.csm-products-slider .csm-product-item,
.csm-products-slider .csm-product-item-inner {
    display: block;
	}

.csm-products-slider .csm-product-item {
    padding: 15px;
    margin: 0px auto;
    }

/* Product Gallery Container */
	
.csm-productGalleryContainer {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0px auto;
	}
	
.csm-productGalleryBox {
	position: relative;
	overflow: hidden;
	display: block;
    padding-bottom: 1px;
	}
	
.csm-productSlideItem {
	position: relative;
	display: block;
	width: 100%;
	}
	
.csm-productImageItem {
	position: relative;
	display: block;
	height: 0px;
	width: 100%;
	overflow: hidden;
	margin: 0px auto;
	padding-bottom: 75.27%;
	}

.csm-productSlideItem a {
    position: absolute;
    display: block;
    padding: 20px;
    opacity: 0;
    top: 0px;
    z-index: 1;
    right: 0px;
    width: 100%;
    height: 100%;
    color: #000000;
    font-size: 20px;
    text-align: right;
    transition: all 0.2s linear;
    }
	
.csm-productImageItem figure {
	position: absolute;
	overflow: hidden;
	top: 0px;
    left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0px;
    display: block;
    text-align: center;
	margin: 0px auto !important;
	}
	
.csm-productImageItem figure img {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
    margin: 0px auto !important;
	max-height: none !important;
	-o-object-fit: cover !important;
	object-fit: cover !important;
	-o-object-position: center !important;
	object-position: center !important;
	}
	
.thumbSliderBox {
	position: relative;
	display: block;
	width: 100%;
	padding: 10px 15px 0px;
	}

.thumbSliderBox .slick-slide > div {
	position: relative;
	display: block;
	padding: 0px;
    margin: 0px;
    font-size: 0px;
	}

.thumbSlideItem {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	text-align: center;
	margin: 0px 0px 0px;
	}
	
.csm-productThumbItem {
	position: relative;
	display: block;
	height: 0px;
	width: 100%;
	opacity: 0.4;
	cursor: pointer;
    overflow: hidden;
	margin: 0px auto;
	background: #000000;
	padding-bottom: 75.27%;
	}

.slick-current .csm-productThumbItem {
    opacity: 1;
	}
	
.csm-productThumbItem figure {
	position: absolute;
	padding: 0px;
	top: 0px;
    left: 0px;
	right: 0px;
	bottom: 0px;
    display: block;
    overflow: hidden;
    text-align: center;
	margin: 0px auto !important;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}
	
.csm-productThumbItem figure img {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	margin: 0px auto !important;
	-o-object-fit: cover !important;
	object-fit: cover !important;
	-o-object-position: center !important;
	object-position: center !important;
	}
	
.csm-productThumbSlider .slick-prev,
.csm-productThumbSlider .slick-next {
	width: 35px;
	height: 35px;
	color: #FFFFFF;
	font-size: 14px;
	padding: 0px 0px;
	border-radius: 0px;
	background: rgba(0, 0, 0, 0.4);
	}

.csm-productThumbSlider .slick-prev {
	left: -7px;
	}

.csm-productThumbSlider .slick-next {
	right: -7px;
	}

.csm-productThumbSlider .slick-prev:hover,
.csm-productThumbSlider .slick-next:hover {
	background: rgba(0, 0, 0, 1);
	}

/*.csm-productThumbSlider .slick-disabled {
	display: none !important;
	}*/

/* Product Details Box */

.product-review-section {
	position: relative;
	display: block;
	}

.csm-product-details-box {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px auto;
    padding: 0px 0px 0px 25px;
	}

.csm-product-details-box .csm-product-stock-wrapper {
    position: relative;
    left: auto;
    top: auto;
    margin: 0px auto 5px;
    }

.csm-product-details-box .pageTitle {
    padding-bottom: 25px;
    }

.csm-product-details-box .csm-product-price-box {
    min-height: inherit;
    }

.csm-product-details-box .csm-product-price-box .price {
    flex-flow: row wrap;
    }

.csm-product-details-box .csm-product-price-box,
.csm-product-details-box .csm-product-price-box bdi,
.csm-product-details-box .csm-product-price-box ins bdi {
	font-size: 30px !important;
	color: #444444;
    text-align: left;
    font-weight: 500;
	}

.csm-product-details-box .csm-product-price-box del bdi {
	font-size: 25px !important;
    color: #cccccc;
    text-align: left;
    font-weight: 400;
	}

.csm-product-details-box .csm-product-star-rattings {
    margin-bottom: 20px;
    }

.block-title,
.csm-product-availability,
.csm-product-instock,
.quantity-title {
	position: relative;
	display: block;
	color: #444444;
	font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.32px;
    padding: 0px 20px 0px 0px;
	}

.csm-product-instock,
.csm-product-availability b,
.csm-product-availability strong {
	color: #000000;
    font-weight: 700;
	}

.csm-product-btns-container .addToCartBtn a,
.csm-product-btns-container .addToWishlistBtn a,
.csm-product-btns-container .viewProductBtn a,
.csm-product-btns-container .addToCartBtn button,
.csm-product-btns-container .addToWishlistBtn button {
    }

/* Add To Cart Button */

.addToCartBtn {
	position: relative;
	z-index: 1;
    padding: 0px;
	display: block;
	font-size: 18px;
	font-weight: 500;
	margin: 0px auto 0px;
	text-transform: uppercase;
	}

.addToCartBtn a,
.addToCartBtn button {
	position: relative;
	text-align: center;
	color: #ffffff;
    font-weight: 500;
	line-height: 26px;
	padding: 14px 25px;
    border-radius: 0px;
	vertical-align: top;
    background: #F57E2A;
    letter-spacing: 1.92px;
	border: 1px solid #F57E2A;
	display: inline-block !important;
	text-decoration: none !important;
	}

.addToCartBtn a img {
	margin-top: -2px;
	margin-right: 10px;
	}
	
.addToCartBtn a:hover,
.addToCartBtn button:hover {
	color: #ffffff;
    background: #444444;
	border-color: #444444;
	}

/* Add To Wishlist And View Product Button */

.csm-product-details-box .yith-wcwl-add-to-wishlist {
    margin-top: 0px !important;
    }

.addToWishlistBtn,
.viewProductBtn {
	position: relative;
	z-index: 1;
    padding: 0px;
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin: 0px auto 0px;
    letter-spacing: 0.32px;
	text-transform: uppercase;
	}

.addToWishlistBtn a,
.viewProductBtn a {	
	position: relative;
	color: #ffffff;
	margin: 0px auto;
	line-height: 20px;
	border-radius: 9px;
	text-align: center;
	white-space: nowrap;
	vertical-align: top;
	background: #1f1f1f;
	display: inline-block;
	padding: 14px 30px 14px;
    border: 1px solid #1f1f1f;
	text-decoration: none !important;
	}

.addToWishlistBtn a {
    min-width: inherit;
    width: 50px;
    height: 50px;
	border-radius: 100%;
    padding: 15px 10px !important;
	}

.addToWishlistBtn .fa {
    vertical-align: middle;
	}

.addToWishlistBtn a:hover,
.addToWishlistBtn a:focus,
.viewProductBtn a:hover,
.viewProductBtn a:focus {
	color: #ffffff;
	background: #ffad0b;
    border-color: #ffad0b;
	}

.addToWishlistBtn button, 
.woocommerce .addToWishlistBtn a.button.add_to_wishlist, 
.woocommerce .addToWishlistBtn a.delete_item.button.alt {
    position: relative !important;
    white-space: nowrap;
    margin: 0px auto 0px;
    z-index: 1 !important;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    border-radius: 9px !important;
    text-align: center !important;
    vertical-align: top !important;
    background: #1f1f1f !important;
    display: inline-block !important;
	padding: 14px 30px 14px !important;
    border: 1px solid #1f1f1f !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.addToWishlistBtn button, 
.woocommerce .addToWishlistBtn a {
    min-width: inherit;
    width: 50px;
    height: 50px;
    padding: 15px 10px !important;
    border-radius: 100% !important;
	}

.addToWishlistBtn button .fa,
.addToWishlistBtn button .far,
.addToWishlistBtn button .fas,
.woocommerce .addToWishlistBtn a .fa,
.woocommerce .addToWishlistBtn a .far,
.woocommerce .addToWishlistBtn a .fas {
    margin: 0px auto !important;
	}

.addToWishlistBtn button:hover,
.addToWishlistBtn button:focus, 
.woocommerce .addToWishlistBtn a:hover,
.woocommerce .addToWishlistBtn a:focus,
.woocommerce .addToWishlistBtn a.button.add_to_wishlist:hover, 
.woocommerce .addToWishlistBtn a.button.add_to_wishlist:focus,
.woocommerce .addToWishlistBtn a.button.delete_item:hover, 
.woocommerce .addToWishlistBtn a.button.delete_item:focus {
    color: #ffffff !important;
	background: #ffad0b !important;
    border-color: #ffad0b !important;
	}

.csm-product-quantity-container .addToCartBtn a,
.csm-product-quantity-container .addToWishlistBtn a,
.csm-product-quantity-container .viewProductBtn a,
.csm-product-quantity-container .addToCartBtn button,
.csm-product-quantity-container .addToWishlistBtn button {
    display: block;
    }

/* Product Sharing */
	
ul.csm-product-share {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
    align-items: center;
	margin: 0px -8px 0px;
	list-style-type: none;
	}
	
ul.csm-product-share li {
	position: relative;
	font-size: 17px;
	padding: 0px;
	margin: 0px 8px 15px;
	color: #171717;
    font-weight: 700;
	line-height: 24px;
	vertical-align: top;
	display: inline-block;
    letter-spacing: 0.32px;
	}

ul.csm-product-share li a {
	position: relative;
	display: block;
    padding: 1px;
	color: #333333;
    overflow: hidden;
    line-height: 24px;
    text-align: center;
	}
	
ul.csm-product-share li a:hover {
    opacity: 1;
	color: #F57E2A;
	}

/* Product Info Container */

.product-bottom-section {
    position: relative;
	display: block;
    width: 100%;
	margin: 0px auto;
	padding: 130px 0px;
	}

/* Pagination */

.pagination-row {
    justify-content: center;
    }
	
/* Pagination */

.pagination, .page-item .page-link {
	border-radius: 40px !important;
	}
	
.page-item:first-child .page-link {
	}
	
.page-item:last-child .page-link {
	}

.pagination {
    flex-wrap: wrap;
    margin: 0px -1px;
    }
	
.page-item {
    font-weight: 400;
	margin: 4px 3px;
	font-size: 20px;
	}
	
.page-link {
	position: relative;
	display: block;
	color: #444444;
	width: 40px;
	height: 40px;
	padding: 0px;
    border: none;
    font-weight: 500;
	margin: 0px auto;
	line-height: 40px;
	text-align: center;
    border-radius: 40px;
	background: transparent;
	}

.page-item.page-prev .page-link,
.page-item.page-next .page-link {
    color: #444444;
    background: transparent;
	}
	
.page-item.disabled .page-link {
	opacity: 0.1;
	}
	
.page-link:hover,
.page-link:focus,
.page-item.active .page-link {
	color: #ffffff;
    background: #F57E2A;
    border-color: #F57E2A;
	text-decoration: none !important;
	}
	
.page-item.page-prev .page-link:hover,
.page-item.page-prev .page-link:focus,
.page-item.page-prev.active .page-link,
.page-item.page-next .page-link:hover,
.page-item.page-next .page-link:focus,
.page-item.page-next.active .page-link {
	color: #ffffff;
    background: #F57E2A;
    border-color: #F57E2A;
	}

.accordion-btn-wrap {
	width: auto !important;
	}

/* Accordion Button */
.sideNav ul li.has-subnav .accordion-btn {
    font-size: 14px;
	color: #B49146;
	height: 22px !important;
	line-height: 22px !important;
	}

/* Accordion Button */
.sideNav ul li.has-subnav.selected .accordion-btn {
    color: #B49146;
	}
	
.sideNav .accordion-btn-wrap.accordion-active .accordion-btn {
	color: #B49146;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.btn-control {
	position: relative;
	display: none;
	font-size: 25px;
	text-align: left;
    font-weight: 600;
	line-height: 30px;
    background: #ffad0b;
    letter-spacing: 0px;
	margin: 0px auto 0px;
	color: #ffffff !important;
    text-transform: capitalize;
	padding: 10px 55px 10px 25px;
    border-radius: 14px 14px 0px 0px;
	}

.btn-control.open {
    border-radius: 14px;
	}

.btn-control:before {
	font-family: "Font Awesome 6 Free";
	position: absolute;
	content: "\f107";
	top: 50%;
	right: 20px;
	font-size: 16px;
    font-weight: 900;
    line-height: 30px;
    transform: translateY(-50%);
	}

.btn-control.open:before {
	content: "\f105";
	}

@media (min-width: 992px) {
	.hide-sm-screen { display: block !important; }
    }

@media (max-width: 991.98px) {
	.hide-sm-screen { display: none; }
	.btn-control { display: block; }
    .accordion-btn-wrap + .accordion-btn-wrap { display: none !important; }
    }

.treeview,
.treeview ul,
.awf-filters-container,
.awf-filters-container ul {
    position: relative;
    display: block;
	margin: 0;
	color: #ffffff;
	font-size: 16px;
	list-style: none;
    line-height: 24px;
	}

.treeview,
.awf-filters-container ul {
	padding: 25px !important;
	}

.treeview.innertreeview {
	}

.treeview ul,
.awf-filters-container ul ul {
	display: none;
    padding-left: 28px;
	text-transform: capitalize;
	}

.treeview ul>li:last-child,
.awf-filters-container ul ul>li:last-child {
    margin-bottom: 0px !important;
	}

.treeview li.open > ul,
.awf-filters-container li.open > ul {
	display: block;
	}

.treeview li,
.yith-woocommerce-ajax-product-filter.with-checkbox ul li.has-subnav ul li,
.yith-woocommerce-ajax-product-filter ul li,
.awf-filters-container li {
	position: relative;
	display: block;
	padding: 0px;
    border: none !important;
	line-height: 24px !important;
	margin: 0px auto 15px !important;
	}

.treeview li:last-child,
.yith-woocommerce-ajax-product-filter.with-checkbox ul li.has-subnav ul li:last-child,
.yith-woocommerce-ajax-product-filter ul li:last-child,
.awf-filters-container li:last-child {
	margin-bottom: 0px !important;
	}

.collapseContainer .treeview li {
    padding-left: 15px !important;
	}

.treeview li label,
.awf-filters-container li label {
	position: relative;
	margin-bottom: 0;
	display: block;
    cursor: pointer;
	font-weight: normal;
	text-transform: capitalize;
	padding-left: 28px !important;
	}
	
.treeview li>label.custom-checked,
.awf-filter-container input[type="checkbox"] + label,
.awf-filter-container input[type="radio"] + label {
	}

.yith-woocommerce-ajax-product-filter.with-checkbox ul li.has-subnav ul li a,
.yith-woocommerce-ajax-product-filter ul li a {
    position: relative;
    color: #ffffff;
    display: block;
    padding: 0px 0px 0px 30px !important;
	}

.treeview li>label:before,
.treeview li>label:after,
.awf-filters-container li>label:before,
.awf-filters-container li>label:after,
.awf-filters-1-1-container.awf-style-icons label:before,
.awf-filters-1-2-container.awf-style-icons label:before,
.awf-filters-1-3-container.awf-style-icons label:before,
.awf-filters-1-1-container.awf-style-icons label:after,
.awf-filters-1-2-container.awf-style-icons label:after,
.awf-filters-1-3-container.awf-style-icons label:after {
	font-family: 'Font Awesome 6 Free';
	position: absolute;
	font-size: 12px;
	content: "";
	top: 1px;
	left: 0px;
	width: 20px;
	height: 20px;
	color: #ffffff;
    margin: 0px auto;
	overflow: hidden;
	font-weight: 900;
	line-height: 12px;
	border-radius: 5px;
	text-align: center;
	background: #1f1f1f;
	border: 2px solid #8f8f8f;
	}

.treeview li>label:after,
.awf-filters-container li>label:after,
.awf-filters-1-1-container.awf-style-icons label:after,
.awf-filters-1-2-container.awf-style-icons label:after,
.awf-filters-1-3-container.awf-style-icons label:after {
	position: absolute;
	font-size: 10px;
	top: 4px;
	left: 4px;
	width: 12px;
	height: 12px;
	line-height: 12px;
	border-radius: 2px;
	color: transparent;
	background: transparent;
	border-color: transparent;
	}

.treeview li>label.custom-checked:before,
.awf-filters-container li>label.custom-checked:before,
.awf-filters-1-1-container.awf-style-icons .awf-filter-container:not(.awf-hover-off) label:hover:before,
.awf-filters-1-2-container.awf-style-icons .awf-filter-container:not(.awf-hover-off) label:hover:before,
.awf-filters-1-3-container.awf-style-icons .awf-filter-container:not(.awf-hover-off) label:hover:before,
.awf-filter-container.awf-active>label:before,
.awf-filters-1-1-container.awf-style-icons .awf-active label:before,
.awf-filters-1-2-container.awf-style-icons .awf-active label:before,
.awf-filters-1-3-container.awf-style-icons .awf-active label:before {
	color: #ffad0b;
    background: #1f1f1f;
    border-color: #ffad0b;
	content: "" !important;
	}

.treeview li>label.custom-checked:after,
.awf-filters-container li>label.custom-checked:after,
.awf-filters-1-1-container.awf-style-icons .awf-filter-container:not(.awf-hover-off) label:hover:after,
.awf-filters-1-2-container.awf-style-icons .awf-filter-container:not(.awf-hover-off) label:hover:after,
.awf-filters-1-3-container.awf-style-icons .awf-filter-container:not(.awf-hover-off) label:hover:after,
.awf-filter-container.awf-active>label:after,
.awf-filters-1-1-container.awf-style-icons .awf-active label:after,
.awf-filters-1-2-container.awf-style-icons .awf-active label:after,
.awf-filters-1-3-container.awf-style-icons .awf-active label:after {
	color: #ffad0b;
    background: transparent;
    border-color: transparent;
    content: '\f00c' !important;
	}

.treeview li > label.custom-checked,
.awf-filters-container li>label.custom-checked,
.awf-filter-container.awf-active>label,
.awf-filters-1-1-container.awf-style-icons .awf-active label,
.awf-filters-1-2-container.awf-style-icons .awf-active label,
.awf-filters-1-3-container.awf-style-icons .awf-active label {
	color: #ffad0b;
	}

.treeview li input,
.awf-filters-container li input {
	position: absolute;
	left: 15px;
	top: 5px;
	margin: 0px auto;
	}

.treeview li>input,
.awf-filters-container li input {
	display: none;
	}

.treeview li li label,
.awf-filters-container li li label {
	font-weight: normal;
	text-transform: capitalize;
	}

.treeview li .sh-sub,
.awf-filters-container li .sh-sub {
	font-family: 'Font Awesome 6 Free';
	position: absolute;
	cursor: pointer;
	padding: 5px;
	top: 0px;
	right: -5px;
	color: #ffad0b;
	font-size: 16px;
	font-weight: 900;
	}

.treeview li .sh-sub:hover,
.awf-filters-container li .sh-sub:hover {
	color: #ffad0b;
	}

.treeview li li .sh-sub,
.awf-filters-container li li .sh-sub {
	right: -2px;
	}

.sidebar .btn,
.rightbar .btn {
    width: auto;
    margin: 0px auto;
	}

.reset-btn {
    margin: 0px !important;
    }

.reset-btn img {
    position: relative;
    max-width: 18px;
    max-height: 18px;
    }

.range-slider {
    position: relative;
	display: block;
    width: 100%;
	padding: 25px;
    /*overflow: hidden;*/
	margin: 0px auto 0px;
    }

.awf-filters-container .awf-filter-container.awf-range-slider-container,
.awf-filters-container .awf-taxonomy-range-slider-container {
    margin: 55px 10px 15px 6px;
    }

.noUi-target {
    background: #dddddd;
    border-radius: 3px;
    border: none;
    color: #ffffff;
    box-shadow: none;
    }

.awf-range-slider-container .noUi-value,
.awf-taxonomy-range-slider-container .noUi-value {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    }

.bapf_slidr_main.ui-widget-content,
.berocket_filter_price_slider.ui-widget-content,
.noUi-connect {
    background: #10631e;
    }

.noUi-horizontal {
    height: 3px;
    }

.noUi-pips-horizontal {
    padding: 0px;
    }

.bapf_slidr_main.ui-widget-content .ui-slider-handle,
.berocket_filter_price_slider.ui-widget-content .ui-slider-handle,
.slide.default .bapf_slidr_main .ui-state-default,
.slide.default .bapf_slidr_main .ui-widget-header .ui-state-default,
.slide.default .bapf_slidr_main.ui-widget-content .ui-state-default,
.slide.default .berocket_filter_price_slider .ui-state-default,
.slide.default .berocket_filter_price_slider .ui-widget-header .ui-state-default,
.slide.default .berocket_filter_price_slider.ui-widget-content .ui-state-default,
.noUi-horizontal .noUi-handle {
    right: -8px;
    top: -6px;
    width: 14px;
    height: 14px;
    box-shadow: none;
    border-radius: 100%;
    background: #10631e;
    border: 2px solid #10631e;
    }

.noUi-horizontal .noUi-handle.noUi-handle-lower {
    background: #10631e;
    }

.noUi-marker-horizontal.noUi-marker-large {
    display: none;
    }

.price-range-block .accordion-header-only {
    padding-bottom: 10px !important;
    }

.bapf_slidr_main.ui-widget-content .ui-slider-range,
.berocket_filter_price_slider.ui-widget-content .ui-slider-range {
    background: #10631e;
    }

.noUi-tooltip {
    border: none;
    padding: 5px;
    color: #545454;
    border-radius: 0px;
    background: transparent;
    }

/* Content Area */

.contentArea {
	position: relative;
	display: block;
	margin: 0px auto;
	padding: 0px 0px;
	}

/* Site map */

.site-map {
	position:relative;
	display:block;
	font-size: 14px;
	max-width:500px;
	margin:30px auto;
	padding:25px 40px;
	border-radius:0px;
	border:1px solid #000000;
	}

.site-map-logo {
	position: relative;
	top: auto;
	left: auto;
	float: none;
	height: 100% !important;
	text-align: center;
	margin: 30px auto 0px;
	-moz-transform: none;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	}

.site-map-logo img {
	max-height: 40px;
	margin: 0px auto;
	}

.site-map ol {
	padding: 0px 0px;
	margin: 0px 0px;
	font-weight: 500;
	}

.site-map ol li {
	padding: 4px 0px;
	}

.site-map ol li a {
	color: #000000;
	text-transform: uppercase;
	}

.site-map ol li a:hover {
	color: #F57E2A;
	}

.fixcontact-btn {
	position: fixed;
	top: 50%;
	right: -60px;
	z-index: 91;
	transform: rotate(-90deg);
	}

.fixcontact-btn a {
	position: relative;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 600;
	padding: 10px 20px;
	background: #F57E2A;
	letter-spacing: 1.1px;
	display: inline-block;
	}

.fixcontact-btn a:hover {
	background: #444444;
	}

/* Content Style */

.inner-banner {
	position: relative;
	width: 100%;
    padding: 0px;
	display: block;
	margin: 0px auto 0px;
	}

.inner-banner figure {
	position: relative;
	display: block;
	width: 100%;
    padding: 0px;
	overflow: hidden;
	margin: 0px auto;
	}

.inner-banner figure img {
    position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.inner_banner_caption {
	position: absolute;
	z-index: 7;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0px auto;
	padding: 0px 0px 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
    }

.inner_banner_caption .captionWrapper {
    position: relative;
	display: table;
	height: 100%;
	width: 100%;
	max-width: 100%;
	margin: 0px auto;
	padding: 0px 60px;
	}
	
.inner_banner_caption .captionContainer {
    position: relative;
	padding: 0px;
	display: table-cell;
	vertical-align: bottom;
	}
	
.inner_banner_caption .captionContainerInner {
	position: relative;
	display: block;
	margin: 0px;
	width: 100%;
	padding: 0px 0px 130px;
	}

.inner_banner_caption .captionContainer .innerBannerHeading1 {
	font-size: 75px;
	color: #F1F1F1;
	line-height: 1;
	font-weight: 600;
	padding-bottom: 0px;
	text-transform: none;
	}

.inner_banner_caption .captionContainerInner p {
	}
	
.breadcrumb-container {
	position: relative;
	display: block;
	width: 100%;
	background: #E6E6E6;
	padding: 20px 0px;
	}
	
.breadcrumb-container .container {
	max-width: 100%;
	padding: 0px 60px;
	}

.breadcrumb-container ul {
	position: relative;
	display: block;
	color: #444444;
	font-size: 0px;
	font-weight: 700;
	margin: 0px auto;
	padding: 0px 0px;
	text-transform: none;
	list-style-type: none;
	}

.nobanner .breadcrumb-container ul {
	}
	
.breadcrumb-container ul li {
	position: relative;
	line-height: 24px;
	font-size: 18px;
	display: inline-block;
	vertical-align: bottom;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	}

.breadcrumb-container ul li:last-child {
	}

.breadcrumb-container ul li a {
	position: relative;
	color: #444444;
	display: block;
	font-weight: 500;
	overflow: hidden;
	line-height: 24px;
	margin: 0px 3px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.nobanner .breadcrumb-container ul li a,
.nobanner .breadcrumb-container ul li a:after {
	}

.breadcrumb-container ul li a:after {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 18px;
	color: #444444;
	content: '\f105';
	display: inline-block;
	margin: 0px 10px 0px 13px;
	vertical-align: baseline;
	}
	
.breadcrumb-container ul li a:hover,
.breadcrumb-container ul li.selected a {
	color: #000000;
	}

.nobanner .breadcrumb-container ul li a:hover,
.nobanner .breadcrumb-container ul li.selected a {
	}

.pageTitle,
.pageTitle2 {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px auto;
	padding: 0px 0px 30px;
	}

.pageTitle h1,
.pageTitle h2,
.pageTitle h3,
.pageTitle h4,
.pageTitle h5,
.pageTitle h6,
.pageTitle2 h1,
.pageTitle2 h2,
.pageTitle2 h3,
.pageTitle2 h4,
.pageTitle2 h5,
.pageTitle2 h6 {
	padding-bottom: 0px;
	}
	
.pageTitle h1,
.pageTitle h2 {
	font-size: 55px;
    line-height: 1.2;
	font-weight: 400;
	}

.pageTitle h1 strong,
.pageTitle h2 strong {
	font-weight: 600;
	}

.subTitleHeading h1,
.subTitleHeading h2 {
	padding-bottom: 25px;
	}

.uppercase {
	text-transform: uppercase !important;
	}
	
.NoUppercase {
	text-transform: none !important;
	}
	
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	position: relative;
	font-size: 55px;
	color: #444444;
	line-height: 1.4;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0px 0px 0px;
	text-transform: none;
	padding: 0px 0px 20px;
	}

.h1, .h2, .h3, .h4, .h5, .h6 {
    color: #FFFFFF;
	}
	
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: 700;
	}
	
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span {
	}
	
h2, .h2 {
	font-size: 32px;
	}
	
h3, .h3 {
	font-size: 28px;
	}
	
h4, .h4 {
	font-size: 24px;
	}
	
h5, .h5 {
	font-size: 20px;
	}

h6, .h6 {
	font-size: 19px;
	}

p {
    margin: 0 0 30px;
	line-height: 1.35;
	}

p[align=center] {
    text-align: center !important;
    }

p[align=left] {
    text-align: left !important;
    }

p[align=right] {
    text-align: right !important;
    }

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;
	list-style-type: none;
	padding: 2px 0px 2px 20px;
	}
	
ul.ul-listing li:before {
    font-family: 'Font Awesome 6 Free';
	position: absolute;
    content: '';
	left: auto;
    border: 0;
	top: 14px;
	width: 6px;
	height: 6px;
	color: #333333;
    font-size: 13px;
	font-weight: 900;
	overflow: hidden;
	margin-left: -20px;
    background: #333333;
    border-radius: 100%;
	}
	
ul.ul-listing li p {
	margin-bottom: 25px;
	}

ul.ul-listing ul {
	margin: 10px 0px 0px;
	}
	
ol.ol-listing {
	padding: 0px 0px 0px 15px;
	list-style-position: outside;
	}
	
ol.ol-listing li {
	line-height: 24px;
    margin-bottom: 10px;
	list-style-type: decimal;
	padding: 2px 0px 2px 0px;
	}
	
ol.ol-listing li ul.ul-listing li {
	list-style-type: none;
	}

.details-container {
    position: relative;
    display: block;
    padding: 0px;
    margin: 0px auto;
    }
	
.imgLeft {
	position: relative;
	float: left;
	width: auto;
    height: auto;
	max-width: 100%;
	clear: left !important;
	margin: 5px 40px 40px 0px;
	}
	
.imgRight {
	position: relative;
	float: right;
	width: auto;
    height: auto;
	max-width: 100%;
	clear: right !important;
	margin: 5px 0px 40px 40px;
	}
	
/* Slick Slider */

.slick-dotted.slick-slider {
	margin-bottom: 0px;
	}
	
.slick-slide > div {
	position: relative;
	display: block;
	padding: 0px;
    margin: 0px;
    font-size: 0px;
	}
	
.slick-slide img {
	display: inline-block;
	}
	
.slick-prev,
.slick-next {
	background: none;
	z-index: 5;
	width: 45px;
	height: 45px;
	font-size: 0px;
    border-radius: 100%;
	-webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    -o-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:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	-webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
	}

.slick-dots {
    width: 100%;
	z-index: 5;
	left: 0%;
	bottom: 0px;
	font-size: 0px;
	margin: 0px auto 0px;
	}
	
.slick-dots li {
    position: relative;
	width: 11px;
	height: 11px;
	margin: 0px 5px;
	overflow: hidden;
	border-radius: 100%;
	background: transparent;
	border: 1px solid #ffffff;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}
	
.slick-dots li:hover,
.slick-dots li.slick-active {
	background: #ffffff;
    border-color: #ffffff;
	}
	
.slick-dots li button {
    position: absolute;
    display: block;
	padding: 0px;
	width: 100%;
	height: 100%;
	}

.slick-dots li:hover button,
.slick-dots li:focus button,
.slick-dots li.slick-active button {
	opacity: 1;
	}

.slick-dots li button:before {
	line-height: 11px;
	font-size: 0px;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 100%;
	background: transparent;
    -webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	}
	
.slick-dots li:hover button:before,
.slick-dots li.slick-active button:before {
	opacity: 1;
	background: #ffffff;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}

/* Custom Slick Nav */

.customPrevBtn,
.customNextBtn {
    position: relative;
    cursor: pointer;
	z-index: 5;
	width: 44px;
	height: 44px;
	font-size: 0px;
	background: none;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0px 1px 8px rgba(0,0,0,0.11);
	-webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
	}
	
/*.customPrevBtn {*/
/*	padding: 0px 0px 0px 44px;*/
/*	background: url(../images/slick-nav.png) left top no-repeat;*/
/*	}*/
	
/*.customNextBtn {*/
/*	padding: 0px 44px 0px 0px;*/
/*	background: url(../images/slick-nav.png) right top no-repeat;*/
/*	}*/
	
/*.customPrevBtn:hover,*/
/*.customPrevBtn:focus {*/
/*	background: url(../images/slick-nav.png) left bottom no-repeat;*/
/*	-webkit-transition: all 0s ease-out;*/
/*    -moz-transition: all 0s ease-out;*/
/*    -ms-transition: all 0s ease-out;*/
/*    -o-transition: all 0s ease-out;*/
/*    transition: all 0s ease-out;*/
/*	}*/

/*.customNextBtn:hover,*/
/*.customNextBtn:focus {*/
/*	background: url(../images/slick-nav.png) right bottom no-repeat;*/
/*	-webkit-transition: all 0s ease-out;*/
/*    -moz-transition: all 0s ease-out;*/
/*    -ms-transition: all 0s ease-out;*/
/*    -o-transition: all 0s ease-out;*/
/*    transition: all 0s ease-out;*/
/*	}*/
	
/* Link Button */

.link-btn {
	position: relative;
	z-index: 1;
    padding: 0px;
	display: block;
	font-size: 18px;
	font-weight: 500;
	margin: 0px auto 0px;
	}

.link-btn a {
	position: relative;
	text-align: center;
	color: #FFFFFF;
	line-height: 21px;
	padding: 16px 20px;
    border-radius: 0px;
    background: #F57E2A;
	vertical-align: top;
	display: inline-block;
    letter-spacing: 2.16px;
	border: 1px solid #F57E2A;
	text-decoration: none !important;
	}
	
.link-btn a:hover {
	color: #ffffff;
    background: #444444;
	border-color: #444444;
	}

/* Footer Styles */

.footer-wrapper {
    position: relative;
    width: 100%;
    display: block;
    margin: 0px auto;
    padding: 0px 0px;
    max-width: 1920px;
    background-size: cover;
    background-position: centesr center;
	}

/* Footer Top */

.footer-top {
    position: relative;
    display: block;
	color: #666666;
	font-size: 18px;
    font-weight: 500;
	overflow: hidden;
	line-height: 24px;
    padding: 100px 0px;
	}
	
.footer {
	position: relative;
    max-width: 1430px;
	}
	
.footer .row {
	position: relative;
	justify-content: space-between;
	}

.footer a {
    color: #666666;
	}

.footer a:hover {
    color: #F57E2A;
    text-decoration: underline;
	}
	
.footer p {
	text-align: inherit;
	}

.footer-logo {
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: 70px;
	}

.ftcol {
	position: relative;
	float: left;
	width: auto;
	padding: 0px 15px;
    max-width: 25%;
	}

/* Footer Head */
	
.footer-head {
	position: relative;
    color: #333333;
	display: block;
	font-size: 24px;
    font-weight: 500;
    padding-bottom: 15px;
	margin: 0px 0px 20px;
	letter-spacing: 0.48px;
	border-bottom: 1px solid rgba(245, 126, 42, 0.7);
	}

/* Footer Contact Info Box */

.footer-contact-info-box {
    position: relative;
	display: block;
    width: 100%;
    padding: 0px;
    margin: 0px 0px 20px;
	}

.footer-location,
.footer-phone-number,
.footer-email-address {
    position: relative;
    display: block;
    color: #666666;
    max-width: 500px;
	text-align: left;
    line-height: 27px;
    margin: 0px 0px 10px;
    padding: 0px 0px 0px 28px;
	}

.footer-location:after,
.footer-phone-number:after,
.footer-email-address:after {
    font-family: 'Font Awesome 6 Free';
	position: absolute;
	content: "\f3c5";
	font-size: 15px;
	left: 0px;
	top: 5px;
    z-index: 2;
    color: #92836F;
	font-weight: 900;
	line-height: 20px;
	display: inline-block;
	}

.footer-phone-number:after {
	content: "\f095";
	top: 8px;
	}

.footer-email-address:after {
	content: "\f2b6";
	top: 6px;
	}
	
.footer-contact-info-box a {
	color: #666666;
	text-decoration: underline;
	}
	
.footer-contact-info-box a:hover {
	color: #F57E2A;
	}

/* Footer Nav */

ul.footer-nav {
    position: relative;
	display: block;
	padding: 0px;
	margin: 0px 0px;
	list-style-type: none;
	}
	
ul.footer-nav li {
    position: relative;
	display: block;
	margin: 0px auto 8px;
	}

ul.footer-nav li a {
	position: relative;
	display: block;
    color: #666666;
    padding-left: 20px;
	}

ul.footer-nav li a:after {
	font-family: 'Font Awesome 6 Free';
	position: absolute;
	content: "\f0da";
	font-size: 16px;
	left: 0px;
	top: 50%;
	z-index: 2;
	color: #92836F;
	font-weight: 900;
	margin-top: -10px;
	line-height: 20px;
	display: inline-block;
	}

ul.footer-nav li a:hover,
ul.footer-nav li.selected a {
	color: #F57E2A;
	}

.footer-social-media {
	position: relative;
	display: block;
	}

.footer-social-media ul {
	padding: 0px 0px;
	margin: 0px -10px;
	list-style-type: none;
	}

.footer-social-media ul li {
	position: relative;
	padding: 0px 10px;
	vertical-align: top;
	display: inline-block;
	margin-bottom: 20px;
	}

.footer-social-media ul li a {
    position: relative;
    display: block;
    color: #92836F;
    font-size: 16px;
	}

.footer-social-media ul li a:hover {
	color: #F57E2A;
	}

/* Footer Bottom */

.footer-bottom {
    position: relative;
    display: block;
	color: #666666;
	font-size: 16px;
    font-weight: 500;
	overflow: hidden;
	padding: 30px 0px;
    line-height: 24px;
	text-align: center;
	}
	
.footer-bottom a {
	color: #666666;
	}

.footer-bottom a:hover {
	color: #F57E2A;
	}

/* Copyright */

.copyright {
	position: relative;
	display: block;
	color: #666666;
	margin: 0px auto;
    line-height: 24px;
    text-align: center;
	}

/* Web Excellence */

.webExcellence {
	position: relative;
	margin: 0px auto;
    font-size: 0px;
	line-height: 20px;
    display: inline-block;
	vertical-align: middle;
	}
	
.webExcellence a,
.webExcellence img,
.webExcellence span {
    font-size: 16px;
    color: #666666;
	position: relative;
	display: inline-block;
	vertical-align: baseline;
	}

.webExcellence span {
    font-weight: 700;
    color: #666666;
	}
	
.webExcellence a:hover span {
	color: #F57E2A;
	}

.webExcellence img {
    max-height: 13px;
	}

/* Contact Info Container */

.contact-info-container {
	position: relative;
	display: block;
	width: 100%;
	padding: 100px 0px 35px;
	}

.contact-info-container .pageTitle {
	padding-bottom: 70px;
	}

/* Contact Info Box */

.contact-info-box {
	position: relative;
	display: block;
	color: #666666;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 30px;
	}

.company-info-icon {
	position: relative;
	display: flex;
	width: 132px;
	height: 132px;
	flex-flow: column;
	align-items: center;
	background: #F57E2A;
	margin: 0px auto 30px;
	justify-content: center;
	}

.company-info-icon img {
	max-width: 100px;
	}

.contact-info-box h4 {
	color: #666666;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	padding-bottom: 14px;
	}

.contact-info-box p {
	margin: 0px 0px;
	line-height: 1.4;
	}

.contact-info-box a {
	color: #666666;
	text-decoration: underline;
	}

.contact-info-box a:hover {
	color: #F57E2A;
	}

/* Nice Select */

.NiceSelect {
	position: relative;
	display: block;
	}

.NiceSelect select {
	display: none;
	}

.nice-select {
	height: 56px;
	width: 100%;
	float: none;
	line-height: 24px;
	border-radius: 10px;
	border: 1px solid #EFEFEF;
	padding: 14px 45px 12px 25px;
	}

.nice-select,
.nice-select .list {
	color: rgba(51, 51, 51, 0.4);
	font-size: 17px;
	font-weight: 500;
	background: #EFEFEF;
	}

/*.nice-select .current {
	opacity: 1;
	color: #999999;
	}*/

.nice-selected .nice-select .current {
	opacity: 1;
	color: #333333;
	font-size: 19px;
	font-weight: 400;
	}

.nice-select:hover,
.nice-select:active,
.nice-select.open,
.nice-select:focus {
	border-color: #F57E2A;
	}

.nice-select:after {
	font-family: "Font Awesome 6 Free";
	position: absolute;
	border: none;
	top: 50%;
	right: 20px;
	width: auto;
	height: auto;
	color: #444444;
	display: block;
	line-height: 1;
	font-size: 20px;
	content: "\f0d7";
	font-weight: 900;
	pointer-events: none;
	margin: 0px !important;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	transform: translateY(-50%) !important;
	}

.nice-select.open:after,
.nice-select:hover:after {
	color: #F57E2A !important;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	}

.nice-select.open:after {
	content: "\f0d8";
	}

.nice-select.open .list {
	opacity: 1;
	pointer-events: initial;
	transform: scale(1) translateY(0);
	}

.nice-select.disabled {
	opacity: 0.5;
	color: #ffffff;
	pointer-events: none;
	border-color: #ffffff;
	}

.nice-select.disabled:after {
	border-color: #ffffff;
	}

.nice-select .list {
	position: absolute;
	margin-top: 0px;
	opacity: 0;
	top: 100%;
	left: 0;
	z-index: 9999;
	min-width: 100%;
	overflow: hidden;
	padding: 0px 0px;
	overflow-y: auto;
	max-height: 300px;
	border-radius: 0px;
	pointer-events: none;
	box-sizing: border-box;
	transform-origin: 50% 0;
	background-color: #ffffff;
	transform: scale(0.75) translateY(-25px);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	}

.nice-select .list:hover .option:not(:hover) {
	color: #1d1d1d !important;
	background-color: transparent !important;
	}

.nice-select .option {
	font-weight: 400;
	cursor: pointer;
	outline: none;
	color: #1d1d1d;
	font-size: 17px;
	min-height: 50px;
	background: none;
	line-height: 30px;
	padding: 10px 25px;
	}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	color: #ffffff;
	background: #F57E2A;
	}

.nice-select .option.selected {
	font-weight: 400;
	}

.nice-select .option.disabled {
	opacity: 0.5;
	color: #ffffff;
	cursor: default;
	background-color: transparent;
	}

/* Contact Form */
	
.contactForm {
	position: relative;
	display: block;
    width: 100%;
    margin: 0px auto;
    background: #B49146;
    padding: 50px 50px 40px;
	}

.contactForm .pageTitle {
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 0.9px;	
	}

.contactForm .pageTitle h2 {
	color: #FFFFFF;
	padding-bottom: 20px;
	}

.contactForm .pageTitle p {
	margin: 0px 0px;
	}

.contactForm .btn-primary,
.contactForm .btn-secondary {
	}
	
.control-label {
	display: block;
	color: #333333;
	font-size: 19px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 15px;
	text-transform: none;
	}

.form-control:disabled,
.form-control[readonly] {
	background-color: transparent;
	}

.google-recaptch {
	position: absolute;
	bottom: 170px;
	right: 0px;
	z-index: 1;
    margin-right: -12px;
	}

.required-field {
	color: #BE0005;
	}
	
.form-group,
.form-check {
	padding: 0px;
	position: relative;
	margin-bottom: 30px;
	}
	
.form-control,
.form-custom-select,
.form-select {
	position: relative;
	display: block;
	width: 100%;
	height: 56px;
	color: #333333;
	font-size: 19px;
	font-weight: 400;
	line-height: 24px;
	padding: 12px 25px;
	border-radius: 10px;
	background-image: none;
	border: 1px solid #EFEFEF;
	background-color: #EFEFEF;
	}

textarea.form-control {
	min-height: 190px;
	line-height: 24px;
	border-radius: 10px;
	height: auto !important;
	}
	
textarea {
	resize: none;
	}
	
.form-control:focus,
.form-control:hover {
	color: #333333;
	outline: none !important;
	border: 1px solid #F57E2A;
	background-color: #EFEFEF;
	-webkit-box-shadow: none;
	box-shadow: none;
	}
	
.form-control::-webkit-input-placeholder, ::-webkit-input-placeholder {
	opacity: 0.5;
	color: #333333;
    font-size: 17px;
    font-weight: 500;
	}

.form-control:-moz-placeholder, :-moz-placeholder { /* Firefox 18- */
	opacity: 0.5;
	color: #333333;
    font-size: 17px;
    font-weight: 500;
	}

.form-control::-moz-placeholder, ::-moz-placeholder {  /* Firefox 19+ */
	opacity: 0.5;
	color: #333333;
    font-size: 17px;
    font-weight: 500;
	}

.form-control:-ms-input-placeholder, :-ms-input-placeholder {
	opacity: 0.5;
	color: #333333;
    font-size: 17px;
    font-weight: 500;
	}
	
.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; }

.btn-primary,
.btn-secondary {
	position: relative;
	display: block;
	width: auto;
	color: #FFFFFF;
	font-size: 18px;
	margin: 0px auto;
	min-width: 200px;
	font-weight: 500;
	line-height: 21px;
	border-radius: 0px;
	text-align: center;
	padding: 16px 30px;
	background: #F57E2A;
	letter-spacing: 2.16px;
	border: 1px solid #F57E2A;
	text-transform: uppercase;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.btn-primary i {
	margin-left: 10px;
	}

.btn-primary { }
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus { color: #ffffff; background: #444444; border-color: #444444; box-shadow: none !important; }
.btn-primary.disabled, .btn-primary:disabled { color: #ffffff; background: #444444; border-color: #444444; opacity: 0.4; }
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle { color: #ffffff; background: transparent; border-color: #ffad0b; }
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus { box-shadow: none !important; }

.btn-secondary, .yith-wcan-pro.woocommerce .widget_price_filter .price_slider_amount button.btn-secondary { color: #ffffff; background: #be8c49; border-color: #be8c49; }
.btn-secondary:hover, .btn-secondary.focus, .btn-secondary:focus, .yith-wcan-pro.woocommerce .widget_price_filter .price_slider_amount button.btn-secondary:hover, .yith-wcan-pro.woocommerce .widget_price_filter .price_slider_amount button.btn-secondary:focus,
.yith-wcan-pro.woocommerce .widget_price_filter .price_slider_amount button.btn-secondary.focus { color: #ffffff; background: #FFAD0B; border-color: #FFAD0B; box-shadow: none !important; }
.btn-secondary.disabled, .btn-secondary:disabled { color: #ffffff; background: #be8c49; border-color: #be8c49; opacity: 0.4; }
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle { color: #ffffff; background: #be8c49; border-color: #be8c49; }
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus { box-shadow: none !important; }

/* Thank You Container */

.thank-you-container,
.thank-you-container figure {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	overflow: hidden;
	margin: 0px auto;
	}

.thank-you-container figure img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.thank-you-container figure {
	z-index: 1;
	}
	
.thank-you-content-area {
	position: absolute;
	z-index: 5;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0px auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
    }
	
.thank-you-content-area .captionWrapper {
    position: relative;
	display: table;
	height: 100%;
	width: 100%;
	margin: 0px auto;
    padding: 40px 15px 0px;
	}
	
.thank-you-content-area .captionContainer {
	padding: 0px;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	}
	
.thank-you-content-area .thank-you-content {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px;
	color: #444444;
	font-size: 20px;
	font-weight: 500;
    max-width: 750px;
	}
	
.thank-you-content h1 {
	color: #444444;
	line-height: 1;
	font-size: 100px;
	font-weight: 400;
	padding-bottom: 0px;
    margin: 0px auto 20px;
	}

.thank-you-content h1 strong {
	display: block;
	color: #444444;
	font-size: 100px;
	font-weight: 600;
	}

.thank-you-content p {
	margin: 0 0 40px;
	}

/* Scroll To Top */
	
#toTop {
	text-decoration: none;
	position: fixed;
	display: none;
	bottom: 50px;
	right: 60px;
	width: 88px;
	height: 84px;
	border: none;
	z-index: 1001;
	text-indent: 100%;
	background: url(../images/ui.totop.png) 0px 0px no-repeat;
	overflow: hidden;
	border: 1px solid #cfcfcf;
	}

#toTopHover {
	background: url(../images/ui.totop.png) 0px -84px no-repeat;
	width: 88px;
	height: 84px;
	display: block;
	overflow: hidden;
	float: left;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	}

#toTop:active, #toTop:focus {
	outline: none;
	}
	
.mean-container a.meanmenu-reveal span,
.mean-container .mean-nav ul li a.mean-expand:hover {
	background: #B49146;
	}

.mean-container a.meanmenu-reveal {
	color: #B49146;
	}

.mean-container .mean-nav {
	margin-top: 67px;
	}

.mean-container .mean-nav ul li:hover > a, .mean-container .mean-nav ul li.selected > a {
	color: #ffffff !important;
	background: #917D49;
	}

.mean-container .mean-nav ul li a, .mean-container .mean-nav ul li li a, .mean-container .mean-nav ul li li li a {
	background: #B49146;
	}

/* =Media Queries
-------------------------------------------------------------- */

@media (max-width: 1799.98px) {
    }

@media (max-width: 1699.98px) {
    body, .home-service-content ul li, .service-link-btn a, .control-label, .form-control, .form-custom-select, .form-select, 
    .drop-zone, .download-pdf-btn a, .nice-select, .nice-select .list, .subTitleHeading, .filter-select-text, .filter-select-box .nice-select, 
    .filter-select-box .nice-select .list, .add-to-cart-btn a { font-size: 16px; }
    .container, .home-intro-section .container { max-width:1000px }
    .wide-container { max-width:1200px }
    h1, .h1 { font-size: 30px; }
    h2, .h2 { font-size: 27px; }
    h3, .h3 { font-size: 24px; }
    h4, .h4 { font-size: 21px; }
    h5, .h5, .contact-info-box h4, .contact-info-box, .thank-you-content-area .thank-you-content, .page-item { font-size: 18px; }
    h6, .h6 { font-size: 14px; }
    .headerTop { padding: 0px 30px; }
    #pageHeader { top: 25px; }
    .logo { width: 450px; height: 77px; }
    .open-menu { right: 15px; }
    .open-menu.stickopen-menu { bottom: 120px; }
    .open-menu a { width: 60px; height: 60px; letter-spacing: 2px; font-size: 12px; }
    .headerTopLinks { font-size: 14px; }
    #toTop { right: 15px; width: 60px; height: 57px; background-size:100%; }
    #toTopHover { background: url(../images/ui.totop.png) 0px -57px no-repeat; width: 60px; height: 57px; background-size:100%; }
    .nav-wrapper.active { padding: 30px 40px; }
    .navbar-section { padding: 120px 0px 0px; }
    .nav h4 { font-size: 18px; }
    .nav>ul>li>a { font-size: 15px; }
    .banner_caption .captionWrapper { padding: 0px 30px; }
    .banner_caption .captionContainer .bannerHeading1 { font-size: 55px; }
    .slider-bottom { bottom: 30px; }
    .slider-bottom img { max-height:50px; }
    .slider-bottom a { height:50px }
    .banner_caption .captionContainerInner { padding-bottom: 100px; }
    .home-intro-section { font-size: 26px; padding: 120px 0px 90px; }
    .pageHeading h1, .pageHeading h2 { font-size: 45px; }
    .pageHeading::before { width: 18px; height: 28px; }
    .pageHeading { padding-bottom: 50px; margin-bottom: 40px; }
    .home-service-section { padding: 120px 0px 90px; }
    .home-service-listing { margin: 0px -10px 25px; }
    .home-service-listing>.home-service-item { padding: 0px 10px 0px; }
    .home-service-box a h2 { font-size: 18px !important; }
    .home-service-box a { padding: 30px 15px 45px; }
    .home-project-section { padding: 120px 0px 50px; }
    .home-project-slider .slick-arrow, .job-slider .slick-arrow { top: -25px; width: 60px; height: 30px; }
    .hpi-mask-content h3 { font-size: 18px !important; }
    .home-otcbc-section { padding: 65px 0px 150px; }
    .inner_banner_caption .captionWrapper { padding: 0px 30px; }
    .inner_banner_caption .captionContainerInner { padding: 0px 0px 60px; }
    .inner_banner_caption .captionContainer .innerBannerHeading1 { font-size: 60px; }
    .breadcrumb-container .container { padding: 0px 30px; }
    .breadcrumb-container ul li { font-size: 16px; }
    .breadcrumb-container ul li a:after { font-size: 14px; }
    .about-container { font-size: 26px; padding: 80px 0px 60px; }
    .pageTitle h1, .pageTitle h2 { font-size: 45px; }
    .fixcontact-btn { right: -57px; }
    .fixcontact-btn a { font-size: 18px; padding: 15px 30px; }
    .service-container, .service-details-box { padding: 80px 0px; }
    .service-top-info { font-size: 26px; padding-bottom: 70px; }
    .service-mask-content { font-size: 15px; padding: 25px 25px; }
    .service-inner-icon { margin-bottom: 18px; }
    .service-mask-content h2 { font-size: 18px; margin-bottom: 22px; }
    .service-learn-btn { font-size: 14px; }
    .service-title { font-size:18px; }
    .sdr-category-box ul li a { font-size: 18px; padding:20px 35px; }
    .sdr-content-box { font-size:26px; }
    .site-link a, .sdr-link a { font-size:15px; }
    .sdr-bottom-box { margin-bottom: 40px; }
    .sdr-service-content { font-size: 18px; padding-left: 20px; }
    .sdr-service-content .pageTitle h2 { font-size: 30px; }
    .sdr-service-content .pageTitle { padding:0px 0px 15px; }
    .sdr-service-item { margin-bottom: 70px; }
    .projects-container { padding: 80px 0px 0px; }
    .project-top-section { padding: 10px 0px 0px; }
    .project-details-container { padding: 80px 0px 30px; }
    .nav-tabs .nav-item { padding: 0px 8px; }
    .nav-tabs .nav-link { font-size:14px }
    .drop-zone { padding: 35px 30px; }
    .btn-primary, .btn-secondary { font-size: 16px; padding: 14px 22px; }
    .career-tl-tags ul li h4 { font-size:14px; }
    .careers-section { padding: 140px 0px; }
    .available-job-box a h4 { font-size: 26px; }
    .available-job-box, .available-job-box a { font-size: 16px; }
    .job-apply-btn { font-size: 16px; padding: 12px 18px; }
    .available-job-section { padding: 80px 0px 70px; }
    .contact-info-container { padding: 80px 0px 35px; }
    .company-info-icon { width: 115px; height: 115px; }
    .company-info-icon img { max-width: 60px; }
    .subcontractor-section { padding: 55px 0px 80px; }
    .thank-you-content h1 { font-size: 70px; }
    .thank-you-content h1 strong { font-size:70px; }
    .products-container { padding: 100px 0px 60px; }
    .csm-product-name, .csm-product-price-box, .csm-product-star-rattings { font-size:20px; }
    .csm-product-item .csm-product-price-box, .csm-product-item .csm-product-price-box bdi, .csm-product-item .csm-product-price-box ins bdi { font-size: 18px; }
    .csm-product-short-description { padding: 0px 0px 12px; }
    .product-details-section { padding:50px 0px 100px; }
    .product-bottom-section { padding: 100px 0px; }
    .footer-logo { margin-bottom: 50px; } 
    .footer-logo img { max-height: 60px; }
    .footer-top { font-size: 16px; padding: 80px 0px 60px; }
    .footer-head { font-size: 18px; }
    .footer-bottom { padding: 20px 0px; font-size: 14px; }
    .webExcellence a, .webExcellence img, .webExcellence span { font-size: 14px; }
    .webExcellence img { max-height: 10px; }
    }

@media (max-width: 1599.98px) {
	}

@media (max-width: 1499.98px) {
	.nav-container { padding: 50px 100px; }
    }

@media (max-width: 1365.98px) {
	}

@media (max-width: 1299.98px) {
	.inner_banner_caption .captionContainer .innerBannerHeading1 { font-size: 50px; }
	.inner_banner_caption .captionContainerInner { padding: 0px 0px 40px; }
	.csm-product-details-box .csm-product-price-box, .csm-product-details-box .csm-product-price-box bdi, .csm-product-details-box .csm-product-price-box ins bdi { font-size: 24px !important; }	.project-bottom-section .project-slider-ul li { width: 25%; }
	}
	
@media (max-width: 1199.98px) {
    body.body-noscroll { height: 100%; overflow: hidden; }
    #pageHeader { position:relative; top:auto; left:auto; }
    .headerTop { padding: 0px 15px; }
    .logo { display:none; }
    .moblogo { display:block; }
    .headerTopLinks > li img.showicon { display:none; }
    .headerTopLinks > li img.stickyicon { display: inline-block; }
    .headerTopLinks>li a { color: #000000; }
	.nav-container { padding: 50px 50px; }
	.navbar-section { padding: 60px 0px 0px; }
	.nav-wrapper.active { padding: 15px 15px; }
	.nav-container { border-radius: 15px; }
    .banner_caption .captionWrapper { padding: 0px 15px; }
    .home-intro-section { font-size: 20px; padding: 80px 0px 65px; }
    .home-service-section { padding: 80px 0px 65px; }
    .home-service-listing>.home-service-item { width: 33.3333%; }
    .home-project-section { padding: 80px 0px 40px; }
    .hpi-add-btn { width: 55px; height: 50px; font-size: 14px; line-height: 50px; }
    .home-otcbc-section { padding: 65px 0px 100px; }
    .inner_banner_caption .captionWrapper { padding: 0px 15px; }
    .about-container, .service-top-info, .sdr-content-box { font-size: 20px; }
    .about-container { padding: 80px 0px 40px; }
    .service-listing { margin: 0px -10px; }
    .service-listing>.service-item { margin: 0px 0px 20px; padding: 0px 10px; }
    .sdr-category-container { padding-right: 35px; }
    .sdr-box { padding-left: 30px; }
    .sdr-category-box ul li a { font-size: 16px; padding: 15px 25px; }
    .sdr-service-item::before { left: -56px; width: 45px; height: 45px; }
    .pdlr-body-content { padding: 5px 0px 0px; }
    .breadcrumb-container .container { padding: 0px 15px; }
    .careers-section { padding: 80px 0px 60px; }
    .subcontractor-section .subTitleHeading { padding: 0px 0px 30px; }
    .thank-you-content h1 strong { font-size:50px; }
    .thank-you-content h1 { font-size: 50px; line-height:1.4; }
    .product-bottom-section { padding: 80px 0px; }
    .product-details-section { padding: 50px 0px 60px; }	.project-bottom-section .project-slider-ul li { width: 33.3333%; }

	}

/* Portrait tablets and medium desktops */
@media (max-width: 991.98px) {
	.nav-wrapper.active { padding: 0px 0px; }
	.nav-container { border-radius: 0px; }
	.nav-container { padding: 20px 20px; overflow: auto; }
	.close-menu a { font-size: 14px; }
	.close-menu a span { width: 40px; height: 40px; font-size: 18px; padding: 5px 5px; }
	.navbar-section .row { justify-content: start; }
	.navcol { width: 33%; max-width: 33%; padding: 15px 15px; }
	.navbar-section { padding: 20px 0px 0px; }
	.slider-bottom { display:none; }
    .banner_caption .captionContainerInner { padding-bottom: 30px; }
	.home-otcbc-box a h4 { opacity:1 }
	.about-project-listing>.about-project-item, .about-otcbc-listing>.about-otcbc-item { width: 33.3333%; }
	.fixcontact-btn { display:none; }
    .about-container, .service-top-info, .home-intro-section, .sdr-content-box { font-size: 16px; }
    .service-top-info { padding-bottom: 30px; }
    .service-listing>.service-item { width: 50%; }
    .service-details-box>.wide-container>.row>.col-lg-3, .service-details-box>.wide-container>.row>.col-lg-9 { width: 100%; }
    .sdr-category-container { margin-bottom:30px; }
    .sdr-box { padding-left: 15px; border-left: 2px solid #EFEFEF; }
    .sdr-service-item:before { display:none; }
    .sdr-category-container { padding-right: 20px; }
    .sdr-category-box ul li.selected a::before, .sdr-category-box ul li a:hover::before { width: 25px; right: -25px; }
	.project-top-section .row .col-lg-7, .project-top-section .row .col-lg-5 { width: 100%; }
	.pdlr-info-box { padding-left: 0px; }
	.careers-section>.wide-container>.row>.col-lg-7 { padding: 0px 15px; }
	.career-tl-info  { margin-bottom:30px; }
	.career-apply-box { padding: 25px 20px; }
	.thank-you-content-area { position:relative; top:auto; left:auto; }
	.thank-you-content-area .captionWrapper { padding:30px 15px; }
    .csm-product-item, .service-item { width: 50%; }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 50% !important; }
    .csm-product-details-box { padding:25px 0px 0px; }

	}

@media (min-width: 992px) {
	}

@media (max-width: 800px) {
    .home-service-listing>.home-service-item { width: 50%; margin: 0px 0px 20px; }
    .footer-top { font-size: 16px; padding: 80px 0px 30px; }
    .ftcol { width: 50%; max-width: 50%; margin-bottom:20px; }
	}

/* Landscape phones and portrait tablets */
@media (max-width: 767.98px) {
	.pageHeading h1, .pageHeading h2, .pageTitle h1, .pageTitle h2 { font-size: 35px !important; }
    h1 { font-size: 28px !important; letter-spacing: 0px !important; }
	h2 { font-size: 26px !important; letter-spacing: 0px !important; }
	h3 { font-size: 24px !important; letter-spacing: 0px !important; }
	h4 { font-size: 18px !important; letter-spacing: 0px !important; }
	h5 { font-size: 16px !important; letter-spacing: 0px !important; }
	h6 { font-size: 14px !important; letter-spacing: 0px !important; }
	.navcol { width: 50%; max-width: 50%; }
	.banner_caption .captionContainer .bannerHeading1 { font-size: 35px !important; }
	.hpi-mask-content { padding: 45px 70px 45px 20px; }
	.inner_banner_caption { position:relative; top:auto; left:auto; text-align:center; background:#000000; }
	.inner_banner_caption .captionContainerInner { padding: 40px 0px; }
	.about-project-listing>.about-project-item, .about-otcbc-listing>.about-otcbc-item { width: 50%; }
	.client-logo { height: 130px; }
	.ftcol.ftcol4 { margin-bottom: 0px; }
    .service-listing>.service-item { width: 100%; }
    .sdr-service-item .row .col-md-4, .sdr-service-item .row .col-md-8 { width: 100%; }
    .sdr-service-content { padding: 25px 0px 0px; }
    .available-job-box a { padding: 25px 20px; }
    .thank-you-content h1, .thank-you-content h1 strong { font-size: 40px !important; }
    .csm-product-item, .service-item { width: 100%; }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 100% !important; }	.project-bottom-section .project-slider-ul li { width: 50%; }
    }

@media (min-width: 768px) {
	}
	
@media (max-width: 575.98px) {
    .home-service-listing>.home-service-item { width: 100%; }
    .ftcol { width: 100%; max-width: 100%; }
    }

@media (min-width: 576px) {
	}

@media (max-width: 480px) {
	.navcol { width: 100%; max-width: 100%; }
	.banner_caption { position:relative; top:auto; left:auto; background:#000000; }	.banner_caption .captionContainerInner { padding: 20px 15px; text-align:center; }	.project-bottom-section .project-slider-ul li { width: 100%; }
	}
	
@media (max-width: 399.98px) {
    }

@-ms-viewport{ width: auto !important; }