@charset "utf-8";
/**=========================================================
 * Theme Name   :  Asahi Procurement
 * Author       :  Amit Suthar
 * Description  :  October 2024
 * File Name	:  style.css
=========================================================**/

/* Global Styles */

:root { 
	--primary: #1A1A1A; /*Primary Color*/
	--secondary: #044199; /* Secondary Color*/
	--white: #ffffff; /*White*/
	--black: #000000; /*Black*/

	--alternate: #FFC100; /* Alternate Color*/
	--background1: #F2FAFE; /* Background Color*/
	--background2: #FAFAFA; /* Background Color*/	

	--fontStyle1: "Open Sans", sans-serif;
	--fontStyle2: "Oswald", sans-serif;
	}

.primary { color: var(--primary) !important;}
.secondary { color: var(--secondary) !important;}
.white { color: var(--white) !important; }
.black { color: var(--black) !important; }
.alternate { color: var(--alternate) !important; }
.alternate1 { color: var(--alternate1) !important; }
.alternate2 { color: var(--alternate2) !important; }
.alternate3 { color: var(--alternate3) !important; }


.background1 { background-color: var(--background1) !important; }
.background2 { background-color: var(--background2) !important; }
.background3 { background-color: var(--background3) !important; }

.fontStyle1 { font-family:var(--fontStyle1) !important; }
.fontStyle2 { font-family:var(--fontStyle2) !important; }

*, *: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: var(--fontStyle1);
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	color: var(--primary);
	-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: var(--secondary); /* Safari */
	color: #ffffff;
	}
	
::-moz-selection {
	background: var(--secondary); /* 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: var(--secondary);
	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: var(--black);
	}

: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;
	display: flex;
	margin: 0px auto;
	max-width: 1920px;
	flex-flow: column;
	background: #ffffff;
    height: 100vh !important;
	}
	
body,
#wrapper,
.footer-wrapper {
	opacity: 0;
	}

.pageClass {
	position: relative;
	display: block;
	}

.container,
.wide-container,
.header-container,
.extraWide-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
	max-width: 1180px;
	padding: 0px 15px;
	}

.header-container,
.wide-container {
    max-width: 1430px;
	}

.extraWide-container {
    max-width: 1490px;
	}

/* 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;
	}

.is-sticky #pageHeader {
	left: auto;
	max-width: 1920px;
	background: var(--white);
	box-shadow: 0px 0px 5px #efefef;
	}

/* Top Header Container */

.topHeaderContainer {
	position: relative;
	display: block;
	margin: 0px auto;
    }

/* Logo */
	
.logo {
	position: relative;
	display: flex;
    float: left;
	width: 341px;
	height: 81px;
	z-index: 1001;
	overflow: hidden;
	margin: 10px 0px;
	}

.logo a {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	}

.logo img {
	position: relative;
	display: block;
	height: auto;
	max-width: 100%;
	}

/* Top Right Header */
	
.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;
	}
	
/* Nav */
	
.nav-wrapper {
	position: relative;
	display: block;
	margin: 0px 0px 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%;
	font-size: 18px;
	flex-wrap: wrap;
	margin: 0px auto;
	list-style-type: none;
	justify-content: center;
	}
	
.nav>ul>li {
    position: relative;
	display: block;
	height: 100%;
    margin: 0px 22px;
	}

.nav>ul>li>a {
	position: relative;
	display: block;
	height: 100%;
	line-height: 24px;
	padding: 38px 15px;
	color: var(--primary);
	-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: "\f107";
	font-size: 12px;
	right: 1px;
	top: 50%;
    z-index: 2;
	height: 20px;
	font-weight: 900;
	margin-top: -10px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	} */

.nav>ul>li>a:before {
	position: absolute;
	display: block;
	z-index: 1;
	left: 50%;
	right: 50%;
	width: 0px;
	content: '';
	height: 5px;
	bottom: -3px;
	overflow: hidden;
	border-radius: 1.5px;
	background: var(--alternate);
	-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: var(--secondary);
	-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: 600;
	}

.nav>ul ul,
.nav>ul ul ul {
	position: absolute;
	top: 100%;
	opacity: 0;
	width: 100%;
	left: -35px;
	font-size: 16px;
    font-weight: 500;
	min-width: 270px;
	text-align: left;
	padding: 0px 0px;
	visibility: hidden;    
    text-transform: none;
	margin: 30px 0px 0px 0px;
	background: var(--white);
	border-radius: 0px 0px 20px 20px;
	-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;
	line-height: 19px;
	padding: 18px 35px;
	border-radius: 0px;
	color: var(--alternate3);
	text-transform: capitalize;
	}

