/*CAREER 1 Style Starts*/
.CAREER-1 {
	padding: 80px 0;
}

.CAREER-1 .section-heading {
	font-size: 42px;
	color: #222;
	font-weight: 600;
	margin: 0;
	padding: 0 0 15px;
	font-family: "Roboto", sans-serif;
	text-align: center;
}

.CAREER-1 .section-text {
	font-size: 18px;
	color: #6e7680;
	font-weight: 400;
	margin: 0;
	padding: 0 0 50px;
	font-family: "Roboto", sans-serif;
	text-align: center;
}

.CAREER-1 .panel-default > .panel-heading {
	background: #f5f5f5;
	border-color: #eee;
	box-shadow: none;
}

.CAREER-1 .panel-default > .panel-heading a {
	display: block;
	font-size: 20px;
}

.CAREER-1 .panel-default > .panel-heading a:hover,
.CAREER-1 .panel-default > .panel-heading a:focus {
	text-decoration: none;
}

.CAREER-1 .panel {
	box-shadow: none;
}

.CAREER-1 .panel-body {
	max-height: 300px;
	overflow: auto;
}

.CAREER-1 .desc_title {
	font-size: 16px;
	color: #333;
	font-weight: 600;
	padding: 0 0 10px;
	margin: 0;
}

.CAREER-1 .desc_text {
	font-size: 14px;
	color: #666;
	font-weight: normal;
}

.CAREER-1 .job_id {
	font-size: 14px;
	color: #333;
	font-weight: normal;
	padding: 6px 10px;
	margin: 0 0 15px;
	display: inline-block;
	border: 1px #333 solid;
	border-radius: 5px;
}

.CAREER-1 .apply_bttn {
	background: #990061;
	padding: 8px 30px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	margin: 10px 0 0;
	border-radius: 5px;
}

.CAREER-1 .apply_bttn:hover,
.CAREER-1 .apply_bttn:focus {
	background: #570037;
	text-decoration: none;
}

.career_1_cs_modal .modal-header {
	border: none;
}

.career_1_cs_modal .modal-content {
	border-radius: 0;
	padding: 20px;
	border: 4px #333 solid;
}

.career_1_cs_modal .close_icon {
	position: absolute;
	right: -16px;
	top: -16px;
	font-size: 18px;
	width: 30px;
	color: #333;
	text-align: center;
	border: 2px #333 solid;
	padding: 1px 0 0;
	height: 30px;
	background: #fff;
	border-radius: 50%;
}

.career_1_cs_modal .apply_bttn {
	background: #990061;
	padding: 8px 30px;
	border: none;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	margin: 10px 0 0;
	border-radius: 5px;
}

.career_1_cs_modal .apply_bttn:hover,
.career_1_cs_modal .apply_bttn:focus {
	background: #990061;
	text-decoration: none;
}

.career_1_cs_modal .error {
	color: #f00;
	font-size: 14px;
}

.CAREER-1 .main_apply_bttn {
	padding: 10px 30px;
	background: #333;
	color: #fff;
	font-weight: 400;
	border: none;
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
	margin: 10px 0 30px;
	font-family: "Arimo", sans-serif;
}

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

/************END************/

/*CAREER 2 Style Starts*/
.CAREER-2 {
	padding: 80px 0;
}

.CAREER-2 .section-heading {
	font-size: 42px;
	color: #222;
	font-weight: 600;
	margin: 0;
	padding: 0 0 20px;
	font-family: "Roboto", sans-serif;
	text-align: center;
}

.CAREER-2 .section-text {
	font-size: 18px;
	color: #6e7680;
	font-weight: 400;
	margin: 0;
	padding: 0 0 50px;
	font-family: "Roboto", sans-serif;
	text-align: center;
}

.CAREER-2 .job_box {
	background: #fff;
	min-height: 260px;
	border: 1px #ddd solid;
	box-shadow: 0 0 5px #ddd;
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 30px;
	position: relative;
}

.CAREER-2 .job_title {
	font-size: 26px;
	color: #333;
	margin: 0;
	padding: 0 0 15px;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
}

.CAREER-2 .desc_title {
	font-size: 14px;
	color: #666;
	font-weight: 600;
	padding: 0 0 10px;
	margin: 0;
}

.CAREER-2 .desc_text {
	font-size: 14px;
	color: #666;
	font-weight: normal;
	max-height: 100px;
	overflow: auto;
	min-height: 100px;
}

