@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');


.navbar.navbar-home {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 15;
}

.home-banner-hero {
	background-image: url('../../../../../img/frontend/fj-sg-home-banner-hero-2.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fa4094;
	width: 100%;
	min-height: 560px;
	padding-bottom: 20px;
	position: relative;
	margin: auto;
}

.home-banner-hero::before {
	content: ' ';
	background: linear-gradient(103.3deg, rgba(51, 51, 51, 0.3) 51.9%, rgba(51, 51, 51, 0) 100%);
	position: absolute;
	height: 100%;
	width: 100%;
}

.home-banner-hero .home-hero-content {
	position: relative;
	z-index: 5;
}

.home-banner-hero .home-bannerad-jobsfest {
	background: url('/img/frontend/fj-sg-home-jobsfest-hero.jpg') no-repeat;
	background-position: center top;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 35px;
	height: calc(100% - 35px);
	width: 100%;
	z-index: 1;
}

.home-banner-hero .home-bannerad-jobsfest > a {
	background-color: rgba(0,0,0,.35);
	display: block;
	width: 100%;
	height: 100%;
}

.home-banner-tagline {
	font-size: 40px;
	font-weight: bold;
	color: #ffffff;
	margin: 15% 0 8px;
}

.home-banner-subtitle {
	color: #ffffff;
	font-size: 20px;
}

.home-banner-hero .text-small {
	font-size: 14px;
}

/* .input-group-addon {
	border: 1px solid #dddddd !important;
} */

.input-group-addon:first-child {
	border-right: 0 !important;
}

.panel.panel-home-search {
	color: #293153;
	margin-bottom: 0;
}

.panel.panel-home-search > .panel-body { padding: 24px 8px 16px; }

.panel-home-search .form-control  {
	border: 1px solid #dddddd;
	border-left: none;
	color: #aaaaaa;
	padding-bottom: 20px;
	padding-top: 20px;
}

.panel-home-search .dropdown-label {
	color: #aaaaaa;
	float: left;
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
	width: 98%;
}

.panel-home-search .dropdown-toggle { text-align: left; }

.panel-home-search .caret {
	color: #fa4094;
}

.panel-home-search .dropdown-menu {
  background: #fff;
  font-size: 16px;
  width: 300px;
}

.panel-home-search .dropdown-menu.scrollable-menu {
  height: auto;
  max-height: 400px;
  overflow-x: hidden;
}

.panel-home-search .dropdown-menu ul {
  margin: 0 8px;
  padding: 0;
}
.panel-home-search .dropdown-menu li {
  cursor: pointer;
  padding: 16px;
}

.panel-home-search .dropdown-menu li:hover,
.panel-home-search .dropdown-menu li:focus {
  background: #f3f3f3;
}

.panel-home-search .search-st-option { margin-top: 14px; }

.row.row-home-search { margin: 0 }

.row-home-search [class*="col-md-"],
.row-home-search [class*="col-xs-"] {
  padding-left: 8px;
	padding-right: 8px;
}

.label-category, .label-locations {
  overflow-x: hidden;
  overflow-y: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}


.employer-banner {
  padding: 30px 0 40px;
  background: #fa4094;
  min-height: 190px;
  text-align: center;
}

.employer-banner-tagline {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.42;
	text-align: center;
	color: #fff;
	padding: 15px;
	margin: 0;
}


/* ======== POPULAR CATEGORIES ======= */

.popular-categories-desktop .popular-categories { display: block;}
.popular-categories-mobile .popular-categories { display: none;}
.popular-categories {
	background: #f5f5f5;
	padding: 25px 0 50px;
}
.popular-categories .container {
	width: 90% !important;
	zoom: 0.97;
}
.popular-categories .popular-category-title {
	font-family: 'Poppins', system-ui, Arial, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #293153;
	padding: 20px 0px 20px 0px;
}
.category-container {
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 184px;
	width: 188px;
	border-radius: 3px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), inset 0px 3px 0px #FF81AE;
	border-radius: 5px;
	flex: none;
	order: 0;
	flex-grow: 0;
	position: relative;
	top: 0;
	transition: top ease 0.5s;
}
.category-container:hover { 
	border: 1px solid #293153;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), inset 0px 3px 0px #293153;
	top: -10px;

 }
