body{
	scrollbar-width: thin;
}
.carousel img {
width: 100%;
}
.font-black{
	color: #000;
}
ol.number{list-style-type: decimal;}
ol.number li:first-child{list-style-type: decimal; margin-top:0rem; }
ol.number li{list-style-type: decimal; margin-top:0.5rem; }

.content-wrapper {
  padding: 2rem 4rem 1rem;
}
a:link{
    text-decoration: none;
}
.pull-right-lg {
        float: right;
    }

span {
opacity: 0;
animation-name: typewriter;
animation-fill-mode: forwards;
animation-duration: 0s;
animation-delay: calc(var(--animation-order) * var(--animation-delay));
}
.career-header{
position: relative;
height: 100vh;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}

.font-18{
	font-size: 18px;
	font-weight: 600;
}

.font-20{
	font-size: 20px;
	font-weight: 600;
}
.carousel-1{
width: 100%;
height: 500px;
position: relative;
right: 0;
border-radius: 10px;
}
.carousel-2{
width: 182px;
height: 270px;
}
.carousel-3{
width: 192px;
height: 128px;
position: absolute;
right: 0;
}
.carousel-4{
width: 192px;
height: 128px;
}
.carousel-5{
width: 192px;
height: 128px;
position: absolute;
left: 0;
}
video {
object-fit: cover;
width: 100vw;
height: 100vh;
position: absolute;
opacity: 0.1;
}
.viewport-header {
/*   background: rgba(255, 255, 255, 0.8);*/
position: relative;
height: 100vh;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
.viewport-header h1 {
font-family: Metropolis-SemiBold;
text-align: center;
white-space: normal;
font-size: 3rem;
}
.viewport-header h3 {
font-family: Metropolis-Medium;
color: #00956b;
white-space: normal;
text-align: center;
font-size: 2rem;
}
.viewport-header h5 a {
font-family: Metropolis-Medium;
color: #00956b;
white-space: normal;
text-align: center;
font-size: 1rem;
}
.mini-heading{
color: #00956b;
white-space: normal;
text-align: center;
font-size: 1rem;
}

/*.progress {
  margin: 10px;
  width: 100%;
}*/


@keyframes typewriter {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.header-section-career{
	margin-top: 4%;
background-color:#009367;
/*height: 430px;*/
}
.header-section-career .content {
position: absolute;
margin-top: -5%;
padding: 3%;
color: #fff;
font-size: 3rem;
}
.header-section-career h1{
color: #fff;
font-size: 2rem;
}
.header-section-career span{
color: #fff;
font-size: 1rem;
}
.header-section-career button{
color: #00956b;
background-color:#fff ;
font-size: 1rem;
float: right;
}

.header-section-career button:hover{
color: #fff;
background-color:#00956b ;
font-size: 1rem;
border: 1px solid #fff;
/*float: right;*/
}


.header-section-career span{
color: #fff;
}
.header-section-career .row{
/*margin-top: 5%;*/
padding-top: 1%;
color: #fff;
font-size: 3rem;
}
.career-listing-wrapper{
height: 80vh;
overflow-y: scroll;
}

.career-listing-wrapper::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.career-listing-wrapper::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.career-listing-wrapper::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #cecece;
}




.career-header-sec{  
padding: 30px 0;
background-size: auto;
background-position: top;
background-attachment: fixed;
height: 410px;
}
.career-header-sec .wrapper{
margin-top: 7%;
padding: 3% 6%;
}
.career-header-sec h1{  
color: #fff;
font-size: 48px;
}
.career-header-sec p{
color: #fff;
font-size: 1rem;
}
.job-description span{
color:#667085;
font-size: 0.8rem;

}
.job-description h5{
font-weight: bold;
font-size: 18px;
}
.cv-section{
background: rgba(0, 147, 103, 0.05);
border-radius: 16px;
padding: 4rem;
}
.file-upload {
position: relative;
display: inline-block;
}
.cv-section .file-upload__label {
display: block;
padding: 1em 2em;
color: #fff;
background: #00956b;
border-radius: .4em;
transition: background .3s;
}
.file-upload {
position: relative;
display: inline-block;
width: 100%;
}
.file-upload__label {
display: block;
padding: 1em 2em;
color: #fff;
background: #00956b;
border-radius: 0.4em;
transition: background 0.3s;
text-align: center;
}
.file-upload__label:hover {
cursor: pointer;
background: #000;
}
.file-upload__input {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
font-size: 1;
width: 0;
height: 100%;
opacity: 0;
}
.cv-section h2{
color: #000;
font-size: 1.7rem;
font-weight: bold;
}
.cv-section p{
color: #009367;
font-size: 1rem;
font-weight: bold;
}
.badge-administration {
color: #149A9A !important;
background-color:#E2EFEF;

}
.badge-business-intelligence-unit {
color: #FF0000 !important;
background-color:#F9E0E0;

}
.badge-ceo-office {
color: #c72b42 !important;
background-color:#f6abb6 ;
}
.badge-collection {
color: #0028B6  !important;
background-color:#E0E4F2;

}
.badge-concurrent-review {
color: #695211  !important;
background-color: #fed766 ;
}
.badge-credit {
color: #fff !important;
background-color: #851e3e ;
}
.badge-customer-service {
color: #E5F6EC  !important;
background-color:#027A48 ;
}
.badge-finance-accounts {
color: #fff !important;
background-color:#251e3e ;
}
.badge-hr {
color: #C11574 !important;
background-color: #F6EBF3 ;

}
.badge-it {
color: #175CD3 !important;
background: #EFF8FF;
}
.badge-legal {
color: #42A739 !important;
background-color:#E7F1E6;

}
.badge-marketing {
color: #05524b !important;
background-color:#65c3ba ;
}
.badge-operation {
color: #000 !important;
background-color: #EFEFEF ;
}
.badge-product-strategy {
color: #6DB432 !important;
background-color:#EBF2E5 ;	

}
.badge-rcu {
color: #fff !important;
background-color:#f37736 ;
}
.badge-receipting {
color: #58510d !important;
background-color:#fdf498 ;
}
.badge-sales {
color: #62210f !important;
background-color: #c99789 ;
}
.badge-secretarial {
color: #C4320A !important;
background-color:#FFF6ED ;
}
.badge-technical {
color: #fff !important;
background-color: #3c2f2f ;
}
.badge-treasury {
color: #9E12A0 !important;
background-color: #F6E3F6;
}
.badge-pill {
font-size: 0.8rem !important;
font-family: arial;
padding: 0.5rem;
}
.job-description .span-text {
font-size: 1rem;
position: relative;
top: -4px;
}


.btn-green-outline{
color:#00956b;
border: 1px solid #00956b;
}
.btn-green-outline:hover{
background-color:#00956b ;
color:#fff;
border: 1px solid #00956b;
}

.btn-grey-outline{
color: #98A2B3;
border: 1px solid  #98A2B3;
height: 36px;
}
.btn-grey-outline:hover{
background-color:#00956b ;
color:#fff;
border: 1px solid #00956b;
height: 36px;
}
/*form modal css starrs here*/
/* MODAL FADE LEFT RIGHT BOTTOM */
.modal.fade:not(.in).left .modal-dialog {
-webkit-transform: translate3d(-5%, 0, 0);
transform: translate3d(-5%, 0, 0);
}
.modal.fade:not(.in).right .modal-dialog {
-webkit-transform: translate3d(5%, 0, 0);
transform: translate3d(5%, 0, 0);
}
.modal.fade:not(.in).bottom .modal-dialog {
-webkit-transform: translate3d(0, 5%, 0);
transform: translate3d(0, 5%, 0);
}


.form-dropdown-select{
	border: 1px solid #ced4da;

}

.modal.right .modal-dialog {
position:absolute;
top:0;
right:0;
margin:0;
}
.modal.left .modal-dialog {
position:absolute;
top:0;
left:0;
margin:0;
}
.modal.left .modal-dialog.modal-sm {
max-width:300px;
}
.modal.left .modal-content, .modal.right .modal-content {
min-height:100vh;
border:0;
}
.modal-lg-career{
width: 40%;

}
.modal-lg-career .modal-body{
/*    padding:10% 40% 30% 50%;*/
overflow-y: scroll;
height: 65vh;
}
.modal-lg-career .modal-header p{
color: #00956b;
}
.modal-lg-career .modal-header h1{
font-weight: bold;
font-size: 1.3rem;
}
.uploader {
display: block;
clear: both;
margin: 0 auto;
width: 100%;
/*  max-width: 600px;*/
}
.uploader label {
float: left;
clear: both;
width: 100%;
padding: 2rem 1.5rem;
text-align: center;
background: #fff;
border-radius: 7px;
border: 2px dashed #eee;
transition: all 0.2s ease;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.uploader label:hover {
border-color: #00956b;
}
.uploader label.hover {
border: 3px solid #454cad;
box-shadow: inset 0 0 0 6px #eee;
}
.uploader label.hover #start i.fa {
transform: scale(0.8);
opacity: 0.3;
}
.uploader #start {
float: left;
clear: both;
width: 100%;
}
.uploader #start.hidden {
display: none;
}
.uploader #start i.fa {
font-size: 50px;
margin-bottom: 1rem;
transition: all 0.2s ease-in-out;
}
.uploader #response {
float: left;
clear: both;
width: 100%;
}
.uploader #response.hidden {
display: none;
}
.uploader #response #messages {
margin-bottom: 0.5rem;
}
.uploader #file-image {
display: inline;
margin: 0 auto 0.5rem auto;
width: auto;
height: auto;
max-width: 180px;
}
.uploader #file-image.hidden {
display: none;
}
.uploader #notimage {
display: block;
float: left;
clear: both;
width: 100%;
}
.uploader #notimage.hidden {
display: none;
}