.CAREER-2 .job_id {
	font-size: 14px;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #333;
	font-weight: normal;
	padding: 6px 10px;
	margin: 0 0 15px;
	display: inline-block;
	border: 1px #333 solid;
	border-radius: 5px;
}

.CAREER-2 .apply_bttn {
	background: #d94602;
	padding: 8px 30px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	margin: 10px 0 0;
	border-radius: 5px;
}

.CAREER-2 .apply_bttn:hover,
.CAREER-1 .apply_bttn:focus {
	background: #d94602;
	text-decoration: none;
}

.career_2_cs_modal .modal-header {
	border: none;
}

.career_2_cs_modal .modal-content {
	border-radius: 0;
	padding: 20px;
	border: 4px #333 solid;
}

.career_2_cs_modal .close_icon {
	position: absolute;
	right: -16px;
	top: -16px;
	font-size: 18px;
	width: 30px;
	color: #333;
	text-align: center;
	border: 2px #333 solid;
	padding: 1px 0 0;
	height: 30px;
	background: #fff;
	border-radius: 50%;
}

.career_2_cs_modal .apply_bttn {
	background: #d94602;
	padding: 8px 30px;
	border: none;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	margin: 10px 0 0;
	border-radius: 5px;
}

.career_2_cs_modal .apply_bttn:hover,
.career_2_cs_modal .apply_bttn:focus {
	background: #d94602;
	text-decoration: none;
}

.career_2_cs_modal .error {
	color: #f00;
	font-size: 14px;
}

.career_2_cs_modal .form-control {
	box-shadow: none;
}

.career_2_cs_modal .form-control[type="file"] {
	padding: 0;
}

.CAREER-2 .main_apply_bttn {
	padding: 10px 30px;
	background: #333;
	color: #fff;
	font-weight: 400;
	border: none;
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
	margin: 10px 0 30px;
	font-family: "Arimo", sans-serif;
}

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

/************END************/

/*CAREER 3 Style Starts*/
.CAREER-3 {
	padding: 80px 0 30px;
}

.CAREER-3 .section-heading {
	font-size: 42px;
	color: #222;
	font-weight: 600;
	margin: 0;
	padding: 0 0 20px;
	font-family: "Roboto", sans-serif;
}

.CAREER-3 .section-text {
	font-size: 18px;
	color: #6e7680;
	font-weight: 400;
	margin: 0;
	padding: 0 0 50px;
	font-family: "Roboto", sans-serif;
}

.CAREER-3 .job_box {
	padding: 0;
	margin-bottom: 50px;
	position: relative;
}

.CAREER-3 .job_title {
	font-size: 26px;
	color: #342d02;
	margin: 0 0 15px;
	padding: 0 0 15px;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
	border-bottom: 1px #c4be9c solid;
}

.CAREER-3 .desc_title {
	font-size: 14px;
	color: #797454;
	font-weight: 600;
	padding: 0 0 10px;
	margin: 0;
}

.CAREER-3 .desc_text {
	font-size: 14px;
	color: #666;
	font-weight: normal;
	max-height: 100px;
	overflow: auto;
	min-height: 100px;
	border-bottom: 1px #c4be9c solid;
	margin: 0 0 15px;
}

.CAREER-3 .job_id {
	font-size: 14px;
	color: #333;
	font-weight: normal;
	padding: 0;
	margin: 0 0 15px;
}

.CAREER-3 .apply_bttn {
	padding: 10px 25px;
	border-radius: 10px;
	background: #fad500;
	color: #222;
	font-weight: 300;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	margin: 0;
	font-family: "Roboto", sans-serif;
}

.CAREER-3 .apply_bttn:hover,
.CAREER-1 .apply_bttn:focus {
	background: #000;
	color: #fff;
	text-decoration: none;
}

.career_3_cs_modal .modal-header {
	border: none;
}

.career_3_cs_modal .modal-content {
	border-radius: 0;
	padding: 20px;
	border: 4px #333 solid;
}

.career_3_cs_modal .close_icon {
	position: absolute;
	right: -16px;
	top: -16px;
	font-size: 18px;
	width: 30px;
	color: #333;
	text-align: center;
	border: 2px #333 solid;
	padding: 1px 0 0;
	height: 30px;
	background: #fff;
	border-radius: 50%;
}

.career_3_cs_modal .apply_bttn {
	background: #fad500;
	padding: 8px 30px;
	border: none;
	color: #222;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	margin: 10px 0 0;
	border-radius: 10px;
}