.nav>ul ul>li:last-child a {
	border-radius: 0px 0px 20px 20px;
	}

.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: var(--white);
    background: var(--alternate);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

/* Banner Styles */

.bannerWrapper {
	position: relative;
	display: block;
	width: 100%;
	z-index: 3;
	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::before {
	position: absolute;
	inset: 0px;
	z-index: 1;
	content: '';
	width: 100%;
	background: rgba(0, 0, 0, 0.11);
	}

.banner-slide figure img {
    position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.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;
	width: 100%;
	height: 100%;
	margin: 0px auto;
	}
	
.banner_caption .captionContainer {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	}
	
.banner_caption .captionContainerInner {
	position: relative;
	display: block;
	width: 100%;
	font-size: 16px;
	padding: 0px 0px;
	margin:  0px auto;
	max-width: 1140px;
	text-align: center;
	}

.banner_caption .captionContainer .bannerHeading1 {
	font-size: 68px;
	color: var(--white);
	padding-bottom: 40px;
	letter-spacing: 3.4px;
	text-transform: uppercase;
	}

.bannerLogo {
	margin: 0px auto;
	max-width: 685px;
	}

.bannerLogo img {
	border-radius: 20px;
	}
/* 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; }
.pt70 { padding-top: 70px !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; }

.pr0 { padding-right: 0px !important;}
.pl10 { padding-left: 10px !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; }

.row.grid-15 { margin-top: -15px; margin-bottom: -15px; margin-left: -15px; margin-right: -15px; }
.grid-15>.col, .grid-15>[class*="col-"] { padding-top: 15px; padding-bottom: 15px; }
.gutters-15>.col, .gutters-15>[class*="col-"] { padding-right: 15px; padding-left: 15px; }
.row.grid-20 { margin-top: -20px; margin-bottom: -20px; margin-left: -20px; margin-right: -20px; }
.grid-20>.col, .grid-20>[class*="col-"] { padding-top: 20px; padding-bottom: 20px; }
.gutters-20>.col, .gutters-20>[class*="col-"] { padding-right: 20px; padding-left: 20px; }
.row.grid-25 { margin-top: -25px; margin-bottom: -25px; margin-left: -25px; margin-right: -25px; }
.grid-25>.col, .grid-25>[class*="col-"] { padding-top: 25px; padding-bottom: 25px; }
.gutters-25>.col, .gutters-25>[class*="col-"] { padding-right: 25px; padding-left: 25px; }

.row.grid-42 { margin-top: -25px; margin-bottom: -25px; margin-left: -42px; margin-right: -42px; }
.grid-42>.col, .grid-42>[class*="col-"] { padding-top: 25px; padding-bottom: 25px; }
.gutters-42>.col, .gutters-42>[class*="col-"] { padding-right: 42px; padding-left: 42px; }

.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: scale-down; object-position: 50% 50%; } 
.img-holder.img-cover figure img { object-fit: cover; } 

/* Main Content Wrapper */

.main-content-wrapper {
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	max-width: 1920px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}
	
.nopadding {
	padding: 0px !important;
	}

/* Main Container */
	
.main-container {
	width: 100%;
	padding: 110px 0px;
	}

.section-container,
.section-container-full {
	position: relative;
	display: block;
	width: 100%;
	padding: 100px 0px 70px;
	}

.section-container-full {
	padding: 110px 0px;
	}

/*Home*/	

.radius20 {
	border-radius: 20px;
	}

.homeIntro-section .img-holder {
	padding-bottom: 87%;
	}

.homeIntro-content {
	padding-left: 70px;
	}

.homeIntro-content p {
	margin-bottom: 30px;
	}

.homeIntro-content p:last-child {
	margin-bottom: 0px;
	}

.responsible-title {
	padding-bottom: 40px;
	}
	
.responsible-title h3 {
	font-family: var(--fontStyle1);
	line-height: 1;
	font-size: 60px;
	font-weight: 600;
	padding-bottom: 40px;
	letter-spacing: normal;
	color: var(--secondary);
	}

.imgCaption {
	position: absolute;
	z-index: 1;
	right: 40px;
	bottom: 40px;
	font-weight: 700;
	color: var(--white);
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.40);
	}