.category-container:hover .category-blob {
	background: url(../../../../../img/frontend/blob-gray.png) no-repeat center center;
	background-size: cover;
   
}
.category-image-2 {
	background: url(../../../../../img/frontend/clerical.svg) no-repeat center left !important;
	background-size: contain !important;
	position: absolute;
	width: 46.81px;
	height: 50.71px;
	left: 10px;
	top: 6px
 
}
.category-image-8 {
	background: url(../../../../../img/frontend/receptionist.svg) no-repeat center left !important;
	background-size: contain !important;
	position: absolute;
	width: 46.81px;
	height: 50.71px;
	left: 10px;
	top: 6px
}
.category-image-9 {
	background: url(../../../../../img/frontend/delivery.svg) no-repeat center left !important;
	background-size: contain !important;
	position: absolute;
	width: 46.81px;
	height: 50.71px;
	left: 5px;
	top: 5px;
	zoom: 1;
}

.category-image-26 {
	background: url(../../../../../img/frontend/hospitality.svg) no-repeat center left !important;
	background-size: contain !important;
	position: absolute;
	width: 46.81px;
	height: 50.71px;
	zoom: 1.37;
}
.category-image-23 {
	background: url(../../../../../img/frontend/marketing.svg) no-repeat center left !important;
	background-size: contain !important;
	position: absolute;
	width: 46.81px;
	height: 50.71px;
	zoom: 1.36;
}
.category-image-21 {
	background: url(../../../../../img/frontend/warehouse.svg) no-repeat center left !important;
	background-size: contain !important;
	position: absolute;
	width: 46.81px;
	height: 50.71px;
	zoom: 1.35;
}
.category-blob {
	position: absolute;
	width: 65px;
	height: 57.54px;
	left: 62px;
	top: 16px;
	background: url(../../../../../img/frontend/blob.png) no-repeat center center;
	background-size: cover;
}
.category-container > .category {
	height: 100%;
	width: 100%; 
}

.category .category-text { 
	position: absolute;
	height: 42px;
	left: 7.98%;
	right: 7.98%;
	top: calc(50% - 42px/2 + 10px);
	font-family: 'Poppins', system-ui, Arial, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 17px;
	line-height: 21px;
	text-align: center;
	color: #293153;
}
.category .category-jobs { 
	position: absolute;
	height: 24px;
	left: 7.98%;
	right: 7.98%;
	top: calc(50% - 24px/2 + 67px);
	font-family: 'Lato', system-ui, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #333333;
}

@media (max-width: 1920px) and (min-width: 1801px) {
	.popular-categories .container { zoom: 1.22; }
   }
@media (max-width: 1800px) and (min-width: 1701px) {
	.popular-categories .container { zoom: 1.15; }
   }
@media (max-width: 1700px) and (min-width: 1581px) {
	.popular-categories .container { zoom: 1.07; }
   }
@media (max-width: 1580px) and (min-width: 1441px) {
	.popular-categories .container { zoom: 0.98; }
   }
@media (max-width: 1440px) and (min-width: 1354px) {
	.popular-categories .container { zoom: 0.97; }
   }
@media (max-width: 1353px) and (min-width: 1301px) {
	.popular-categories .container { zoom: 0.92; }
   }
@media (max-width: 1300px) and (min-width: 1271px) {
	.popular-categories .container { zoom: 0.88; }
   }
@media (max-width: 1270px) and (min-width: 1250px) {
	.popular-categories .container { zoom: 0.86; }
   }
@media (max-width: 1249px) and (min-width: 1235px) {
	.popular-categories .container { zoom: 0.84; }
   }
@media (max-width: 1234px) and (min-width: 1169px) {
	.popular-categories .container { zoom: 0.82; }
   }
@media (max-width: 1168px) and (min-width: 1080px) {
	.popular-categories .container { zoom: 0.73; }
   }
@media (max-width: 1079px) and (min-width: 992px) {
	.popular-categories .container { zoom: 0.67; }
   }
@media (max-width: 991px) and (min-width: 950px){
	.popular-categories .container { zoom: 1.34; }
   }
@media (max-width: 949px) and (min-width: 900px){
	.popular-categories .container { zoom: 1.28; }
   }
@media (max-width: 899px) and (min-width: 860px){
	.popular-categories .container { zoom: 1.21; }
   }
@media (max-width: 859px) and (min-width: 830px){
	.popular-categories .container { zoom: 1.16; }
   }
