.form-control{
	
	border-radius: 0;
	border-color: rgb(220, 220, 220);
}
.nav-tabs>li>a,
.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover{
    color: #010101;
    cursor: default;
    background-color: transparent; 
    border: transparent;
    border-bottom: 1px solid transparent;
    padding: 10px 10px;
    margin-right: 10px;
}
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover{
	border-bottom: 1px solid #010101;
}
.alert-success,
.alert-warning{
	background-color: transparent;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:rgba(0,0,0,0.7) !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:rgba(0,0,0,0.7) !important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:rgba(0,0,0,0.7) !important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:rgba(0,0,0,0.7) !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:rgba(0,0,0,0.7) !important;
}

.probootstrap-heading .secondary-heading-slider{
  top: -40px;
}

.about-left{
  padding: 100px 0;
}


.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px 0;
}
.probootstrap-form .form-control{
  -webkit-appearance: none;
}

.probootstrap-form select.form-control{
  display: inline-block;
  /*width: 80%;*/
  padding: 0 10px;
  /*margin: 0 10px; */
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.probootstrap-bg-dark{
  background-size: cover;
  background: #0e0e0e;
  padding: 5em 0;
  color: rgba(255,255,255,0.7);
}
.probootstrap-bg-dark .secondary-heading{
  color: #fff !important;
}

.probootstrap-bg-dark .nav-tabs>li>a,
.probootstrap-bg-dark .nav-tabs>li>a:focus, 
.probootstrap-bg-dark .nav-tabs>li>a:hover, 
.probootstrap-bg-dark .nav-tabs>li.active>a, 
.probootstrap-bg-dark .nav-tabs>li.active>a:focus, 
.probootstrap-bg-dark .nav-tabs>li.active>a:hover{
  color: #ffffff;
}

.probootstrap-bg-dark .nav-tabs>li.active>a {
    border-bottom: 1px solid #fff;
}
.nav-tabs>li.active>a {
    border-bottom: 1px solid #010101;
}

.probootstrap-navbar .navbar-brand{
  width: 150px;
  height: 90px;
}
@media screen and (max-width: 650px) {
    .probootstrap-navbar .navbar-brand{
      width: 110px;
      height: 65px;
      padding: 0;
      border: 0;
    }    
  }

#sectionCareer .btn.btn-primary {
    width: 100%;
}

.probootstrap-cell .text{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.probootstrap-animate .text p{
  margin-bottom: 10px;
}