.homeSection3 .img-holder {
	padding-bottom: 65.69%;
	}

.homePolicy-section {
	background: var(--secondary);
	background-repeat: no-repeat;
	background-position: bottom center;
	}

.homePolicy-content {
	padding-right: 50px;
	}

.img-holder.homePolicy-img {
	padding-bottom: 65.69%;
	}

.homePolicy-content h3 {
	font-size: 40px;
	line-height: 1.25;
	padding-bottom: 30px;
	text-transform: uppercase;
	}

.homePolicy-sectionBottom {
	background-repeat: no-repeat;
	background-position: top left;
	}

/*Supplier Information*/

.midQuote-section {
	font-size: 26px;
	font-weight: 600;
	padding: 50px 0px;
	}

.global-policiesBox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 15px;
	border: 1px solid #F2F2F2;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.global-policiesBox:hover {
	box-shadow: 0px 12px 25px 0px rgba(0, 0, 0, 0.05) !important;
	}

.global-policiesBox a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: var(--primary);
	}

.global-policiesBox .img-holder {
	padding-bottom: 67.72%;
	}

.global-policie-content {
	padding: 30px 25px;
	text-align: center;
	}

.global-policie-content h5 {
	font-family: var(--fontStyle1);
	padding: 0px 0px;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.35;
	margin-bottom: 25px;
	letter-spacing: 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;
	}

.global-policiesBox a:hover h5 {
	color: #0064C5;
	text-decoration: underline;
	}

.faq-section {
	background: var(--secondary);
	background-repeat: no-repeat;
	background-position: bottom center;
	}

.accordion {
	padding-top: 25px;
	}

.accordion-item {
	border: none;
	overflow: visible;
	margin-bottom: 30px;
	background: transparent;
	border-radius: 0px !important;
	}

.accordion .accordion-item:last-child {
	margin: 0px 0px;
	}

.accordion-button {
	z-index: 2;
	border: none;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	color: var(--primary);
	background: var(--white);
	padding: 17px 60px 17px 40px;
	border-radius: 8px !important;
	box-shadow: none !important;
	outline: none !important;
	}

.accordion-button:not(.collapsed) {
	box-shadow: none;
	color: var(--white);
	background: var(--alternate);
	border-radius: 8px !important;
	}

.accordion-button::after {
	font-family: "Font Awesome 6 Free";
	content: "\f0d7";
	font-size: 18px;
	font-weight: 900;
	line-height: 16px;
	text-align: center;
	margin-right: -40px;
	color: var(--primary);
	background-image: none !important;
	}

.accordion-button:not(.collapsed)::after {
	color: var(--white);
	}

.accordion-body {
	position: relative;
	display: block;
	margin-top: -10px;
	padding: 40px 40px;
	color:  var(--primary);
	background: var(--white);
	border-radius: 0px 0px 8px 8px;
	}

.sapAriba-section {
	padding-bottom: 60px;
	background-repeat: no-repeat;
	background-position: top left;
	}

h4.sapAriba-subTitle {
	font-family: var(--fontStyle1);
	font-size: 26px;
	font-weight: 600;
	padding: 0px 0px;
	line-height: 1.3;
	letter-spacing: normal;
	}

.sap-platformGrid {
	margin-bottom: 50px !important;
	}

.sap-platformBox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 16px;
	background: var(--white);
	}

.sap-platformBox a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	}

.sap-platformBox .img-holder {
	padding-bottom: 67.72%;
	background: var(--secondary);
	}

.sap-platform-info {
	padding: 35px 25px;
	text-align: center;
	}

.sap-platform-info h5 {
	font-family: var(--fontStyle1);
	font-size: 22px;
	padding: 0px 0px;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: normal;
	}

.sap-platformBox a:hover .sap-platform-info h5, .global-policie-content a:hover {
	color: #0064C5;
	text-decoration: underline;
	}

/* Content Style */

.breadcrumb-container {
	position: relative;
	display: block;
	width: 100%;
	font-size: 17px;
	padding: 9px 0px;
	background: var(--secondary);
	}

.breadcrumb-container ul {
	position: relative;
	display: block;
	font-weight: 600;
	margin: 0px auto;
	padding: 0px 0px;
	color: var(--white);
	list-style-type: none;
	}
	
