header .maxw {
	 /*
    display: grid;
   grid-template-columns: 200px calc(100% - 200px);*/
   display:flex;
}
.mclose{
	display:none;
}
#mobmenu{
	display:none;
}
.mobonly{
	display:none;
}
footer {
    border:0px;
	font-size:16px;
	line-height:25px;
	padding: 45PX 0px;
	    background-image: url(/images/img_icon_ftbg.svg);
    background-repeat: no-repeat;
    background-position: 70% -100px;
}
footer .maxw {
    position: relative;
    width: calc(var(--hf_standard_width) - 200px - 200px );
	
	display:flex;
}
footer section.LHS{
	width: 65%;
}
footer section.RHS{
	    width: 35%;
}
footer .copyright{
	    position: absolute;
    bottom: 0px;
    left: 0px;
    margin-top: 0px;
    font-size: 16px;
    color: #B9B9B9;
}
footer .fmenu{
	    height: 100%;
    display: flex;
    flex-direction: column;
}
footer .wi-subm{
	flex-grow: 1;
	margin-bottom:15px;
}
footer .socialmedia li{
	padding: 0px;
    margin: 0px 15px 0px 0px;
    list-style-type: none;
    display: inline-block;
	border:0px;
}
footer .socialmedia li img{
	width: 33px;
    height: 33px;
    background-image: url(/images/icon_socialmedia.png);
    background-size: auto 33px;
}
footer .socialmedia li[data-social="fb"] img{
	    background-position: 0px 0px;
}
footer .socialmedia li[data-social="ig"] img{
	background-position: -56px 0px;
}
footer .socialmedia li[data-social="in"] img{
	    background-position: -109px 0px;
}

.ft-contact{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	position: relative;
	
	display: grid;
	grid-template-columns: auto 35%;
   
}
.ftct-map{
	background-color:#cccccc;
	min-height:200px;
	    flex-grow: 1;
		    overflow: hidden;
}
.ftct-map img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
	transition: all 1s;
}
.ftct-map:hover img{
	width:120%;
	height:120%;
}
.ftct-info{
	    color: #585858;
	text-align:left;
	  box-shadow: inset 9px 0px 10px #cabbbb;
	  background-color: #ffffff;
	      font-family: var(--fontfam_medium);
}
.officeinfo
,.ftct-map > a{
	display:none;
	width: fit-content;
	
	    /* width: fit-content; */
    min-width: 300px;
    max-width: 98%;
}
.ftct-map > a{
	width:100%;
	max-width:unset;
}
.officeinfo.on
,.ftct-map > a.on{
	display:Block;
}
.ftct-ctno li{
	    white-space: normal;
	    display: block;
    margin-bottom: 30px;
    position: relative;
    padding-left: 45px;
    line-height: var(--text_standard_sizeL);
}
.ftct-ctno li i{
	padding-right:10px;
}

.ftct-ctno li div{
	display: 	flex;
    line-height: 30px;
}

	.ftct-ctno span:first-child{
		min-width: unset;
        flex-grow: 1;

	}
	.ftct-ctno span:last-child{
		white-space:nowrap;
		margin-left:10px;
	}
.ftct-branch{
	list-style-type: none;
  
    background-color: #FFE3E3;
    box-shadow: inset 9px 0px 10px #cabbbb;
	
	font-size: 0px;
    line-height: 0px;
}
.ftct-branch ul{
	    width: fit-content;
    margin: auto;
}
.ftct-branch li{
	display: inline-flex;
    margin-right: 35px;
        font-size: var(--text_standard_size);
    line-height: 40px;
	cursor:pointer;
}  

