  @import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,500;1,400&display=swap');
 * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	padding: 0;
	font-family: 'Mulish', sans-serif !important;
	margin: 0 auto;
	color: var(--color-primary);
	font-size: 14px;
	line-height: 25px;
    overflow-x: hidden;
}

h1 {
	font-size: 42px;
}
h2 {
	font-size: 37px;
}
h3 {
	font-size: 29px;
}
h4 {
	font-size: 18px;
	line-height: 28px;
}
h5 {
	line-height: 34px;
}
h6 {
	font-size: 16px;
}
p {
	font-size: 14px;
	line-height: 25px;
	word-break: break-word;
}
:root {
	--color-primary: #333;
	--color-white: #fff;
	--color-black: #000;
	--color-secondary: #3DA199;
	--color-dark-grey: #F9F9F9;
	--color-light-orange: #FF8A77;
}
.color-primary {
	color: var(--color-primary);
}
.color-white {
	color: var(--color-white);
}
.color-black {
	color: var(--color-black);
}
.color-secondary {
	color: var(--color-secondary);
}
.color-dark-grey {
	color: var(--color-dark-grey);
}
.color-light-orange {
	color: var(--color-light-orange);
}
.contact-us-font {
	color: #3DA199 !important; 
    font-weight: 600;
}
@font-face {
	font-family: 'Georgia Regular';
	font-style: normal;
	font-weight: normal;
	src: local('../assets/fonts/Georgia Regular'), url('../assets/fonts/georgia.woff') format('woff');
}
@font-face {
	font-family: 'Georgia Italic';
	font-style: normal;
	font-weight: normal;
	src: local('../assets/fonts/Georgia Italic'), url('../assets/fonts/georgiai.woff') format('woff');
}
@font-face {
	font-family: 'Georgia Bold';
	font-style: normal;
	font-weight: normal;
	src: local('../assets/fonts/Georgia Bold'), url('../assets/fonts/georgiab.woff') format('woff');
}
@font-face {
	font-family: 'Georgia Bold Italic';
	font-style: normal;
	font-weight: normal;
	src: local('../assets/fonts/Georgia Bold Italic'), url('../assets/fonts/georgiaz.woff') format('woff');
}
@font-face {
	font-family: 'HelveticaNeue';
	src: url('../assets/fonts/HelveticaNeueBlackCond.woff2') format('woff2'), url('../assets/fonts/HelveticaNeueBlackCond.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'HelveticaNeue';
	src: url('../assets/fonts/HelveticaNeueBold.woff2') format('woff2'), url('../assets/fonts/HelveticaNeueBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'HelveticaNeue';
	src: url('../assets/fonts/HelveticaNeueHeavy.woff2') format('woff2'), url('../assets/fonts/HelveticaNeueHeavy.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'HelveticaNeue';
	src: url('../assets/fonts/HelveticaNeueItalic.woff2') format('woff2'), url('../assets/fonts/HelveticaNeueItalic.woff') format('woff');
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'HelveticaNeue';
	src: url('../assets/fonts/HelveticaNeueLight.woff2') format('woff2'), url('../assets/fonts/HelveticaNeueLight.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'HelveticaNeue';
	src: url('../assets/fonts/HelveticaNeueThin.woff2') format('woff2'), url('../assets/fonts/HelveticaNeueThin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'HelveticaNeue';
	src: url('../assets/fonts/HelveticaNeueRegular.woff2') format('woff2'), url('../assets/fonts/HelveticaNeueRegular.woff') format('woff');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'HelveticaNeue';
	src: url('../assets/fonts/HelveticaNeueBold.woff2') format('woff2'), url('../assets/fonts/HelveticaNeueBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'HelveticaNeue';
	src: url('../assets/fonts/HelveticaNeueLight.woff2') format('woff2'), url('../assets/fonts/HelveticaNeueLight.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'HelveticaNeue';
	src: url('../assets/fonts/HelveticaNeueMedium.woff2') format('woff2'), url('../assets/fonts/HelveticaNeueMedium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
 .kontakt {
  color: #3DA199;
 }
.contactez {
  color: #3DA199;
}
section {
	position: relative;
	width: 100%;
	float: left;
}
.pagination-center {
  text-align: center;
  margin-top: 15px !important;
}
.pagenation .current {
  font-size:20px;
  background: #3DA199;
  padding: 0px 7px 2px 7px;
  border-radius: 36px;
  color: white;
  padding-left: 6px;
}
.pagenation a{
  font-size:20px;
  color:#333;
  font-weight: 600;
  padding-left: 6px;
}
.pagenation span{
  font-size:20px;
  color:#333;
  font-weight: 600;
}
.pagenation .fa-arrow-right{
    font-size: 30px;
    position: relative;
    top: 2px;
    bottom: 0;
    left: 10px;
    color: #3DA199;
}
.pagenation .fa-arrow-left{
    font-size: 30px;
    position: relative;
    top: 2px;
    bottom: 0;
    right: 10px;
    color: #3DA199;
}
.pagenation .fa-arrow-right:hover{
  color: black;
}
.pagenation .fa-arrow-left:hover{
  color: black;
}
a {  3DA199
	transition: All 1s ease;
	-webkit-transition: All 1s ease;
	-moz-transition: All 1s ease;
	-o-transition: All 1s ease;
	text-decoration: none;
}
a:hover {
	color: var(--color-secondary);
	text-decoration: none;
}
.text-decoration-underline {
	text-decoration: underline;
}
.padding-none {
	padding: 0!important;
}
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	padding: 0;
	margin: 0;
	list-style: none;
}
.img-responsive {
	width: 100%;
	float: left;
}
.row,
.row.w-100 {
	clear: both;
}
.row-sm {
	margin-right: 7.5px !important;
	margin-left: 7.5px !important;
}
.row-sm .col {
	padding-right: 7.5px !important;
	padding-left: 7.5px !important;
}
a:focus,
button:focus {
	outline: none
}
.custom-btn {
	position: relative;
	color: var(--color-white);
	border: 1px solid;
	border-color: var(--color-light-orange);
	padding: 9px 33px 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 4px;
	display: inline-block;
	background: var(--color-light-orange);
	font-size: 14px;
	font-weight: 700;
	min-width: 140px;
	margin: 0 0 10px;
	text-align: center;
	transition: All 1s ease;
	-webkit-transition: All 1s ease;
	-moz-transition: All 1s ease;
	-o-transition: All 1s ease;
	text-transform: uppercase;
}
.custom-btn:hover,
.custom-btn.active {
	color: var(--color-white);
	background: var(--color-secondary);
	border-color: var(--color-secondary);
}
.custom-btn img {
	margin-right: 8px;
	margin-top: -3px;
	max-width: 26px;
}
.custom-btn2 {
	font-size: 15px;
	color: var(--color-light-orange);
	border: 2px solid var(--color-light-orange);
	line-height: 35px;
	display: inline-block;
	min-width: 147px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
    letter-spacing: 2px;
}
.custom-btn2:hover {
	color: var(--color-white);
	background: var(--color-secondary);
	border-color: var(--color-secondary);
}
.form-control.custom-btn {
	border: 1px solid;
	border-color: var(--color-light-orange);
	background: var(--color-light-orange);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.form-control.custom-btn:hover {
	border-color: var(--color-secondary);
	background: var(--color-secondary);
}
.form-control {
	background: #EAEAEA;
	border: none;
	margin-bottom: 15px;
	height: 50px;
	font-size: 14px;
	border-radius: 0;
}
.custom-container {
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}
.blog-home-content h2,
.blog-home-content h3,
.blog-home-content h4,
.blog-home-content h5,
.blog-home-content h6
  {
    font-size: 14px !important;
    line-height: 22px;
	font-weight: 400;
}
.st_blog {
    margin-top: -64px;
}
.st_blog,
.st_blog p, 
.st_blog b{
    line-height: 1.4;
}
.st_blog p{
	margin-top: 0;
	margin-bottom: 10px;
}
.st_blog a{
	color:var(--color-secondary);
}
.st_blog .table-form table {
    margin-top: 50px;
}
.st_blog  tr.inner-head{
	background-color: var(--color-secondary);
    width: 100%;
    display: table-row;
	color:#fff;
	border: 1px solid var(--color-secondary);
}
.st_blog  tr.inner-head th{
	padding:5px 10px;
}
.st_blog table tr td {
    width: 33.3%;
    padding: 10px;
	vertical-align: top;
	border: 1px solid #b7b7b7;
}
.blog-title {
    display: flex;
    width: 100%;
    background: var(--color-secondary);
    color: #fff;
    padding: 20px;
	justify-content: space-between;
	font-size: 47px;
    font-weight: 100;
	align-items: center;
}
.blog-title span img {
    width: 150px;
}
.landing-partner .blog-title {
	font-size: 30px;
}
.landing-partner .content-section h2 {
    margin-bottom: 26px;
}
.landing-partner .content-section {
    margin-top: 60px;
}
.landing-partner .content-section p span {
    font-weight: 400;
    font-size: 30px;
}
.consultant-detail a.cv-btn {
    font-size: 14px;
    color: var(--color-light-orange);
    border: 2px solid var(--color-light-orange);
    line-height: 32px;
    display: inline-block;
    width: 120px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    position: absolute;
    bottom: 11px;
    left: 0;
    right: 0;
    margin: auto;
}
#consultant-tab-content ul li:hover {
    border-color: var(--color-secondary);
}
#consultant-tab-content ul li:hover .consultant-detail a.cv-btn{
  border-color: var(--color-secondary);
  color:var(--color-secondary);
}
.sfl-page .independent-box h2 {
    font-size: 42px;
    line-height: 60px;
}

.sfl-page .contact-us-btn a.custom-btn {
    font-weight: 400;
    letter-spacing: 0.7px;
    max-width: 240px;
    width: 100%;
}

.sfl-page .tick-list li br {
    display: block;
}
.sfl-page .faq-holder h3 {
    text-align: left;
}
.sfl-page .faq-holder .accordion>.card>.card-header {
    padding-inline: 0;
    background-color: #f9f9f9;
    padding-block: 0;
}
.sfl-page .faq-holder .card-body{
    padding: 0 70px 0 0;
  	background-color:#f9f9f9;
  	font-size:16px;
  	line-height: 34px;
}
.sfl-page .faq-holder .card-header{
  border:0;
}
.sfl-page .faq-holder .card{
  border:0;
  margin-bottom:35px;
}
.sfl-page .faq-holder button.btn.btn-link {
    text-align: left;
    color: #333;
    font-weight: 600;
    padding-left: 0;
    width: 100%;
    padding-right: 50px;
  	line-height: 34px;
}
.sfl-page .faq-holder .card .btn-link::before {
    background-image: url('/wp-content/uploads/2021/03/minus-icon.png');
    position: absolute;
    right: 0;
    top: 6px;
  	content:'';
  	height: 36px;
    width: 36px;
    background-repeat: no-repeat;
  	background-size: 36px;
}
.sfl-page .faq-holder .card .collapsed::before {
    background-image: url('/wp-content/uploads/2021/03/plus-icon.png');
    position: absolute;
    right: 0;
    top: 6px;
  	content:"";
  	height: 36px;
    width: 36px;
    background-repeat: no-repeat;
  	background-size: 36px;
}
.sfl-page .faq-holder button.btn.btn-link:hover,
.sfl-page .faq-holder button.btn.btn-link:focus{
  text-decoration:none
}
.sfl-page .pfo-section .pfo-holder {
    background-color: #3da199;
    margin-bottom: 158px;
  	margin-top: 75px;
}
.sfl-page .pfo-section .pfo-holder img.hand_globe-icon {
    position: relative;
    top: 30px;
    width: 100%;
    max-width: 351px;
}
.sfl-page .pfo-section .pfo-holder img.check-icon-img {
    margin-top: 70px;
}
.sfl-page .pfo-section .pfo-holder .pfo-content {
    margin-top: 36px;
    color: #fff;
    font: normal normal normal 29px/47px Georgia;
    max-width: 452px;
    margin-inline: auto;
}
.sfl-page .companies-solutions {
    padding: 200px 0 200px;
    background-position: bottom;
}
.sfl-page .tick-list {
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 991px) {
  header .top-bar {
    display:none;
  }
}
@media (min-width: 1240px) {
	.container,
	.custom-container {
		max-width: 1210px;
	}
  .rPad-0{
    padding-right:0;
  }
}
@media (min-width: 1400px) {
	.custom-container {
	max-width: 1380px;
	}
}

@media (max-width: 1200px) {
	.privacy-link {
	  padding: 64px 76px !important;
	}
}

.img-res {
	float: left;
    width:100%;
}
.no-padding {
	padding: 0;
}
.sec-padding {
	padding: 60px 0;
}
.one {
    margin: auto;
    height: 100px;
    width: 100px;
    padding-top: 27px;
    border-radius: 100%;
    position: absolute;
    text-align: center;
    border: 1px solid #FF8A77;
    top: -51px;
    right: 0;
    left: 0;
}
.two {
     margin: auto;
    height: 70px;
    width: 70px;
    border-radius: 100%;
    background: #ffff;
    position: relative;
    bottom: 12px;
    text-align: center;
    border: 1px solid #FF8A77;
    left: 0;
    right: 0;
}

 .payroll-inner i{
   color: white;
    background: #3DA199;
    font-size: 12px !important;
    padding: 10px;
    border-radius: 41px;
    margin-top:18px;
}
.control {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
	cursor: pointer;
	font-size: 14px;
	color: var(--color-primary);
	width: 45%;
}
.control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.control-radio .control-indicator {
	border-radius: 50%;
}
.control-indicator {
	position: absolute;
	top: 2px;
	left: 0;
	height: 22px;
	width: 22px;
	background: transparent;
	border: 2px solid #EAEAEA;
}
.control input:checked ~ .control-indicator:after {
	display: block;
}
.control-radio .control-indicator:after {
	left: 5px;
	top: 5px;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background: #eaeaea;
}
.control-indicator:after {
	content: '';
	position: absolute;
	display: none;
}
.pagenation .blog-list a {
    font-size: 14px;
}
/* custom css here */

/* header css here */

header {
	position: relative;
	width: 100%;
	padding: 30px 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background-image: linear-gradient(to right, var(--color-secondary), #36928b, #2f837c, #28756f, #216761);
	display: inline-block;
	z-index: 99999;
	top: 0;
	left: 0;
}
header.sticky {
	padding: 20px 0;
	position: sticky;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
nav.navbar.navbar-expand-lg {
	background: transparent;
	padding: 0;
	clear: both;
	margin: 0;
	border: none;
}
.navbar-toggler {
	background-color: var(--color-white);
	border: 1px solid var(--color-white);
}
header.sticky .navbar-brand img {
	top: -12px;
}
.navbar-brand img {
    position: absolute;
    top: -12px;
    max-width: 140px;
    min-height: 58.66px;
}
.navbar-nav li a {
	display: block;
	padding:5px 0 5px 0 !important;
	font-size: 16px;
	color: var(--color-white) !important;
	margin: 0 8px;
	border-bottom: 1px solid transparent;
}
.navbar-nav li:last-child a {
	padding-right: 0 !important;
	margin-right: 0 !important;
}
.navbar-nav li a:hover,
.navbar-nav li.current-menu-item a {
	border-color: var(--color-white);
}
.contact-list,
.country-list {
	float: right;
}
.contact-list li,
.country-list li {
	float: left;
}
.top-header-bar {
    background-color: #3e3f41;
    padding-block: 5px;
    height: 35px;
}
.top-header-bar .menu-header-language-container {
    height: 20px;
    padding-block: 3px;
}
.top-header-bar ul.contact-list {
    display: flex;
}
.top-header-bar .contact-list, 
.top-header-bar .country-list,
.top-header-bar .contact-list li,
.top-header-bar .country-list li{
  float:inherit;
}
.country-list li a img {
	margin-left: 0;
	width: 30px !important;
	height: 20px !important;
}
.top-bar {
	width: 100%;
	float: left;
	position: relative;
	padding-top: NVB 10px;
}
.contact-list li a {
	font-size: 12px;
	margin: 0 15px;
	color: var(--color-white);
	font-weight: 400;
}
.menu-header-language-container {
	float: right;
}
#header-language {
	display: inline-block;
}
#header-language li {
	float: left;
}
#header-language li a {
	padding: 0 !important;
	margin: 0 5px;
}
div#navbarNav {
	padding: 0 !important;
}
#navbarNav #navbarNav{
  max-width:calc(100% - 140px)
}
.navbar-brand {
	margin: 0;
	padding: 0;
}
/* header css here */

/* banner css here */

.banner-sec .img-responsive {
	object-fit: cover;
	height: calc(100vh - 106px);
	min-height: 660px;
}
.banner-content {
	width: 90%;
	left: 0;
	position: absolute;
	top: 80px;
	color: var(--color-white);
	max-width: 1210px;
	right: 0;
	margin: 0 auto;
	padding: 0 15px;
}
.banner-content h2 {
	font-weight: 600;
	display: inline-block;
	width: 100%;
	line-height: normal;
    min-height: 188px;
}
.banner-content h2 .banner-span1 {
	font-size: 80px;
}
.banner-content h2 .banner-span2 {
	font-size: 40px;
}
.banner-content h4 {
	font-size: 20px;
	font-weight: 700;
}
.calculate-box {
	width: 100%;
	background: var(--color-white);
	padding: 30px;
	position: relative;
	display: inline-block;
    bottom: 38px;
}
.calculate-box h5 img {
	margin-right: 20px;
}
.banner-content .calculate-box p {
	font-size: 17px;
    color: var(--color-primary);
    font-weight: 500 !important;
    line-height: 26px;
}
.calculate-box .form-control {
	height: 29px;
}
.calculate-box .form-control.simulate-btn {
	height: 36px;
	padding: 0 15px;
}
.calculate-box h5 {
	color: var(--color-secondary);
	margin-bottom: 10px;
}
.banner-content h5 {
	display: inline-block;
	width: 100%;
	font-weight: 500;
}
.banner-sec::before {
	background: transparent linear-gradient(180deg, #FFFFFF00 0%, var(--unnamed-color-ffffff) 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(180deg, #FFFFFF00 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
	content: "";
	width: 100%;
	position: absolute;
	height: 60%;
	bottom: -120px;
	left: 0;
}
/* banner css here */

/* status-point section here  */

.status-point ul {
	top: -170px;
	width: 90%;
	left: 0;
	position: absolute;
	max-width: 1210px;
	right: 0;
	margin: 0 auto;
	padding: 0 15px;
	text-align: center;
}
.status-point ul li {
	width: 20%;
    float: left;
    position: relative;
    padding: 0 35px;
}
.status-point {
	min-height: 340px;
}
.status-point ul li h4 {
	font-weight: 600;
	margin: 15px 0 20px;
	min-height: 56px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
    color: black;
}
.status-point ul li p {
	font-weight: 500;
	text-align: left;
	line-height: 25px;
}
.status-point ul li img 
{
	max-width: 75px;
}
/* status-point section here  */

/* experience section here  */

.experience {
	padding: 30px 0;
}
.experience-inner {
	width: 100%;
	padding: 0 15%;
	float: left;
	position: relative;
}
.experience-inner h2 {
	line-height: normal;
	margin-bottom: 6px;
    color: #3DA199;
    font-weight:bold;
    font-size: 48px;
}
.experience-inner h4 {
	font-size: 26px;
	line-height: normal;
	margin-bottom: 10px;
    font-weight: bold;
}
.experience-inner h5 {
	line-height: 32px;
}
.experience-inner p {
	margin-bottom: 30px;
}
/* experience section here  */

/* join-us section here  */

.join-us h2 {
	margin-bottom: 60px;
	margin-top: 30px;
    color:#3DA199;
   font-weight: 800;
}
.join-us ul {
	width: 100%;
	float: left;
	position: relative;
}
.join-us ul li {
	width: 33%;
	float: left;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	padding: 0px 6%;
}
.join-us ul li h3 {
	font-size: 40px;
	font-weight: 700;
	color: var(--color-secondary);
	margin-bottom: 15px;
}
.join-us ul li h4 {
	font-size: 20px;
	min-height: 58px;
	margin-bottom: 40px;
    font-weight: 600;
}
.join-us ul li h5 {
	margin-bottom: 20px;
	font-style: italic;
	min-height: 68px;
}
.join-us ul li img {
	padding: 7px;
	border: 3px solid #32B3AF;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	margin-bottom: 60px;
}
.join-us ul li p {
	font-weight: 600;
	margin: 0 0 15px;
	display: inline-block;
}
.join-us {
	margin-bottom: 80px;
}
/* join-us section here  */

/* payroll-inner section here  */

.payroll-inner h3 {
	text-align: center;
	margin-bottom: 80px;
    color: #3DA199;
    font-weight: bold;
}
.payroll-inner {
	position: relative;
	width: 90%;
	margin: 0 5%;
	float: left;
	background: var(--color-dark-grey);
	padding: 100px 12% 60px;
	border: 1px solid var(--color-light-orange);
}
.payroll-inner ul {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 40px;
}
.payroll-inner ul li {
	font-size: 16px;
	padding-left: 50px;
	line-height: 36px;
	margin-bottom: 40px;
	position: relative;
	width: 100%;
	float: left;
}
.payroll-inner ul li:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 12px;
	height: 19px;
	width: 10px;
	border-style: solid;
	border-width: 0 2px 2px 0;
	border-color: transparent var(--color-white) var(--color-white) transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: border 0.2s;
	transition: border 0.2s;
	z-index: 9;
}
.payroll-inner ul li:after {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	height: 35px;
	width: 35px;
	-webkit-transition: border 0.2s;
	transition: border 0.2s;
	background: var(--color-secondary);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
span.circle {
	width: 60px;
	height: 60px;
	background: var(--color-white);
	display: inline-block;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border: 1px solid var(--color-light-orange);
}
span.circle2 {
	width: 100px;
	height: 100px;
	background: transparent;
	display: inline-block;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border: 1px solid var(--color-light-orange);
}
span.circle:before {
	content: "";
	position: absolute;
	top: 24px;
	left: 27px;
	height: 10px;
	width: 5px;
	border-style: solid;
	border-width: 0 2px 2px 0;
	border-color: transparent var(--color-white) var(--color-white) transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: border 0.2s;
	transition: border 0.2s;
	z-index: 9;
}
span.circle:after {
	content: "";
	position: absolute;
	top: 20px;
	left: 0;
	height: 20px;
	width: 20px;
	-webkit-transition: border 0.2s;
	transition: border 0.2s;
	background: var(--color-secondary);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin: 0 auto;
	right: 0;
}
/* payroll-inner section here  */

/* footer css here */

footer {
	background: var(--color-dark-grey);
	color: var(--color-white);
	padding: 70px 0 80px;
	display: inline-block;
	width: 100%;
	position: relative;
}
footer h4 {
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 10px;
	color: var(--color-secondary);
	width: 41%;
	float: left;
	text-align: right;
	padding-right: 10px;
	line-height: 18px;
	word-break: break-word;
}
.footer-list {
	width: 59%;
	position: relative;
	margin-bottom: 30px;
	float: right;
}
.footer-list li {
	font-size: 12px;
	line-height: 18px;
	font-weight: 500;
	margin-bottom: 10px;
	float: left;
	width: 100%;
	position: relative;
}
.footer-list li a {
	color: var(--color-primary);
	border-bottom: 1px solid;
	border-color: transparent;
}
.footer-list li a:hover {
	color: var(--color-light-orange);
	border-color: var(--color-light-orange);
}
.footer-list li.current-menu-item a {
	border-color: var(--color-light-orange);
}
.copyright {
	width: 100%;
	text-align: center;
	padding: 16px 0;
	background: var(--color-secondary);
	float: left;
	position: relative;
}
.copyright p {
	font-size: 12px;
	color: var(--color-white);
}
.copyright ul li {
	display: inline-block;
	margin: 0 5px 18px;
}
/* footer css here */

/* hire-consultan section here  */

.hire-consultant {
	background: var(--color-dark-grey);
}
.hire-consultant h2 {
	margin-bottom: 50px;
    color: #3DA199;
    font-weight: 800;
}
.hire-consultant h3 {
	font-size: 18px;
	margin-bottom: 60px;
	line-height: 32px;
}
.hire-consultant ul {
	width: 100%;
	float: left;
	position: relative;
    display: flex;
    flex-wrap: wrap;
}
.hire-consultant ul li {
	position: relative;
	width: 50%;
	float: left;
	padding: 0 3%;
	margin-bottom: 40px;
}
.consultant-image {
	width: 20%;
	float: left;
}
.consultant-image img {
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	min-height: 100px;
	object-fit: cover;
}
.consultant-detail {
	width: 80%;
	float: left;
	padding-left: 20px;
}
.consultant-detail h4 {
	font-weight: 600;
    color: #000;
}
#consultant-tab-content .consultant-detail .main_info {
    min-height: 100px;
}
.consultant-detail h5 {
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: 600;
   line-height:normal;
   color:#333333;
}
.consultant-detail p {
    margin-bottom: 15px;
    padding-right: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    /*min-height: 100px;*/
}

/* hire-consultan section here  */

/* contact-us section here  */

.contact-us h3 {
	margin-bottom: 20px;
}
.contact-us h5 {
	margin-bottom: 30px;
}
.address-box {
	width: 100%;
	position: relative;
	background: var(--color-dark-grey);
	padding: 40px 20px 25px;
    display: flex;
    flex-wrap: wrap;
}
.address-box h3 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
}
.address-icon {
	width: 20%;
	float: left;
	padding-right: 5px;
}
.address-icon img {
	max-width: 35px;
	position: relative;
	top: 4px;
}
.address-content {
	width: 80%;
	float: right;
}
.address-inner-box {
	width: 50%;
	margin-bottom: 25px;
    display: flex;
}
.contact-us .form-control.contact-form-btn {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: var(--color-light-orange);
	color: var(--color-white);
	font-weight: 600;
	transition: All 1s ease;
	-webkit-transition: All 1s ease;
	-moz-transition: All 1s ease;
	-o-transition: All 1s ease;
}
.contact-us .form-control.contact-form-btn:hover {
	background: var(--color-secondary);
}
.iframe {
	width: 100%;
	float: left;
	position: relative;
}
.iframe iframe {
	width: 100%;
	float: left;
}
/* contact-us section here  */

/* foreign section here  */

.foreign-company {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	text-align: center;
	color: var(--color-white);
	padding: 180px 0;
}
.foreign-company h3 {
	margin: 30px 0;
	line-height: 48px;
    font-weight: 600;
}
.foreign-company h4 {
	font-size: 20px;
	margin-bottom: 60px;
   font-weight: Normal;
}
.foreign-company:after {
	content: "";
	background: transparent linear-gradient(180deg, #00000069 0%, #000000 100%) 0% 0% no-repeat padding-box;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.5;
}
.foreign-company .container {
	z-index: 9;
	position: relative;
}
/* foreign section here  */

/* testimonials section here  */

.testimonials h2 {
	margin-bottom: 60px;
    color: #3DA199;
    font-weight: bold;
}
.testimonials h5 {
	padding: 0 25%;
	margin-bottom: 30px;
	margin: 50px 0 15px;
	line-height: 30px;
}
.testimonials h4 {
	font-size: 20px;
	padding: 0 12%;
	margin-bottom: 40px;
}
.testimonials h3 {
	font-size: 16px;
	font-weight: 600;
	color: var(--color-secondary);
	margin-bottom: 20px;
}
.testimonials p {
	font-weight: 700;
	color: var(--color-secondary);
	margin: 20px 0;
}
.testimonials .testimonial-inner h5 {
	padding: 0 10%;
	margin: 20px 0 15px;
}
.testimonials img {
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}
.testimonial-inner {
	margin-top: 60px;
}
/* testimonials section here  */

/* call-back section here */

.call-back-icon {
	width: 100%;
	max-width: 45px;
}
/* call-back section here */

.wage-portage-list li {
	font-size: 26px;
	line-height: 50px;
	margin-bottom: 10px;
	color: var(--color-light-orange);
}
.tick-list li {
	width: 46%;
	background: var(--color-dark-grey);
	float: left;
	position: relative;
	margin: 0 4% 8% 0;
	padding: 8% 5%;
	min-height: 200px;
}
.tick-list li br {
	display: none;
}
.tick-list li:nth-child(even) {
	margin-left: 4%;
	margin-right: 0;
}
.tick-list li::after {
	content: "";
	position: absolute;
	top: -10px;
	left: 0;
	height: 20px;
	width: 20px;
	-webkit-transition: border 0.2s;
	transition: border 0.2s;
	background: var(--color-secondary);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin: 0 auto;
	right: 0;
	-webkit-box-shadow: 0px 0px 0px 10px #fff, 0px 0px 0px 10px #2d8079, 0px 0px 0px 0 #FFF inset;
	box-shadow: 0px 0px 0px 9px #fff, 0px 0px 0px 10px #348e87, 0px 0px 0px 0 #FFF inset;
}
.tick-list li::before {
	content: "";
	position: absolute;
	top: -6px;
	left: 0;
	height: 10px;
	width: 5px;
	border-style: solid;
	border-width: 0 2px 2px 0;
	border-color: transparent var(--color-white) var(--color-white) transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: border 0.2s;
	transition: border 0.2s;
	z-index: 9;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
.wage-portage-sec {
	margin: 100px 0 140px;
}
.wage-portage-sec::before {
	content: "";
	position: absolute;
	background: url(/wp-content/uploads/2020/12/portage-bg.png) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 50%;
	height: 100%;
	right: 0;
}
.service-cover {
	background: var(--color-dark-grey);
}
.service-cover::before {
	content: "";
	position: absolute;
	background: url(/wp-content/uploads/2020/12/service-cover.png) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 50%;
	height: 100%;
	left: 0;
}
.security-benefits-list li {
	width: 100%;
	float: left;
	position: relative;
	padding-left: 60px;
}
.security-benefits-list {
	width: 100%;
	float: left;
	margin-bottom: 3rem;
}
.security-benefits-list li span {
	position: absolute;
	left: 0;
	font-weight: 700;
}
.consultant-benefit {
	background: var(--color-dark-grey);
	padding: 100px 0;
}
.consultant-benefit h5 {
	line-height: 30px;
	padding-top: 30px;
	position: relative;
}
.consultant-benefit h5::before {
	content: "";
	width: 100%;
	height: 2px;
	background: var(--color-light-orange);
	position: absolute;
	top: 0;
}
.triangular-relationship {
	padding: 120px 0;
}
.triangular-relationship::before {
	content: "";
	width: 100%;
	height: 220px;
	position: absolute;
	bottom: 0;
	background: #f2f9f8;
}
.triangular-relationship::after {
	content: "";
	width: 100%;
	position: absolute;
	bottom: 220px;
	height: 0;
	border: 0 solid transparent;
	border-right-width: 870px;
	border-left-width: 870px;
	z-index: -1;
	border-bottom: 1500px solid #f2f9f8;
}
.btn-icon {
	max-width: 27px;
	display: inline-block;
	position: relative;
	margin: -6px 10px 0 0;
}
.companies-solutions {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	color: var(--color-white);
	padding: 160px 0 260px;
	box-shadow: inset 0 0 0 1000px rgba(11, 12, 12, 0.4);
}
.tick-list {
	width: 100%;
	float: left;
	position: relative;
}
.tick-list.tick-list-one-column li {
	width: 70%;
	margin: 0 15% 15% 15%;
}
.tick-list.tick-list-one-column li h5 {
	line-height: 34px;
	font-style: italic;
}
.tick-list.tick-list-three-column li {
	width: 30%;
	margin: 0 5% 6% 0;
	min-height: 230px;
	text-align: left;
	padding: 60px 30px 40px;
}
.tick-list.tick-list-three-column li:nth-child(3n+3) {
	margin-right: 0;
}
.independent-box {
	width: 50%;
	float: left;
	position: relative;
	padding: 80px 70px 70px 0;
	max-width: 425px;
	background: var(--color-white);
}

.sfl-page .independent-sec::before {
    background: url(/wp-content/uploads/2021/03/people-working-screen-scaled.jpg) no-repeat center center / cover;
}

.independent-sec::before {
	content: "";
	position: absolute;
	background: url(/wp-content/uploads/2020/12/kay-liedl-ZlJ6qFInqQE-unsplash.png) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 70%;
	height: 350px;
	right: 0;
	top: 0;
}

.independent-sec {
	padding: 100px 0;
	margin-bottom: 200px;
}
.independent-box h2 {
	line-height: 59px;
	font-style: italic;
	overflow-wrap: break-word;
}
.income-calculation-table {
	color: var(--color-primary);
}
.income-calculation-table th {
	color: var(--color-white);
	background-color: #727272;
	border-color: var(--color-white);
	vertical-align: super !important;
	border-bottom: none !important;
	border-right: 2px solid #ddd;
}
.income-calculation-table td {
	border-top: none;
}
.faq-box h5 {
	margin-bottom: 15px;
	font-family: 'Georgia', sans-serif;
	color: #3AA198;
	font-size: 26px;
	line-height: 36px;
}
.faq-box p {
	margin-bottom: 30px;
}
.team-list {
	display: flex;
    flex-wrap: wrap;
}
.team-list li {
	width: 50%;
	position: relative;
	padding-right: 30px;
	margin-bottom: 40px;
}
.team-img {
	width: 48%;
	float: left;
	padding-right: 20px;
	margin-bottom: 30px;
}
.team-img img {
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}
.team-detail {
	width: 52%;
	float: left;
	margin-bottom: 30px;
}
.team-detail h4 {
	font-weight: 700;
}
.inner-list {
	padding-left: 30px;
}
.join-right-list {
	list-style: none !important;
    counter-reset: my-awesome-counter;
    padding: 0 !important;
}
.join-right-list li {
	counter-increment: my-awesome-counter;
	margin: 0 0 15px;
	font-size: 12px;
	padding-left: 35px;
	position: relative;
}
.join-right-list li::before {
	content: counter(my-awesome-counter);
	background: var(--color-secondary);
	width: 22px;
	border-radius: 50%;
	display: inline-block;
	line-height: 22px;
	color: white;
	text-align: center;
	position: absolute;
	left: 0;
	font-size: 12px;
}
.join-right {
	width: 100%;
	float: left;
	position: relative;
	padding-left: 15%;
    margin-top: 26px;
}
.join-right h6 {
	font-size: 12px;
}
.join-right label {
	font-size: 12px;
	width: 100%;
}
.join-right label.control.control-radio {
	width: 49%;
}
.call-back-blog {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 30px;
	min-height: 70px;
}
.call-back-blog img {
	width: 90px;
	position: absolute;
	left: 0;
	top: 0;
}
.call-back-blog h6 {
	line-height: 18px;
	padding-top: 12px;
	padding-left: 90px;
	padding-right: 15px;
}
.sitemap-list {
	width: 33.3%;
	float: left;
	padding-right: 30px;
}
.sitemap-list h4 {
	font-size: 26px;
	color: var(--color-secondary);
	margin-bottom: 30px;
	font-family: 'Georgia', sans-serif;
}
.blog-banner {
	width: 100%;
	float: left;
	color: var(--color-white);
	position: relative;
	margin-bottom: 30px;
}
.blog-banner::before {
	background: transparent linear-gradient(180deg, rgb(0 0 0 / 27%) 0%, rgb(84 84 84 / 26%) 100%) 0% 0% no-repeat padding-box;
	content: "";
	width: 100%;
	position: absolute;
	height: 100%;
	bottom: 0;
	left: 0;
}
.blog-banner h5 {
	position: absolute;
	line-height: 30px;
	left: 30px;
	top: 30px;
	width: 30%;
}
.blog-banner .blog-banner-content {
	position: absolute;
	left: 30px;
	bottom: 30px;
	width: calc(100% - 60px);
}
.blog-post-img {
	margin-bottom: 30px;
	height: 200px;
	object-fit: cover;
}
.blog-list li {
	float: left;
	margin-right: 10%;
}
.blog-list li img {
	margin-right: 10px;
}
.blog-post {
	width: 100%;
	float: left;
	position: relative;
}
.blog-list-top {
	float: right;
	list-style: none !important;
}
.blog-list-top li {
	float: left;
	margin-left: 20px;
}
.blog-list-top li img {
	margin-right: 10px;
}
.consultant-tab {
	border-bottom: none;
}
.consultant-tab li {
	width: 25%;
	float: left;
}
.consultant-tab li a {
	border: none !important;
	font-weight: 600;
	color: var(--color-primary) !important;
	padding: 15px 0!important;
	text-align: center;
	margin: 0;
}
.consultant-tab .nav-item.show .nav-link,
.consultant-tab .nav-link.active {
	background-color: var(--color-dark-grey);
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
#consultant-tab-content ul {
	background: var(--color-dark-grey);
	width: 100%;
	display: grid;
    padding:24px;
    grid-template-columns: 231px 231px 231px;
    column-gap: 18px;
    row-gap: 18px;
}
#consultant-tab-content ul li {
	width: 100%;
	float: left;
	background: var(--color-dark-grey);
	padding: 20px 15px 50px;
	position: relative;
    border: 1px solid #ff8a77;
    border-radius: 6px;
}
#consultant-tab-content .consultant-image,
#consultant-tab-content .consultant-detail {
	width: 100%;
	padding: 0 ;
	text-align: center;
}
#consultant-tab-content .consultant-image img {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	padding: 15px;
	width: 150px;
	float: none;
	height: 150px;
}
#consultant-tab-content .consultant-detail p {
	text-align: left;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -webkit-box;
	/*min-height: 200px;*/
    color:#333333;
}
.consultant-pagination a.page-link {
	border: none !important;
	font-size: 20px;
	color: var(--color-primary);
	background: transparent !important;
}
.consultant-detail-box {
	width: 100%;
	float: left;
	position: relative;
	background: var(--color-dark-grey);
	padding: 40px;
	margin-bottom: 50px;
}
.consultant-detail-left {
	width: 18%;
	float: left;
}
.consultant-detail-right {
	width: 82%;
	float: left;
	padding-left: 15px;
}
.consultant-detail-page h3 {
	color: var(--color-secondary);
	margin-bottom: 21px;
	font-family: 'Georgia', sans-serif;
}
.consultant-detail-inner {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 30px;
}
.profile-list {
	width: 100%;
	float: left;
	position: relative;
	margin: 50px 0;
	text-align: center;
}
.profile-list li {
	width: 33.3%;
	float: left;
	position: relative;
	margin: 10px 0 40px;
	padding: 0 5%;
	text-align: center;
}
.profile-list li img {
	width: 150px;
	padding: 0;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border-radius: 150px;
	height: 150px;
	object-fit: cover;
	float: none;
}
.profile-list h4 {
	width: 100%;
	float: left;
	margin: 10px 0 30px;
	font-weight: 700;
	min-height: 56px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.profile-detail-inner h5 {
	font-size: 26px;
	color: var(--color-secondary);
}
.profile-detail-inner h6 {
    font-size: 14px;
    line-height: 24px;
}
.testimonial-left {
	width: 20%;
	float: left;
	position: relative;
	margin-bottom: 30px;
}
.testimonial-left img {
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border-radius: 150px;
}
.testimonial-box h3 {
	color: var(--color-secondary);
}
.testimonial-right {
	width: 80%;
	float: right;
	position: relative;
	padding: 0 50px;
	margin-bottom: 120px;
}
.testimonial-right h6 {
	font-size: 14px;
	line-height: 25px;
	font-style: italic;
	font-weight: 400;
}
.testimonial-right h6:after {
	content: "";
	position: absolute;
	width: 27px;
	height: 25px;
	top: 5px;
	left: 15px;
	background-image: url(/wp-content/uploads/2020/12/arrow-right-white-icon9.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.testimonial-right h6:before {
	content: "";
	position: absolute;
	width: 27px;
	height: 25px;
	right: 5px;
	bottom: -15px;
	background-image: url(/wp-content/uploads/2020/12/arrow-right-white-icon8.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.foreign-icon {
	max-width: 80px;
}
.contact-us {
	margin: 60px 0 40px;
}
.blog-banner-content p a,
.blog-banner-content a {
	color: var(--color-white);
}
.blog-post h4 a {
	color: #444;
}
.blog-post h4 {
	min-height: 56px;
	display: inline-block;
	width: 100%;
}
.testimonial-mark-icon {
	margin: 50px auto 30px;
	display: block;
	border-radius: 0 !important;
}
#menu-we-serve1 {
	margin-bottom: 0;
}
.language-dropdown dd,
.language-dropdown dt,
.language-dropdown ul {
	margin: 0;
	padding: 0;
}
.language-dropdown dt {
	float: left;
	width: 30px;
}
.language-dropdown dd {
	position: relative;
}
.language-dropdown dt a {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
}
.language-dropdown img {
	width: 100%;
	float: left;
}
.language-dropdown dd ul {
	display: none;
	left: 0;
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 2;
	min-width: 30px;
	background: #f9f9f9;
}
.language-dropdown dd ul li {
	width: 100%;
	display: inline-block;
	margin-bottom: 2px;
}
.language-dropdown span.value {
	display: none;
}
.language-dropdown {
	width: 30px;
	margin: 4px 0 0;
	position: relative;
	float: right;
}
.book-form-sidebar {
	position: fixed;
	top: 180px;
	right: 0;
	z-index: 9;
	width: 160px;
}
.book-box {
	width: 100%;
	float: left;
	position: relative;
	background: var(--color-white);
	padding: 8px 15px;
	margin: 0 0 15px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.book-box a 
{
	float: right;
    width: 100%;
    padding-left: 35px;
    color: #444 !important;
    line-height: 18px;
    position: relative;
}
.book-box p {
	float: right;
	width: calc(100% - 25px);
	padding-left: 15px;
	color: #444;
	line-height: 18px;
}
.book-box img {
    width: 25px;
    margin-top: 6px;
    position: absolute;
    left: 0;
}
.sticky-social {
	position: fixed;
	top: 320px;
	right: 0;
	z-index: 999;
	background: var(--color-secondary);
	width: 40px;
	padding: 5px 0;
	text-align: center;
}
.sticky-social li a img {
	width: 18px;
	display: inline-block;
	margin: 15px 0 10px;
}
.company-logo {
	width: 100%;
	max-width: 340px;
	margin: 0 auto 50px;
	display: inline-block;
	text-align: center;
}
.company-logo img {
	width: 100%;
}
.company-logo ul li {
	display: inline-block;
	padding: 5px 20px 0 0;
	width: 49%;
	text-align: right;
	font-size: 20px;
	font-family: 'Georgia', sans-serif;
}
.company-logo ul li:last-child {
	text-align: left;
}
.social-share-modal .modal-header {
	border-bottom: none;
	padding-bottom: 0;
}
.social-share-modal .modal-content {
	border-radius: 0;
	background-clip: unset;
	border-color: var(--color-light-orange);
}
.social-share-modal input {
	background: #EAEAEA;
	border: none;
	height: 44px;
	font-size: 14px;
	width: 70%;
	float: left;
	padding: 7px 15px;
	margin: 0 5% 0 0;
}
.social-share-modal .modal-body button {
	border: none;
	height: 44px;
	font-size: 16px;
	width: 25%;
	float: left;
	padding: 7px 15px;
	margin: 0;
	background: var(--color-light-orange);
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
}
h5#linkCopyText {
	margin-top: 30px;
	font-size: 18px;
	line-height: 24px;
}
h5#linkCopyText i {
	color: #3DA199;
	margin-right: 10px;
}
.ci-accordion li {
	width: 100%;
	float: left;
	position: relative;
	border: 1px solid var(--color-primary);
}
.ci-accordion-head {
	text-align: center;
	width: 100%;
	font-size: 22px;
	line-height: 38px;
	position: relative;
	display: inline-block;
}
.ci-accordion-head i {
	font-size: 26px;
	position: absolute;
	right: 5px;
	color: var(--color-light-orange);
	top: 6px;
}
.ci-accordion-panel.active {
	width: 100%;
	display: inline-block;
	padding: 15px;
}
.top-bar .d-block.d-xl-none.d-lg-none {
	float: right;
}
ul#header-language-mobile,
ul#header-language-mobile1{
	position: relative;
}
.navbar-nav-mobile .sub-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
}
/*.navbar-nav-mobile.mobile-language-flag .sub-menu {
	display: inline-block;
    background-color: #F9F9F9;
}*/
.navbar-nav-mobile.mobile-language-flag .sub-menu {
    display: inline-block;
    background-color: #3e3f41;
    padding-bottom: 8px;
}
#header-language-mobile .wpml-ls-menu-item .wpml-ls-flag {
	width: 24px !important;
	height: 18px !important;
	margin-top: 6px !important;
    margin-left: 7px !important;
    margin-right: 7px !important;
}
.profile-detail p {
	margin-bottom: 15px;
}
.profile-detail-inner .col-sm-3 img {
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}
.blog-detail-content ul,
.blog-detail-content ol,
.city-page-content ul,
.city-page-content ol {
    list-style: initial;
    margin: 0 0 30px;
    padding: 0 0 0 40px;
}
.blog-detail-content ul li ul {
    list-style: circle;
}
.profile-detail-inner ul,
.profile-detail-inner ol 
{
	margin: 0 0 30px;
    padding: 0 0 0 40px;
}
.profile-detail-inner ul li:before, .profile-detail-inner ol li:before {
    position: absolute;
    margin-left: -1.5em;
    padding-right: 1em;
    color: var(--color-secondary);
    content: '\25CF';
}
section.error-404 {
	padding: 100px 0;
}
.blog-detail-content br {
	display: none;
}
.blog-detail-content p {
	margin-bottom: 10px;
}
.consultant-detail-left img {
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}
.sec-one-inner .blog-home-content {
    width: 100%;
    overflow: hidden;
    max-height: 70px;
    display: inline-block;
    position: relative;
}
.sec-two .blog-home-content {
    width: 100%;
    overflow: hidden;
    max-height: 70px;
    display: inline-block;
    position: relative;
}
.sec-three .blog-home-content {
    width: 100%;
    overflow: hidden;
    max-height: 70px;
    display: inline-block;
    position: relative;
}
.sec-four .blog-home-content {
    width: 100%;
    overflow: hidden;
    max-height: 70px;
    display: inline-block;
    position: relative;
}
.blog-post .blog-home-content h1 {
    font-size: 14px !important;
}
.profile-detail h3 
{
	color: var(--color-secondary);
}
@media (max-width: 1800px) {
	.triangular-relationship::after {
		border-right-width: 770px;
		border-left-width: 770px;
	}
}
@media (max-width: 1600px) {
	.triangular-relationship::after {
		border-right-width: 680px;
		border-left-width: 680px;
	}
}
@media (max-width: 1400px) {
	.custom-container {
		max-width: 1180px;
	}
	.triangular-relationship::after {
		border-right-width: 580px;
		border-left-width: 580px;
	}
}

@media (max-width: 1200px) {
	.custom-container {
		max-width: 980px;
	}
	.navbar-nav li a {
		font-size: 13px;
		margin: 0 7px;
	}
	.navbar-brand img {
		width: 140px;
	}
	.address-box {
		padding: 40px 15px 25px;
	}
	.address-box p {
		font-size: 12px;
	}
	footer h4 {
		width: 42%;
	}
	.footer-list {
		width: 58%;
	}
	.status-point ul li h4 {
		font-size: 16px;
	}
	.wage-portage-sec {
		margin: 20px 0 80px;
	}
	.triangular-relationship::after {
		border-right-width: 480px;
		border-left-width: 480px;
	}
	.companies-solutions {
		padding: 100px 0 60px;
	}
	.tick-list.tick-list-three-column li {
		min-height: 210px;
		padding: 45px 3% 30px;
	}
	.profile-list li {
		padding: 0 15px;
	}
	
	.blog-title span img {
		width: 110px;
	}
	.blog-title {
		font-size: 34px;
	}
  .sfl-page .pfo-section .pfo-holder img.hand_globe-icon {
    right: 60px;
	}
}
@media (max-width: 991px) {
  .top-header-bar{
    display:none;
  }
	.consultant-detail-page .custom-btn.col-4 {
		width: 100% !important;
		margin-right: 0% !important;
		margin-bottom: 30px;
		max-width: 100% !important;
	}
	.consultant-tab li {
		width: 100%;
		border: 1px solid var(--color-primary);
	}
	.consultant-tab {
		margin-bottom: 15px;
	}
	.ci-accordion-panel ul li {
		border: none;
		width: 48%;
		padding: 0 10px;
        border: 1px solid #ff8a77;
        margin-bottom: 20px;
	}
	.consultant-detail {
		width: 100%;
		padding-left: 0;
		text-align: center;
		margin: 15px 0;
	}
	.consultant-detail p {
		margin-bottom: 20px;
		padding-right: 0;
	}
	.join-right {
		padding-left: 0;
	}
	.consultant-image {
		width: 100%;
		float: left;
		text-align: center;
	}
	.consultant-image img {
		width: 150px;
		height: 150px;
		object-fit: cover;
		margin: 0 auto;
		display: inline-block;
		float: none;
	}
	.custom-container {
		max-width: 760px;
	}
	header {
		padding: 5px 0;
		min-height: 70px;
	}
	header.sticky .navbar-brand img {
		top: 4px;
	}
	.top-bar {
        background-color: #F9F9F9;
		width: 100%;
		position: fixed;
		top: 67px;
		/*background: var(--color-white); */
		left: 0;
		padding: 4px 15px;
        background-color: #3e3f41;
	}
	.contact-list {
		float: left;
	}
	.contact-list li a {
		margin: 5px 10px 0;
		color: #444;
		display: inline-block;
        color: #fff;
	}
	.navbar-brand img {
		width: 130px;
		top: 5px;
	}
	.navbar-toggler {
		background-color: transparent;
		border: 2px solid var(--color-white);
		border-left: none;
		border-right: none;
		border-radius: 0;
		padding: 5px 0;
		font-size: 7px;
		margin-top: 10px;
	}
	.navbar-toggler-icon {
		width: 30px;
		height: 2px;
		background: var(--color-white);
	}
	.banner-sec .img-responsive {
		height: auto;
		min-height: auto;
	}
	.banner-content {
		width: 100%;
		position: relative;
		top: 0;
		display: inline-block;
		color: var(--color-secondary);
	}
	.calculate-box {
		padding: 30px 0;
	}
	.status-point ul {
		top: 0;
		width: 100%;
		left: 0;
		position: relative;
		max-width: 1210px;
		right: 0;
		margin: 0 auto;
		padding: 0 15px;
		text-align: center;
	}
	.status-point ul li {
		width: 100%;
		text-align: left;
		margin-bottom: 15px;
		min-height: 90px;
	}
	.status-point ul li br {
		display: none;
	}
	.status-point ul li span img {
		width: 20%;
		position: absolute;
		top: 0;
		max-width: 80px;
	}
	.status-point ul li img {
		float: left;
	}
	.status-point ul li h4 {
		margin-bottom: 0;
		min-height: auto;
		margin-top: 0;
		width: calc(100% - 100px);
		float: right;
	}
	.status-point ul li p {
		width: calc(100% - 100px);
		float: right;
	}
	.experience-inner {
		padding: 0;
	}
	.join-us ul li {
		width: 33.3%;
		padding: 0px 10px;
	}
	.payroll-inner {
		width: 100%;
		margin: 0;
		padding: 100px 5% 60px;
	}
	.hire-consultant ul li {
		padding: 0 10px;
	}
	.address-content {
		width: 75%;
	}
	.address-icon {
		width: 25%;
	}
	.address-icon img {
		max-width: 100%;
		top: 2px;
	}
	.testimonials h4 {
		padding: 0;
	}
	header.sticky {
		padding: 5px 0;
	}
	#navbarNav {
		position: absolute;
		background: #3d9f97;
		display: inline-block !important;
		top: 50px;
		left: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		width: 100%;
		margin: 0;
		padding: 0;
		transition: transform .25s;
		will-change: transform;
		-webkit-overflow-scrolling: touch;
	}
	#navbarNav.show {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		z-index: 10001;
	}
	nav.navbar.navbar-expand-lg {
		position: inherit;
		margin-bottom: 0;
		padding: 0 !important;
		justify-content: space-between;
		min-height: 54px;
	}
	.navbar-nav li a {
		font-size: 14px;
		margin: 0;
		width: 100%;
		padding: 7px 15px !important;
	}
	.navbar-nav li a:hover,
	.navbar-nav li.current-menu-item a {
		border-color: #444;
		background: #444;
	}
	.wage-portage-sec::before,
	.service-cover::before {
		display: none;
	}
	.service-cover .col-lg-6.col-md-12.col-sm-12.col-12.px-md-5.invisible {
		visibility: visible !important;
	}
	.triangular-relationship::after {
		border-right-width: 360px;
		border-left-width: 360px;
		bottom: 100px;
	}
	.triangular-relationship::before {
		height: 100px;
	}
	.triangular-relationship {
		padding: 70px 0;
	}
	.tick-list.tick-list-one-column li {
		width: 80%;
		margin: 0 10% 15% 10%;
	}
	.independent-box h2 {
		line-height: 48px;
		font-size: 34px;
	}
	.profile-list li {
		width: 50%;
	}
	.consultant-detail-box {
		padding: 15px;
	}
	.blog-title {
		font-size: 28px;
	}
	.landing-partner .blog-title {
		font-size: 24px;
	}
    .ci-accordion-panel ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
	}  
 	.sfl-page .pfo-section .pfo-holder img.hand_globe-icon {
    right: 0;
    margin-top: 0 !important;
	}
  	header .container-fluid {
      padding-inline: 20px !important;
	}
}
@media (max-width: 767px) {
	h1 {
		font-size: 34px;
	}
	.consultant-detail p {
		min-height:100px;
	}
	.ci-accordion-panel.active {
		padding: 15px 0;
	}
	.ci-accordion-panel ul li {
		margin-bottom: 15px;
	}
	.ci-accordion-head {
		font-size: 18px;
	}
	.consultant-detail-box {
		padding: 15px;
	}
	.blog-banner h5 {
		line-height: 28px;
		left: 5%;
		top: 15px;
		width: 90%;
	}
	.blog-banner .blog-banner-content {
		left: 15px;
		bottom: 15px;
		width: calc(100% - 30px);
	}
	.sitemap-list {
		width: 100%;
		padding-right: 0;
		margin-bottom: 30px;
	}
	.sitemap-list h4 {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.experience-inner h2 {
		font-size: 32px;
        color: #32b3af;
	}
	.experience-inner h4 {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.experience-inner h5 {
		line-height: 24px;
		font-size: 18px;
	}
	.experience-inner p {
		margin-bottom: 15px;
	}
	.join-us {
		margin-bottom: 0;
	}
	.sec-padding {
		padding: 40px 0;
	}
	.payroll-inner {
		width: 100%;
		margin: 0;
		padding: 60px 15px 30px;
	}
	.payroll-inner h3 {
		margin-bottom: 30px;
		font-size: 28px;
		text-align: left;
	}
	.payroll-inner ul li {
		font-size: 16px;
		padding-left: 0;
		line-height: 24px;
		margin-bottom: 15px;
		width: 100%;
		padding-top: 50px;
	}
	.payroll-inner ul li:before {
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.payroll-inner ul li:after {
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	h2 {
		font-size: 32px;
	}
	h3 {
		font-size: 24px;
	}
	.foreign-company h4 {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.contact-us {
		margin: 0;
	}
	.foreign-company h3 {
		line-height: 34px;
	}
	.address-box {
		padding: 30px 15px;
		margin-bottom: 30px;
	}
	.hire-consultant h2 {
		margin-bottom: 20px;
	}
	.banner-content h4 {
		font-size: 18px;
		margin-top: 25px !important;
	}
	.banner-content h2 .banner-span1 {
		font-size: 62px;
	}
	.banner-content h2 .banner-span2 {
		font-size: 32px;
	}
	.banner-content h2 {
		font-size: 26px;
	}
	.banner-content .calculate-box p {
		margin-bottom: 7px;
	}
	.status-point ul li span img {
		width: 15%;
		max-width: 70px;
	}
	.join-us ul li {
		width: 100%;
		padding: 0 20%;
	}
	.hire-consultant ul li {
		padding: 0 15px;
		width: 100%;
	}
	.testimonial-inner {
		margin-top: 40px;
	}
	.testimonials h4 {
		padding: 0 15%;
	}
	footer h4 {
		width: 100%;
		text-align: left;
		min-height: 18px;
		padding: 0;
	}
	.footer-list {
		width: 100%;
	}
	/* br {
		display: none;
	} */
	.book-box p br, .city-page-content br {
		display: inline-block;
	}
	.calculate-box .form-control {
		height: 38px;
	}
	.wage-portage-list li {
		font-size: 24px;
		line-height: 34px;
	}
	.triangular-relationship {
		padding: 40px 0;
	}
	.triangular-relationship::after {
		border-right-width: 180px;
		border-left-width: 180px;
		bottom: 322px;
		border-bottom: 500px solid #f2f9f8;
	}
	.triangular-relationship::before {
		height: 100px;
		bottom: 222px;
	}
	.companies-solutions h3,
	.companies-solutions h5 {
		display: none;
	}
	.companies-solutions {
		padding: 60px 0 20px;
	}
	.companies-solutions-mobile {
		color: #348e87;
	}
	.tick-list.tick-list-three-column li {
		min-height: 180px;
		padding: 30px 15px 20px;
		width: 44%;
		margin: 0 3% 40px 3%;
	}
	.tick-list.tick-list-three-column li:nth-child(3n+3) {
		margin-right: 3%;
	}
	.independent-sec {
		padding: 50px 0;
		margin-bottom: 100px;
	}
	.independent-box {
		width: 50%;
		padding: 35px 40px 35px 0;
	}
	.tick-list.tick-list-one-column li {
		width: 100%;
		margin: 0 0 15% 0%;
	}
	.book-form-sidebar {
		top: auto;
		width: 100%;
		bottom: 43px;
		text-align: center;
		background: #fff;
	}
	.book-box {
		width: 50%;
		padding: 7px 10px 0;
		margin: 0;
		max-width: 141px;
		float: none;
		display: inline-block;
		box-shadow: none;
	}
	.book-box img {
		width: 28px;
	}
	.book-box a {
		padding-left: 40px;
		text-align: left;
	}
	.book-box p {
		width: calc(100% - 30px);
		padding-left: 10px;
		text-align: left;
	}
	.sticky-social {
		width: 100%;
		top: auto;
		bottom: 0;
		padding: 0;
	}
	.sticky-social li {
		display: inline-block;
		margin: 0 10px;
	}
	.page-template,
	.post-template-default {
		padding-top: 100px;
	}
	header {
		position: fixed;
	}
	.blog-title {
		font-size: 20px;
	}
	.blog-title span img {
		width: 66px;
	}
	.landing-partner .blog-title {
		font-size: 15px;
	}
    .ci-accordion-panel ul {
      display: flex;
      flex-wrap: wrap;
      padding-inline: 5px;
	}
  .consultant-detail p:empty {
    	display: none;
	}
  
  	.sfl-page .faq-holder .card .btn-link::before {
    	background-size: 26px;
	}
}
@media (max-width: 576px) {
	.triangular-relationship::after {
		border-right-width: 150px;
		border-left-width: 150px;
		bottom: 322px;
		border-bottom: 410px solid #f2f9f8;
	}
	.profile-list li img {
		height: 120px;
		width: 120px;
	}
	.faq-box h5 {
		margin-bottom: 10px;
		font-size: 22px;
		line-height: 32px;
	}
	.faq-box p {
		margin-bottom: 20px;
	}
	.profile-list li {
		padding: 0 6px;
	}
	.team-list li {
		width: 100%;
		padding-right: 0;
		margin-bottom: 30px;
	}
	.wage-portage-sec .col-lg-6.col-md-12.col-sm-12.col-12.pr-5 {
		padding-right: 15px !important;
	}
	.tick-list li {
		width: 100%;
		margin: 0 0 50px 0;
		padding: 30px 20px 20px;
		min-height: 140px;
	}
	.tick-list li:nth-child(even) {
		margin-left: 0;
		margin-right: 0;
	}
	.wage-portage-sec {
		margin: 20px 0 50px;
	}
	.testimonials h4 {
		padding: 0 15px;
		font-size: 18px;
		margin-bottom: 15px;
	}
	.address-inner-box {
		width: 100%;
		float: left;
		margin-bottom: 15px;
	}
	.status-point ul li {
		padding: 0;
	}
	.status-point ul li span img {
		width: 20%;
		max-width: 70px;
	}
	.sec-padding {
		padding: 30px 0;
	}
	.join-us h2 {
		margin-bottom: 30px;
		margin-top: 0;
	}
	.join-us ul li {
		padding: 0 10%;
		margin-bottom: 10px;
	}
	.join-us ul li h3 {
		font-size: 34px;
		margin-bottom: 15px;
	}
	.join-us ul li h4 {
		font-size: 18px;
		min-height: auto;
		margin-bottom: 15px;
	}
	.status-point ul li img {
		max-width: 60px;
	}
	.status-point ul li h4, .status-point ul li p {
		width: calc(100% - 75px);
	}
	.join-us ul li img {
		margin-bottom: 20px;
	}
	.hire-consultant h2 {
		margin-bottom: 10px;
	}
	.hire-consultant ul li {
		padding: 0;
		margin-bottom: 15px;
	}
	.testimonials h2 {
		margin-bottom: 30px;
	}
	.testimonial-mark-icon {
		margin: 20px auto;
	}
	footer {
		padding: 30px 0 20px;
	}
	.top-bar {
		padding: 4px 15px;
	}
	.country-list li {
		display: none;
	}
	.country-list li:last-child {
		display: inline-block
	}
	.contact-list li a {
		margin: 4px 6px 0 0;
		color: #444;
		font-size: 11px;
        color: #fff;
	}
	.contact-list li:last-child a {
		margin: 4px 0 0 0;
	}
	.custom-btn {
		padding: 8px 7px;
	}
	.tick-list.tick-list-three-column li {
		min-height: auto;
		width: 100%;
		margin: 0 0% 40px 0;
		padding: 30px 15px 20px;
	}
	.independent-box {
		width: 80%;
		padding: 25px;
		min-width: 240px;
	}
	.independent-box h2,
  	.sfl-page .independent-box h2{
		line-height: 38px;
		font-size: 26px;
	}
	.payroll-inner h3 {
		margin-bottom: 30px !important;
		font-size: 24px;
		text-align: left !important;
		line-height: 38px;
	}
	.consultant-image img {
		width: 100px;
		height: 100px;
	}
	.blog-title {
		font-size: 14px;
	}
	.blog-title span img {
		width: 60px;
	}
	.blog-title {
		padding: 7px;
	}
  	.team-img {
   	 	max-width: 100px;
	}
}
.footer-logo img{
     width: 120px;
    /* height: 100px;*/
}
#our_team_environment_section li {
	list-style:initial;
}
#header-language-mobile1 .wpml-ls-menu-item .wpml-ls-flag {
	width: 24px !important;
	height: 18px !important;
	margin-top: 6px !important;
    margin-left: 7px !important;
    margin-right: 7px !important;
}

/* 5/08/2023 */

.address-inner-box figure img {
    width: 40px;
}
.wage-portage-sec h4 {
    font-size: 14px;
}
.wage-portage-sec ul.tick-list li b {
    font-weight: normal;
}
ul.nos-bull li {
    list-style: disc;
}
ul.nos-bull {
    padding-left: 15px;
}
.security-benefits-list li {
    list-style: circle;
    padding-left: 5px;
    margin-left: 30px;
}
.triangular-relationship a.custom-btn {
    padding: 9px 22px 8px;
}
.join-right a
{
    color: #fff;
}
.join-right h6 b {
    display: none;
}
.blog-post h4 a {
    padding: 0;
}
.sec-one-inner .blog-home-content,
.sec-two .blog-home-content,
.sec-three .blog-home-content,
.sec-four .blog-home-content{
	max-height:66px;
}
.blog-home-content h3, 
.blog-home-content p,
.blog-home-content h1,
.blog-home-content h2{
    line-height: 20px;
}
.profile-detail-inner ul{
    padding: 0 0 0 30px;
}
.gform_wrapper.gravity-theme .gform_footer input {
    width: 100% !important;
}

form .gform_footer.top_label input.gform_button {
    width: 100% !important;
}
.profile-detail-inner ul.security-benefits-list li::before{
  display:none;
}

/*---En---*/
.page-id-14082 .sticky-social{
  display:none;
}
.page-id-14082 footer{
  display:none;
}
.page-id-14082 header{
  display:none;
}
.page-id-14082 .contact-list{
  display:none !important;
}
.page-id-14082 .book-box.call{
  display: none;
}
/*------*/

/*---De---*/
.page-id-14083 .sticky-social{
  display:none;
}
.page-id-14083 footer{
  display:none;
}
.page-id-14083 header{
  display:none;
}
.page-id-14083 .contact-list{
  display:none !important;
}
.page-id-14083 .book-box.call{
  display: none;
}
/*------*/

/*---Fr---*/
.page-id-14084 .sticky-social{
  display:none;
}
.page-id-14084 footer{
  display:none;
}
.page-id-14084 header{
  display:none;
}
.page-id-14084 .contact-list{
  display:none !important;
}
.page-id-14084 .book-box.call{
  display: none;
}
/*------*/

.text-link{
 display: block;
 text-align: center;
 padding: 0 41px;
 color: #333;
 border-bottom: 1px solid;
 border-color: transparent;
 font-size: 18px; 
}

.text-link .privacy{
  color: #3DA199;
  text-decoration: underline;
}