.breadcrumb-container ul li {
	position: relative;
	margin: 0px 0px;
	padding: 5px 0px;
	display: inline-block;
	vertical-align: middle;
	}

.breadcrumb-container ul li a {
	position: relative;
	display: block;
	margin: 0px 0px;
	padding: 0px 0px;
	font-weight: 400;
	overflow: hidden;
	color: #CCCCCC;
	}

.breadcrumb-container ul li a:after {	
	font-family: "Font Awesome 6 Free";
	content: "\f101";
	font-size: 16px;
	font-weight: 700;
	color: var(--white);
	display: inline-block;
	vertical-align: middle;
	margin: -2px 15px 0px 20px;
	}
	
.breadcrumb-container ul li a:hover,
.breadcrumb-container ul li.selected a {
	opacity: 1;
	color: var(--white);
	}

.pageTitle {
	position: relative;
	display: block;
    width: 100%;
	font-size: 20px;
	margin: 0px auto;
	padding: 0px 0px 30px;
	color: var(--primary);
	}

.pageTitle h1,
.pageTitle h2 {
	line-height: 1.1;
	padding-bottom: 0px;
	text-transform: uppercase;
	}

.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:var(--fontStyle2);
	position: relative;
	line-height: 1.1;
	font-size: 50px;
	margin: 0px 0px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: none;
	padding: 0px 0px 20px;
	color: var(--primary);
	}
	
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;
	color: var(--alternate);
	}
	
h2, .h2 {
	font-size: 50px;
	}
	
h3, .h3 {
	font-size: 30px;
	}
	
h4, .h4 {
	font-size: 25px;
	}
	
h5, .h5 {
	font-size: 20px;
	}

h6, .h6 {
	font-size: 16px;
	}

p {
    margin: 0 0 20px;
	line-height: 1.6;
	letter-spacing: -0.32px;
	}

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%;
	font-size: 18px;
	text-align: left;
	font-weight: 400;
	margin: 0px 0px 25px;
	color: var(--primary);
	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 20px 40px;
	}
	
ul.ul-listing li:last-child {
	padding-bottom: 0px;
	}

ul.ul-listing li:before {
	position: absolute;
	top: 8px;
	left: auto;
    content: '';
	width: 19px;
	height: 16px;
	margin-left: -40px;
	background-image: url(../images/leef-icon.png);
	background-repeat: no-repeat;
	}

ul.ul-listing li ul>li {
	padding-bottom: 10px;
	}

ul.ul-listing li ul>li:before {
	top: 3px;
	font-size: 12px;
	content: '\f058';
	}

ul.ul-listing li p {
	margin-bottom: 0px;
	}

ul.ul-listing ul {
	padding-left: 0px;
	margin: 15px 0px 0px;
	}

/* Slick Slider */

.slick-dotted.slick-slider {
	margin-bottom: 0px;
	}
	
.slick-slide > div {
	position: relative;
	display: block;
	padding: 0px;
    margin: 0px;
    font-size: 0px;
	}
	
.slick-slide img {
	display: inline-block;
	}
	
.slick-prev,
.slick-next {
	background: none;
	display: flex;
	z-index: 5;
	width: 57px;
	height: 57px;
	font-size: 16px;
	color: #353434;
	border-radius: 60px;
	align-items: center;
	justify-content: center;
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
	background-image: none !important;
	}
	
.slick-prev:before,
.slick-next:before {
	display: none;
	}
	
.slider-nav {
	margin-left: 0px;
	margin-right: 0px;
	}

.slick-prev {
	left: 0px;
	}

.slick-next {
	right: 0px;
	}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	opacity: 1;
	color: var(--white);
	border-color: var(--secondary);
	background-color: var(--secondary);
	}

.slick-dots {
	width: 100%;
	z-index: 5;
	left: 0%;
	bottom: -30px;
	font-size: 0px;
	margin: 0px auto 0px;
	}

.slick-dots li {
	display: inline-block;
	width: 12px;
	height: 12px;
	border: none;
	margin: auto 5px;
	background: transparent;
	border-color: transparent;
	}
	
.slick-dots li:hover button,
.slick-dots li.slick-active button {
	background: var(--secondary);
	}

