@charset "utf-8";
li {
    margin-bottom: 8px;
}

*, *: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: "Inter", sans-serif;
	font-size: 16px;
	color: #222;
	font-weight: 400;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	background: #ffffff url(../images/loader.gif) center center no-repeat;
	overflow-x: hidden;
	}
	
::selection {
	background: #E4B03F; /* Safari */
	color: #ffffff;
	}
	
::-moz-selection {
	background: #E4B03F; /* 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: #06579c;
	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;
	}

.pageClass {
	position: relative;
	display: block;
	}

.container,
.wide-container,
.header-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
	max-width: 1180px;
	padding: 0px 15px;
	}

.header-container,
.wide-container {
    max-width: 1430px;
	}

/* Header Styles */

#pageHeaderWrapper {
	position: relative;
	width: 100%;
	z-index: 100;
	display: block;
	margin: 0px auto;
	}

#pageHeader {
	position: relative;
	display: block;
	width: 100%;
	z-index: 101;
	padding: 0px;
	margin: 0px auto;
    max-width: 1920px;
	}

.top-header {
	position: relative;
	display: block;
	}

.is-sticky #pageHeader {
	left: auto;
	max-width: 1920px;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
	}

/* Top Header Container */

.topHeaderContainer {
	position: relative;
	display: block;
	margin: 0px auto;
    }

/* Logo */
	
.logo {
	position: relative;
	display: flex;
	float: left;
	width: 345px;
	height: 87px;
	z-index: 1001;
	overflow: hidden;
	margin: 6px 0px 6px 0;
	}

.logo a {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	display: flex;
	align-items: center;
	align-content: center;
	}

.logo img {
	position: relative;
	display: block;
	height: auto;
	max-width: 100%;
	}

/* Top Right Header */
	
.topRightHeader {
	position: relative;
    display: flex;
    padding: 0px;
	align-items: center;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin: 0px 0px 0px 0px;
    justify-content: space-between;
	}
	
/* Header Group Container */
	
.headerGroupContainer {
	position: relative;
	display: block;
	float: right;
	margin: 0px;
	padding: 0px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

/* Header Top Links */
	
.headerTopLinks {
	position: relative;
	padding: 0;
    font-size: 0px;
	display: block;
	list-style: none;
	margin: 0px -10px;
	}
	
.headerTopLinks>li {
	padding: 0px 10px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	}
	
.headerTopLinks>li a {
	position: relative;
	display: block;
	}

.headerTopLinks>li a:hover img {
	filter: invert(37%) sepia(97%) saturate(561%) hue-rotate(179deg) brightness(89%) contrast(90%);
	}

.headerTopLinks>li.headerCart-menu a span {
	position: absolute;
	right: -11px;
	top: -11px;
	z-index: 2;
	width: 25px;
	height: 25px;
	font-size: 12px;
	font-weight: 600;
	overflow: hidden;
	color: #FFFFFF;
	line-height: 25px;
	text-align: center;
	border-radius: 100%;
	background: #E4B03F;
	display: inline-block;
	}

.mobileHeader-links {
	position: fixed;
	display: none;
	bottom: 15px; 
	left: 15px; 
	right: 15px; 
	z-index: 991;
	padding: 5px 15px; 
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
	}

/* Nav */
	
.nav-wrapper {
	position: relative;
	display: block;
	margin: 0px auto;
	}
	
.nav-container,
.nav {
	position: relative;
	width: 100%;
	display: block;
	margin: 0px auto;
	text-align: center;
	}
	
.nav ul {
	position: relative;
	display: flex;
	padding: 0;
	width: 100%;
	flex-wrap: wrap;
	margin: 0px auto;
	list-style-type: none;
	justify-content: center;
	}
	
.nav>ul>li {
    position: relative;
	display: block;
	height: 100%;
    font-weight: 400;
    margin: 0px 22px;
	}

.nav>ul>li>a {
	position: relative;
	display: block;
	height: 100%;
	color: #171717;
	line-height: 24px;
	padding: 38px 0px;
	-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.menu-item-has-children>a {
	padding-right: 20px;
	}

.nav li.menu-item-has-children > a:after {
    font-family: 'Font Awesome 6 Free';
	position: absolute;
	content: "\f0d7";
	font-size: 12px;
	right: 1px;
	top: 50%;
    z-index: 2;
	height: 20px;
	font-weight: 900;
	margin-top: -22px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	}

.nav>ul>li.menu-item-has-children:hover>a:after {
	content: "\f0d8";
	} */

.nav>ul>li>a:before {
	position: absolute;
	display: block;
	z-index: 1;
	left: 50%;
	right: 50%;
	width: 0px;
	content: '';
	height: 4px;
	bottom: -2px;
	overflow: hidden;
	background: #06579c;
	border-radius: 10px 10px 0px 0px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-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;
	}

.nav>ul>li:hover>a:before,
.nav>ul>li.selected>a:before {
	left: 0px;
	right: 0px;
	width: 100%;
	}
	
.nav>ul>li span {
	position: relative;
	display: block;
	height: 100%;
	z-index: 2;
	}

.nav>ul>li:hover>a,
.nav>ul>li.selected>a {
	color: #06579c;
	-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.selected>a {
	font-weight: 700;
	}

.nav>ul ul,
.nav>ul ul ul {
	position: absolute;
	top: 100%;
	opacity: 0;
	width: 100%;
	left: -25px;
	font-size: 16px;
	font-weight: 400;
	min-width: 224px;
	text-align: left;
	padding: 0px 0px;
	visibility: hidden;
	text-transform: none;
	background: #ffffff;
	border-radius: 0px 0px;
	margin: 30px 0px 0px 0px;
	box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	}
	
.nav>ul ul ul {
    left: 100%;
	top: auto;
	margin: 0px;
	padding: 0px 0px;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
	}
	
.nav>ul>li:hover>ul,
.nav>ul ul>li:hover>ul {
	opacity: 1;
	top: auto;
	margin-top: 0px;
	visibility: visible;
	}
	
.nav>ul ul>li:hover>ul {
	margin-top: -58px;
	}

.nav>ul ul>li,
.nav>ul ul ul>li {
	position: relative;
	display: block;
	padding: 0px;
	width: 100%;
	}
	
.nav>ul ul a,
.nav>ul ul ul a {
	position: relative;
	display: block;
	color: #171717;
	line-height: 20px;
	padding: 14px 17px;
	background: transparent;
	}
		
.nav>ul ul li:hover>a,
.nav>ul ul li.selected>a,
.nav>ul ul ul li:hover>a,
.nav>ul ul ul li.selected>a {
	color: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background: #06579c;
	}

/* Header Quick Search */

.header-quick-search .form-control {
	height: 50px;
	padding: 14px 15px;
	border-radius: 0px;
	border: 1px solid #ffffff;
	}
	
.header-quick-search .form-control:focus,
.header-quick-search .form-control:hover {
	border: 1px solid #E4B03F;
	}

.header-quick-search .btn-1 {
	position: relative;
	border: none;
	height: 50px;
	color: #ffffff;
	line-height: 1;
	font-size: 16px;
	border-radius: 0;
	padding: 10px 20px;
	text-align: center;
	background: #E4B03F;
	vertical-align: top;
	display: inline-block;
	text-transform: uppercase;
	border: 1px solid #E4B03F;
	-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;
	}

.header-quick-search .btn-1:hover {
	color: #ffffff;
	background: #E53F29;
	border-color: #E53F29;
	}

.header-quick-search .btn-close {
	position: absolute;
	color: #ffffff;
	opacity: 1;
	right: 0;
	top: -30px;
	text-shadow: none;
	}

.header-quick-search .btn-close:hover {
	color: #E53F29;
	}
	
.modal-content {
	border: none;
	box-shadow: none;
	border-radius: 0px;
	}

.modal-backdrop.show {
	opacity: 0.9;
	}

/* Banner Styles */

.bannerWrapper {
	position: relative;
	display: block;
	width: 100%;
	z-index: 3;
	margin: 0px auto;
	}
	
.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;
	}
	
.banner-slide figure {
	position: relative;
	display: block;
	width: 100%;
	z-index: 1;
	padding: 0px;
    overflow: hidden;
	margin: 0px auto;
	}

.banner-slide figure img {
    position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	min-height: 550px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.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%;
	margin: 0px auto;
	}
	
.banner_caption .captionContainer {
	position: relative;
	color: #ffffff;
	padding: 0px;
	display: table-cell;
	vertical-align: middle;
	}
	
.banner_caption .captionContainerInner {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px 0px;
	max-width: 550px;
	padding: 60px 0px 0px;
	}

.banner_caption .captionContainer .bannerHeading1 {
	line-height: 1;
	font-size: 59px;
	color: #171717;
	padding-bottom: 30px;
	text-transform: capitalize;
	}

.homeBannerSlider .slick-dots {
	left: 50%;
	top: auto;
	z-index: 5;
	width: auto;
	display: flex;
	bottom: 80px;
	font-size: 16px;
	letter-spacing: 0px;
	margin: 0px 0px 0px -705px;
	}

.homeBannerSlider .slick-dots li {
	display: flex;
	align-items: center;
	justify-content: start;
	position: relative;
	border: none;
	width: 37px;
	height: 31px;
	margin: 0px 5px;
	overflow: unset;
	text-align: center;
	border-radius: 0px;
	background: transparent;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.homeBannerSlider .slick-dots li::before {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 2px;
	content: '';
	background: rgb(23 23 23 / 550%);
	}

.homeBannerSlider .slick-dots li.slick-active::before,
.homeBannerSlider .slick-dots li:hover::before {
	opacity: 1;
	height: 5px;
	background: #171717;
	}
	
.homeBannerSlider .slick-dots li a {
	position: relative;
	display: block;
	opacity: 0;
	width: 100%;
	font-size: 12px;
	font-weight: 700;
	color: #171717;
	text-align: center;
	padding: 0px 0px 5px;
	}

.homeBannerSlider .slick-dots li:hover a,
.homeBannerSlider .slick-dots .slick-active a {
	opacity: 1;
	color: #171717;
	}

.homeBannerSlider .slick-dots li:hover button:before,
.homeBannerSlider .slick-dots .slick-active button:before{
	opacity: 1;
	}

/* 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 {
	width: 100%;
	padding: 100px 0px;
	}

.custom-container {
	width: 100%;
	padding: 100px 0px 70px;
	}

/*Home*/

.homeTop-section {
	padding: 50px 0px 65px;
	background: #F3F3F3;
	}

.homeTayer-pic {
	position: absolute;
	left: 45px;
	bottom: -30px;
	}

.homeTayer-pic img {
	max-width: 350px;
	}

.homeTop-info {
	text-align: center;
	padding: 25px 0px 0px 120px;
	}

.homeTop-info .pageTitle h2 {
	font-size: 62px;
	}

.homeJCB-pic {
	margin: 0px -150px -130px 0px;
	}

.homeJCB-pic img {
	max-width: 720px;
	}

.homeNum-box a {
	font-family: "Barlow Condensed", sans-serif;
	position: relative;
	font-size: 42px;
	color: #ffffff;
	line-height: 1.1;
	font-weight: 700;
	padding: 14px 32px;
	border-radius: 10px;
	background: #E53F29;
	display: inline-block;
	vertical-align: middle;
	}

.homeNum-box a i {
	font-size: 32px;
	vertical-align: middle;
	margin: -6px 8px 0px 0px;
	}

.homeNum-box a:hover {
	background: #E4B03F;
	}

.homeIntro-section {
	padding: 100px 0px;
	}

.homeIntro-pic-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-bottom: 67.85%;
	}

.homeIntro-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;
	border-radius: 10px;
	}

.homeIntro-pic-container figure::before {
	position: absolute;
	inset: 0px;
	z-index: 1;
	content: '';
	}

.homeIntro-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;
	}