.ftct-branch li:before{
	content: '';
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image:url('/images/img_icon_grey_s.svg');
    width: 40px;
    height: 40px;
    margin-right: 5px;
    display: inline-block;
}
.ftct-branch li.on:before,.ftct-branch li:hover:before{
    background-image:url('/images/img_icon_red_s.svg');
}
.ftct-branch,.ftct-ctno{
	     padding: var(--text_standard_size) var(--text_standard_sizeL);
	  text-align:left;
	  white-space: nowrap;
}
.ftct-ctno span{
	font-family:var(--fontfam_sbold);
    display: inline-block;
}
.ftct-ctno li:before{
	content: '';
    width: var(--text_standard_sizeL);
    height: var(--text_standard_sizeL);
    /* display: inline-flex; */
    /* flex-direction: row; */
    position: absolute;
    left: 0px;
	
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ftct-ctno li[data-item="email"]:before{
	background-image: url(/images/img_icon_email.svg);
}
.ftct-ctno li[data-item="address"]:before{
	background-image: url(/images/img_icon_location.svg);
}
.ftct-ctno li[data-item="tel"]:before{
	background-image: url(/images/img_icon_tel.svg);
}
.ftct-lic{
	 text-align:left;
	 padding: 0px 60px 30px 60px;
	 font-family:var(--fontfam_mediumItalic);
	 line-height: 1.5em;
}
.ftct-lic ul{
	list-style-type:none;
	display: block;
    justify-content: space-between;
	
}

.fmenu{
	    WIDTH: FIT-CONTENT;
    margin: 0px 0px 0px auto;
    min-width: 250px;
}
.fmenu li{
	padding: 20px 0px 20px 0px;
    border-bottom: 1px solid #000000;
    list-style-type: none;
	font-size: var(--text_standard_size);
    line-height: var(--text_standard_size);
}
.fmenu li:first-child{
	padding-top:5px;
}
.fmenu li:last-child{
	border-bottom:0px;
}
body{
	background-image:unset;
}
#divContent{
	padding: 0px;
}
#divContent .textstyle-don{
	font-family:var(--fontfam_sbold);
	color:#4e4e4e;
}
#divContent .textstyle-don b.dnstaffing{
	color:#00A358;
}
#divContent .textstyle-don b.dntotalsol{
	color:#F2A920;
}
#divContent .textstyle-don b.dnCare{
	color:#00BFFF;
}
#divContent .textstyle-nelson{
	font-family:var(--fontfam_sbold);
	color:#c4161c;
}

#btn_chat{
	background-image:url('/images/img_icon_chat.svg'); 
	background-position: right;
    padding: 0px;
    transform: unset;
	color:#ffffff;
	width: 35px;
    height: 35px;
    right: 40px;
    position: fixed;
    bottom: 111px;
    background-size: contain;
	cursor:pointer;
	 -moz-transition: height 0.2s ease;
	-webkit-transition: height 0.2s ease;
	-o-transition: height  0.2s ease;
	transition: height  0.2s ease;
	
	
}
#btn_chat:before{
	opacity: 0;
	 -moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all  0.2s ease;
	transition: all  0.2s ease;
}
#btn_chat:hover{
	height:45px;
	bottom:106px;
	width:fit-content;
	padding-right:55px;
	right: 35px;
}
#btn_chat:hover:before{
	opacity: 1;
	content:'Enquiry';
    font-size: var(--text_standard_size);
    line-height: calc( var(--text_standard_size) * 2  + 5);
	color: #ff0000;
	text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff;
}
#btnBack2top{
	background-image:url('/images/img_icon_scrolltop.png'); 
    padding: 0px;
    transform: unset;
	color:#ffffff;
}
#btnBack2top:after {
    content: '';
    font-size: 30px;
    height: 100%;
    width: 100%;
    display: flex;
    margin: 0px;
    flex-direction: row;
    position: absolute;
    left: 0px;
    top: 0px;
    align-content: center;
    justify-content: center;
    align-items: center;
}
nav{
	text-transform: uppercase;
	margin:0px;
	    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
nav ul.langNav{
	margin-bottom:25px;
	margin-bottom:0px;	
}
nav ul.langNav li{
	cursor:pointer;
}
nav a{
	line-height:unset;
}
nav li{
	line-height:1em;
	position:relative;
}
ul.mainNav > li:hover
, ul.mainNav li.selected {
    color: var(--nav_text_color_hv);
}
nav li.subm{
	text-transform: none;
}
nav li.subm a{
	font-size:var(--navsm_text_size);
}
nav li.subm:hover{
    color: #ffffff;
	font-family:'Poppins-bold';
}
nav .assignSubMenu {
    border-radius: 10px;
    background-color: var(--navsm_text_color_bg);
	background:unset;
	padding: 15px 10px;
	height: fit-content !important;
	overflow: hidden;
	top:55px;
}
.assignSubMenu ul{
	display: grid;
    grid-gap: var(--navsm_text_size);
}
.assignSubMenu:before{
	content:'';
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color: var(--navsm_text_color_bg);
	opacity:0.8;
}
nav .assignSubMenu li {
    display: grid;
    grid-template-columns: var(--navsm_text_size) auto;
    grid-gap: calc(var(--navsm_text_size) / 2);
	align-items: center;
	background:unset;
}
nav .assignSubMenu li:hover a{
	font-family:'Poppins-bold';
}
nav .assignSubMenu li.subm:before{
	content: '';
    width: var(--navsm_text_size);
    height: var(--navsm_text_size);
    display: block;
    background: url(/images/img_icon_2.svg) no-repeat center;
    background-size: contain;
}
nav .assignSubMenu li.menu-OURBRAND[data-subm="STAFFING"]:before{
	 background-image: url(/images/logo/staffing_icon_2.svg);
}
nav .assignSubMenu li.menu-OURBRAND[data-subm="SOLUTIONS"]:before{
	 background-image: url(/images/logo/totalsolution_icon.svg);
}
nav .assignSubMenu li.menu-OURBRAND[data-subm="CARE"]:before{
	 background-image: url(/images/logo/care_icon.svg);
}
nav .assignSubMenu li:hover:before{
	background-image: url(/images/img_icon_white_2.svg) !important;
}
header ul.mainNav > li:hover:before,
header ul.mainNav > li:hover:after
{
	content:'';
    position: absolute;
    width: 1em;
    height: 1em;
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
header ul.mainNav > li:hover:before,
header ul.mainNav > li.selected:before 
{
	background-image: url(/images/img_icon_navselected_01.svg);
    top: -1.1em;
    left: 54%;
}
header ul.mainNav > li:hover:after,
header ul.mainNav > li.selected:after {
	background-image: url(/images/img_icon_navselected_02.svg);
    bottom: -1.5em;
    right: 50%;
    width: 1.3em;
    height: 1.3em;
}

.topheader{
	display:none;
}
header{
	position:fixed;
	height:150px;
	width:100%;
	top: 0px;
    left: 0px;
	z-index:10;
}
header:before{
	content: '';
    background-color: #ffffff;
    width: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    height: 100%;
    opacity: 0.5;
}
.header{
	height:100%;
	padding-top: 35px;
    padding-bottom: 0px;
	margin-top:0px;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px) ;
}
header .siteLOGO img{
	height:85px;
	max-height: unset;
}  
#divContent .mainPart{
	background:url('/images/banner/group-diverse-business-people-walking.jpg') top center no-repeat fixed;
	background-size: cover !important;
	background-attachment:scroll;
	padding-top:calc( 150px + var(--content_top_gap));
	padding-bottom:calc( 40px + var(--content_bottom_gap));
	min-height:1000px;
	position:relative;
}
#divContent .mainPart:before{
	content:'';
	background-color:#000000;
	opacity:0.15;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}
