@charset "utf-8";
/* CSS Document */

.wrapper1360 {margin: 0 auto;max-width: 1160px; width: 95%;}	
.wrapper1360:after{ content: ''; width: 100%; display: block; clear: both; line-height: 0; font-size: 0px; }

.wrapper1160 {margin: 0 auto;max-width: 1160px; width: 95%;}	
.wrapper1160:after{ content: ''; width: 100%; display: block; clear: both; line-height: 0; font-size: 0px; }
.wrapper1147 {margin: 0 auto;max-width: 1147px; width: 95%;}	
.wrapper1147:after{ content: ''; width: 100%; display: block; clear: both; line-height: 0; font-size: 0px; }
.clear{ width: 100%; display: block; height: 0; font-size: 0px; line-height: 0; clear: both;}
/*Quality-at-Brunton END*/

.career-box1{width: 100%; height: auto;  display: block;  margin:72px 0 0px 0; }
.career-box1a{ width: 100%; height: 690px; display: block; float: left; padding: 40px 0; position: relative; background:  url("../images/career_banner.jpg") no-repeat center center;  background-size: cover; }

.career-box1b{ width: 100%; min-height: 600px; display: table; vertical-align: middle; text-align: center;}
.career-box1b2{ width: auto; height: auto; display: table-cell; vertical-align: middle; text-align: center;}
.career-box1b2 h1{ width: auto; height: auto; display: block; position: relative; padding-bottom: 15px; font-family: 'Lato', sans-serif; font-size: 22px; font-weight: 800; color: #fff; line-height: 26px;  text-transform: uppercase;}
.career-box1b2 p{font-family: 'Lato', sans-serif;
    font-size: 17px;
    color: #fff;
    line-height: 26px;
    max-width: 600px;
    margin: 0 auto;
    width: 100%;}
.career-box1b2 h3{ width: 100%; max-width: 1016px; margin: 0 auto; height: auto; display: table; position: relative;  font-family: 'Lato', sans-serif; font-size: 48px; font-weight: 800; color: #fff; line-height: 60px; text-transform: uppercase;  z-index: 1; letter-spacing: 3px;  }
.career-box1b2 h3:after{ content: ''; position: absolute; right: 0px; left: 0; top: 0px; background: #f36523; width: 184px; height: 26px; margin: 0 auto; z-index: -1; }
.career-box1b2 h4{ width: auto; height: auto; display: block; padding-top: 15px; font-family: 'Lato', sans-serif; font-size: 16px; font-weight: 400; color: #fff; line-height: 20px; }
.career-box1b2 h4 strong{font-weight: 600;}


.career-box3 {
    padding: 80px 0;
}
.career-box3a h2{
	font-family: 'Lato', sans-serif;
    font-size: 20px;
    color: #4a4a4a;
	font-weight: 600;
    line-height: 26px;
	padding-bottom: 15px;
}
.career-box3a h4{
	font-family: 'Lato', sans-serif;
    font-size: 17px;
    color: #4a4a4a;
	font-weight: 400;
    line-height: 1.25;
}
.career-box3a a {
    display: inline-block;
    padding: 15px 0 0;
}
.career-box3a span big {
    width: auto;
    height: auto;
    float: left;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #f16421;
    line-height: 18px;
    text-align: left;
    padding-right: 50px;
    position: relative;
	text-decoration: underline;
}
.career-box3a span big:after {
    content: '';
    position: absolute;
    right: 25px;
    top: 5px;
    width: 11px;
    height: 10px;
    background: url(../images/arrow2.png) no-repeat -24px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.career-box3a a:hover span big:after {
    background: url(../images/arrow2.png) no-repeat 0 0;
}

.carrer_listtop p {
	font-family: 'Lato', sans-serif;
    font-size: 17px;
    color: #4a4a4a;
	font-weight: 400;
    line-height: 1.25;
	margin-bottom: 30px;
}

.carrer_listbottom p {
	font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #4a4a4a;
	font-weight: 400;
    line-height: 1.25;
	margin-bottom: 30px;
	margin-top: 30px;
}
.carrer_items {
    padding: 20px 0 30px;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
.carrer_items .carrer_listleft, .carrer_listright {
    width: 50%;
}
.carrer_items .carrer_listleft h2 {
    font-size: 24px;
    font-weight: 400;
    color: #4a4a4a;
    font-family: 'Lato';
    margin-bottom: 15px;
}
.carrer_items .carrer_listleft p {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.25;
	font-family: 'Lato';
}
.carrer_listright a {
    float: right;
    background: #f3f3f3;
    padding: 8px 55px 8px 25px;
    border-radius: 20px;
    border: 1px solid #ff6600;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    position: relative;
}
.carrer_listright a:after {
    content: '';
    position: absolute;
    right: 25px;
    top: 12px;
    width: 9px;
    height: 12px;
    background: url(../images/arrow8.png) no-repeat -24px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.carrer_listright a:hover:after {
    background: url(../images/arrow8.png) no-repeat 0 0;
}
.submit-box input[type='submit'] {
    width: 200px;
    height: 45px;
    background: #000 url(../images/arrow25.png) no-repeat 90% 16px;
    border: 0px solid #c2c2c2;
    border-radius: 20px;
    font-family: 'Lato', sans-serif;
    color: #FFF;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    text-align: left;
    padding: 0 30px;
    position: relative;
}
.submit-box {
    width: 100%;
    height: auto;
    float: left;
    display: block;
    padding-top: 20px;
}
.product_enquer_form .col-md-6 {
    width: 50%;
    padding: 0 15px;
    padding-bottom: 15px;
}
.product_enquer_form .col-md-12 {
    width: 100%;
    padding: 0 15px;
    padding-bottom: 8px;
}
.product_enquer_form label {
    font-size: 12px;
    font-weight: 600;
}



@media screen and (max-width: 850px) {
	
}
@media screen and (max-width: 550px) {
.carrer_items .carrer_listleft, .carrer_listright {
    width: 100%;
}
.carrer_listright a {
    float: left;
    margin-top: 20px;
}
.product_enquer_form .col-md-6 {
    width: 100%;
}
}
