/************************************************ Career Section ********************************************/
.career-section{padding-bottom: 60px;}
.career-section .main-head .title{color:#4B3527;position: relative;text-transform: uppercase;font-weight:800;}
.career-section .main-head::after{content:'';position: relative;display: block;background-color:#4b3527;width:15%;height: 1px;}
.career-section .main-head::before{content:'';position: relative;display: block;background-color:#4b3527;width:5%;height: 3px;bottom:-46px;transform: scaleX(1);transition:all 0.5s ease-in-out;}
.career-section .main-head:hover:before{width:15%;}
.career-section .description{padding-top:20px;padding-bottom:20px;}
.career-section .description p{padding-bottom:15px;line-height:20px;}
.career-section .blocks .form-group{padding-top:20px;padding-bottom:20px;}
.career-section .blocks .department{padding: 30px;border:1px solid #4B3527;margin:25px;}
.career-section .blocks .department h5{font-weight:600;color:#707070;}
.career-section .blocks .redirect{color:#5079FF;text-decoration:underline;}
.career-section .blocks .department .btn-career{padding: 5px 15px;background-color:#4B3527;font-size: 14px;border-radius:0px;color:#E1D0BD;}
.career-section .sub-head .title{color:#4B3527;position: relative;text-transform: uppercase;font-weight:800;}
.career-section .sub-head::after{content:'';position: relative;display: block;background-color:#4b3527;width:25%;height: 1px;}
.career-section .sub-head::before{content:'';position: relative;display: block;background-color:#4b3527;width:15%;height: 3px;bottom:-46px;transform: scaleX(1);transition:all 0.5s ease-in-out;}
.career-section .sub-head:hover:before{width:25%;}
#careerForm .btn-roulay{width:50%;border-radius:10px;}
.department-dropdown{padding-top: 20px;padding-bottom:20px;}
.department-dropdown .control-label{color:#707070;}

@media only screen and (max-width:768px){
	.career-section .main-head::after{width: 50%;}
	.career-section .main-head::before{width:15%;}
	.career-section .main-head:hover::before{width:50%;}
	.career-section .description p{font-size:16px;}
	.career-section .sub-head::after{width:93%;}
	.career-section .sub-head::before{width:30%;}
	.career-section .sub-head:hover::before{width:93%;}
	.form-label{font-size:18px;padding:15px}
	.career-section .blocks .department{margin:20px 0px;}
	.career-section .blocks .department .btn-career{margin-top:10px;}
	.form-control{margin-left:15px;margin-right:15px;}
}