.career_3_cs_modal .apply_bttn:hover,
.career_2_cs_modal .apply_bttn:focus {
	background: #d94602;
	text-decoration: none;
}

.career_3_cs_modal .error {
	color: #f00;
	font-size: 14px;
}

.career_3_cs_modal .form-control {
	box-shadow: none;
}

.career_3_cs_modal .form-control[type="file"] {
	padding: 0;
}

.CAREER-3 .main_apply_bttn {
	padding: 10px 30px;
	background: #333;
	color: #fff;
	font-weight: 400;
	border: none;
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
	margin: 10px 0 30px;
	font-family: "Arimo", sans-serif;
}

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

/************END************/

/*CAREER 4 Style Starts*/
.CAREER-4 {
	padding: 80px 0 50px;
	position: relative;
}

.CAREER-4:after {
	content: "CAREER";
	font-size: 230px;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
	color: rgba(0, 0, 0, 0.04);
	z-index: -1;
}

.CAREER-4 .section-heading.section-heading {
	font-size: 36px;
	color: #222;
	font-weight: 400;
	margin: 0 0 30px;
	padding: 0 0 30px;
	font-family: "Raleway", sans-serif;
	text-align: center;
	position: relative;
}

.CAREER-4 .section-heading:after {
	content: "";
	background: #e9d813;
	height: 3px;
	width: 100px;
	left: 50%;
	bottom: 0;
	position: absolute;
	transform: translateX(-50%);
}

.CAREER-4 .job_box {
	padding: 0 0 30px;
	border-bottom: 1px #ddd solid;
	margin-bottom: 30px;
	position: relative;
}

.CAREER-4 .job_title {
	font-size: 26px;
	color: #333;
	margin: 0;
	padding: 0 0 15px;
	font-weight: 500;
	font-family: "Raleway", sans-serif;
}

.CAREER-4 .desc_title {
	font-size: 14px;
	color: #666;
	font-weight: 600;
	padding: 0 0 10px;
	margin: 0;
}

.CAREER-4 .desc_text {
	font-size: 15px;
	color: #666;
	font-weight: normal;
	font-family: "Raleway", sans-serif;
}

.CAREER-4 .job_id {
	font-size: 14px;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #333;
	font-weight: normal;
	padding: 6px 10px;
	margin: 0 0 15px;
	display: inline-block;
	border: 1px #333 solid;
	border-radius: 5px;
}

.CAREER-4 .apply_bttn {
	background: #e9d813;
	padding: 10px 30px;
	color: #333;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	margin: 10px 0 0;
	border-radius: 25px;
}

.CAREER-4 .apply_bttn:hover,
.CAREER-1 .apply_bttn:focus {
	background: #ac9e01;
	text-decoration: none;
}

.career_4_cs_modal .modal-header {
	border: none;
}

.career_4_cs_modal .modal-content {
	border-radius: 15px;
	padding: 20px;
	border: 4px #e9d813 solid;
}

.career_4_cs_modal .close_icon {
	position: absolute;
	right: -16px;
	top: -16px;
	font-size: 18px;
	width: 30px;
	color: #333;
	text-align: center;
	border: 2px #333 solid;
	padding: 1px 0 0;
	height: 30px;
	background: #fff;
	border-radius: 50%;
}

.career_4_cs_modal .apply_bttn {
	background: #e9d813;
	padding: 8px 30px;
	border: none;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	margin: 10px 0 0;
	border-radius: 25px;
}

.career_4_cs_modal .apply_bttn:hover,
.career_2_cs_modal .apply_bttn:focus {
	background: #ac9e01;
	text-decoration: none;
}

.career_4_cs_modal .error {
	color: #f00;
	font-size: 14px;
}

.career_4_cs_modal .form-control {
	box-shadow: none;
}

.career_4_cs_modal .form-control[type="file"] {
	padding: 0;
}

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

/************END************/

/*CAREER 5 Style Starts*/
.CAREER-5 {
	padding: 80px 0 30px;
	font-family: "Arimo", sans-serif;
}

.CAREER-5 .section-heading {
	font-size: 50px;
	color: #222;
	font-weight: 600;
	margin: 0;
	padding: 0 0 30px;
	font-family: "Arimo", sans-serif;
	text-align: left;
}