@media (max-width: 829px) and (min-width: 768px){
	.popular-categories .container { zoom: 1.12; }
   }
@media (min-width: 1024px) {
	.popular-categories-mobile {
		height: 258px;
	}
}
@media (max-width: 1023px) and (min-width: 768px) {
	.popular-categories-mobile {
		height: 620px;
	}
}
@media (max-width: 767px) {
	.popular-categories-desktop .popular-categories { display: none;}
    .popular-categories-mobile .popular-categories { display: block;}
	#mobileOnly { display: block !important;}
	#tabletOnly { display: none !important;}
	.popular-categories { padding: 20px 0; }
	.popular-categories .container { width: 100% !important;}
	.popular-categories h3 {
	  font-size: 16px;
	  margin: 0 0 20px;
	}
	.category-container { 
		/* min-height: 160px; */
		width: 100%
		/* right:6px; */
	  }
	.category .category-text { zoom: 0.9; margin-top: 15px;}
	.category .category-jobs { 
		font-size: 12px; 
		top: calc(50% - 24px/2 + 57px);
	  }
	.popular-categories .popular-category-title {
		font-size: 20px;
		line-height: 24px;
		padding: 20px 0px 20px 0px;
	}
	.category-blob { 
		left: 33.5%;
		zoom: 1.2;
	 }

	 .home-banner-hero .home-hero-content {
		margin-top: 40px;
	}

	.category .category-text { 
		font-size: 15px;
	}
	
	.popular-categories-mobile {
		height: 354px;
	}
   }
@media (max-width: 499px) {
	.category-blob { 
		left: 26%;
		zoom: 1.2;
	 }
   }

/* ======== END POPULAR CATEGORIES ======= */


.our-employers { padding: 20px 0 40px; }

.our-employers h1, h2 {
	font-weight: 600;
}

.featured-companies { display: flex; }
.featured-companies .companies-flex-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
}
.featured-companies .company-col {
  flex-direction: column;
  flex: 1 0 calc(16% - 8px);
  flex-grow: 0;
}
.featured-companies .company-logo { padding: 16px; }

.fj-stats {
	background: #293153;
	color: #fff;
	font-size: 18px;
	padding: 50px 0;
	text-align: center;
}

.fj-stats .stats-data {
	font-size: 50px;
	font-weight: normal;
}



/* ======== FJ-DOWNLOAD ======= */
.fj-download {
	background-image: url(../../../../img/download-section-background.png) !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background: #FFFFFF;
	border-top: 5px solid #FF8FCA;
	border-bottom: 5px solid #FF8FCA;
	overflow: hidden;
}

.fj-download .download-description {
	width: 100%;
	height: 459px;
}


.fj-download .container { position: relative }

.fj-download .download-description>.description-container{
	margin-left: 180px;
	zoom: 0.78;
	position: absolute;
	top: 0;
}


.fj-download .download-buttons a{
	display: inline-block !important;
	/*background-size: 350px auto;*/
	width: 180px !important;
	height: 52px !important;
}
.fj-download .download-buttons a:not(:first-child){
	margin-left: 30px;
}
.fj-download .download-section-award {
	background-image: url(../../../../img/download-section-award.png) !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	height: 60px;
	width: 100%;
	position: absolute;
	left: 9.5rem;
	top: 39rem;
}
.fj-download .download-section-phone {
	background-image: url(../../../../img/download-section-phone-sg.png) !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	height: 427px;
	width: 100%;
	position: absolute;
	top: 3.2rem;
	left: 75rem;
}

@media (min-width: 1500px) {
	.fj-download .download-description {
		width: 100%;
		height: 600px;
	}
	.fj-download .download-section-award {
		top: 51rem;
		height: 73px;
		left: -4rem;
	}
	.fj-download .download-section-phone {
		top: 6rem;
		height: 54rem;
		left: 80rem;
	}
	.fj-download .download-description>.description-container{ zoom: 1; margin-left: 10px }
}

@media (max-width: 1499) and (min-width: 1200px)  {
	.fj-download .download-description>.description-container{ zoom: 0.77; }
}