.videoGroup-box {
	position: absolute;
	inset: 0px;
	z-index: 3;
	}

.videoGroup-box a {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	}
	
.videoGroup-box a img {
	max-width: 130px;
	}

.homeIntro-content {
	padding-left: 50px;
	}

.homeIntro-content .pageTitle {
	padding-bottom: 20px;
	}


.homeService-title .pageTitle h6 {
    color: #fff;
}

.homeService-section.pageClass {
    background: #06579c;
}
.homeService-section {
	padding: 100px 0px;
	background-size: cover;
	background-position: center center;
	.homeService-title .pageTitle
	h6 {
    color: #fff;
}

.homeService-section.pageClass {
	background: #06579c;
};
	}

.homeService-grid {
	padding: 30px 60px 0px;
	}

.homeService-grid .row .col-lg-2 {
	width: 20%;
	}

.homeService-itemBox a {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #717171;
	background: #ffffff;
	flex-direction: column;
	}

.homeService-itemBox a:hover {
	color: #ffffff;
	background: #e4b03f;
	}

.homeService-pic-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	min-height: 300px;
	}

.homeService-grid .row .col-lg-2:nth-child(even) .homeService-pic-container {
	order: 2;
	}

.homeService-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;
	}

.homeService-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;
	}

.homeService-content {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	overflow: auto;
	min-height: 300px;
	max-height: 300px;
	text-align: center;
	align-items: center;
	justify-content: center;
	}

.homeService-contentInfo {
	padding: 25px 30px;
	}

.homeService-contentInfo h4 {
	color: #161616;
	}

.homeService-itemBox a:hover h4 {
	color: #ffffff;
	}

.homeChoose-section {
	padding: 100px 0px;
	}

.imgBlock-wrapper img {
	width: 100%;
	}

.homeChoose-content {
	padding-left: 50px;
	}

.chooseBG-section {
	position: absolute;
	right: 0px;
	z-index: 1;
	bottom: -75px;
	}

.chooseBG-section img {
	max-height: 250px;
	}

.homeChoose-grouping {
	z-index: 2;
	max-width: 500px;
	padding-top: 15px;
	background: #ffffff;
	}

.homeChoose-grouping>.row {
	margin-bottom: 20px;
	}

.homeChoose-grouping>.row:last-child {
	margin-bottom: 0px;
	}

.choose-iconBox {
	width: 50px;
	}

.choose-iconBox img {
	max-width: 62px;
	margin-top: 5px;
	}

/*About Us*/

.aboutIntro-content {
	padding-right: 50px;
	}

.missin-vision-section {
	padding: 100px 0px;
	background-size: cover;
	background-position: center center;
	background: #06579c;
	}

.missinVision-box {
	width: 100%;
	height: 100%;
	padding: 50px 75px;
	background: #ffffff;
	box-shadow: 0px 30px 40px #00000012;
	border-radius: 10px;
	}
.missinVision-box .row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.missinVision-box .col {
    text-align: center;
    color: #000;
}

.missinVision-box .col ul {
    list-style: none;
}

.missinVision-box .col ul li {
    margin-bottom: 12px;
}
.missinVision-icon {
	position: relative;
	display: flex;
	width: 75px;
	height: 75px;
	padding: 10px 10px;
	align-items: center;
	border-radius: 75px;
	background: #06579c;
	justify-content: center;
	}

.missinVision-box h3 {
	padding-bottom: 0;
	text-align: center;
	margin: 20px  0;
	}

.aboutChoose-box .chooseBG-section {
	bottom: 0px;
	}

/*service*/

.serviceItem {
	margin-bottom: 80px;
	}

.serviceListing .serviceItem:last-child {
	margin-bottom: 30px;
	}

.serviceListing .serviceItem:nth-child(even) .service-order1 {
	order: 2;
	}

.serviceListing .serviceItem:nth-child(even) .service-order2 {
	order: 1;
	}

.service-pic-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-bottom: 48.17%;
	}

.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-info {
	padding-left: 60px;
	}

.service-info h2 {
	padding-bottom: 25px;
	}

.serviceListing .serviceItem:nth-child(even) .service-info {
	padding: 0px 30px 0px 0px;
	}

.otherService-section {
	color: #ffffff;
	padding: 100px 0px;
	background-size: cover;
	background-position: center center;
	}

.otherService-section .ul-listing {
	padding-top: 30px;
	}

.serviceLeft-info .pageTitle {
	padding-bottom: 25px;
	}

.urlBtn a {
	font-weight: 500;
	color: #ffffff;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	}

.urlBtn a:hover {
	text-decoration: underline;
	}

.twoCol-listing {
	column-count: 2;
	column-gap: 50px;
	}
	
ul.ul-listing.listWhite-group {
	color: #ffffff;
	}

ul.ul-listing.listWhite-group li::before {
	background: #ffffff;
	}

/*Service Details*/	

.imgWrapper img {
	width: 100%;
	}

.sdt-section {
	padding-left: 70px;
	}

.sdt-section .pageTitle {
	padding-bottom: 30px;
	}

.someWork-section {
	padding: 100px 0px;
	background-size: cover;
	background-position: center center;
	}

.someWork-slider {
	margin: 0px -15px;
	}

.someWork-slide {
	padding: 0px 15px;
	}

.someWork-slider .slick-prev {
	left: -15px;
	}

.someWork-slider .slick-next {
	right: -15px;
	}

.someWork-pic-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-bottom: 48.17%;
	}

.someWork-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;
	}

.someWork-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;
	}

.clientFeedback-section {
	background: #ffff;
	padding: 100px 0px;
	}

.clientFeedback-section .pageTitle {
	padding-bottom: 20px;
	}
	
.clientSlider {
	margin: 0px -15px;
	}

.clientSlide {
	padding: 20px 15px;
	}

.clientItem-box {
	font-size: 16px;
	color: #313131;
	background: #ffffff;
	padding: 30px 50px 40px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
	border-radius: 8px;
	}

.clientTop-box {
	font-size: 13px;
	color: #000000;
	padding-right: 80px;
	margin-bottom: 20px;
	}

.clientTop-box::before {
	position: absolute;
	top: 8px;
	right: 0px;
	content: '';
	width: 66px;
	height: 44px;
	background-image: url(../images/clientQuote-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	}

.peoplePic-container {
	position: relative;
	display: block;
	height: 63px;
	width: 63px;
	overflow: hidden;
	border-radius: 100px;
	}

.peoplePic-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;
	}

.peoplePic-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;
	}

.clientTop-box h6 {
	padding-bottom: 5px;
	}
	
/*FAQs*/	
	
.accordion-item {
	border: none;
	overflow: visible;
	margin-bottom: 30px;
	background: transparent;
	border-radius: 5px !important;
	}

.accordion-button {
	border: none;
	font-size: 16px;
	color: #171717;
	font-weight: 600;
	line-height: normal;
	background: #F3F3F3;
	padding: 20px 70px 19px 30px;
	border-radius: 5px !important;
	box-shadow: none !important;
	outline: none !important;
	}

.accordion-button:not(.collapsed) {
	box-shadow: none;
	color: #ffffff;
	background: #06579c;
	border-radius: 5px !important;
	}

.accordion-button::after {
	content: "";
	width: 24px;
	height: 24px;
	margin-right: -40px;
	background-image: url(../images/accordion-arrow.png) !important;
	background-size: 100%;
	background-repeat: no-repeat;
	}

.accordion-button:not(.collapsed)::after {
	transform: rotate(0deg);
	background-image: url(../images/accordion-arrow-active.png) !important;
	}

.accordion-body {
	position: relative;
	display: block;
	color: #717171;
	padding: 20px 30px;
	background: #ffffff;
	border-radius: 0px 0px 5px 5px;
	}

.accordion-collapse.collapse.show {
	border-radius: 0px 0px 5px 5px;
	box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
	}

.ctc-wrapperSection {
	padding: 30px 0px 0px;
	background-size: cover;
	background-position: center center;
	}

.ctc-wrapperSection .contactForm-container {
	max-width: 685px;
	}

.ctc-wrapperSection .contactForm-container .pageTitle {
	padding: 14px 15px;
	}

.ctc-wrapperSection .contactForm {
	padding: 30px 60px;
	}

.ctc-wrapperSection .form-group {
	margin-bottom: 16px;
	}

/*Shop*/

.shop-container {
	padding: 100px 0px 80px;
	}

.shop-mainContentArea {
	position: relative;
	display: block;
	}

.filter-plugin img {
	width: 100%;
	}

/* Filter Box */

.filter-box {
	position: relative;
	display: block;
    width: 100%;
    font-size: 16px;
	color: #303030;
	margin: 0px auto 10px;
	}

.filter-box-bottom {
	position: relative;
	display: block;
	}

/* Filter Select */

.filter-select-box {
	position: relative;
	color: #717171;
    padding: 0px;
	font-size: 16px;
	vertical-align: top;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	}

.filter-select-text {
	position: relative;
	font-size: 16px;
	margin: 0px 0px;
	color: #717171;
    font-weight: 400;
	line-height: normal;
	vertical-align: top;
	display: inline-block;
	padding: 20px 12px 0px 0px;
	}

.filter-select-text span {
	position: relative;
	color: #717171;
	}

.filter-select-box .NiceSelect {
	vertical-align: top;
	display: inline-block;
    }

.filter-select-box .nice-select {
	height: auto;
	border: none;
	font-size: 16px;
	color: #5B5B5B;
	font-weight: 400;
	border-radius: 0px;
	padding: 20px 40px 20px 15px;
	background: #ffffff !important;
	border: 1px solid #EEEEEE !important;
	}

.filter-select-box .nice-selected .nice-select .current {
	font-weight: 400;
	color: #000000;
	}