.slick-dots li button {
	position: relative;
	width: 12px;
	height: 12px;
	padding: 0px 0px;
	border-radius: 20px;
	background: var(--alternate);
	border: 1px solid var(--alternate);
	}

.slick-dots li::before {
	position: absolute;
	top: -6px;
	left: -6px;
	opacity: 0;
	content: '';
	width: 24px;
	height: 24px;
	border-radius: 25px;
	background: transparent;
	border: 1px solid var(--alternate);
	}
	
.slick-dots li.slick-active::before {
	opacity: 1;
	}
	
.slick-dots li:hover button,
.slick-dots li.slick-active button {
	opacity: 1;
	background: var(--alternate);
	border-color: var(--alternate);
	}

.slick-dots li button:before {
	display: none;
	}

/* Link Button */

.link-btn {
	position: relative;
	z-index: 1;
    padding: 0px;
	display: block;
	font-size: 18px;
	margin: 0px 0px;
	}

.link-btn a {
	position: relative;
	font-weight: 500;
	line-height: 23px;
	text-align: center;
	padding: 16px 40px;
	border-radius: 30px;
	vertical-align: top;
	color: var(--white);
	display: inline-block;
	background: var(--alternate);
	border: 1px solid var(--alternate);
	text-decoration: none !important;
	}

.link-btn a img {
	margin-left: 8px;
	margin-top: -2px;
	}

.link-btn a:hover {
	color: var(--white);
	background: var(--secondary);
	border-color: var(--secondary);
	}

.urlLink-btn {
	position: relative;
	display: block;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	}

.urlLink-btn a {
	color: var(--alternate);
	}

.urlLink-btn a img {
	margin-left: 8px;
	margin-top: -2px;
	filter: invert(25%) sepia(31%) saturate(5221%) hue-rotate(357deg) brightness(100%) contrast(105%);
	}

.urlLink-btn a:hover img {
	filter: invert(90%) sepia(86%) saturate(2787%) hue-rotate(210deg) brightness(92%) contrast(97%);
	}

.urlLink-btn a:hover {
	color: var(--secondary);
	}

/* Footer Styles */

.footer-wrapper {
    position: relative;
    width: 100%;
	z-index: 7;
	font-size: 17px;
    padding: 0px 0px;
    max-width: 1920px;
	margin: auto auto 0px;
	background: var(--background2);
	}

/* Footer Top */

.footer-top {
    position: relative;
    display: block;
	overflow: hidden;
	line-height: 24px;
    padding: 100px 0px;
	}

.footer .row {
	position: relative;
	justify-content: space-between;
	 align-items: center;
	}
	
.footer p {
	text-align: inherit;
	}

.ftcol {
	position: relative;
	float: left;
	padding: 0px 15px;
	}

.ftcol.ftcol1 {
	width: 40%;
	}

.ftcol.ftcol2 {
	width: 60%;
	}

.footLogo {
	position: relative;
	display: block;
	width: 350px;
	height: 105px;
	overflow: hidden;
	margin: 0px 0px 10px;
	}

.footLogo a {
	}

.footLogo img {
	position: relative;
	display: block;
	height: auto;
	max-width: 100%;
	}

/* Footer Head */
	
.footer-head {
	position: relative;
	display: block;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--primary);
	margin: 0px 0px 50px;
	}

.brand-slider {
	padding: 0px 70px;
	margin: 0px -15px 50px !important;
	}

.brand-slide {
	padding: 0px 15px;
	}

.brand-slide .img-holder {
	padding-bottom: 68px;
	}

/* Footer Bottom */

.footer-bottom {
    position: relative;
    display: block;
	overflow: hidden;
	padding: 13px 0px;
	text-align: center;
	background: var(--secondary);
	}

/* Copyright */

.copyright {
	position: relative;
	display: block;
	font-size: 17px;
	margin: 0px auto;
	font-weight: 400;
    line-height: 24px;
	color: var(--white);
	}

.copyright a {
	color: var(--white);
	display: inline-block;
	}

.copyright strong {
	background: url("../images/verzdesign-logo.png") no-repeat scroll right center;
	font-weight: 700;
	color: #FF7F11;
	padding-right: 20px;
	}

.copyright a:hover {
	color: var(--alternate);
	text-decoration: underline;
	}

.zIndex1 {
	z-index: 1;
	}
	
.zIndex2 {
	z-index: 2;
	}

.zIndex3 {
	z-index: 3;
	}

