/* FONT FACE*/
@font-face {
	font-family: "HelveticaLTStd Light";
	src: url("../font/helveticaltultra/HelveticaLTStd-Light.otf") format("opentype");
}
@font-face {
	font-family: "HelveticaLTStd Bold";
	src: url("../font/helveticaltultra/HelveticaLTStd-Bold.otf") format("opentype");
}
.light
{
	font-family: 'HelveticaLTStd Light';
}
.bold
{
	font-family: 'HelveticaLTStd bold';
}
.font12
{
	font-size: 12px;
}
.font13
{
	font-size: 13px;
}
.font14
{
	font-size: 14px;
}
.font16
{
	font-size: 16px;
}
.font20
{
	font-size: 20px;
}
.font22
{
	font-size: 22px;
}
.font32
{
	font-size: 32px;
}
.font72
{
	font-size: 72px;
}
.defaultSection
{
	padding: 80px;
}
.jobListingSection
{
	padding: 80px 40px;
}
.jobListingSearchSection
{
	padding: 60px 40px;
}
.whiteLine
{
	border-bottom: 1px solid #FFF;
}
.greyLine
{
	border-bottom: 1px solid #AEB0B3;
}
.paddingCenter
{
	margin-right: 50px;
}
.marginLeftNegative
{
	margin-left: -60px;
}
html
{
	scroll-behavior: smooth;
}
.visibleStatus a,
.jobListingInfo a,
.footerMenu a
{
	text-decoration: none;
	color: inherit;
}
.setAnchorHeight:target 
{
    display: block;
    position: relative;
    visibility: hidden;
    top: -270px;
}
.setAnchorHeight1:target 
{
    display: block;
    position: relative;
    visibility: hidden;
    top: -230px;
}


/* REMOVE ALL EXTRA SPACING*/
html, body, p
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


/* CUSTOMIZE CONTAINER */
.kt-container {
    width: 100%;
    margin: 0;
}
@media (min-width: 1600px)
{
	.kt-container {
    	width: 1600px;
    	margin: 0 auto;
    }
}
@media (min-width: 1025px)
{
	.kt-container {
    	padding: 0 70px;
    }
}
@media (max-width: 1024px)
{
	.kt-container {
    	padding: 0 50px;
    }
}
@media (max-width: 767px)
{
	div.kt-container {
    	padding: 0 15px;
    }
}