.filter-select-box .nice-select:after {
	right: 20px;
	font-size: 14px;
	}

.filter-select-box strong,
.filter-select-box b,
.filter-select-text strong,
.filter-select-text b {
	font-weight: 700;
	}

.filter-showingText {
	position: relative;
	display: block;
	font-size: 16px;
	color: #717171;
    font-weight: 400;
	}

.filter-showingText span {
	color: #717171;
	}

/* Products Listing */
	
.csm-products-listing,
.woocommerce .products ul,
.woocommerce ul.products {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	margin: 0px -15px;
	list-style-type: none;
	}
	
.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;
	padding: 0px 15px;
	align-self: stretch;
	margin: 0px 0px 30px;
	}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	margin: 0px !important;
	padding: 0px 15px !important;
    width: 33.3333% !important;
    }

.csm-product-item-inner {
	position: relative;
	display: block;
    padding: 0px;
	width: 100%;
	height: 100%;
	color: #303030;
	overflow: hidden;
	border-radius: 0px;
	background: #ffffff;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.08);
	}

.csm-product-photo-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-bottom: 100%;
	}

.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 > a {
	padding: 20px 20px;
	}

.csm-product-photo-container figure img {
    position: relative !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	-o-object-fit: scale-down !important;
	object-fit: scale-down !important;
	-o-object-position: center !important;
	object-position: center !important;
	}

.product-btns-group {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	padding: 0px 0px;
	}
	
.product-btns-group a {
	position: relative;
	width: auto;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	line-height: 23px;
	border-radius: 5px;	
	padding: 15px 30px;
    background: #E4B03F;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0.48px;
	text-transform: uppercase;
    border: 1px solid #E4B03F;
	}

.product-btns-group .add-to-wishlist-btn {
    margin-top: 0px;
    }

.product-btns-group a:hover {
    color: #ffffff !important;
    background: #242424 !important;
    border-color: #242424 !important;
	}

.product-btns-group .yith-wcwl-add-to-wishlist {
    margin-top: 0px !important;
    }

.product-btns-group .feedback,
.product-btns-group .add-to-cart-btn > a.added {
    display: none !important;
    }

.product-btns-group .view-product-btn > a {
	}

.product-btns-group .view-product-btn > a:hover {
	}

.product-btns-group .add-to-cart-btn > a img {
    max-height: 27px;
	}

.product-btns-group .add-to-cart-btn > a:hover {
	}

.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: 5px 40px 25px;
	}

.csm-product-description-box {
    margin: 0px 0px;
	}

.csm-product-short-description {
    margin: 0px 0px 18px;
	}

.csm-product-price-box,
.csm-product-star-rattings {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
    line-height: 1.4;
    color: #303030;
    padding-bottom: 0px;
	-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-name {
	font-family: "Barlow Condensed", sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #717171;
	line-height: normal;
	-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-price-box {
    padding: 0px;
	}

.csm-product-price-box,
.csm-product-price-box bdi,
.csm-product-price-box ins bdi {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #E53F29;
	text-transform: uppercase;
    }

.csm-product-price-box bdi {
	color: #171717;
	}

.price > del, .csm-product-price-box ins bdi {
    color: #E53F29;
	margin-right: 10px;
	text-decoration: none;
    }

.csm-product-price-box del bdi {
	font-weight: 400;
	color: #171717 !important;
	text-decoration: line-through;
	}

.csm-product-price-box .price {
    display: flex;
    line-height: 1;
    }

.csm-product-price-box del {
    opacity: 1 !important;
    }

.csm-product-price-box del bdi,
.csm-product-price-box del span,
.price>del {
    display: flex !important;
    line-height: 1;
    }

.price>del {
    order: 1;
    }

.price>ins {
    order: 1;
    margin-bottom: 10px;
    text-decoration: none;
    }

.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 p {
	margin: 15px auto 0px;
	}

.csm-product-stock-wrapper {
	position: absolute;
    display: block;
    z-index: 11;
	top: 30px;
    left: 30px;
	}

.csm-product-stock {
	position: relative;
    display: block;
	font-size: 12px;
	color: #ffffff;
    font-weight: 600;
	padding: 1px 16px;
	background: #009E2B;
	text-transform: uppercase;
	}

.csm-product-stock span {
	position: relative;
    display: block;
	}

.sale .csm-product-stock {
	background: #E53F29;
	}

.outOfStock .csm-product-stock {
	background: #1D1D1D;
	}

.addToWishlist-icon {
	position: absolute;
	top: 28px;
	right: 28px;
	z-index: 11;
	display: block;
	}

.addToWishlist-icon > a {
	position: relative;
	line-height: 1;
	font-size: 18px;
	font-weight: 400;
	color: #343434;
	border-radius: 0px;
	display: inline-block;
	}

.addToWishlist-icon > a i {
	margin: 0px 0px !important;
	}

.addToWishlist-icon > a:hover .fa,
.addToWishlist-icon > a:hover .far,
.addToWishlist-icon > a:hover .fas,
.addToWishlist-icon > a:hover {
	color: #E41B24;
	font-weight: 700;
	margin: 0px 0px !important;
	}

.csm-products-slider .addToWishlist-icon a span,
.csm-product-item .addToWishlist-icon a span {
    display: none !important;
    }

.csm-product-mask-container {
	left: 0px;
	z-index: 9;
	width: 100%;
	height: 100%;
	bottom: -110%;
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	align-items: center;
	justify-content: 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-item-inner:hover .csm-product-mask-container {
	bottom: 0px;
	}

.csmProduct-mask-content {
	position: relative;
	display: block;
	width: 100%;
	padding: 20px 30px;
	}

/* 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: #0080ff;
	vertical-align: top;
	display: inline-block;
    text-transform: none;
    border: 1px solid #0080ff;
	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: #6c6c6c;
    border-color: #6c6c6c;
    }

.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;
    }

.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;
	}

/* Sidebar */

.sidebar-container,
.mainContentAreaLeft {
    position: relative;
	order: 1;
	}
	
.mainContentArea,
.rightbar-container {
    position: relative;
	order: 2;
	}

.sidebar {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	}

.sidebar-filter-container {
	position: relative;
	display: block;
	color: #ffffff;
	padding: 40px 40px;
	border-radius: 0px;
	margin-bottom: 30px;
	background: #9C7856;
	}

/* Sidebar Nav */

.sideNav {
	position: relative;
	display: block;
    width: 100%;
    /*overflow: hidden;*/
	margin: 0px auto 0px;
	}

.accordion-btn-wrap {
	height: auto;
	text-align: right;
	top: 2px !important;
	}

.sidebarHeading {
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 25px;
	text-align: left;
    font-weight: 700;
	line-height: 1.4;
	margin-bottom: 15px;
	padding: 0px 0px 15px;
	border-bottom: 1px solid rgba(256, 256, 256, 0.5);
	}

.sideNav ul {
	position: relative;
	padding: 0px;
    font-size: 16px;
	text-align: left;
	overflow: hidden;
	margin: 0px auto;
	font-weight: 500;
	list-style-type: none;
	}
	
.sideNav ul>li {
	position: relative;
	display: block;
	margin-bottom: 10px;
	}

.sideNav ul>li>a {
	color: #ffffff;
	text-transform: capitalize;
	}
	
.sideNav>ul>li:last-child {
	margin: 0px 0px;
	}
	
.sideNav ul>li:hover>a, .sideNav ul>li.selected>a {
	color: #ffffff;
	text-decoration: underline;
	}

.sideNav ul>li.selected>a {
	font-weight: 600;
	}
/*Shop Detalis*/

.shop-top-container {
	position: relative;
	display: block;
	padding: 100px 0px 80px;
	}

/* Product Gallery Container */
	
.csm-productGalleryContainer {
	position: relative;
	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: 60.34%;
	background: #F3F3F3;
	}
	
.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;
	max-height: none !important;
	-o-object-fit: scale-down !important;
	object-fit: scale-down !important;
	-o-object-position: center !important;
	object-position: center !important;
	}
	
.thumbSliderBox {
	position: relative;
	display: block;
	width: 100%;
	padding: 25px 85px 0px 85px;
	}

.csm-productThumbSlider {
	margin: 0px -10px;
	}

.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: 5px 10px;
	text-align: center;
	margin: 0px 0px 0px;
	}
	
.csm-productThumbItem {
	position: relative;
	display: block;
	height: 0px;
	width: 100%;
	cursor: pointer;
    overflow: hidden;
	margin: 0px auto;
	padding-bottom: 60.34%;
	background: #F3F3F3;
	}

.slick-current .csm-productThumbItem {
    opacity: 1;
	outline: 1px solid #E53F29 !important;
	}
	
.csm-productThumbItem figure {
	position: absolute;
	padding: 0px;
	top: 0px;
    left: 0px;
	right: 0px;
	bottom: 0px;
    display: block;
    overflow: hidden;
	padding: 10px 10px;
    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;
	-o-object-fit: scale-down !important;
	object-fit: scale-down !important;
	-o-object-position: center !important;
	object-position: center !important;
	}

.thumbSliderBox .slick-prev {
	left: -75px;
	opacity: 0.6;
	}

.thumbSliderBox .slick-next {
	right: -75px;
	opacity: 0.6;
	}

/* .thumbSliderBox .slick-prev,
.thumbSliderBox .slick-next {
	width: auto;
	height: auto;
	opacity: 0.6;
	font-size: 22px;
	color: #333333;
	border: transparent;
	line-height: normal;
	background: transparent;
	}

.thumbSliderBox .slick-prev:hover,
.thumbSliderBox .slick-next:hover,
.thumbSliderBox .slick-prev:focus,
.thumbSliderBox .slick-next:focus {
	opacity: 1;
	color: #333333;
	background: transparent !important;
	} */

.csm-productSlideItem a { display: block;position: absolute;top: 0px;right: 0px; font-size: 20px;width: 100%;height: 100%;text-align: right;padding: 20px;opacity: 0;transition: all 0.2s linear;z-index: 1;}	

/* Product Details Box */

.csm-product-details-box {
    position: relative;
    display: block;
    width: 100%;
	font-weight: 400;
    padding: 0px 0px 0px 70px;
	}
	
.csm-product-details-box .csm-product-stock-wrapper {
	position: relative;
	inset: auto;
	margin-bottom: 15px;
	display: inline-block;
	}

.csm-product-details-box .csm-product-price-box {
	margin-bottom: 15px;
	}

.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;
	}

.csm-product-details-box .csm-product-price-box .price {
	justify-content: left;
	}

.csm-product-details-box .csm-product-price-box ins {
	margin-right: 15px;
	}

.csm-product-details-box .csm-product-price-box del bdi {
	font-size: 25px;
	}

.block-title {
	position: relative;
	display: block;
	font-size: 16px;
    line-height: 1.4;
	font-weight: 700;
	color: #171717;
	padding-bottom: 10px;
	}