@media (max-width: 1199px) and (min-width: 780px){
	.fj-download .download-description>.description-container{ 
		zoom: 0.78; 
		margin-left: 50px;
	}
	.fj-download .download-section-award { left: 1.6rem; height: 55px; }
	.fj-download .download-section-phone { left: 65rem; }
}
@media (max-width: 770px) and (min-width: 736px){
	.fj-download .download-description>.description-container{
		margin-left: 30px;
		zoom: unset;
	}
}

@media (max-width: 920px) and (min-width: 870px) {
	.fj-download { height: 400px; }
	.fj-download .download-section-award {
	  top: 33rem;
	  height: 48px;
	  left: 5rem;
	}
	.fj-download .download-section-phone {
	  left: 55rem;
	  height: 358px;
	}
	.fj-download .download-description>.description-container{ zoom: 0.65; margin-left: 120px; }

}

@media (max-width: 869px) and (min-width: 800px) {
	.fj-download { height: 400px; }
	.fj-download .download-section-award {
	  top: 33rem;
	  height: 45px;
	  left: 3rem;
	}
	.fj-download .download-section-phone {
	  left: 55rem;
	  height: 358px;
	}
	.fj-download .download-description>.description-container{ zoom: 0.67; }

}

@media (max-width: 799px) and (min-width: 771px) {
	.fj-download { height: 400px; }
	.fj-download .download-section-award {
	  top: 33rem;
	  height: 45px;
	  left: 0.5rem;
	}
	.fj-download .download-section-phone {
	  left: 55rem;
	  height: 358px;
	}
	.fj-download .download-description>.description-container{ zoom: 0.67; margin-left: 45px; }

}

@media (max-width: 770px) {
	.fj-download { background-image: none; border: none;}
	.fj-download .download-buttons a:last-child{
		display: block !important;
		margin-left: 0;
		margin-top: 20px;
	}
	.fj-download .download-description>.description-container{
		margin-left: 30px;
		zoom: 0.9;
	}

	.fj-download .download-description {
		background-image: url(../../../../img/download-section-tablet.png) !important;
		background-size: contain !important;
		background-repeat: no-repeat !important;
		padding-top: 89.59%;
		height: 0;
	}
	.fj-download .download-section-award, .fj-download .download-section-phone { display: none; }
}

/* @media (max-width: 980px) and (min-width: 745px) {
	.fj-download { background-image: none !important; border: none;}
	.fj-download .download-description {
		background-image: url(../../../../img/download-section-tablet.png) !important;
		background-size: contain !important;
		background-repeat: no-repeat !important;
		padding-top: 60.59%;
		height: 0;
	}
	.fj-download .download-description>.description-container{
		margin-left: 30px;
	}
	.fj-download .download-section-award, .fj-download .download-section-phone { display: none; }

} */

@media (max-width: 670px)  and (min-width: 601px){
	.fj-download .download-description>.description-container{ zoom: 0.78; }
}

@media (max-width: 600px)  and (min-width: 521px){
	.fj-download .download-description>.description-container{ zoom: 0.7; }
}

@media (max-width: 520px)  and (min-width: 485px){
	.fj-download .download-description>.description-container{ zoom: 0.65; }
}

@media (max-width: 484px)  and (min-width: 424px){
	.fj-download .download-description>.description-container{ zoom: 0.56; }
}

@media (max-width: 425px) {
	.fj-download { background-image: none; border: none;}
	.fj-download .download-description>.description-container{
		margin-left: 10px;
		zoom: 0.95;
		margin-right: 30px;
	}
	.fj-download .download-description {
		background-image: url(../../../../img/download-section-mobile.png) !important;
		padding-top: 205%;
		background-size: contain !important;
		background-repeat: no-repeat !important; 
	}

	.fj-download .download-buttons a{
		display: block !important;
		margin-left: 0 !important;
	}
	.fj-download .download-buttons a:first-child{
		margin-top: 20px;
		margin-bottom: 19px;
	}
	.fj-download .download-section-award,  .fj-download .download-section-phone { display: none; }
   
}

@media (max-width: 401px)  and (min-width: 374px){
	.fj-download .download-description>.description-container{ zoom: 0.8; }
}

@media (max-width: 375px) {
	.fj-download .download-description > .description-container {
		zoom: 0.85;
	}
}
@media (max-width: 374px)  and (min-width: 341px){
	.fj-download .download-description>.description-container{ zoom: 0.8; }
}

@media (max-width: 340px)  and (min-width: 319px){
	.fj-download .download-description>.description-container{ zoom: 0.75; }
}