.uploader input[type=file] {
display: none;
}
.uploader div {
margin: 0 0 0.5rem 0;
color: #5f6982;
}
.uploader .btn {
display: inline-block;
margin: 0.5rem 0.5rem 1rem 0.5rem;
clear: both;
font-family: inherit;
font-weight: 700;
font-size: 14px;
text-decoration: none;
text-transform: initial;
border: none;
border-radius: 0.2rem;
outline: none;
padding: 0 1rem;
height: 36px;
line-height: 36px;
color: #fff;
transition: all 0.2s ease-in-out;
box-sizing: border-box;
background: #00956b;
border-color: #00956b;
cursor: pointer;
}

/*testimonial css*/
.wrapper-for-arrows {
position: relative;
width: 100%;
border-radius: 10px;
/*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
overflow: hidden;
display: grid;
place-items: center;
height: 500px;
margin: auto;
}
.review-wrap {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding-top: calc(2rem + 1vmin);
width: 100%;
}
#imgDiv {
border-radius: 50%;
width: calc(6rem + 4vmin);
height: calc(6rem + 4vmin);
position: relative;
box-shadow: 5px -3px #00956b;
background-size: cover;
margin-bottom: calc(0.7rem + 0.5vmin);
}

#personName {
margin-bottom: calc(0.7rem + 0.5vmin);
font-size: calc(1rem + 0.5vmin);
letter-spacing: calc(0.1rem + 0.1vmin);
font-weight: bold;
color: #000;
}
#profession {
font-size: calc(0.8rem + 0.3vmin);
margin-bottom: calc(0.7rem + 0.5vmin);
color: darkgrey;
}
#description {
font-size: calc(0.8rem + 0.3vmin);
width: 70%;
max-width: 40rem;
text-align: center;
margin-bottom: calc(1.4rem + 1vmin);
color: rgb(92, 92, 92);
line-height: 2rem;
}
.arrow-wrap {
position: absolute;
top: 50%;
}
.arrow {
width: calc(1.4rem + 0.6vmin);
height: calc(1.4rem + 0.6vmin);
border: solid #00956b;
border-width: 0 calc(0.2rem + 0.2vmin) calc(0.2rem + 0.2vmin) 0;
cursor: pointer;
transition: transform 0.3s;
}
.arrow:hover {
transition: 0.3s;
transform: scale(1.15);
}
.left-arrow-wrap {
left: 5%;
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
}
.right-arrow-wrap {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
right: 5%;
}
.surprise-me-btn {
border: 2px solid #00956b;
background-color: rgb(224, 238, 255);
color: #00956b;
border-radius: 2rem;
padding: calc(0.5rem + 0.2vmin) 0;
width: calc(7rem + 5vmin);
text-align: center;
transition: background-color 0.3s, transform 0.3s;
cursor: pointer;
margin-bottom: calc(1.4rem + 1vmin);
}
.surprise-me-btn:hover {
transition: background-color 0.3s, transform 0.3s;
background-color: rgb(255, 255, 255);
transform: rotate(5deg);
}
.move-head {
animation: moveHead 1.55s infinite;
animation-delay: -0.8s;
}
.hide-chicken-btn {
border: 2px solid rgb(226, 89, 79);
background-color: rgb(255, 224, 224);
color: rgb(226, 79, 79);
border-radius: 2rem;
padding: calc(0.5rem + 0.2vmin) 0;
width: calc(10rem + 5vmin);
text-align: center;
transition: background-color 0.3s, transform 0.3s;
cursor: pointer;
margin-bottom: calc(1.4rem + 1vmin);
}
.hide-chicken-btn:hover {
transition: background-color 0.3s, transform 0.3s;
background-color: rgb(255, 255, 255);
transform: rotate(5deg);
}
@keyframes moveHead {
0% {
}
25% {
transform: translate(0.5rem, 1rem) rotate(5deg);
}
100% {
transform: translate(0, 0) rotate(-5deg);
}
}
@media screen and (max-width: 900px) {
.content-wrapper {
width: 100%;
}
}
/*the container must be positioned relative:*/
.autocomplete {
position: relative;
display: inline-block;
width: 100%;
}
input {
border: 1px solid transparent;
background-color: #f1f1f1;
padding: 10px;
font-size: 16px;
}
input[type=text] {
background-color: #fff;
width: 100%;
}
input[type=submit] {
background-color: #00956b;
color: #fff;
cursor: pointer;
}
.autocomplete-items {
position: absolute;
border: 1px solid #d4d4d4;
max-height: 250px;
overflow: scroll;
border-bottom: none;
border-top: none;
z-index: 99;
/*position the autocomplete items to be the same width as the container:*/
top: 100%;
left: 0;
right: 0;
}
.autocomplete-items div {
padding: 10px;
cursor: pointer;
background-color: #fff; 
/*border-bottom: 1px solid #d4d4d4; */
}
/*when hovering an item:*/
.autocomplete-items div:hover {
background-color: #e9e9e9; 
}
/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
background-color: DodgerBlue !important; 
color: #ffffff; 
}
.career-card{
padding: 1.5rem;
border: 1px solid rgba(0, 0, 0, 0.125);
height: 350px;
border-radius: 8px;
}