.csm-product-details-box hr {
	margin: 20px 0px;
	height: 1px;
	}

.csm-product-quantity {
	position: relative;
	font-size: 0px;
	display: flex;
	color: #303030;
	overflow: hidden;
	max-width: 170px;
	padding: 0px 0px;
	border-radius: 3px;
	align-items: center;
	white-space: nowrap;
	margin: 0px !important;
	background: #F7F7F7;
	justify-content: space-between;
	border: 1px solid #929292 !important;
	}

.csm-product-quantity input[type=number]::-webkit-inner-spin-button,
.csm-product-quantity input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
	}

.csm-product-quantity input[type=number] {
	-moz-appearance: textfield;
	}

.csm-product-quantity input {
	position: relative !important;
	min-width: 40px !important;
	height: 48px !important;
	padding: 5px 15px !important;
	margin: 0 2px !important;
	font-weight: 500 !important;
	/*border: none !important;*/
	color: #343434 !important;
	font-size: 16px !important;
	max-width: 100% !important;
	overflow: hidden !important;
	box-shadow: none !important;
	line-height: 38px !important;
	text-align: center !important;
	border-radius: 0px !important;
	background: #F7F7F7 !important;
	display: inline-block !important;
	vertical-align: middle !important;
	border: 1px solid transparent !important;
	}

.csm-product-quantity input:focus {
	outline: 0;
	}

.quantity-button {
	position: relative;
	z-index: 2;
	display: flex;
	height: 53px;
	min-width: 45px;
	font-size: 12px;
	cursor: pointer;
	font-weight: 700;
	color: #343434;
	overflow: hidden;
	text-align: center;
	line-height: normal;
	align-items: center;
	justify-content: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	}

.quantity-button:hover {
	color: #E53F29 !important;
	background: transparent !important;
	}

.quantity-button.quantity-down {
	}

.quantity-button.quantity-up {
	}
	
.quantity-button:hover,
.quantity-button:focus {
	color: #9C7856;
	box-shadow: none;
	border-color: #F8F8F8;
	background-color: #F8F8F8;
	}

.quantity-button.quantity-down:hover,
.quantity-button.quantity-down:focus {
	}

.quantity-button.quantity-up:hover,
.quantity-button.quantity-up:focus {
	}

.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 {
    min-width: 180px;
    }

.csm-product-quantity-container .form-custom-select {
    min-width: 115px;
    }

.csm-product-quantity-container .row {
	margin: 0px -6px;
	}

.csm-product-quantity-container .row .col-md-12,
.csm-product-quantity-container .row .col,
.csm-product-quantity-container .row .col-auto {
	padding: 0px 6px;
	}

.csm-social-media {
	position: relative;
	display: block;
	padding: 5px 0px 0px;
	}
	
.csm-social-media ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	margin: 0px -12px;
	align-items: center;
	list-style-type: none;
	}
	
.csm-social-media ul li {
	padding: 0px 12px 10px;
	}

.csm-social-media h5 {
	font-family: "Inter", sans-serif;
	font-size: 16px;
	color: #343434;
	font-weight: 500;
	padding: 0px 5px 0px 0px;
	}

.csm-social-media ul li a {
	position: relative;
	display: block;
	font-size: 16px;
	color: #898989;
	}

.csm-social-media ul li a:hover {
	color: #E53F29;
	}

/* Add To Cart Button */

.addToCartBtn {	
	position: relative;
	z-index: 1;
    padding: 0px;
	display: block;
	font-size: 16px;
	font-weight: 600;
	margin: 0px auto;
	text-transform: none;
	}

.addToCartBtn a,
.addToCartBtn button,
.woocommerce button.button.alt {	
	position: relative;
	color: #ffffff;
	width: 100%;
	margin: 0px auto;
	line-height: 25px;
	padding: 14px 30px;
	text-align: center;
	border-radius: 5px;
	white-space: nowrap;
	vertical-align: top;
	background: #242424;
	display: inline-block;
	letter-spacing: 0.48px;
	text-transform: uppercase;
    border: 1px solid #242424;
	text-decoration: none !important;
	}

.addToCartBtn a:hover,
.addToCartBtn a:focus,
.addToCartBtn button:hover,
.addToCartBtn button:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus {
	color: #ffffff;
    background: #E4B03F;
    border-color: #E4B03F;
	}

.addToCartBtn button.disabled,
.woocommerce button.button.alt.disabled {
	color: #ffffff;
    border-color: #E4B03F !important;
	background: #E4B03F !important;
	}

.woocommerce div.product form.cart .reset_variations,
.screen-reader-text {
    display: none !important;
    }

/* 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: 30px;
	font-weight: 700;
	margin: 0px auto 0px;
	text-transform: none;
	}

.addToWishlistBtn a,
.viewProductBtn a,
.addToWishlistBtn button, 
.woocommerce .addToWishlistBtn a.button.add_to_wishlist, 
.woocommerce .addToWishlistBtn a.delete_item.button.alt {	
	position: relative;
	color: #101010;
	width: 55px;
	height: 55px;
	margin: 0px auto;
	line-height: 55px;
	padding: 0px 0px;
	text-align: center;
	border-radius: 52px;
	white-space: nowrap;
	vertical-align: top;
	background: transparent;
	display: inline-block;
    border: 1px solid transparent;
	text-decoration: none !important;
	}

.addToWishlistBtn .fa {
    vertical-align: middle;
	}

.addToWishlistBtn a:hover img,
.addToWishlistBtn button:hover img,
.viewProductBtn a:hover img,
.viewProductBtn button:hover img  {
	filter: invert(37%) sepia(97%) saturate(561%) hue-rotate(179deg) brightness(89%) contrast(90%);
	}

.addToWishlistBtn a:hover,
.addToWishlistBtn a:focus,
.viewProductBtn a:hover,
.viewProductBtn a:focus {
	color: #E53F29;
    background: transparent;
    border-color: transparent;
	}

/* .addToWishlistBtn button, 
.woocommerce .addToWishlistBtn a.button.add_to_wishlist, 
.woocommerce .addToWishlistBtn a.delete_item.button.alt {
    position: relative !important;
    min-width: 100%;
    white-space: nowrap;
    margin: 0px auto 0px;
    text-transform: none;
    z-index: 1 !important;
    color: #111111 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    text-align: center !important;
    border-radius: 0px !important;
    background: #ffffff !important;
    vertical-align: top !important;
    display: inline-block !important;
	padding: 9px 30px 9px !important;
    border: 1px solid #ffffff !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: 60px;
    height: 60px;
    font-size: 20px;
    padding: 15px 10px !important;
    background: #cfcfcf !important;
    border-color: #cfcfcf !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: #E53F29;
    background: transparent;
    border-color: transparent;
	}

.shop-tabs-section {
	padding: 80px 0px 40px;
	background: #F3F3F3;
	}

ul.nav-tabs.tabstyle2 {
	font-family: "Barlow Condensed", sans-serif;
	position: relative;
	display: flex;
	border: none;
	width: auto;
	padding: 0px;
	margin: 0px 0px;
	font-size: 34px;
	font-weight: 700;
	text-transform: none;
	list-style-type: none;
	justify-content: start;
	border-bottom: 1px solid #B8B8B8;
	}

ul.nav-tabs.tabstyle2 li.nav-item {
	position: relative;
	border: none;
	z-index: 1;
	margin: 0px 0px;
	line-height: 36px;
	padding: 0px 40px;
	}

ul.nav-tabs.tabstyle2 li.nav-item:first-child {
	padding-left: 0px;
	}

ul.nav-tabs.tabstyle2 li.nav-item a {
	position: relative;
	border: none;
	line-height: 1.1;
	color: #343434;
	margin: 0px auto;
	text-align: left;
	text-align: center;
	padding: 0px 0px 20px;
	border-bottom: none;
	background: transparent;
	border-radius: 0px 0px;
	text-transform: capitalize;
	text-decoration: none !important;	
	}

ul.nav-tabs.tabstyle2 li.nav-item a::before {
	position: absolute;
	left: 0px;
	width: 0px;
	height: 3px;
	content: '';
	bottom: -1px;
	background: #E4B03F;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

ul.nav-tabs.tabstyle2 li.nav-item a:hover::before,
ul.nav-tabs.tabstyle2 li.nav-item a.active:before {
	width: 100%;
	}

ul.nav-tabs.tabstyle2 li.nav-item a:hover,
ul.nav-tabs.tabstyle2 li.nav-item a.active {
    opacity: 1;
	color: #333333;
	background: transparent;
	}

.shop-tabs-body {
	position: relative;
	display: block;
	}

.tabs-shop-body {
	position: relative;
	display: block;
	font-size: 16px;
	padding: 50px 0px 40px;
	}

.tabs-shop-body h6 {
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 500;
	}

.shop-tabs-section .accordion-collapse.collapse.show {
	box-shadow: none !important;
	}

.shop-featured-section {
	padding: 100px 0px 80px;
	}

.shop-featured-section .pageTitle {
	padding-bottom: 20px;
	}

.product-slider {
	margin: 0px -15px;
	}

.product-slider .product-slide {
	padding: 20px 15px;
	}

.product-slider .product-slide .csm-product-item-inner {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
	}

/* Accordion Button */

.sideNav ul li.has-subnav .accordion-btn {
    font-size: 16px;
	color: #000000;
	text-align: right;
	height: auto !important;
	line-height: normal !important;
	}
	
.sideNav .accordion-btn-wrap.accordion-active .accordion-btn {
	color: #000000;
	text-align: right;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

@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; }
	}

.yith-woocommerce-ajax-product-filter.with-checkbox ul li.has-subnav ul li,
.yith-woocommerce-ajax-product-filter ul li {
	position: relative;
	display: block;
	padding: 0px;
    border: none !important;
	line-height: 24px !important;
	margin: 0px auto 15px !important;
	}

.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: #000000;
    display: block;
    padding: 0px 0px 0px 30px !important;
	}

.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;
    }
	
/* Pagination */

.pagination-wrapper {
	position: relative;
	display: block;
	padding: 20px 15px;
	text-align: center;
	border-radius: 50px;
	background: #F8F1F0;
	}

.pagination-row {
    justify-content: center;
    }
	
/* Pagination */

.pagination, .page-item .page-link {
	border-radius: 50px !important;
	}
	
.page-item:first-child .page-link {
	}
	
.page-item:last-child .page-link {
	}

.pagination {
    flex-wrap: wrap;
    margin: 0px -8px;
	align-items: center;
    }
	
.page-item {
    font-weight: 400;
	margin: 0px 8px;
	font-size: 16px;
	}
	