@media (max-width: 320px) {
	.fj-download .download-description > .description-container {
		zoom: 0.7;
	}
}

.fj-download .download-title{
	margin: 0;
	padding-top: 32px;
	color: #FA4094;
	font-family: 'Poppins', system-ui, Arial, sans-serif !important;
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	line-height: 36px;
}

.fj-download ol.download-steps {
	margin-top: 33px;
	list-style: none;
	counter-reset: item;
	padding: 0 !important;
}

.fj-download ol.download-steps li {
	counter-increment: item;
	margin-bottom: 15px;
	font-family: 'Lato', system-ui, Arial, sans-serif !important;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;

	color: #152759;
}

.fj-download ol.download-steps li:before {
	margin-right: 10px;
	content: counter(item);
	background: #152759;
	border-radius: 100%;
	border: 2px solid #FFFFFF;
	width: 35px;
	height: 35px;
	text-align: center;
	display: inline-block;

	font-family: 'Lato', system-ui, Arial, sans-serif !important;
	font-style: normal;
	font-weight: bold;
	font-size: 21px;
	line-height: 31px;
	color: #FFFFFF;
}

/* ======== END FJ-DOWNLOAD ======= */



/* ======== TESTIMONIALS ======= */

.fj-feedbacks {
    background: #f5f5f5;
    color: #777777;
    line-height: 24px;
    padding: 40px 0;
    text-align: left;
}

.fj-feedbacks h1 {
    font-family: 'Poppins', system-ui, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #293153;
    margin: 0 0 20px;
}

.fj-feedbacks h5 {
    font-family: 'Poppins', system-ui, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin: 0 0 20px;
}

.fj-feedbacks .panel-testimonial {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    /* min-height: 323px; */
    /* opacity: 0.5; */
    /* width: 334px; */
    /* height: 323px; */
    margin-top: 20px;
}

.fj-feedbacks .icon-image {
    height: 41px;
    width: 41px;
    display: block;
    border-radius: 100%;
    /* margin: 16px auto 10px; */
}

.fj-feedbacks .text-tertiary {
    
    position: absolute;
    left: 80px;
    top: 48px;
    font-family: 'Lato', system-ui, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #293153;
}

.fj-feedbacks .user-testimonial {
    font-family: 'Lato', system-ui, Arial, sans-serif !important;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
    color: #555555;
    
}

.fj-feedbacks .feedback-header {
    font-family: 'Lato', system-ui, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #333333;
    margin-top: 10px;
}

.fj-feedbacks hr.small-break {
    width: 25px;
    height: 2px;
    color: #ddd;
    background: #ddd;
    border-radius: 2px;
    display: block;
    margin: 16px auto;
}

.fj-feedbacks .container {width: 80% !important;}
.fj-feedbacks .fj-feedback-carousel {padding: 10px;}

.fj-feedbacks .fj-feedback-carousel .slick-next{ 
    color: white !important;
    background-color: #FAAFD1 !important;
    width: 50px !important;
    height: 50px !important;
    font-size: 20px !important;
    border-radius: 5px;
    right: -65px;
   
}
.fj-feedbacks .fj-feedback-carousel .slick-prev{ 
    z-index: 1;
    left: 50px !important;
    color: white !important;
    background-color: #FAAFD1 !important;
    width: 50px !important;
    height: 50px !important;
    font-size: 20px !important;
    border-radius: 5px;
    left: -68px !important;
}

.fj-feedbacks .fj-feedback-carousel .slick-current{ opacity: 1 !important; top: -20px; }

.fj-feedbacks .fj-feedback-carousel .slick-current .panel-body{

    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), inset 0px 3px 0px #FF81AE;
    border-radius: 5px; 
}

.fj-feedbacks .fj-feedback-carousel .slick-slide .panel-body{ min-height: 323px; }

.fj-feedbacks .fj-feedback-carousel .slick-active{ opacity: 0.5; }

@media (max-width: 1195px) and (min-width: 992px) { 
    .fj-feedbacks .fj-feedback-carousel .slick-slide .panel-body{ zoom: 0.8 !important; }
}

