h1,
h2,
h3,
h4,
h5,
h6 {}

p {}

.career-container {
	width: 100%;
	max-width: 1070px;
	margin: 0 auto;
}

.career-section1 {
	background-image: url(../images/career/old/career-section1-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

#career-section1-scroll-down {
	display: inline-block;
	/*
	width: 45px;
	height: 45px;
	background: url(../images/career/old/career-section1-scroll-down.png) no-repeat center;
	background-size: cover;
*/
	position: absolute;
	bottom: 25px;
	left: 0;
	/* margin-left: -23px; */
	right: 0;
	margin: auto;
}

.career-section1 .career-container {
	/* padding-left: 100px; */
	text-align: center;
}

.career-section1 h2 {
	font-size: 32px !important;
	color: #1a1a1a;
	text-transform: capitalize;
	/* letter-spacing: 8px; */
}

.career-section1 h3 {
	font-size: 40px;
	color: #1a1a1a;
	letter-spacing: normal;
	/* letter-spacing: 8px; */
}

.career-section1 p {
	font-size: 18px;
	font-weight: 500;
	color: #1a1a1a;
	width: 100%;
	margin-top: 50px;
	max-width: 786px;
	margin: 0 auto;
}

.career-section1-header {
	width: 100%;
	margin-bottom: 20px;
}

.career-section1-header .line-thin {
	width: 100%;
}
.career-top-dtl{
	padding:60px 0;
}
.career-top-dtl p{
    font-size: 18px;
    text-transform: uppercase;
    /* letter-spacing: 4px; */
    line-height: 27px;
    text-align:center;
}
.career-section2 {
	background: #1a1a1a;
	padding-top: 130px;
	position: relative;
	-ms-flex-align: stretch;
	-ms-grid-row-align: stretch;
	-webkit-box-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: auto;
	padding: 8em 0px 0px 0px;
}

.career-section2 .career-container {
	width: 100%;
	max-width: 770px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.career-section2 h2 {
	font-size: 57px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.career-section2 h3 {
	font-size: 28px;
	font-weight: bold;
	line-height: 34px;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 10px;
	letter-spacing: normal;
}

.career-section2 span {
	display: block;
}

.career-section2-header {
	margin-bottom: 60px;
}

.career-section2-header .line-thin {
	width: 50%;
	max-width: 350px;
}

.career-section2-content .line {
	margin-bottom: 20px;
	background-color: #8fb719;
}

.career-section2-content > a {
	display: block;
	width: 90px;
	font-size: 16px;
	font-weight: bold;
	line-height: 38px;
	border: 1px solid #fff;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	transition: all ease 0.2s;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
}

.career-section2-content > a:hover,
.career-section2-content > a:active,
.career-section2-content > a:focus {
	background: #8fb719;
	color: #ffffff;
	outline: none;
	text-decoration: none;
	border: 1px solid #7ea706;
}

.career-section2-content-row {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-ms-flex-align: end;
	-webkit-box-align: end;
	align-items: flex-end;
}

.career-section2-content {
	min-width: 310px;
}

.career-urgent {
	display: block;
	width: 100%;
	max-width: 110px;
	font-size: 15px;
	font-weight: bold;
	line-height: 24px;
	color: #fff;
	margin-bottom: 18px;
	text-align: center;
	text-transform: uppercase;
	background: #8fb719;
}

.career-section2-content-row + .career-section2-content-row {
	margin-top: 60px;
}

.career-section2-bottom {
	background: #fff;
	width: 100%;
	position: relative;
	left: 0;
	bottom: 0;
	padding: 1em 0px;
}

.career-section2-bottom .career-container {
	height: 100%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.career-section2-bottom h3 {
	margin: 15px 0 0;
	color: #1a1a1a;
	min-width: 210px;

}

.career-section2-bottom-content {
	margin-right: -90px;
	/* offsetting value A/C to PSD */
}

.career-section2-bottom p {
	width: 100%;
	max-width: 470px;
	font-size: 15px;
	font-weight: bold;
	color: #1a1a1a;
}

.career-section3 {
	background-image: url(../images/career/career-section3-bg.jpg);
	background-attachment: fixed;
	background-position: right top;
	background-size: cover;
	position: relative;
	padding: 0;
}

.career-section3-header-wrapper {
	width: 100%;
	height: 292px;
	background: #000000;
	width: 100%;
	max-width: 894px;
	margin-top: 102px;
	position: relative;
}

.career-section3-header {
	/*	position: absolute;
	top: 50%;
	left: 200px;
	transform: translateY(-50%);*/
	padding-left: 200px;
}

.career-section3-header h2 {
	margin: 10px 0 0;
	font-size: 16px;
	line-height: 30px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	width: 80%;
	letter-spacing: normal;
}

.career-section3-header h2 span {
	display: block;
}

.career-section4 {

background-attachment: fixed;

background-position: right top;

background-size: cover;

padding: 80px 0px 130px 15px;
}

.career-section4 h2 {
	font-size: 45px;
	color: #000;
	font-weight: bold;
	margin: 0 0 80px;
	text-transform: capitalize;
	text-align: center;
	/* letter-spacing: 8px; */
}

.career-section4 ul,
.career-section4 li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.career-section4 ul {
	width: 100%;
	margin: 0 auto;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	max-width: 960px;
}

.career-section4 li {
	width: 160px;
	text-align: center;
	padding: 30px 25px;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.career-section4 li > div {
	width: 80%;
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin: auto;
}

.career-section4 li p {
	width: 100%;
	margin: 30px auto 0;
	font-size: 14px;
	font-weight: 300;
	color: #000;
	text-transform: uppercase;
}

.career-section4 li:hover svg {
	fill: #000000;
}

.career-section4 li:hover {
	background: #eaeaea;
}

.career-section4 li:hover p {
	color: #333333;
}

.career-section4-svg-block {
	margin-bottom: 30px;
}

.career-section4-svg-block svg {
	max-width: 50%;
	height: 50px;
}

.career-section4-svg-block svg {
	fill: #000;
}


/* media screen */

@media (max-width: 800px) {
	.career-section1 {
		background-position: center center;
		background-attachment: inherit;
		width: 100%;
		max-width: 100%;
		position: relative;
		min-height: 350px;
	}
	.career-section1 .career-container {
		padding-left: 0px;
		width: 100%;
		padding: 0px 15px;
		margin-top: 20px;
		max-width: inherit;
		position: relative;
		left: 0px;
		margin: auto;
	}
	.career-section1-header {
		margin-top: 30px;
		width: 100%;
		padding: 0;
	}
	.career-section1 h2 {
		font-size: 30px;
		margin: 0;
		display: block;
	}
	.career-section1 h3 {
		font-size: 22px;
		margin: 0;
		letter-spacing: normal;
	}
	.career-section1-header .line-thin {
		width: 70%;
		display: block;
	}
	.career-section1 p {
		font-size: 14px;
		max-width: inherit;
		width: 100%;
		display: block;
		max-width: 100%;
	}
	.career-top-dtl p {
		font-size: 16px;
		padding: 10px;
	}
	.career-section2 {
		padding: 15px;
		display: block;
		height: auto;
		min-height: 400px;
		-ms-flex-align: inherit;
		-ms-grid-row-align: inherit;
		-webkit-box-align: inherit;
		align-items: inherit;
	}
	.career-section2 .career-container {
		width: 100%;
		max-width: inherit;
		margin: 0;
		padding-top: 60px;
	}
	.career-section2 h2 {
		font-size: 34px;
		margin: 0 0 10px;
	}
	.career-section2 h3 {
		font-size: 24px;
		line-height: normal;
	}
	.career-section2 span {
		display: inline-block;
	}
	.career-section2-header {
		margin-bottom: 15px;
		text-align: center;
	}
	.career-section2-header .line-thin {
		width: 50%;
		max-width: 350px;
		margin: 10px auto;
	}
	.career-section2-content .line {
		margin: 10px auto;
		height: 2px;
	}
	.career-section2-content > a {
		font-size: 14px;
		line-height: normal;
		padding: 5px 20px;
		width: auto;
		display: inline-block;
	}
	.career-section2-content > a:hover,
	.career-section2-content > a:active,
	.career-section2-content > a:focus {
		background: #ce0c34;
		color: #ffffff;
		outline: none;
		text-decoration: none;
		border: 1px solid #aa0e2e;
	}
	.career-section2-content-row {
		display: -ms-flexbox;
		display: block;
		text-align: center;
		-ms-flex-align: inherit;
		-webkit-box-align: inherit;
		align-items: inherit;
		margin-bottom: 20px;
	}
	.career-section2-content {
		min-width: inherit;
		width: 100%;
		margin-bottom: 14%;
	}
	.career-urgent {
		max-width: 110px;
		font-size: 14px;
		line-height: normal;
		padding: 5px 15px;
		margin: 10px auto;
		width: inherit;
	}
	.career-section2-content-row + .career-section2-content-row {
		margin-top: 30px;
	}
	.career-section2-bottom {
		background: #fff;
		width: 100%;
		position: static;
		left: 0;
		bottom: 0;
	}
	.career-section2-bottom .career-container {
		height: auto;
		display: -ms-flexbox;
		display: block;
		-ms-flex-pack: justify;
		-webkit-box-pack: inherit;
		justify-content: inherit;
		-ms-flex-align: center;
		-webkit-box-align: inherit;
		align-items: inherit;
		text-align: center;
		padding: 15px;
	}
	.career-section2-bottom h3 {
		margin: 0px;
		min-width: inherit;

		margin-bottom: 20px;
	}
	.career-section2-bottom-content {
		margin-right: 0px;
		/* offsetting value A/C to PSD */
	}
	.career-section2-bottom p {
		width: inherit;
		max-width: inherit;
		font-size: 14px;
	}
	.career-section4 ul {
		width: 100%;
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-ms-flex-pack: inherit;
		-webkit-box-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.career-section3 {
		background-attachment: inherit;
		background-position: center center;
		background-size: cover;
		padding: 3em 0px;
	}
	.career-section3-header-wrapper {
		width: 90%;
		height: auto;
		margin: auto;
		max-width: inherit;
		position: relative;
		text-align: center;
	}
	.career-section3-header {
		padding: 15px;
	}
	.career-section3-header h2 {
		margin: 10px 0 0;
		font-size: 18px;
		line-height: normal;
		color: #fff;
		width: 100%;
		line-height: 30px;
	}
	.career-section4 {
		background-attachment: inherit;
		background-position: center center;
		padding: 15px;
	}
	.career-section4 h2 {
		margin: 0 0 10px;
	}
	.career-section4 li {
		width: 48%;
		padding: 20px;
		margin-bottom: 10px;
	}
}


/*SUpport form css*/

.contact-btn a {
    margin: 40px auto 0;
    display: block;
}
