.header-wrapper {
    position: relative;
    overflow: hidden;
	height:300px !important;
}
.profile {
    background: #ad1e3ec9 !important;
    position: absolute;
    width: 300px;
    padding: 10px;
    color: white;
    margin: -10% 0 0 0;
}

.profile2 {
    background: #ad1e3ec9 !important;
    position: absolute;
    width: 300px;
    padding: 10px;
    color: white;
    margin: -14% 0 0 0;
}

.active {
    background-color: #ae1e3e !important;
}

.content-collapsed {
    color: #000;
    font-weight: normal;
}

.workatbimBtn {
    padding: 10px 25px;
    background: #1c1d28;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
}


.workatbim{
padding: 10px;
}


.mySlides {
	display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 10px;
width: 100%;
height: auto;
background: #f1f1f1;
}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1100px;
  position: relative;
  margin: auto;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

.sectbackimg{
    background: #000000d4;
    padding: 10px 20px !important;
    text-align: right;
	margin-right:-11px;
	text-align: left;
}


#ja-jobs-widget .ja-pager a, .ja-pager-summary{
color: #1c1d28 !important;
}

.tab-bar {
    max-width: 1070px !important;
    padding: 0 13%;
}

.barbar{
max-width: 1070px !important;
background-size: cover;
margin-bottom: 50px;
}

h6 {
    word-spacing: 2px !important;
    line-height: 24px !important;
	}



#ja-jobs-widget .job:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

#ja-jobs-widget .job {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    max-width: 300px;
}

.link-yellow{
color:#af1e3e !important;
}

.section2Style{
margin: 50px 0; 
border: solid 3px #af1e3e; 
padding: 50px; 
line-height: 150% !important; 
text-align: left
}

.career-heading-test{
padding: 10px 15px;
}

#about-menu{width:3%;max-width:60px;color:#fff;font-size:20px;position:fixed;top:150px;z-index:8;border-top-right-radius:10px;border-bottom-right-radius:10px;background:#363641;}
#about-menu a{color:#fff;}
#about-menu i{display:block;padding:15px 10px;border-bottom:1px solid rgba(0,0,0,0.75);cursor:pointer;}
#about-menu a:last-child i{border-bottom:none;}
#about-menu i:hover{background:rgba(0,0,0,0.25);}
#about-menu i:active{background:rgba(0,0,0,0.25);color:#484958;}
#about-menu i.fa-fw{width:auto !important;}

nav .nav-wrapper {
height: auto !important;
}

.tooltip {
position: relative;
display: inline-block;
border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
visibility: hidden;
width: 350px;
background-color: #af1e3e;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 0;
position: absolute;
z-index: 1;
bottom: 10%;
left: 180%;
margin-left: -60px;
opacity: 0;
transition: opacity 0.3s;
}

.tooltip:hover .tooltiptext {
visibility: visible;
opacity: 1;
}

button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
button {background-color: #e7e7e7; color: black;}