.job-opening-card{
width: 100%;
padding: 2rem 1rem;
/*  border-top:1px solid rgba(0, 0, 0, 0.125);*/
border-bottom:1px solid rgba(0, 0, 0, 0.125);
cursor:pointer;
}
.job-opening-card:first-child{
width: 100%;
padding: 2rem 1rem;
border-top:none;
border-bottom:1px solid rgba(0, 0, 0, 0.125);
cursor:pointer;
}
.job-opening-card:hover{
background-color: #eef2fe;
-webkit-transition: all 1s ease;
transition: all 1s ease;
}
.job-opening-card.active{
background-color: #eef2fe;
-webkit-transition: all 1s ease;
transition: all 1s ease;
}
.job-opening-card span{
font-size: 1rem;
color: #777683;
}
.job-opening-card .span-text{
position: relative;
top:-4px;
}
.career-card h3{
font-size: 1.5rem;
}
.fn-desktop-display{
display: none;
}
.fn-mobile-display{
display: none;
}
select {
display: none !important;
}
.dropdown-select span {
font-size: 16px;
color: #9a9a9a;
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9a9a9a;
  opacity: 1; /* Firefox */
}

.btn-career{
background-color: #00956b;
color:#fff;
border: 1px solid #FFF;
}
.btn-career:hover{
background-color: transparent;
color:#00956b;
border: 1px solid #00956b;
}