/* NAV BAR */
.websiteLogo
{
	width: 110px;
	transition: .4s all ease;
}
.navBarSection
{
	background-color: transparent;
	padding: 30px 0;
}
.menu div:nth-child(1),
.menu div:nth-child(2),
.menu div:nth-child(3),
.menu div:nth-child(4)
{
	position: relative;
	bottom: -9px;
}
.menu div svg
{
	position: relative;
	bottom: -3px;
}
.menu div
{
	cursor: pointer;
	color: #313133;
	transition: all .2s ease;
}
.menu div:hover
{
	color: #AC2A69;
	font-family: 'HelveticaLTStd bold';
}
.active
{
	color: #AC2A69 !important;
	font-family: 'HelveticaLTStd bold';
}
.menu div svg:hover #Path_65,
.menu div svg:hover #Path_67
{
	fill: #AC2A69;
}
.addPaddingLeft
{
	padding-left: 30px;
}
.visibleStatus
{
	display: block;
}
.visibleStatusHam
{
	display: none;
	font-size: 30px; 
	cursor: pointer; 
	line-height: 0; 
	position: relative; 
	bottom: -16px; 
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #AC2A69;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #FFF;
  display: block;
  transition: 0.3s;
}
.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav .closebtn {
  color: #FFF;
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.fixedHamBg
{
	position: fixed;
    background-color: rgba(0,0,0,.6);
	z-index: 99;
    width: 0;
    left: 0;
    top: 0;
    height: 100%;
}
.navBarSection.addScrollbg
{
	position: fixed;
	width: 100%;
	z-index: 99;

	background-color: #FFF;
	padding: 20px 0 30px 0;

-webkit-box-shadow: 0px -5px 20px 0px rgba(0,0,0,0.3); 
box-shadow: 0px -5px 20px 0px rgba(0,0,0,0.3);
}

/* HOMEPAGE */
#carouselExampleIndicators
{
	position: relative;
	overflow: hidden;
}
.bannerDefaultText
{
	position: absolute;
	color: #FFF;
	width: 100%;
	text-align: center;

	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.carousel-indicators li
{
	cursor: pointer;
  	height: 7px;
  	width: 7px;
  	margin: 0 4px;
  	background-color: transparent;
  	border: 1px solid #FFF;
  	border-radius: 50%;
  	display: inline-block;
  	transition: background-color 0.6s ease;
}
.carousel-indicators li.active
{
	background-color: #FFF;
	border: 1px solid #FFF;
}
.carousel-indicators
{
	bottom: 40px;
}
.bannerDefaultText div:nth-child(2)
{
	margin-top: -10px;
}
.formInputDesign
{
	margin-top: 43px;
}
.formInputDesign select
{
	background-color: #FFF;
	border: none;
	border-radius: 6px;
	padding: 0 28px;

	color: #A7A7A7;
	min-height: 55px;
}
div.formInputDesign input
{
	background-color: #FFF;
	border: none;
	border-radius: 6px;
	padding: 0 28px;

	color: #A7A7A7;
	min-height: 55px;
}
.formInputDesign .form-group
{
	width: 100%;
}
.formInputDesign select:nth-child(2)
{
	margin: 0 16px;
	width: 48%;
}
.formInputDesign select:focus,
.formInputDesign select:hover
{
	color: #A7A7A7;
	outline: none;
	box-shadow: none;
}
div.formInputDesign input:focus,
div.formInputDesign input:hover
{
	color: #A7A7A7;
	background-color: #FFF;
	border: none;

	outline: none;
	box-shadow: none;
}
.searchBtn
{
	border: 1px solid #AC2A69;
	background-color: #AC2A69;
	color: #FFF;
	padding: 0 16px;
	border-radius: 6px;
}
.searchBtn:focus,
.searchBtn:hover
{
	color: #FFF;
	outline: none;
	box-shadow: none;
}
.searchBtn i
{
	font-size: 23px;
}
.formInputDesign select:nth-child(1) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  /* Some browsers will not display the caret when using calc, so we put the fallback first */ 
  background: url("../img/arrown-down-icon.svg") white no-repeat 98.5% !important; /* !important used for overriding all other customisations */
  background: url("../img/arrown-down-icon.svg") white no-repeat calc(100% - 20px) !important; /* Better placement regardless of input width */
}
.formInputDesign select:nth-child(2) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Some browsers will not display the caret when using calc, so we put the fallback first */ 
  background: url("../img/location-icon.svg") white no-repeat 98.5% !important; /* !important used for overriding all other customisations */
  background: url("../img/location-icon.svg") white no-repeat calc(100% - 20px) !important; /* Better placement regardless of input width */
}
.formInputDesign input
{
	background-color: #FFF;
	border: 1px solid #A7A7A7;
	border-radius: 6px;
	padding: 0 28px;

	color: #A7A7A7;
	min-height: 55px;
}
.formInputDesign .form-group input::placeholder
{ /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #A7A7A7;
  opacity: 1; /* Firefox */
}
.formInputDesign .form-group input:-ms-input-placeholder
 { /* Internet Explorer 10-11 */
  color: #A7A7A7;
}
.formInputDesign .form-group input::-ms-input-placeholder
{ /* Microsoft Edge */
  color: #A7A7A7;
}