.page-link {
	position: relative;
	display: block;
	width: auto;
	height: auto;
	padding: 0px;
    border: none;
    color: #717171;
    font-weight: 400;
	margin: 0px auto;
	line-height: normal;
	text-align: center;
	background: transparent;
	}

.page-item.page-prev {
	margin-right: 15px;
	}

.page-item.page-next {
	margin-left: 15px;
	}

.page-item.page-prev .page-link,
.page-item.page-next .page-link {
	font-size: 18px;
    color: #717171;
    background: transparent;
	}
	
.page-item.disabled .page-link {
	opacity: 0.1;
	}
	
.page-link:hover,
.page-link:focus,
.page-item.active .page-link,
.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: #E53F29;
	background: transparent;
	}
	
.page-item.active .page-link {
	font-weight: 700;
	}

/* Content Area */

.contentArea {
	position: relative;
	display: block;
	margin: 0px auto;
	padding: 0px 0px;
	}

/* Content Style */

.inner-banner {
	position: relative;
	width: 100%;
    padding: 0px;
	display: block;
	margin: 0px auto;
	}

.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%;
	min-height: 275px;
	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;
	-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%;
	margin: 0px auto;
	}
	
.inner_banner_caption .captionContainer {
    position: relative;
	padding: 0px;
	padding-top: 10px;
	display: table-cell;
	vertical-align: middle;
	}
	
.inner_banner_caption .captionContainerInner {
	position: relative;
	display: block;
	margin: 0px;
	width: 100%;
	}

.inner_banner_caption .captionContainer .innerBannerHeading1 {
	line-height: 1;
	font-size: 85px;
	font-weight: 700;
	color: #06579c;
	padding-bottom: 5px;
	}

.breadcrumb-container {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px 0px;
	}

.nobanner .breadcrumb-container {
	text-shadow: none;
	background: #F3F3F3;
	padding: 20px 0px 10px;
	}
	
.breadcrumb-container ul {
	position: relative;
	display: block;
	color: #212529;
	font-weight: 600;
	margin: 0px auto;
	padding: 0px 0px;
	text-transform: none;
	list-style-type: none;
	}

.nobanner .breadcrumb-container ul {
	color: #717171;
	}
	
.breadcrumb-container ul li {
	position: relative;
	line-height: 24px;
	font-size: 16px;
	margin: 0px 0px;
	padding: 0px 0px;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0.36px;
	}

.nobanner .breadcrumb-container ul li {
	margin-bottom: 10px;
	}

.breadcrumb-container ul li:first-child {
	text-shadow: none;
	}

.breadcrumb-container ul li a {
	position: relative;
	display: block;
	margin: 0px 0px;
	padding: 0px 0px;
	font-weight: 400;
	overflow: hidden;
	line-height: 24px;
	color: #212529;
	}

.nobanner .breadcrumb-container ul li a,
.nobanner .breadcrumb-container ul li a:after {	
	color: #717171;
	}

.breadcrumb-container ul li a:after {
	content: '|';
	font-size: 16px;
	color: #212529;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 14px 0px 18px;
	}
	
.breadcrumb-container ul li a:hover,
.breadcrumb-container ul li.selected a,
.nobanner .breadcrumb-container ul li a:hover,
.nobanner .breadcrumb-container ul li.selected a {
	color: #06579c;
	}

.pageTitle {
	position: relative;
	display: block;
    width: 100%;
	color: #717171;
	margin: 0px auto;
	padding: 0px 0px 40px;
	}

.pageTitle h6 {
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #212529;
	padding-bottom: 15px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	}

.pageTitle h1,
.pageTitle h2 {
	line-height: 1;
	padding-bottom: 0px;
	}

.uppercase {
	text-transform: uppercase !important;
	}
	
.capitalize {
	text-transform: capitalize !important;
	}

.NoUppercase {
	text-transform: none !important;
	}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Barlow Condensed", sans-serif;
	position: relative;
	line-height: 1.1;
	font-size: 52px;
	margin: 0px 0px;
	font-weight: 700;
	color: #171717;
	text-transform: none;
	padding: 0px 0px 20px;
	}
	
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;
	}
	
h2, .h2 {
	font-size: 52px;
	}
	
h3, .h3 {
	font-size: 32px;
	}
	
h4, .h4 {
	font-size: 24px;
	}
	
h5, .h5 {
	font-size: 20px;
	}

h6, .h6 {
	font-size: 18px;
	}

p {
    margin: 0 0 15px;
	line-height: 1.6;
	}

p:last-child {
	margin: 0px 0px;
	}

p[align=center] {
    text-align: center !important;
    }

p[align=left] {
    text-align: left !important;
    }

p[align=right] {
    text-align: right !important;
    }

ul.ul-listing {
	display: block;
	padding: 0px;
	width: 100%;
	color: #555555;
	font-size: 16px;
	text-align: left;
	font-weight: 400;
	margin: 0px 0px 25px;
	list-style-position: inside;
	}

ul.ul-listing.text-center {
	text-align: center;
	}
	
ul.ul-listing li {
	position: relative;
	list-style-type: none;
	padding: 0px 0px 10px 20px;
	}
	
ul.ul-listing li:before {
	position: absolute;
    content: '';
	top: 11px;
	left: auto;
	width: 6px;
	height: 6px;
    font-size: 14px;
	font-weight: 900;
	margin-left: -20px;
    border-radius: 100%;
	background: #828282;
	}


ul.ul-listing li p {
	margin-bottom: 0px;
	}

ul.ul-listing ul {
	margin: 10px 0px 0px;
	}
	
.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;
	}
	
.bannerWrapper .img-holder {
    border-radius: 0 !important;
}

.inner-banner figure img {
    border-radius: 0 !important;
}

.slick-prev,
.slick-next {
	background: none;
	display: flex;
	z-index: 5;
	width: 50px;
	height: 50px;
	opacity: 0.8;
	font-size: 22px;
	color: #171717;
	border-radius: 50px;
	align-items: center;
	transition: all 0.3s;
	justify-content: center;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	background-position: center center;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	}

.slick-prev:before,
.slick-next:before {
	display: none;
	}
	
.slider-nav {
	margin-left: 0px;
	margin-right: 0px;
	}

.slick-prev {
	left: -100px;
	}

.slick-next {
	right: -100px;
	}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	opacity: 1;
	color: #fff;
	background: #06579c;
	border-color: #06579c;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.20);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	}

.slick-dots {
	width: 100%;
	z-index: 5;
	left: 0%;
	bottom: -30px;
	font-size: 0px;
	margin: 0px auto 0px;
	}
	
.slick-dots li {
	position: relative;
	width: 12px;
	height: 12px;
	margin: 0px 3px;
	overflow: hidden;
	border-radius: 100%;
	background: transparent;
	border: 1px solid transparent;
	-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: transparent;
	border-color: transparent;
	}
	
.slick-dots li button {
	padding: 0px;
	width: 100%;
	height: 100%;
	}

.slick-dots li button:before,
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
	-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;
	}

.slick-dots li button:before {
	line-height: 8px;
	font-size: 0px;
	content: '';
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	opacity: 0.2;
	overflow: hidden;
	border-radius: 100%;
	background: #000000;
	-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: #06579c;
	-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;
	}

/* Link Button */

.link-btn,
.link-btn1 {
	position: relative;
	z-index: 1;
	padding: 0px;
	display: block;
	font-size: 15px;
	margin: 0px auto 0px;
	}

.link-btn a,
.link-btn1 a {
	position: relative;
	color: #FFFFFF;
	min-width: 150px;
	font-weight: 600;
	line-height: 19px;
	padding: 13px 24px;
	text-align: center;
	border-radius: 5px;
	vertical-align: top;
	background: #06579c;
	display: inline-block;
	letter-spacing: 0.48px;
	text-transform: capitalize;
	border: 1px solid #06579c;
	text-decoration: none !important;
	}

.link-btn a:hover,
.link-btn1 a {
	color: #ffffff;
	background: #212529;
	border-color: #212529;
	}

.link-btn1 a:hover {
	color: #ffffff;
	background: #9C7856;
	border: 1px solid #9C7856;
	}

/* Footer Styles */

.footer-wrapper {
    position: relative;
    width: 100%;
    z-index: 7;
    padding: 0px 0px;
    margin: 0px auto;
    max-width: 1920px;
    background: #06579c;
    color: #ffff;
 }

/* Footer Top */

.footer-top {
    position: relative;
    display: block;
	font-size: 16px;
    font-weight: 400;
	overflow: hidden;
	color: #717171;
	line-height: 24px;
    padding: 100px 0px 70px;
	}

.footer {
	position: relative;
	}
	
.footer .row {
	position: relative;
	justify-content: space-between;
	}
	
.footer p {
	text-align: inherit;
	}
ul.social-list {
    list-style: none;
    display: flex;
    gap: 17px;
    padding-left: 0 !important;
    margin-top: 30px;
}
.social-list li a:hover i {
    background: #06579c;
    border-color: #fff;
}
.social-list li a i {
    margin-top: 0;
    position: relative;
    background: #434343;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    font-size: 15px;
    border-radius: 100px;
    line-height: 1 !IMPORTANT;
        border: 1px solid #06579c;
 
}

.ftcol.ftcol1 {
    width: 40%;
}
.ftcol {
	position: relative;
	float: left;
	width: auto;
	padding: 0px 15px;
	max-width: 56.3333%;
	}

/* Footer Head */
	
.footer-head {
	font-family: "Barlow Condensed", sans-serif;
	position: relative;
	display: block;
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	margin: 0px 0px 30px;
	}

/* Footer Contact Info Box */

.footer-contact-info-box {
    position: relative;
	display: block;
    width: 100%;
    padding: 0px;
    margin: 0px 0px;
	}

.footer-location,
.footer-linkBox {
    position: relative;
    display: block;
    color: #ffff;
    text-align: left;
    line-height: 26px;
    margin: 0px 0px 20px;
    padding: 0px 0px 0px 30px;
 }
	
.footer-contact-info-box .footer-location i,
.footer-contact-info-box .footer-linkBox i,
.footer-contact-info-box .footer-location img,
.footer-contact-info-box .footer-linkBox img {
	position: absolute;
	top: 5px;
	left: 0px;
	font-size: 16px;
	color: #fff;
	}

.footer-contact-info-box a {
    color: #fff;
 }
	
.footer-contact-info-box a:hover {
	color: #ffff;
	text-decoration: underline;
	}

/* Footer Nav */

ul.footer-nav {
    position: relative;
    display: block;
    padding: 0px;
    font-size: 16px;
    margin: 0px 0px;
    list-style-type: none;
    column-count: 2;
 }

ul.footer-nav li {
    position: relative;
	display: block;
	margin: 0px auto 10px;
	}

ul.footer-nav li a {
	position: relative;
	display: block;
	color: #ffff;
	}
	
ul.footer-nav li a:hover,
ul.footer-nav li.selected a {
    color: #ffff;
    text-decoration: underline;
 }