/* 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;
    border-radius: 5px;
    line-height: normal;
	color: var(--white);
    padding: 15px 70px 15px 20px;
    background: var(--background2);
	border: 1px solid var(--background2);
	}

.nice-select,
.nice-select .list {
	font-size: 16px;
	font-weight: 500;
	border-radius: 5px;
	color: var(--primary);
	background: var(--background2);
	border: 1px solid var(--background2);
	}

.nice-select .list {
	border-color: #B9B9B9;
	}
	
.nice-select.open, .nice-select:active, .nice-select:focus, .nice-select:hover, .nice-selected .nice-select {
	background: var(--white);
	border-color: var(--alternate);
	}

.nice-select .current {
	opacity: 1;
	display: block;
	font-weight: 500;
	overflow: hidden;
	color: #8E8E8E;
	position: relative;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	}

.nice-selected .nice-select .current {
	opacity: 1;
	font-weight: 500;
	color: #181818;
	}

.nice-select:after {
	font-family: "Font Awesome 6 Free";
	position: absolute;
	border: none;
	top: 50%;
	right: 30px;
	width: auto;
	height: auto;
	display: block;
	line-height: 1;
	font-size: 16px;
	content: "\f107";
	font-weight: 900;
	pointer-events: none;
	margin: 2px 0px 0px !important;
	color: var(--primary);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	transform: translateY(-50%) !important;
	}

.nice-select.open:after,
.nice-select:hover:after {
	-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;
	pointer-events: none;
	box-sizing: border-box;
	transform-origin: 50% 0;
	background-color: #ffffff;
	border-radius: 0px 0px;
	/*box-shadow: 0px 0px 5px #cfcfcf;*/
	transform: scale(0.75) translateY(-25px);
	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: #0C0C0C !important;
	background-color: transparent !important;
	}

.nice-select .option {
	font-weight: 500;
	cursor: pointer;
	outline: none;
	text-wrap: wrap;
	color: #0C0C0C;
	font-size: 16px;
	min-height: 40px;
	background: none;
	line-height: 30px;
	padding: 10px 26px;
	}

.nice-select .option:nth-child(even) {
	background: #F9F9F9;
	}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	color: var(--white);
	background: var(--secondary);
	}

.nice-select .option.selected {
	font-weight: 400;
	}

.nice-select .option.disabled {
	opacity: 0.5;
	color: #ffffff;
	cursor: default;
	background-color: transparent;
	}

/* Contact Form */

.form-control:disabled,
.form-control[readonly] {
	background-color: transparent;
	}

.google-recaptch {
	position: absolute;
	bottom: 170px;
	right: 0px;
	z-index: 1;
    margin-right: -12px;
	}

.control-label {
	position: relative;
	font-size: 16px;
	color: var(--primary);
	padding: 0px 0px 20px;
	}

.required-field {
	color: #FF0000;
	}

.form-group,
.form-check {
	padding: 0px;
	position: relative;
	margin-bottom: 25px;
	}
	
.form-control,
.form-custom-select,
.form-select {
	position: relative;
	display: block;
	width: 100%;
	height: 55px;
	font-size: 16px;
	font-weight: 500;
	color: #181818;
	box-shadow: none;
	line-height: 24px;
	padding: 12px 20px;
	border-radius: 5px;
	background-clip: unset;
	background-image: none;
	letter-spacing: -0.32px;
	background-color: var(--background2);
	border: 1px solid var(--background2);
	}

textarea.form-control {
	min-height: 180px;
	line-height: 24px;
	padding: 20px 20px;
	border-radius: 5px;
	height: auto !important;
	}
	
textarea {
	resize: none;
	}
	
.form-control:focus,
.form-control:hover {
	color: #181818;
	background: var(--white);
	border-color: var(--alternate);
	-webkit-box-shadow: none;
	outline: none !important;
	box-shadow: none;
	}
	
.form-control::-webkit-input-placeholder, ::-webkit-input-placeholder {
	opacity: 1;
	font-weight: 500;
	color: #8E8E8E;
	letter-spacing: -0.32px;
	}

.form-control:-moz-placeholder, :-moz-placeholder { /* Firefox 18- */
	opacity: 1;
	font-weight: 500;
	color: #8E8E8E;
	letter-spacing: -0.32px;
	}

