.main-nav {
    background: none;
    margin-top: 0px;
}
.nav > li.current-menu-item > a {
    border:none;
    background:none;
}

.career-header.pt-bkg02 {
    background: url('../img/career-header-bg.png') center;
}
.career-header h1{
	font-size: 72px;
	text-align: left;
	line-height: 1;
	color: #fff;
	font-weight: 300;

}
.career-header h1 span{
	font-weight: 900;
	color: #fff;
}
.what-we{
	padding: 100px 0;
	text-align: center;
	background: #e3f1f1;
}
.what-we h1{
	padding:0 0 80px 0;
	font-size: 48px;
	font-weight: 100;
	color: #0078b4;
	text-transform: uppercase;
}
.page-title-style01{
	margin: 0
}
.Our-Story{
	background: url(../img/teamwinner.jpg) no-repeat;
	background-size: cover;
	min-height: 600px;
	padding: 200px 0 100px;
}
.Our-Story h2{
	background: #08537d;
	color: #fff;
	font-size: 40px;
	padding: 15px;
	margin: 0 0 5px;
}
.story-desc{
	background: #08537d;
	color: #fff;
	padding: 60px;
	font-size: 14px;
	line-height: 28px;
}
.we-care{
	padding: 100px 0;
	text-align: center
}
.we-care h2{
	font-size: 70px;
	padding: 0 0 30px;
	font-weight: 100;
	color: #0078b3;
}
.we-care h2 span{
	color: #4d4d4d;
}

.we-care img {
  
    display:inline;
}
.employee-says{
	background: #0078b5;
}

.employee-says{
	padding: 60px 0;
}
.employee-says h2{
	font-weight: 100;
	color: #fff;
	padding: 0 0 40px !important;
	font-size: 44px;
}


.owl-carousel .owl-item{
	background: #fff;
	border-radius: 5px;
	text-align: center;
	padding: 20px 10px;
	min-height: 600px;
}
.owl-carousel .owl-item img {
  
    display:inline;
	width: 30%;
	border: 1px solid #bdbdbd;
	border-radius: 50px;
	margin: 10px 0;
}
.owl-carousel .owl-item h3 {
  font-size: 24px;
	font-weight: 100;
	color: #0078b5;
}
.owl-carousel .owl-item h4 {
  font-size: 13px;
}.owl-carousel .owl-item h4 span {
  font-size: 13px;
	font-weight: 300;
}

#client-carousel .owl-item img{
    opacity: 0.7;

    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}

#client-carousel .owl-item:hover img{
    opacity: 1;
}


/*  7.6. CLIENT LIST
    ------------------------------------------------------------------------- */
.clients-li{
    width: 100%;
}

.clients-li li{
    list-style: none;
    float: left;
    width: 33.33333333%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #eee;
}

.clients-li li:first-child{
    padding-left: 0;
}

.clients-li:nth-child(3n){
    padding-right: 0;
}

.clients-li li img{
    opacity: 0.7;

    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;

    display: block;
    margin: 0 auto;
    vertical-align: middle;
}

.clients-li li:hover img{
    opacity: 1;
}

.col-md-6 .clients-li li{
    max-height: 92px;
}

.current-opening{
	background: #eff2f6;
	padding: 60px 0;

}
.current-opening h2{
	font-weight: 100;
	color: #0078b4;
	padding: 0 0 40px !important;
	font-size: 44px;
	text-align: center;
	text-transform: uppercase;
}

.current-opening p{
	font-size: 16px !important;
	line-height: 30px !important;
}
.job-position{
	color: #0078b4;
	font-size: 32px;
	font-weight: 100;
}
.accordion .content {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-top: 47px;
    background: #fff;
}
.jobs{
	background: #fff;
	margin: 0 0 20px;
	font-size: 16px !important;
	line-height: 30px !important;
}
.jobs .btn {
    float: unset;
    margin: 0 0 30px;
    font-size: 35px;
    padding: 20px 30px;
    border-radius: 0;
	font-weight: 100;
}