.mainPart .maxw,.pagePart .maxw{
	padding-top:1px;
	position: relative;
}
h1.sectionHeading{
	font: var(--title-font_bold);
    font-size: 70px;
    line-height: 0.95em;
    color: #ffffff;
    text-shadow: 0px 3px 6px #888888;
	width: fit-content;
    position: absolute;
    top: 80px;
}

h1.sectionHeading span{
    color: #FF0000;
}
h1.sectionHeading div{
	font: var(--title-font_light);
    font-size: 30px;
    line-height: 46px;
    color: #ffffff;
    margin-bottom: 10px;
	margin-top: -50px;
}
.pagePart{
	padding-top:calc( var(--content_top_gap));
	    padding-bottom: 0px;
}
.pagePart h1.sectionHeading
,.pagePart h1.sectionHeading div{
	color:#0d0d0d;
	text-shadow: unset;
}
.mainPart_content
,.pagePart_content{
	width: 60%;
	max-width:840px;
    margin: 100px 10% 0px auto;
    
    font-size: var(--text_standard_sizeS);
    line-height: 1.6em;
	padding: calc(var(--text_standard_sizeL)* 3) calc(var(--text_standard_sizeL)* 2);
	position: relative;
}
.mainPart_content p
,.pagePart_content p{
	padding-bottom:var(--text_standard_size);
}
.pagePart_content{
	margin-top: 0px;
	background-color:unset;
	backdrop-filter: unset;
	padding-left:0px;
	padding-right:0px;
}
.mainPart_content{
	margin-bottom:calc( var(--text_standard_sizeL) * 2);
}
.mainPart_content:before{
	background: #FFFFFF 0% 0% no-repeat padding-box;
	 opacity: 0.87;
    backdrop-filter: blur(12px);
	content:'';
	width:100%;
	height:100%;
	position:Absolute;
	top:0px;
	left:0px;
	    z-index: 0;
	border-radius: 20px;
}
.mainPart_content > div{
	    position: relative;
}
.mainPart_content:after{
	content: '';
    width: 100px;
    height: 140px;
    background-color: unset;
    background-image: url(/images/img_icon_01.svg);
    background-size: contain;
	background-repeat: no-repeat;
    position: absolute;
    top: -80px;
    left: -20px;
   
}
body:not(.page_section_HOME) .mainPart > div:last-child{
	position: absolute;
    bottom: 0px;
    left: 60%;
    width: 12%;
    max-width: 240px;
    min-width: 50px;
    height: unset;
}
body:not(.page_section_HOME) .mainPart > div:last-child > div{
	padding-bottom: 100%;
    width: 100%;
}
body:not(.page_section_HOME) .mainPart > div:last-child > div:after{
	    content: '';
    position: absolute;
    left: 50%;
    bottom: -50%;
    width: 100%;
    height: 100%;
    FONT-WEIGHT: 500;
    background-image: url(/images/img_icon_02.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.brandpagelogo{
	max-width: 50%;
    height: fit-content;
	max-height:118px;
	    object-position: -5px;
}