.form-control::-moz-placeholder, ::-moz-placeholder {  /* Firefox 19+ */
	opacity: 1;
	font-weight: 500;
	color: #8E8E8E;
	letter-spacing: -0.32px;
	}

.form-control:-ms-input-placeholder, :-ms-input-placeholder {
	opacity: 1;
	font-weight: 500;
	color: #8E8E8E;
	letter-spacing: -0.32px;
	}
	
.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;
	width: auto;
	font-size: 18px;
	margin: 0px auto;
	font-weight: 500;
	line-height: 21px;
	padding: 17px 40px;
	text-align: center;
	border-radius: 30px;
	color: var(--white);
	text-transform: uppercase;
	background: var(--alternate);
	border: 1px solid var(--alternate);
	-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: var(--white); background: var(--secondary); border-color: var(--secondary); box-shadow: none !important; }
.btn-primary.disabled, .btn-primary:disabled { color: var(--white);  background: var(--secondary); border-color: var(--secondary); opacity: 0.4; }
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle { color: var(--white); background: var(--secondary); border-color: var(--secondary); }
.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; }

/* Scroll To Top */
	
#toTop {
	text-decoration: none;
	position: fixed;
	display: none;
	bottom: 20px;
	right: 20px;
	width: 55px;
	height: 55px;
	border: none;
	opacity: 1;
	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 0px no-repeat;
	width: 55px;
	height: 55px;
	display: block;
	overflow: hidden;
	float: left;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0.8;
	}

#toTop:hover {
	opacity: 1;
	}

#toTop:active, #toTop:focus {
	outline: none;
	}
	
.mean-container a.meanmenu-reveal span {
	background: var(--secondary);
	margin: 5px 0px 0px auto;
	}

.mean-container a.meanmenu-reveal {
	color: var(--secondary);
	padding: 2px 8px;
	}

.mean-container .mean-nav {
	margin-top: 62px;
	}