@media (max-width: 991px) and (min-width: 768px) { 
    .slick-prev, .slick-next { display: none !important; }
    .fj-feedbacks .container {width: 100% !important;}
    .fj-feedbacks .text-tertiary { top: 52px !important; }
    .fj-feedbacks h5 { margin: 0 0 10px !important; }
    .fj-feedbacks .fj-feedback-carousel .slick-slide .panel-body{ zoom: 0.8 !important; }
}

@media (max-width: 767px) { 
    .fj-feedbacks .container {width: 100% !important;}
    /* .slick-prev, .slick-next { display: none !important; } */
    .fj-feedbacks { padding: 24px 0; }
    .fj-feedbacks h1 {
      font-size: 20px;
      line-height: 28px;
      margin-bottom: 16px;
    }
    .fj-feedbacks h5 { margin: 0 0 5px !important; }

    .fj-feedbacks .fj-feedback-carousel .slick-current{ top: 0px !important; }
 }

/* ======== END TESTIMONIALS ======= */



.carousel {
  background-color: transparent;
  height: auto;
}

.carousel-content {
  padding: 0px 15px 50px;
}

/* Slider */
/*.slick-loading .slick-list
{
	background: transparent url('./ajax-loader.gif') center center no-repeat;
}*/

/* Icons */
/*@font-face
{
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;

	src: url('./fonts/slick.eot');
	src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype');
}*/
/* Arrows */
.slick-prev,
.slick-next
{
	font-size: 20px;
	line-height: 0;
	font-family: 'Lato', system-ui, Arial, sans-serif;

	position: absolute;
	top: 50%;

	display: block;

	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);

	cursor: pointer;

	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
	opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
	/*font-family: 'slick';*/
	font-size: 20px;
	line-height: 1;

	opacity: .75;
	color: white;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
	left: 20px;
}
[dir='rtl'] .slick-prev
{
	right: -25px;
	left: auto;
}
.slick-prev:before
{
	font-size: 70px;
}
[dir='rtl'] .slick-prev:before
{
	font-size: 70px;
}

.slick-next
{
	right: 80px;
}
[dir='rtl'] .slick-next
{
	right: auto;
	left: -25px;
}
.slick-next:before
{
	font-size: 70px;
}
[dir='rtl'] .slick-next:before
{
	font-size: 70px;
}

/* Dots */
.slick-dotted.slick-slider
{
	margin-bottom: 30px;
}

.slick-dots
{
	position: absolute;
	bottom: 0px;

	display: block;

	width: 100%;
	padding: 0;
	margin: 0;

	list-style: none;

	text-align: center;
}
.slick-dots li
{
	position: relative;

	display: inline-block;

	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;

	cursor: pointer;
}
.slick-dots li button
{
	font-size: 30px;
	line-height: 0;

	display: block;

	width: 20px;
	height: 20px;
	padding: 5px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
	opacity: .25;
	color: #ff3e97;
}
.slick-dots li button:before
{
	/*font-family: 'slick';*/
	font-size: 70px;
	line-height: 20px;

	position: absolute;
	top: 0;
	left: 0;

	width: 20px;
	height: 20px;

	content: '•';
	text-align: center;

	opacity: .25;
	color: black;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
	opacity: .75;
	color: #ff3e97;
}


/*-----------------------------------------------------------------------------------*/
/*	Responsive Banner for Desktop
/*-----------------------------------------------------------------------------------*/
@media (max-width: 1100px) and (min-width: 1024px) { .home-banner-hero { min-height: 460px; } }
@media (max-width: 1439px) and (min-width: 1366px) { .home-banner-hero { min-height: 600px; } }
@media (max-width: 1534px) and (min-width: 1440px) { .home-banner-hero { min-height: 630px; } }
@media (max-width: 1599px) and (min-width: 1535px) { .home-banner-hero { min-height: 670px; } }
@media (max-width: 1679px) and (min-width: 1600px) { .home-banner-hero { min-height: 700px; } }
@media (max-width: 1919px) and (min-width: 1680px) { .home-banner-hero { min-height: 730px; } }
@media (max-width: 2047px) and (min-width: 1920px) { .home-banner-hero { min-height: 830px; } }
@media (max-width: 2559px) and (min-width: 2048px) { .home-banner-hero { min-height: 880px; } }
@media (min-width: 2560px) { .home-banner-hero { min-height: 540px; } }