.dropdown-select {
/*background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);*/
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40FFFFFF', endColorstr='#00FFFFFF', GradientType=0);
background-color: #fff;
border-radius: 6px;
border: 1px solid #ced4da;
/*box-shadow: 0px 2px 5px 0px rgba(155, 155, 155, 0.5);*/
box-sizing: border-box;
cursor: pointer;
display: block;
float: left;
font-size: 14px !important;
font-weight: normal;
height: 42px;
line-height: 40px;
outline: none;
padding-left: 18px;
padding-right: 30px;
position: relative;
text-align: left !important;
transition: all 0.2s ease-in-out;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
width: auto;
}
.dropdown-select:focus {
background-color: #fff;
}
.dropdown-select:hover {
background-color: #fff;
}
.dropdown-select:active,
.dropdown-select.open {
background-color: #fff !important;
border-color: #bbb;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
}
.dropdown-select:after {
height: 0;
width: 0;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid #777;
-webkit-transform: origin(50% 20%);
transform: origin(50% 20%);
transition: all 0.125s ease-in-out;
content: '';
display: block;
margin-top: -2px;
pointer-events: none;
position: absolute;
right: 10px;
top: 50%;
}
.dropdown-select.open:after {
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.dropdown-select.open .list {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
pointer-events: auto;
}
.dropdown-select.open .option {
cursor: pointer;
}
.dropdown-select.wide {
width: 100%;
}
.dropdown-select.wide .list {
left: 0 !important;
right: 0 !important;
}
.dropdown-select span.current {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}
.dropdown-select .list {
box-sizing: border-box;
transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
-webkit-transform: scale(0.75);
transform: scale(0.75);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
background-color: #fff;
border-radius: 6px;
margin-top: 4px;
padding: 3px 0;
opacity: 0;
overflow: hidden;
pointer-events: none;
position: absolute;
top: 100%;
left: 0;
z-index: 99;
max-height: 250px;
overflow: auto;
border: 1px solid #ddd;
}
.dropdown-select .list:hover .option:not(:hover) {
background-color: transparent !important;
}
.dropdown-select .dd-search{
overflow:hidden;
display:flex;
align-items:center;
justify-content:center;
margin:0.5rem;
}
.dropdown-select .dd-searchbox{
width:90%;
padding:0.5rem;
border:1px solid #999;
border-color:#999;
border-radius:4px;
outline:none;
}
.dropdown-select .dd-searchbox:focus{
border-color:#12CBC4;
}
.dropdown-select .list ul {
padding: 0;
}
.dropdown-select .option {
cursor: default;
font-weight: 400;
line-height: 40px;
outline: none;
padding-left: 18px;
padding-right: 29px;
text-align: left;
transition: all 0.2s;
list-style: none;
}
.dropdown-select .option:hover,
.dropdown-select .option:focus {
background-color: #f6f6f6 !important;
}
.dropdown-select .option.selected {
font-weight: 600;
color: #00956b;
}
.dropdown-select .option.selected:focus {
background: #f6f6f6;
}
.dropdown-select a {
color: #aaa;
text-decoration: none;
transition: all 0.2s ease-in-out;
}
.dropdown-select a:hover {
color: #666;
}



@media only screen and (max-width: 1700px){

	.career-card h3{
font-size: 1.1rem;
}

}

@media screen and (max-width: 1400px){
.viewport-header h1 {
  font-family: Metropolis-SemiBold;
  text-align: center;
  white-space: normal;
  font-size: 2rem;
} 	
.career-card h3{
	font-size: 1rem;
}
.career-card p{
	font-size: 13px;
}
.job-description h3{
	font-size: 1.3rem;
}
.font-18 {
  font-size: 16px;
  font-weight: 600;
}

.font-20 {
  font-size: 16px;
  font-weight: 600;
}

}


/*mobile css starts here*/
@media only screen and (max-width: 500px){
	.pull-right-lg {
        float: left;
    }
	.header-section-career button {
  color: #00956b;
  background-color: #fff;
  font-size: 1rem;
  float: left;
}

	.wrapper-for-arrows {
position: relative;
width: 100%;
border-radius: 10px;
/*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
overflow: hidden;
display: grid;
place-items: center;
height: 555px;
margin: auto;
}
.header-section-career h1{
color: #fff;
font-size: 1.3rem;
}

h5, .h5 {
  font-size: 1rem;
}
.fixed-header-sec {
  background-color: #009367;
  height: 230px;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 30px 5px;
  color: #f1f1f1;
  z-index: 99;
}

.fn-mobile-display h3 a{
	font-size: 1.3rem;
}

.fn-mobile-display.span-text{
	font-size: 1.2rem;
}
.job-opening-card .span-text {
  position: relative;
  top: -4px;
  font-size: 0.8rem;
}
.job-opening-card h5{

}

.header-section-career .content {
  position: absolute;
  margin-top: 3%;
  padding: 3%;
  color: #fff;
  font-size: 3rem;
}

.modal-lg-career{
width: 100%;
}	
.about-us-header-container {
width: 90%;
margin: auto;
margin-top: auto;
margin-bottom: auto;
height: auto;
display: block;
}
.viewport-header h1 {
font-family: Metropolis-SemiBold;
text-align: center;
white-space: normal;
font-size: 1rem;
}
.carousel-1{
width: 95%;
margin: auto;
/*height: 380px;*/
position: relative;
right: 0;
}
.carousel-2{
width: 91px;
height: 135px;
}
.carousel-3{
width: 86px;
height: 64px;
position: absolute;
right: 0;
}
.carousel-4{
width: 86px;
height: 64px;
}
.carousel-5{
width: 86px;
height: 64px;
position: absolute;
left: 0;
}
.career-listing-wrapper {
height: auto;
}
.overlayR {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
right: 0;
background-color: #fff;
overflow-x: hidden;
transition: 0.5s;
}
.content-wrapper {
padding:2rem;
}
.career-header-sec{  
padding: 30px 0;
background-size: auto;
background-position: top;
background-attachment: fixed;
height: 220px;
}
.career-header-sec .wrapper{
margin-top: 9%;
padding: 3%;
}
.career-header-sec h1{  
color: #fff;
font-size: 1.2rem;
}
.career-header-sec p{
margin-bottom:0px !important;
color: #fff;
font-size: 0.8rem;
}
}
.overlayR {
height: 100%;
width: 0;
position: fixed;
z-index: 999;
top: 0;
right: 0;
background-color: #fff;
overflow-x: hidden;
transition: 0.5s;
}
.overlay-content {
position: relative;
/*    top: 25%;*/
width: 100%;
margin-top: 30px;
padding: 1.2rem;
animation: cssAnimation 0s 1s forwards;
visibility: hidden;
}
@keyframes cssAnimation {
to   { visibility: visible; }
}

.font-black a:hover{
	color:#00956b;
	text-decoration: underline;
}

.font-black a{
	float: left;
}
a {
display: block;
color: #009367;

}
.overlay a:hover, .overlay a:focus {
color: #f1f1f1;
}
.overlay .closebtn {
position: absolute;
top: 20px;
right: 45px;
font-size: 60px;
color: #009367;
}
@media screen and (max-height: 450px) {
.overlay a {font-size: 20px}
.overlay .closebtn {
font-size: 40px;
top: 15px;
right: 35px;
}
}







.fixed-header-sec{
	background-color:#009367;
	height: 125px;
	position: fixed;
  top: 0;
  width: 100%;
/*  padding: 10px 16px;*/
  color: #f1f1f1;
  z-index: 99;
}



@media screen and (max-width: 1400px){
	.fixed-header-sec{
	background-color:#009367;
	height: 164px;
	position: fixed;
  top: 0;
  width: 100%;
/*  padding: 40px 16px;*/
  color: #f1f1f1;
  z-index: 99;
  padding-top: 2rem;
}

}


.fixed-header-sec + .jd-content {
  padding-top: 20%;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


/*.fixed-footer{
	position: absolute;
	padding: 1rem;
	bottom:0px;
	background-color: #fff;
	width: 95%;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
*/


.search-form {
  width: 100%;

}
.input-group {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.input-group input {
  flex-grow: 1;
  height: 40px;
  border: none;
  outline: none;
  transition: all 50ms ease-in-out;
  font-size: 1rem;
  color: #000;
}
.input-group input::placeholder {
  color: #667085;
  font-size: 16px;
}
.input-group button {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 40px;
  background-color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 50ms ease-in-out;
}

.input-group button:nth-child(1) {
  color: #667085;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.input-group button:nth-last-child(1) {
  color: rgba(252, 103, 103, 1);
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.auto-complete {
  display: none;
  width: 100%;
  list-style: none;
  transition: all 50ms ease-in-out;
}



.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}



.dropdown-menu li a{
	 color: #344054;
}


.dropdown-menu li a:hover{
	 color: #009367;
}



.alert-success{
	position: absolute;
	top: -50px;
	z-index: 999;
	position: absolute;
}

.alert-success1{
	color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
	position: absolute;
	top: 0px !important;
	right: 38%;
	z-index: 999;
	position: absolute;
}




.progress-sec .row{
  margin-bottom: 10px;
  background: #e6f4f0;
  list-style: none;
  padding: 15px 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.progress-sec .row i{
  color: #009367;
  font-size: 30px;
}
.progress-sec .details span{
  font-size: 14px;
}
.progress-area .row .content{
  width: 93%;
  margin-left: 15px;
}
.progress-area .details{
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  justify-content: space-between;
}
.progress-area .content .progress-bar{
  height: 6px;
  width: 100%;
  margin-bottom: 4px;
  background: #fff;
  border-radius: 30px;
}
.content .progress-bar .progress{
  height: 100%;
  width: 0%;
  background: #009367;
  border-radius: inherit;
}
.uploaded-area{
  max-height: 232px;
  overflow-y: scroll;
}
.uploaded-area.onprogress{
  max-height: 150px;
}
.uploaded-area::-webkit-scrollbar{
  width: 0px;
}
.uploaded-area .row .content{
  display: flex;
  align-items: center;
}
.uploaded-area .row .details{
  display: flex;
  margin-left: 15px;
  flex-direction: column;
}
.uploaded-area .row .details .size{
  color: #404040;
  font-size: 11px;
}
.uploaded-area i.fa-check{
  font-size: 16px;
}





.employee-testimonials {
    background:#f7f7f7;
    background-size: cover;
    background-attachment: fixed;
    padding:0;
    color: #ffffff;
    position: relative;
}




#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}


.fixed-footer{
	position: absolute;
	padding: 1rem;
	bottom:0px;
	background-color: #fff;
	width: 95%;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

@media screen and (max-width:1500px){
.modal-lg-career .modal-body {
  padding-bottom: 24% !important;
}
}

@media screen and (max-width:500px){
	  .fixed-header-sec {
    background-color: #009367;
    height: auto;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 40px 16px;
    color: #f1f1f1;
    z-index: 99;
  }

.fixed-footer{
	position: absolute;
	padding: 1rem;
	bottom:0px;
	background-color: #fff;
	width: 95%;
	padding-bottom: 20% !important;
}
.modal-lg-career .modal-body {
  padding: 10% 40% 30% 50%;
  overflow-y: scroll;
  height: 55vh;
  padding-bottom: 30%;
  padding-bottom: 50% !important;
}

.modal-header .close {
  padding: 0px;
  margin: -15px -15px -15px auto;
    margin-top: -15px;
    margin-right: -15px;
  z-index: 9999;
}

.modal-header .close span{
  font-size: 43px;
  z-index: 9999;
}

.modal-header button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 35px;
  font-weight: lighter;
  color: #fff;
  position: absolute;
  top: -11px;
  right: 0px;
  z-index: 9999;
}

}