/* Footer Bottom */

.footer-bottom {
    position: relative;
    display: block;
	overflow: hidden;
	}

.bottomFoot-subGroup {
	position: relative;
	display: block;
	padding: 22px 0px;
	text-align: center;
	border-top: 1px solid #D2D2D2;
	}
	
/* Copyright */

.copyright {
	position: relative;
	display: block;
	font-size: 14px;
	margin: 0px auto;
	color: #fff;
	line-height: 25px;
	}

.floating-whatsapp {
	position: fixed;
	right: 10px;
	z-index: 991;
	bottom: 150px;
	font-size: 25px;
	font-weight: 700;
	}

.floating-whatsapp a {
	position: relative;
	display: block;
	color: #fff;
	width: 60px;
	height: 60px;
	padding: 15px;
	overflow: hidden;
	line-height: 40px;
	text-align: center;
	border-radius: 100%;
	background: #25D366;
	}

.floating-whatsapp .fab {
	display: block;
	position: relative;
	line-height: 28px;
	}

.floating-whatsapp a:hover {
	color: #fff;
	background: #01843b;
	}

/* Footer Payment Options */

ul.footer-payment-options {
	position: relative;
	display: block;
	padding: 0px;
    font-size: 0px;
	margin: 0px -4px;
	list-style-type: none;
	}
	
ul.footer-payment-options li {
    position: relative;
	padding: 0px 4px;
    font-size: 14px;
	line-height: 30px;
	margin: 5px auto 5px;
    display: inline-block;
    vertical-align: middle;
	}

ul.footer-payment-options li a,
ul.footer-payment-options li img {
	position: relative;
	overflow: hidden;
	display: block;
	}

ul.footer-payment-options li img {
    width: auto;
    max-height: 25px;
	}

/* Contact Info Container */

.contact-container {
	padding: 100px 0px;
	}

.contact-info-box {
	padding-bottom: 10px;
	}

.contact-info-box .pageTitle {
	padding-bottom: 30px;
	}

.contact-info-box .pageTitle h2 {
	padding-bottom: 15px;
	}

.company-innerinfo-box {
	color: #717171;
	margin: 0px 0px 45px;
	}

.company-innerinfo-box .row .col-auto {
	padding-right: 0px;
	}

.company-info-icon {
	position: relative;
	display: block;
	width: 42px;
	}

.company-info-icon img {
	max-width: 40px;
	}

.company-innerinfo-box h6 {
	font-family: "Inter", sans-serif;
	font-size: 16px;
	color: #171717;
	font-weight: 700;
	padding: 0px 0px 5px;
	text-transform: uppercase;
	}

.company-innerinfo-box a {
	color: #717171;
	}

.company-innerinfo-box a:hover {
	color: #E4B03F;
	text-decoration: underline;
	}

.map-container {
	position: relative;
	display: block;
	width: auto;
	height: 260px;
	overflow: hidden;
	border-radius: 0px;
	}

.map-container iframe {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	overflow: hidden;
	}

.zIndex2 {
	z-index: 2;
	}

/* Nice Select */

.NiceSelect {
	position: relative;
	display: flex;
	}

.NiceSelect span {
	position: relative;
	width: 100%;
	}

.NiceSelect select {
	display: none;
	}

.nice-select {
	width: 100%;
    height: 55px;
    font-size: 16px;
	color: #828282;
    border-radius: 5px;
    line-height: normal;
    background: #F3F3F3;
    border: 1px solid #C6C6C6;
    padding: 16px 50px 16px 22px;
	}

.nice-select,
.nice-select .list {
	font-size: 16px;
	font-weight: 400;
	color: #828282;
	border-radius: 5px;
	background: #F3F3F3;
	border: 1px solid #C6C6C6;
	}

.nice-select.open, .nice-select:active, .nice-select:focus, .nice-select:hover, .nice-selected .nice-select {
	border-color: #06579c;
	background-color: #ffffff;
	}

/* .nice-select .current {
	opacity: 1;
	font-weight: 500;
	color: #1F1F1F;
	} */

.nice-selected .nice-select .current {
	opacity: 1;
	font-weight: 400;
	color: #313131;
	}

.nice-select:after {
	font-family: "Font Awesome 6 Free";
	position: absolute;
	border: none;
	top: 50%;
	right: 30px;
	width: auto;
	height: auto;
	color: #000000;
	display: block;
	line-height: 1;
	font-size: 16px;
	content: "\f107";
	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: #06579c !important;!i;!;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	}

.nice-select.open:after {
	content: "\f106";
	}

.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: #FAFAFA;
	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: 16px;
	min-height: 40px;
	background: none;
	line-height: 30px;
	padding: 5px 20px;
	}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	color: #ffffff;
	background: #06579c;
	}

.nice-select .option.selected {
	font-weight: 400;
	}

.nice-select .option.disabled {
	opacity: 0.5;
	color: #ffffff;
	cursor: default;
	background-color: transparent;
	}

/* Contact Form */
	
.contactForm-container {
	box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
	}

.contactForm-container .pageTitle {
	padding: 24px 15px;
	background: #06579c;
	
	{}
	}

.contactForm {
	padding: 45px 70px;
	background: #ffffff;
	}

.form-group.floating-label label {
	position: absolute;
	top: 20px;
	left: 17px;
	width: auto;
	margin: 0px;
	z-index: 2;
	padding: 0px 5px;
	line-height: 1;
	font-size: 16px;
	background: none;
	color: #818181;
	pointer-events: none;
	background: transparent;
	text-transform: capitalize;
	transition: 0.2s ease all;
	}

.form-group.floating-label .focus label, 
.form-group.floating-label .not-empty label, 
.form-group.floating-label .focus + label, 
.form-group.floating-label .not-empty + label, 
.form-group.floating-label.focus label, 
.form-group.floating-label.not-empty label {
	top: -7px;
	font-size: 14px;
	padding: 0px 5px;
	color: #313131;
	opacity: 1 !important;
	background: #ffffff;
	}

.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: #EE2E24;
	}

.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: 55px;
	color: #313131;
	font-size: 16px;
	font-weight: 400;
	box-shadow: none;
	line-height: 24px;
	padding: 12px 22px;
	border-radius: 5px;
	background-clip: unset;
	background-image: none;
	border: 1px solid #C6C6C6;
	background-color: #F3F3F3;
	}

textarea.form-control {
	min-height: 90px;
	line-height: 24px;
	border-radius: 10px;
	height: auto !important;
	}
	
textarea {
	resize: none;
	}
	
.form-control:focus,
.form-control:hover,
.floating-label.not-empty .form-control {
	color: #313131;
	outline: none !important;
	border: 1px solid #06579c;
	background-color: #FFFFFF;
	-webkit-box-shadow: none;
	box-shadow: none;
	}
	
.form-control::-webkit-input-placeholder, ::-webkit-input-placeholder,
.form-control:-moz-placeholder, :-moz-placeholder,
.form-control::-moz-placeholder, ::-moz-placeholder,
.form-control:-ms-input-placeholder, :-ms-input-placeholder {
	opacity: 1;
    font-weight: 400;
	color: #818181;
	}
	