.CAREER-5 .section-text {
	font-size: 18px;
	color: #6e7680;
	font-weight: 400;
	margin: 0;
	padding: 0 0 30px;
	font-family: "Roboto", sans-serif;
	text-align: left;
}

.career_row {
	display: flex;
	flex-wrap: wrap;
}

.career_col {
	margin-bottom: 30px;
}
.CAREER-5 .job_box {
	margin-bottom: 0;
	height: 100%;
	position: relative;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	background: #eee;
	padding: 30px 15px;
	text-align: center;
	border-radius: 5px;
}

.CAREER-5 .job_title {
	font-size: 26px;
	color: #222;
	margin: 0 0 15px;
	padding: 0 0 15px;
	font-weight: 600;
	font-family: "Arimo", sans-serif;
}

.CAREER-5 .desc_title {
	font-size: 16px;
	color: #111;
	height: 20px;
	font-weight: 600;
	padding: 0 0 10px;
	margin: 0;
}

.CAREER-5 .desc_text {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	max-height: 100px;
	overflow: auto;
	min-height: 100px;
	margin: 0 0 15px;
}

.CAREER-5 .job_id {
	font-size: 14px;
	color: #111;
	font-weight: 600;
	padding: 8px 25px;
	text-transform: uppercase;
	margin: 0 0 15px;
	border: 1px #111 solid;
	border-radius: 3px;
}

.CAREER-5 .apply_bttn {
	padding: 6px 25px;
	background: #02a493;
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	margin: 0;
	font-family: "Arimo", sans-serif;
}

.CAREER-5 .apply_bttn:hover,
.CAREER-5 .apply_bttn:focus {
	background: #000;
	text-decoration: none;
}

.career_5_cs_modal .modal-header {
	border: none;
}

.career_5_cs_modal .modal-content {
	border-radius: 0;
	padding: 20px;
	border: 4px #333 solid;
}

.career_5_cs_modal .close_icon {
	position: absolute;
	right: -16px;
	top: -16px;
	font-size: 18px;
	width: 30px;
	color: #333;
	text-align: center;
	border: 2px #333 solid;
	padding: 1px 0 0;
	height: 30px;
	background: #fff;
	border-radius: 50%;
}

.career_5_cs_modal .apply_bttn {
	background: #d94602;
	padding: 8px 30px;
	border: none;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	margin: 10px 0 0;
	border-radius: 5px;
}

.career_5_cs_modal .apply_bttn:hover,
.career_5_cs_modal .apply_bttn:focus {
	background: #d94602;
	text-decoration: none;
}

.career_5_cs_modal .error {
	color: #f00;
	font-size: 14px;
}

.career_5_cs_modal .form-control {
	box-shadow: none;
}

.career_5_cs_modal .form-control[type="file"] {
	padding: 0;
}

.CAREER-5 .main_apply_bttn {
	padding: 10px 30px;
	background: #02a493;
	color: #fff;
	font-weight: 400;
	border: none;
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
	margin: 10px 0 30px;
	font-family: "Arimo", sans-serif;
}