/* SERVICE */
.serviceBg
{
	background: url('../img/service-bg-img.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.serviceBoxWidth
{
	width: 30%;
	text-align: center;
	color: #FFF;
}
.serviceDesPadding
{
	margin-top: 3px;
}
.serviceBoxWidth img
{
	width: 115px;
	margin-bottom: 33px;
}
.margin01
{
	margin-top: 60px;
}
.jobListingBtn
{
	color: #AC2A69;
	border: 2px solid #AC2A69;
	background: transparent;

	border-radius: 50px;
	padding: 11px 45px 6px 45px;

	text-transform: uppercase;

	background: linear-gradient(to left, #FFF 50%, #AC2A69 50%) right;
    background-size: 200%;
    transition: all .3s ease;
}
.jobListingBtn:hover
{
	color: #FFF;
	background-position: left;
}
.jobListingBtn:focus,
.jobListingBtn:hover
{
	color: #FFF;
	outline: none;
	box-shadow: none;
}
.margin02
{
	margin-top: 20px;
}
.viewAllBtn
{
	background: #880F50;
	border: 1px solid #880F50;
	border-radius: 8px;
	color: #FFF;
	padding: 18px 100px 13px 100px;

	text-transform: uppercase;
}
.viewAllBtn:focus,
.viewAllBtn:hover
{
	color: #FFF;
	outline: none;
	box-shadow: none;
}
.viewAllBtn img
{
	visibility: hidden;
	opacity: 0;

	transition: all .4s ease;
}
.viewAllBtn-text
{
	position: relative;
	left: 25px;

	transition: all .4s ease;
}
.viewAllBtn:hover .viewAllBtn-text
{
	left: 0;
}
.viewAllBtn:hover img
{
	visibility: visible;
	opacity: 1;
}


/* CONTACT US */
.contactUsBg
{
	background: url('../img/contact-us-bg-img.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.form-group input
{
	padding: 28px 25px 25px 25px;
}
.form-group textarea
{
	padding: 18px 25px 0 25px;
}
.form-group input,
.form-group textarea
{
	background: rgba(255,255,255, 0.2);
	border: 1px solid #FFF;
	border-radius: 5px;
	color: #FFF;
}
.form-group input:focus,
.form-group textarea:focus
{
	background: rgba(255,255,255, 0.2);
	border: 2px solid #FFF;
	border-radius: 5px;
	color: #FFF;

	outline: none;
	box-shadow: none;
}
.form-group input::placeholder,
.form-group textarea::placeholder 
{ /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF;
  opacity: 1; /* Firefox */
}
.form-group input:-ms-input-placeholder,
.form-group textarea:-ms-input-placeholder
 { /* Internet Explorer 10-11 */
  color: #FFF;
}
.form-group input::-ms-input-placeholder,
.form-group textare::-ms-input-placeholder
{ /* Microsoft Edge */
  color: #FFF;
}


/* FOOTER */
.footerSection
{
	padding: 60px 0 18px 0;
	background: #313133;

	position: relative;
	overflow: hidden;
}
.margin03
{
	margin-top: 40px;
}
.scrollTopicon
{
	position: absolute;
	bottom: 80px;
	right: 30px;

	cursor: pointer;
}
.footerSocialIcon svg
{
	cursor: pointer;
}
.footerSocialIcon svg:hover #Path_65,
.footerSocialIcon svg:hover #Path_67
{
	fill: #AC2A69;
}
.footerSocialIcon svg:hover #Path_66,
.footerSocialIcon svg:hover #Path_68,
.footerSocialIcon svg:hover #Ellipse_5
{
	fill: #FFF;
}


/* JOB LISTING */
.textPosition
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

	color: #FFF;
	width: 100%;
}
.formInputDesign1 .form-group
{
	width: 100%;
}
.formInputDesign1 input
{
	background-color: #FFF;
	border: 1px solid #A7A7A7;
	border-radius: 6px;
	padding: 0 28px;

	color: #A7A7A7;
	min-height: 55px;
}
.formInputDesign1 select
{
	background-color: #FFF;
	border: 1px solid #A7A7A7;
	border-radius: 6px;
	padding: 0 28px;

	color: #A7A7A7;
	min-height: 55px;
}
.formInputDesign1 select:nth-child(2)
{
	margin: 0 16px;
	width: 90%;
}
.formInputDesign1 select:focus,
.formInputDesign1 select:hover
{
	color: #A7A7A7;
	outline: none;
	box-shadow: none;
	border-color: none;
}
.formInputDesign1 input:focus,
.formInputDesign1 input:hover
{
	color: #A7A7A7;
	outline: none;
	box-shadow: none;
	border-color: none;

	background-color: #FFF;
	border: 1px solid #A7A7A7;
	border-radius: 6px;
}
.formInputDesign1 .form-group input::placeholder
{ /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #A7A7A7;
  opacity: 1; /* Firefox */
}
.formInputDesign1 .form-group input:-ms-input-placeholder
 { /* Internet Explorer 10-11 */
  color: #A7A7A7;
}
.formInputDesign1 .form-group input::-ms-input-placeholder
{ /* Microsoft Edge */
  color: #A7A7A7;
}
.formInputDesign1 select:nth-child(1) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  /* Some browsers will not display the caret when using calc, so we put the fallback first */ 
  background: url("../img/arrown-down-icon.svg") white no-repeat 98.5% !important; /* !important used for overriding all other customisations */
  background: url("../img/arrown-down-icon.svg") white no-repeat calc(100% - 20px) !important; /* Better placement regardless of input width */
}
.formInputDesign1 select:nth-child(2) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Some browsers will not display the caret when using calc, so we put the fallback first */ 
  background: url("../img/location-icon.svg") white no-repeat 98.5% !important; /* !important used for overriding all other customisations */
  background: url("../img/location-icon.svg") white no-repeat calc(100% - 20px) !important; /* Better placement regardless of input width */
}
.form-check-inline
{
	margin-right: 1.5rem;
	color: #6F6F6F;
}
.form-check-inline .form-check-label
{
	margin-left: 3px;
}
input[type=checkbox]:before {
    font-family: "FontAwesome";
    content: "\f00c";
    font-size: 12px;
    color: transparent !important;
    background: #FFF;
    border: 1px solid #A7A7A7;
    padding: 4px;
    border-radius: 5px;
}
input[type=checkbox]:checked:before {
    color: #FFF !important;
    background-color: #AC2A69 !important;
    border-color: #AC2A69 !important;
}
input[type=checkbox],
input[type=checkbox]:focus,
input[type=checkbox]:hover {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    outline: none;
    content: none;
}


/* JOB LISTING INNER */
.jobListingTag
{
	background-color: #880F50;
	padding: 8px 0 3px 13px;

	width: 8%;
	color: #FFF;
	margin-bottom: 23px;
}
.jobLsitingInnerTable tr td:nth-child(2)
{
	width: 5%;
	text-align: center;
}
.jobLsitingInnerTable tr td
{
	vertical-align: top;
	padding-bottom: 10px;
}
.jobListingInfo div
{
	margin-right: 50px;
}
.jobListingInfo div img
{
	margin-right: 8px;
}

.temparoryHide
{
	visibility: hidden;
	pointer-events: none;
	display: none;
}