.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 {
	position: relative;
	display: block;
	width: auto;
	font-size: 16px;
	margin: 0px 0px;
	min-width: 180px;
	font-weight: 600;
	color: #ffffff;
	line-height: 19px;
	text-align: center;
	padding: 17px 32px;
	border-radius: 5px;
	letter-spacing: 0.48px;
	background: #06579c;
	text-transform: uppercase;
	border: 1px solid #06579c;
	-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:hover, .btn-primary.focus, .btn-primary:focus {color: #ffffff;background: #212529;border-color: #212529;box-shadow: none !important;}
.btn-primary.disabled, .btn-primary:disabled { color: #ffffff; background: #E4B03F; border-color: #E4B03F; 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: #E4B03F; border-color: #E4B03F; }
.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; }

/* 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::before {
	position: absolute;
	inset: 0px;
	z-index: 1;
	content: '';
	background-image: url(../images/thankyouBG.png);
	background-repeat: no-repeat;
	background-position: left center;
	}

.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-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;
	}
	
.thank-you-content-area .captionContainer {
	position: relative;
	display: table-cell;
	padding: 0px 0px;
	vertical-align: middle;
	}
	
.thank-you-content-area .thank-you-content {
	position: relative;
	display: block;
    width: 100%;
	font-size: 16px;
	margin: 0px 0px;
	color: #ffffff;
    max-width: 520px;
	}
	
.thank-you-content h1 {
	line-height: 0.9;
	font-size: 85px;
	color: #ffffff;
	padding-bottom: 30px;
	text-transform: capitalize;
	}

.thank-you-content p {
	margin: 0px 0px 40px;
	}

/* Scroll To Top */
	
#toTop {
	text-decoration: none;
	position: fixed;
	display: none;
	bottom: 70px;
	right: 10px;
	width: 40px;
	height: 40px;
	border: none;
	z-index: 1001;
	text-indent: 100%;
	background: url(../images/ui.totop.png) 0px 0px no-repeat;
	overflow: hidden;
	}

#toTopHover {
	background: url(../images/ui.totop.png) 0px -40px no-repeat;
	width: 40px;
	height: 40px;
	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 {
	background: #06579c;
	margin: 5px 0px 0px auto;
	}

.mean-container a.meanmenu-reveal {
	color: #06579c;
	padding: 2px 8px;
	}

.mean-container .mean-nav {
	margin-top: 81px;
	background: #101010;
	}
.mean-container .mean-nav {
    margin-top: 81px;
    background: #101010;
}
.mean-container .mean-nav ul li:hover > a, .mean-container .mean-nav ul li.selected > a {
	color: #ffffff !important;
	background: #06579c !important;
	}

.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: #101010;
	text-transform: uppercase;
	}
	.inspire-section ul {
		display: flex;
		align-items: center;
		list-style: none;
		padding-left: 0;
		align-content: center;
		justify-content: space-between;
	}
	
	.inspire-section ul li {
		display: flex;
		gap: 16px;
		align-content: center;
		align-items: center;
	}
	
	
	.inspire-section ul li .img img  {
		width: 46px;
	}
	
	.info h3 {
		padding-bottom: 0 !important;
	
	}.inspire-section {
    margin-top: 30px !important;
  
}.img {
    background: #06579c30;
    padding: 8px;
    border-radius: 6px;
}
 .img-holder {
    position: relative;
    display: block;
    width: 100%;
    height: 0px;
    overflow: hidden;
    padding-bottom: 100%;
    margin: 0px auto 0px;
}.img-holder figure {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin: 0px;
    text-align: center;
    padding: 0px;
}.img-holder figure img {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    z-index: 1;
    transition: all 0.6s ease;
    object-fit: cover;
    object-position: 50% 50%;border-radius:18px;
}
.inner-banner-img {padding-bottom: 22% !important;}
.aboutChoose-box .img-holder {padding-bottom: 80%;}
.value-box-icon{width: 80px;height: 80px;display: flex;align-items: center;justify-content: center;background-color: #F5F5F5;margin: 0 auto;border-radius: 50%;padding: 13px;z-index: 1;position: relative;}
.value-box-content{background-color: var(--white); box-shadow: 0px 30px 40px #00000012; border-radius: 20px; padding: 55px 30px 30px 30px; text-align: center; margin-top: -40px; }
.value-box-icon:after{content: ''; width: 66px; height: 66px; border: 5px solid #FFF; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 50%;}
.value-box-content h6{padding-bottom: 7px; font-weight: 500;}
.about-wrapper3.bg-img {
    background: #f5f5f5;
}

.value-box-content {
    background: #fff;
}

.inner-container-lg {
    padding: 100px 0px;
    position: relative;
    width: 100%;
}.value-box {
    margin-bottom: 45px;
}.main-container.pageClass.bg-gray {
    background: #f5f5f5;
}
.bg-gray .col-lg-12 {max-width: 1000px;margin: 0 auto;}
 .without-icon.about-wrapper3 h6 {
    margin-bottom: 15px !IMPORTANT;
}
 .without-icon.about-wrapper3 .value-box-icon {
    width: 100px;
    height: 100px;
}.value-box-icon:after {
    width: 85px  !important;
    height: 85px  !important;
}

.without-icon.about-wrapper3 .value-box-icon img {
    width: 55px !important;
    height: 55px !important;
}

.without-icon.about-wrapper3 h6 {
    font-size: 25px !important;
}

.main-container.pageClass.bg-blue {
    background: #06579c; color: #fff !important;
}
.main-container.pageClass.bg-blue  .pageTitle h1,  .main-container.pageClass.bg-blue  .pageTitle h2 {
    color: #ffff !important;
}.main-content-wrapper .main-container.pageClass.bg-blue:last-child {
    background: #e9ecef;
    color: #000 !important;
}
.footer-contact-info-box img {
    filter: invert(100%) sepia(100%) saturate(6%) hue-rotate(334deg) brightness(202%) contrast(102%);
}
.without-icon.about-wrapper3 .value-box-icon img {
    width: auto !important;
    height: auto !important;
    max-width: 55px ! IMPORTANT;
}

.about-wrapper3 .row.grid-20.gutters-15 {
    justify-content: center;
}
.banner_caption .captionContainer .bannerHeading1 p {
    line-height: 1.2;
}

.border-icon {
    padding: 13px;
    border-radius: 100px;
    border: 2px solid #E4B03F;
}

.inside-border:before {
    border: 3px dotted #E4B03F;
    content: ' ';
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-radius: 100px;
}

.icon-box-info .title-with-line {
    font-size: 24px;
    letter-spacing: 0.62px;
    color: #000000;
    width: auto;
    display: inline-block;
    padding-bottom: 25px;
}

.icon-box-info .title-with-line:after {
    content: '';
    background: var(--primary);
    display: block;
    width: 70px;
    height: 5px;
    border-radius: 100px;
    margin: 0 auto;
    margin-top: 19px;
}

.icon-box-icon {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 6px #00000029;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
 
    position: relative;
    border-radius: 100px;
}

.icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.icon-box-info {
    text-align: center;
    margin-top: 30px;
}

.icon-box-info h4 {
    font-size: 20px;
    padding-bottom: 18px;
}

.icon-box-info p {
    letter-spacing: 0.14px;
    font-size: 14px;
    padding: 0 24px;
}

.grid5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 26px;
    list-style: none; align-items: center;
    justify-content: center;
}
.icon-img-holder {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 12px;
    padding: 35px;
    display: flex

   
}

section.fullcontainer.our-services-process.color-scheme1 {
    background: #06579c2e;
}

.icon-img-holder .icon-box-icon {
    box-shadow: none !important;
}.value-box-icon:before {
    content: '';
    width: 76px;
    height: 76px;
    border: 5px solid #e5e5e5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 1;
}

.value-box-icon:after {
    background-color: #06579c;
}

.value-box-icon img {
    z-index: 1;
}
.main-container.pageClass.bg-blue h4 {
    color: #fff;
}
.main-content-wrapper .main-container.pageClass.bg-blue:last-child h4 {
   
    color: #000 !important;
}.icon-img-holder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box-icon {
    width: 100% !important;
}

.grid5 {
    padding-left: 0 !important;
}
/* =Media Queries
-------------------------------------------------------------- */

@media (max-width: 1799.98px) {
    }

@media (max-width: 1699.98px) {
    body, .nav>ul ul, .nav>ul ul ul, .thank-you-content-area .thank-you-content, .link-btn, .link-btn1, ul.footer-nav, .footer-top, .breadcrumb-container ul li, .company-innerinfo-box h6, .nice-select, .nice-select .list, .nice-select .option, .accordion-button, .pageTitle h6, ul.ul-listing, .clientItem-box, 
	.filter-showingText, .filter-select-text, .filter-select-box .nice-select, .csm-product-price-box, .csm-product-price-box bdi, .csm-product-price-box ins bdi, .page-item, .block-title, .addToCartBtn, .csm-social-media h5, .csm-social-media ul li a, .tabs-shop-body h6, .tabs-shop-body { font-size: 14px; }
	.container { max-width: 1000px; }
    .wide-container, .header-container { max-width: 1200px; }
    h1, .h1, h2, .h2, .pageTitle h1, .pageTitle h2 { font-size: 42px; }
    h3, .h3, ul.nav-tabs.tabstyle2 { font-size: 28px; }
    h4, .h4 { font-size: 20px; }
    h5, .h5 { font-size: 18px; }
    h6, .h6, .csm-product-name, .page-item.page-prev .page-link, .page-item.page-next .page-link { font-size: 16px; }
	.clientTop-box { font-size: 12px; }
	.logo { width: 300px; height: 76px; margin: 12px 0px 12px -55px; }
	.headerTopLinks>li a img { max-width: 28px; }
	.thank-you-content h1, .inner_banner_caption .captionContainer .innerBannerHeading1, .banner_caption .captionContainer .bannerHeading1 {font-size: 49px;}
	.link-btn a, .link-btn1 a { line-height: 18px; padding: 15px 30px; }
	.thank-you-content-area .thank-you-content { max-width: 450px; }
	.thank-you-content p { margin: 0px 0px 30px; }
	.footer-head { font-size: 22px; }
	.copyright { font-size: 13px; }
	.breadcrumb-container ul li a:after { font-size: 12px; margin: 0px 14px 0px 18px; }
	.form-control, .form-custom-select, .form-select { height: 50px; font-size: 14px; padding: 10px 22px; }
	.form-group.floating-label label { top: 16px; font-size: 14px; }
	.nice-select { height: 50px; }
	.form-group, .form-check { margin-bottom: 25px; }
	.map-container { height: 240px; }
	.btn-primary { font-size: 14px; line-height: 18px; padding: 15px 30px; }
	.nice-select::after { right: 20px; font-size: 14px; }
	.slick-prev, .slick-next { width: 48px; height: 48px; font-size: 20px; }
	.clientTop-box::before { width: 46px; height: 32px; }
	.missinVision-box { padding: 40px 40px; }
	.chooseBG-section img { max-height: 200px; }
	.filter-select-box .nice-select { padding: 18px 40px 18px 15px; }
	.csm-product-description-box > a { padding: 5px 30px 25px; }
	.product-btns-group a { font-size: 14px; line-height: 22px; padding: 13px 30px; }
	.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, .csm-product-details-box .csm-product-price-box del bdi { font-size: 20px; }
	.csm-product-quantity input { font-size: 14px !important; height: 45px !important; }
	.quantity-button { height: 48px; min-width: 40px; }
	.csm-product-quantity { max-width: 150px; }
	.addToCartBtn a, .addToCartBtn button, .woocommerce button.button.alt { line-height: 24px; padding: 12px 30px; }
	.addToWishlistBtn a, .viewProductBtn a, .addToWishlistBtn button, .woocommerce .addToWishlistBtn a.button.add_to_wishlist, .woocommerce .addToWishlistBtn a.delete_item.button.alt { width: 50px; height: 50px; line-height: 50px; }
	.banner_caption .captionContainerInner { max-width: 460px; }
	.homeBannerSlider .slick-dots { margin: 0px 0px 0px -590px; }
	.banner-slide figure img { min-height: 500px; }
	.homeTayer-pic img { max-width: 280px; }
	.homeTop-info .pageTitle h2 { font-size: 52px; }
	.homeNum-box a { font-size: 30px; }
	.homeJCB-pic img { max-width: 650px; }
	.homeNum-box a i { font-size: 22px; }
	.homeService-grid { padding: 30px 30px 0px; }
	.homeService-itemBox a { font-size: 13px; }

	}

@media (max-width: 1499.98px) {
	.homeJCB-pic { margin: 0px -100px -150px 0px; }
	.homeJCB-pic img { max-width: 600px; }
	.homeTayer-pic img { max-width: 220px; }
	.homeTop-info { padding: 0px 0px 0px 100px; }
	
    }

@media (max-width: 1399.98px) {
	.contact-container, .otherService-section, .main-container, .someWork-section, .clientFeedback-section, .missin-vision-section, .homeChoose-section, .homeIntro-section, .homeService-section { padding: 70px 0px; }
	.custom-container, .shop-container, .shop-top-container { padding: 70px 0px 50px; }
	.footer-top { padding: 70px 0px 40px; }
	.bottomFoot-subGroup { padding: 18px 0px; }
	.inner-banner figure img { min-height: 190px; }
	.pageTitle { padding: 0px 0px 30px; }
	.accordion-item { margin-bottom: 20px; }
	.accordion-button { padding: 22px 60px 22px 30px; }
	.accordion-button::after { width: 18px; height: 16px; }
	.serviceItem { margin-bottom: 50px; }
	.slick-prev { left: -50px; }
	.slick-next { right: -50px; }
	.chooseBG-section img { max-height: 150px; }
	.shop-tabs-section { padding: 60px 0px 30px; }
	.homeJCB-pic { margin: 0px -50px -100px 0px; }
	.homeJCB-pic img { max-width: 520px; }
	.homeTop-info .pageTitle h2 { font-size: 48px; }
	.homeService-grid { padding: 20px 15px 0px; }
	.homeService-contentInfo { padding: 20px 15px; }
	.homeService-section .urlBtn.pt50 { padding-top: 25px !important; }


	}

@media (max-width: 1299.98px) {
	.logo { width: 250px; height: 64px; margin: 18px 0px; }
	.thank-you-container figure::before { left: -100px; }
	.someWork-slider { margin-bottom: 50px !important; }
	.someWork-slider .slick-dots { bottom: -50px; }
	.someWork-slider .slick-dots li button:before { background: #ffffff; }
	.homeJCB-pic { margin: 0px 0px -100px 0px; }
	}

@media (max-width: 1199.98px) {
	#pageHeaderWrapper { position: relative; top: auto; left: auto; }
	.logo { width: 200px; height: 51px; margin: 15px 0px; }
    .headerTop.active .nav-wrapper { z-index: 1111; }
    .mean-container a.meanmenu-reveal { top: 23px; right: 0px !important; }
    .headerTop.active .mean-container .mean-nav { height: 367px; overflow: hidden; }
	.topRightHeader { position: absolute; left: 0px; top: 0px; width: 100%; justify-content: end; padding: 31px 70px 31px 0px; }
	.nav-wrapper { margin: 0px 0px; order: 3; position: absolute; top: 0px; right: 0px; float: none; width: 100%; }
	.headerTopLinks>li a img { max-width: 22px; }
	.headerTopLinks>li.headerCart-menu a span { right: -12px; top: -12px; width: 22px; height: 22px; font-size: 9px; line-height: 22px; }
	.headerTopLinks { margin: 0px -8px; }
	.headerTopLinks>li { padding: 0px 8px; }
	.contactForm { padding: 45px 20px; }
	.inner-banner figure img { min-height: 150px; }
	.service-info, .serviceListing .serviceItem:nth-child(even) .service-info, .sdt-section, .aboutIntro-content, .homeChoose-content, .csm-product-details-box, .homeIntro-content {padding: 0px;}
	.csm-products-listing, .woocommerce .products ul, .woocommerce ul.products { margin: 0px -10px; }
	.csm-product-item, .woocommerce ul.products li.product, .woocommerce-page ul.products li.product { padding: 0px 10px; margin: 0px 0px 20px; }
	.homeBannerSlider .slick-dots { text-align: center; margin: 0px 0px; left: 0px; right: 0px; bottom: 30px; justify-content: center; }
	.banner-slide figure img { min-height: 400px; }
	.banner_caption .captionContainerInner { padding: 40px 0px 0px; }
	.homeTayer-pic { display: none; }
	.homeTop-info { padding: 0px 0px; }
	.homeJCB-pic img { max-width: 400px; width: 100%; }
	.homeTop-section { padding: 60px 0px; }
	.videoGroup-box a img { max-width: 100px; }
	.homeService-grid .row .col-lg-2 { width: 50%; }.grid5 {
    grid-template-columns: repeat(4, 1fr);
}
	}

/* Portrait tablets and medium desktops */
@media (max-width: 991.98px) {
	.thank-you-content h1, .inner_banner_caption .captionContainer .innerBannerHeading1, .banner_caption .captionContainer .bannerHeading1 { font-size: 50px; line-height: 1; padding-bottom: 25px; }
	.thank-you-content-area { position: relative; inset: auto; background: #444444; padding: 50px 0px; }
	.thank-you-content-area .thank-you-content, .ctc-wrapperSection .contactForm-container { max-width: 100%; }
	.footer-bottom .row .col-auto { width: 100%; }
	.footer-bottom { text-align: center; }
	.map-container { margin-bottom: 40px; }
	.contactForm-container .pageTitle { padding: 20px 15px; }
	.contactForm, .ctc-wrapperSection .contactForm { padding: 30px 15px; }
	.inner-banner figure img { min-height: 100px; }
.inner-banner-img {
    padding-bottom: 40% !important;
}
	.inner_banner_caption .captionContainer .innerBannerHeading1 { padding-bottom: 10px; }
	.accordion-button { padding: 20px 50px 20px 15px; }
	.accordion-body { padding: 20px 15px; }
	.service-pic-container, .imgWrapper, .imgBlock-wrapper, .filter-plugin, .csm-productGalleryContainer, .homeIntro-picBox { margin-bottom: 25px; }
	.serviceListing .serviceItem:nth-child(even) .service-order1 { order: 1; }
	.serviceListing .serviceItem:nth-child(even) .service-order2 { order: 2; }
	.serviceListing .serviceItem:last-child { margin-bottom: 15px; }
	.serviceLeft-info .urlBtn.pt25 { padding: 0px 0px 15px !important; }
	.clientItem-box { padding: 20px 15px; }
	.missinVision-box { padding: 30px 15px; height: auto; margin-bottom: 30px; }
	.missin-vision-section { padding: 70px 0px 40px;}
	.homeChoose-grouping { max-width: 100%; }
	.chooseBG-section { display: none; }
	.choose-iconBox img { max-width: 30px; }
	.choose-iconBox { width: 35px; }
	.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, .csm-product-details-box .csm-product-price-box del bdi { font-size: 16px; }
	.shop-tabs-section { padding: 60px 0px; }
	.banner_caption { position: relative; inset: 0px 0px;}
	.bannerWrapper {background: #06579c24;}
	.banner_caption .captionContainerInner { padding: 30px 0px 60px; max-width: 100%; }
	.homeBannerSlider .slick-dots { bottom: 20px; }
	.homeJCB-pic { margin: 0px 0px 25px; text-align: center; }
	.homeTop-section { padding: 40px 0px; }
	.homeTop-info .pageTitle h2 { font-size: 40px; }
	.videoGroup-box a img { max-width: 70px; }
	.homeIntro-content .link-btn.pt30 { padding-top: 10px !important; }
	.banner-slide figure img { min-height: 150px; }
	.homeService-section .pageTitle.pb0 { padding-bottom: 25px !important; }




    .grid5 {
        grid-template-columns: repeat(3, 1fr);
    }

.icon-img-holder {padding: 15px !important}

	.tab-holder.TabsAccordion .tab-content > .tab-pane { display: block !important; opacity: 1; margin-bottom: 10px; } 
	.tab-holder.TabsAccordion .tab-content > .tab-pane:last-child { margin-bottom: 0px; } 
	.tab-holder.TabsAccordion .nav-tabs { display: none; }
	.accordion-header { position: relative; z-index: 2; padding: 0px; border-bottom: none; text-transform: none; margin-bottom: 0px !important;	background-color: transparent; }
	.accordion-header a { position: relative; display: block; color: #ffffff; font-size: 14px; font-weight: 600; line-height: 26px; background: #333333; border: 1px solid #333333; border-width: 1px 1px 0px 1px; padding: 14px 60px 14px 20px; border-radius: 5px !important; text-decoration: none !important; }
	.accordion-header a:after { font-family: "Font Awesome 6 Free"; position: absolute; content: "\f105"; top: 50%; right: 15px; font-size: 16px; font-weight: 900; line-height: 30px; transform: translateY(-50%); }
	.accordion-header a[aria-expanded="true"] { color: #ffffff; background: #E4B03F; border-color: #E4B03F; }
	.accordion-header a:hover:after, .accordion-header a[aria-expanded="true"]:after { content: "\f107"; }
	.tabs-shop-body { padding: 20px 0px; }
	}

@media (min-width: 992px) {	
	.tab-holder.TabsAccordion .collapse { display: block; } 
	.tab-holder.TabsAccordion .accordion-header { display: none; } 
	}

/* Landscape phones and portrait tablets */
@media (max-width: 767.98px) {
	.inner-container-lg {
    padding: 70px 0px;
    position: relative;
    width: 100%;
}
.homeChoose-content {
    padding-top: 20px;
}
	.thank-you-content h1 { font-size: 34px !important; }
    h1, .pageTitle h1, .pageTitle h2, .thank-you-content h1, .banner_caption .bannerHeading1, .inner_banner_caption .innerBannerHeading1 { font-size: 28px !important; letter-spacing: 0px !important; }
	h2 { font-size: 28px; letter-spacing: 0px !important; }
	h3 { font-size: 24px; letter-spacing: 0px !important; }
	h4 { font-size: 18px; letter-spacing: 0px !important; }
	h5 { font-size: 16px; letter-spacing: 0px !important; }
	h6 { font-size: 14px; letter-spacing: 0px !important; }
	.ftcol { width: 100%; max-width: 100%; margin-bottom: 20px; }
	.footer-top { padding: 50px 0px 20px; }
	.footer-head { font-size: 22px; margin: 0px 0px 25px; }
	.ftcol.ftcol2 { margin-bottom: 15px; }
	.company-info-icon { width: 32px; }	
	.company-info-icon img { max-width: 30px; }
	.company-innerinfo-box { margin: 0px 0px 25px; }
	.csm-product-item, .woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 50%; }
	.thumbSliderBox { padding: 20px 75px 0px 75px;  }
	.thumbSliderBox .slick-prev { left: -65px; }	
	.thumbSliderBox .slick-next { right: -65px; }
	.csm-social-media ul { margin: 0px -8px; }
	.csm-social-media ul li { padding: 0px 8px 8px; }
	.homeNum-box a { font-size: 20px; }
	.homeNum-box a i { font-size: 16px; margin: -4px 6px 0px 0px; }
	.homeService-grid .row .col-lg-2 { width: 100%; }
	.homeService-grid .row .col-lg-2:nth-child(even) .homeService-pic-container { order: 1; }
	.homeService-content { min-height: auto; height: auto; }
	.homeService-itemBox a { display: block; }
	.homeService-contentInfo { padding: 40px 15px; }
	.homeService-pic-container { min-height: auto; padding-bottom: 82.27%; }


.inspire-section ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}


ul.footer-nav {
    column-count: 1;
}

.ftcol.ftcol1 {
    width: 100% !important;

}
.grid5 {
        grid-template-columns: repeat(2, 1fr);
    }
    }

@media (max-width: 575.98px) {	
	.smNone { display: none !important; }
	.mobileHeader-links { display: block; }
	.mobileHeader-links ul.headerTopLinks li { width: 25%; text-align: center; padding: 0px 15px; margin: 0px 0px; }
	.headerTopLinks>li a { width: auto; height: auto; background: transparent; padding: 10px 10px; }
	.mobileHeader-links.hideBox { opacity: 0; visibility: hidden; }
	.csm-product-item, .woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 100%; }
	.twoCol-listing { column-count: 1; }
	.peoplePic-container { height: 52px; width: 52px; }
	.clientTop-box::before { width: 25px; height: 18px; }
	.clientTop-box { padding-right: 35px; margin-bottom: 15px; }
	.filter-box-bottom .filter-showingText { text-align: center; margin-bottom: 10px; }
.icon-img-holder {padding: 10px !important}
	}

@media (max-width: 480px) {
	.missinVision-box .row .col-auto {}
	}

@-ms-viewport{ width: auto !important; }.main-content-wrapper .main-container.pageClass.bg-blue:last-child .pageTitle h2 {
        color: #06579c !important;
}

.clientTop-box h6 {
    display: none;
}