.mean-container .mean-nav ul li:hover > a, .mean-container .mean-nav ul li.selected > a {
	color: #ffffff !important;
	background: var(--alternate) !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 {
	text-transform: capitalize;
	background: var(--primary);
	}

.grecaptcha-badge{bottom:150px !important;z-index:9999}        
        
/* =Media Queries
-------------------------------------------------------------- */

@media (max-width: 1850.98px) {
    }

@media (max-width: 1799.98px) {
	}
	
@media (max-width: 1699.98px) {
	body, .pageTitle, .accordion-button { font-size: 18px; }
	.footer-wrapper, .copyright, .breadcrumb-container, .control-label { font-size: 14px; }
	.nav ul, .nav>ul ul, .nav>ul ul ul, .link-btn, .urlLink-btn, .accordion-button::after, .btn-primary { font-size: 16px; }
    h1, .h1, h2, .h2, .pageTitle h1, .pageTitle h2 { font-size: 42px; }
    h3, .h3 { font-size: 26px; }
    h4, .h4, .midQuote-section, h4.sapAriba-subTitle { font-size: 22px; }
    h5, .h5, .sap-platform-info h5 { font-size: 18px; }
    h6, .h6 { font-size: 14px; }
	.container { max-width: 1050px; }
	.wide-container, .header-container { max-width: 1250px; }
	.banner_caption .captionContainer .bannerHeading1 { font-size: 55px; }
	.bannerLogo { max-width: 500px; }
	.nav>ul>li { margin: 0px 15px; }
	.responsible-title h3 { font-size: 50px; }
	.homePolicy-content h3 { font-size: 34px; }
	.link-btn a { line-height: 22px; padding: 13px 30px; }
	.footer-head { font-size: 20px; }
	.breadcrumb-container ul li a:after { font-size: 12px; margin: -2px 12px 0px 15px; }
	.global-policie-content h5 { font-size: 20px; }
	}

@media (max-width: 1599.98px) {
    }

@media (max-width: 1399.98px) {
	p { margin: 0 0 15px; }
	.pageTitle { padding: 0px 0px 30px; }
	.section-container { padding: 60px 0px 40px; }
	.section-container-full, .footer-top { padding: 60px 0px; }
	.homeIntro-content p { margin-bottom: 15px; }
	.imgCaption { right: 20px; bottom: 20px; }
	.responsible-title { padding-bottom: 20px; }
	.accordion-button { padding: 14px 40px 14px 20px; }
	.accordion-button::after { margin-right: -27px; }
	.accordion-body { padding: 30px 20px; }
	.accordion-item { margin-bottom: 15px; }
	.sap-platformGrid { margin-bottom: 20px !important; }


	.footLogo { width: 200px; height: 47px; margin: 0px 0px 15px; }
	.ftcol.ftcol1 { width: 34%; }
	.ftcol.ftcol2 { width: 66%; }
	}

@media (max-width: 1299.98px) {
	.logo { width: 220px; height: 52px; margin: 24px 0px; }
	.nav>ul>li { margin: 0px 0px; }
	
	}

@media (max-width: 1199.98px) {
	.bannerLogo { max-width: 300px; }
	.homeIntro-content { padding-left: 0px; }
	.homePolicy-content { padding-right: 0px; }
	
	}
	
/* Portrait tablets and medium desktops */
@media (max-width: 991.98px) {
	body, .pageTitle, .accordion-button { font-size: 16px; }
	#pageHeaderWrapper { position: relative; }
	.logo { width: 180px; height: 43px; margin: 10px 0px; }
    .headerTop.active .nav-wrapper { z-index: 1111; }
    .mean-container a.meanmenu-reveal { top: 14px; }
    .headerTop.active .mean-container .mean-nav { height: 367px; overflow: hidden; }
	.topRightHeader { position: absolute; left: 0px; top: 0px; width: 100%; justify-content: end; padding: 26px 55px 27px 0px; }
	.nav-wrapper { margin: 0px 0px; order: 3; position: absolute; top: 0px; right: 0px; float: none; width: 100%; }
	.homePolicy-section .row.pt30 { padding-top: 0px !important; }
	.homePolicy-content h3 br { display: none; }
	.responsible-title { padding-bottom: 0px; }
	.midQuote-section { padding: 30px 0px; }
	.row.pt30 { padding-top: 10px !important; }
	.global-policie-content { padding: 25px 15px; }

	.ftcol.ftcol1, .ftcol.ftcol2 { width: 100%; }
	.ftcol.ftcol1 { margin-bottom: 30px; }
	.urlLink-btn.pt20 { padding-top: 10px !important; }
	.slick-prev, .slick-next { width: 40px; height: 40px; font-size: 14px; }
	.slick-prev { left: 10px; }
	.slick-next { right: 10px; }
	.footer-head { margin: 0px 0px 30px; }
	.brand-slider { margin: 0px -15px 20px !important; }
	
	}

/* Landscape phones and portrait tablets */
@media (max-width: 767.98px) {
	.banner_caption .captionContainer .bannerHeading1 { font-size: 30px !important; line-height: 1.1; padding-bottom: 25px; }
    h1, .pageTitle h1, .pageTitle h2 { font-size: 28px !important; letter-spacing: 0px !important; }
	h2, .homePolicy-content h3 { font-size: 26px; letter-spacing: 0px !important; }
	h3 { font-size: 22px; letter-spacing: 0px !important; }
	h4, .midQuote-section, .global-policie-content h5, h4.sapAriba-subTitle { font-size: 18px;  letter-spacing: 0px !important; }
	h5 { font-size: 16px; letter-spacing: 0px !important; }
	h6 { font-size: 14px;  letter-spacing: 0px !important; }
	#toTop { bottom: 150px; right: 10px; width: 40px; height: 40px; background-size: cover; }
	#toTopHover { background-size: cover; width: 40px; height: 40px; }
	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { padding: 0px 0px 15px; }
	.banner_caption { position: relative; inset: auto; background: var(--primary); padding: 30px 0px; }
	.bannerLogo { max-width: 180px; }
	.responsible-title h3 { font-size: 34px; padding-bottom: 28px; }
	.homePolicy-content h3 { padding-bottom: 20px; }
	.imgCaption { right: 15px; bottom: 15px; font-size: 14px; }
	.global-policie-content h5 { margin-bottom: 18px; }
        
        .footer-bottom{padding-bottom: 50px;}



	

	}

@media (max-width: 575.98px) {
	.imgCaption { position: relative; inset: auto; padding: 10px 15px 0px; color: var(--primary); text-shadow: none; text-align: center; font-size: 13px; }
	}

@media (max-width: 480px) {
	}

@media (max-width: 380px) {
	}

@-ms-viewport{ width: auto !important; }

.homeOurBrand-Section { background-position:left center;}