@media only screen and (max-width: 1100px) {
	.CAREER-5 .section-text {
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {
	.CAREER-5 {
		padding: 30px 0;
	}

	.CAREER-5 .section-heading {
		font-size: 30px;
	}
}

/************END************/

/*CAREER 6 Style Starts*/
.CAREER-6 {
	padding: 80px 0 30px;
	background: #f1f1f1;
	font-family: "Arimo", sans-serif;
}

.CAREER-6 .section-heading {
	font-size: 42px;
	color: #222;
	font-weight: 400;
	margin: 0;
	padding: 0 0 50px;
	font-family: "Arimo", sans-serif;
	text-align: center;
}

.CAREER-6 .job_box {
	margin-bottom: 50px;
	position: relative;
	border: 1px #fff solid;
	padding: 0;
	text-align: center;
	border-radius: 3px;
}

.CAREER-6 .job_title {
	font-size: 22px;
	background: #fff;
	color: #222;
	margin: 0;
	padding: 15px;
	font-weight: 600;
	font-family: "Arimo", sans-serif;
}

.CAREER-6 .desc_title {
	font-size: 16px;
	color: #111;
	font-weight: 600;
	padding: 0 0 10px;
	margin: 0;
}

.CAREER-6 .desc_text {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	max-height: 120px;
	overflow: auto;
	min-height: 120px;
	margin: 0;
	padding: 15px;
}

.CAREER-6 .job_id {
	font-size: 14px;
	color: #111;
	font-weight: 600;
	padding: 8px 25px;
	text-transform: uppercase;
	margin: 0;
}

.CAREER-6 .apply_bttn {
	padding: 6px 25px;
	background: #333;
	color: #fff;
	font-weight: 300;
	border-radius: 25px;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	margin: 15px 0 30px;
	font-family: "Arimo", sans-serif;
}

.CAREER-6 .apply_bttn:hover,
.CAREER-6 .apply_bttn:focus {
	background: #000;
	text-decoration: none;
}

.career_6_cs_modal .modal-header {
	border: none;
}

.career_6_cs_modal .modal-content {
	border-radius: 25px;
	padding: 20px;
	border: 10px #333 solid;
}

.career_6_cs_modal .close_icon {
	position: absolute;
	right: -16px;
	top: -16px;
	font-size: 18px;
	width: 30px;
	color: #333;
	text-align: center;
	border: 2px #333 solid;
	padding: 1px 0 0;
	height: 30px;
	background: #fff;
	border-radius: 50%;
}

.career_6_cs_modal .apply_bttn {
	background: #222;
	padding: 8px 30px;
	border: none;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	margin: 10px 0 0;
	border-radius: 5px;
}

.career_6_cs_modal .apply_bttn:hover,
.career_6_cs_modal .apply_bttn:focus {
	background: #d94602;
	text-decoration: none;
}

.career_6_cs_modal .error {
	color: #f00;
	font-size: 14px;
}

.career_6_cs_modal .form-control {
	box-shadow: none;
	height: 42px;
}

.career_6_cs_modal .form-control[type="file"] {
	padding: 0;
}

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

/************END************/

/*CAREER 7 Style Starts*/
.CAREER-7 {
	padding: 80px 0 30px;
	font-family: "Arimo", sans-serif;
}

.CAREER-7 .section-heading {
	font-size: 42px;
	color: #222;
	font-weight: 400;
	margin: 0;
	padding: 0 0 50px;
	font-family: "Arimo", sans-serif;
	text-align: center;
}

.CAREER-7 .job_box {
	margin-bottom: 50px;
	position: relative;
	border: 1px #666 solid;
	padding: 20px;
	border-radius: 3px;
}

.CAREER-7 .job_title {
	font-size: 22px;
	color: #222;
	margin: 0;
	padding: 0;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.CAREER-7 .desc_title {
	font-size: 16px;
	color: #111;
	font-weight: 300;
	padding: 0;
	margin: 0;
}

.CAREER-7 .desc_text {
	font-size: 16px;
	line-height: 23px;
	color: #333;
	font-weight: normal;
	max-height: 120px;
	overflow: auto;
	min-height: 120px;
	margin: 0;
	padding: 10px 0 0;
}

.CAREER-7 .job_id {
	font-size: 14px;
	color: #111;
	font-weight: 600;
	padding: 10px 0;
	text-transform: uppercase;
	margin: 0;
}

.CAREER-7 .apply_bttn {
	padding: 6px 25px;
	background: #333;
	color: #fff;
	font-weight: 300;
	border-radius: 0;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	margin: 15px 0 0;
}

.CAREER-7 .apply_bttn:hover,
.CAREER-7 .apply_bttn:focus {
	background: #000;
	text-decoration: none;
}

.career_7_cs_modal .modal-header {
	border: none;
}

.career_7_cs_modal .modal-content {
	border-radius: 25px;
	padding: 20px;
	border: 10px #333 solid;
}

.career_7_cs_modal .close_icon {
	position: absolute;
	right: -16px;
	top: -16px;
	font-size: 18px;
	width: 30px;
	color: #333;
	text-align: center;
	border: 2px #333 solid;
	padding: 1px 0 0;
	height: 30px;
	background: #fff;
	border-radius: 50%;
}

.career_7_cs_modal .apply_bttn {
	background: #222;
	padding: 8px 30px;
	border: none;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	margin: 10px 0 0;
	border-radius: 5px;
}

.career_7_cs_modal .apply_bttn:hover,
.career_7_cs_modal .apply_bttn:focus {
	background: #d94602;
	text-decoration: none;
}

.career_7_cs_modal .error {
	color: #f00;
	font-size: 14px;
}

.career_7_cs_modal .form-control {
	box-shadow: none;
	height: 42px;
}

.career_7_cs_modal .form-control[type="file"] {
	padding: 0;
}

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

/************END************/