/*-----------------------------------------------------------------------------------*/
/*	Responsive - Tablet
/*-----------------------------------------------------------------------------------*/
@media (max-width: 991px) and (min-width: 768px) {
	.row-home-search [class*="col-md-"] { padding: 8px; }

  .home-banner-tagline { margin: 10% 0 8px; }

  .panel.panel-home-search > .panel-body { padding: 8px; }

  .category-2, .category-8, .category-9, .category-26, .category-23, .category-21 { background-size: cover !important; }

  .panel-home-search .search-st-option { margin: 10px; }

  .panel-home-search .dropdown-menu { width: 100%; }

  .featured-companies .company-col { flex: 0 0 calc(25% - 8px) !important; }

  .slick-dots li { width: 16px !important; height: 16px !important; margin: 0 2px !important; }
  .slick-dots li button { font-size: 40px !important; }
  .slick-dots li button:before { font-size: 40px !important; width: 16px !important; height: 16px !important; margin: 0 10px !important; }
}


/*-----------------------------------------------------------------------------------*/
/*	Responsive - Mobile
/*-----------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  .row-home-search [class*="col-md-"] { padding: 8px; }

  .panel-home-search .dropdown-menu { width: 100%; }

  .home-banner-tagline { font-size: 24px; }
  .home-banner-subtitle { font-size: 16px; }
  .home-banner-hero .text-small .text-primary{ color: #337ab7 !important; }
  .panel.panel-home-search > .panel-body { padding: 8px; }
  .panel-home-search .search-st-option { margin: 10px; }

  .employer-banner { padding: 16px 0 40px; }
  .employer-banner .btn { display: block; }

  .featured-companies .company-col { flex: 0 0 calc(50% - 16px) !important; }


  .fj-stats { padding: 10px 0 50px; }
  .fj-stats .stats-data {
	font-size: 36px;
	margin-top: 50px;
  }
  .slick-dots li { width: 15px !important; height: 15px !important; margin: 0 5px !important; }
  .slick-dots li button { font-size: 40px !important; }
  .slick-dots li button:before { font-size: 40px !important; width: 15px !important; height: 15px !important; margin: 0 5px !important; }
}

/*-----------------------------------------------------------------------------------*/
/*	Floating Social Icons
/*-----------------------------------------------------------------------------------*/

.social-container .social-container__list {
    display: flex;
    flex-direction: column;
    border-radius: 50px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    position: fixed;
    z-index: 5;
    right: 8px;
    top: 40%;
}

.social-container .social-container__toggle {
    display: flex;
    align-items: center;
    justify-self: center;
    border-radius: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    padding: 18px;
    position: fixed;
    z-index: 5;
    bottom: 50px;
    right: 8px;
}

.social-container .social-container__toggle>svg {
    color: #293153;
    margin: auto;
}

.social-item {
    position: relative;
    margin: 10px auto;
    height: 24px;
    width: 24px;
}

.social-item .social-item__logo {
    height: 100%;
    width: 100%;
}

.social-item .social-item__tooltip {
    color: #333333;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    font-size: 10px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 3px 14px;
    position: absolute;
    z-index: 1;
    bottom: -100%;
    right: 0px;
}

.social-item:hover .social-item__tooltip {
    opacity: 1;
}

.social-item .social-item__tooltip::after {
    content: '';
    border-left: inherit;
    border-top: inherit;
    background-color: inherit;
    transform: rotate(45deg);
    position: absolute;
    height: 7px;
    width: 7px;
    right: 7px;
    top: -4px;
}

@media (min-width: 768px) {
    .social-container .social-container__list {
        transform: translateX(20px);
        transition: transform 0.2s ease-out;
    }

    .social-container .social-container__list:hover {
        transform: none;
    }

    .social-container .social-container__toggle {
        display: none;
    }
}

@media (max-width: 769px) {
    .social-container .social-container__list {
        opacity: 0;
		height: 0px;
		transform: translateY(25px) !important;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        transform: none;
        padding-bottom: 40px;
        bottom: 220px;
        top: unset;
    }

    .social-container .social-container__list.social-container__list--expanded {
		transform: translateY(0px) !important;
		height: auto;
        opacity: 1;
		transition: opacity 0.5s ease-out;
    }

    .social-item .social-item__tooltip {
        display: none;
    }

    .social-container .social-container__toggle {
        display: flex;
        bottom: 200px;
    }
}

body.google-onetap-active .social-container {
    pointer-events: none;
    visibility: hidden;
}
