.img-header-banner.inner .backbut{font-size:14px;color:#fff;font-weight:normal;display:block;}

/*End of Header*/

.row.two{background:#dddddd;}
.headarea{background:url(../images/career_head_back.png) repeat-x center top;}
.headtxt h2{padding:0 10px;text-align: center;margin:0;color:#604905;}
.job{
	margin:0 0 20px 0;
	border-radius:4px;
	background-color:rgba(255,255,255,1);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
	display:flex;
}
.job h3{color:#1b809e;}
.job .jobic, .job .butarea{display:flex;justify-content: center;}
.job .butarea .btn{padding:8px 40px;}




.jobdesc{padding-bottom:40px;}
.jobdesc h1{margin:40px 0px 20px 0px;color:#1b809e;}
.jobdesc h3{margin:30px 0px 15px 0px;color:#1b809e;}
.jobdesc p mark{
	background: #fff5c6;
    color: #604905;
    font-weight: 500;
    padding: 2px 5px;
}
.jobdesc p.main{font-size:18px;}
.jobdesc .info {
    margin: 0px 0px;
    padding: 0px 0px 30px 0px;
}
.jobdesc ul li{margin:8px 0;}
.jobdesc .btn{margin-top:10px;}

.jobdesc .btn {
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 130px;
}

.jobdesc img {
    margin-right: 12px;
}


.whyjoinus{
	padding: 30px 0px;
}

.whyjoinus .career_bars_image{
	padding-top: 20px;
	padding-bottom: 20px;
}

.whyjoinus .career_bars_image img{
	max-width: 100%;
}

.ouropenings{
	background-color: #F6FBFF;
}

.ouropenings h3{
	margin-top: 50px;
}

.ouropenings .jobad {
    margin: 0 auto;
    display: block;
    text-align: center;
    background: white;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 60px;
    box-shadow: rgb(100 100 111 / 20%) 0px 3px 20px 0px;
    margin-right: 30px;
    border-radius: 10px;
}

.ouropenings .jobad_wrapper {
    display: flex;
}

.ouropenings .jobic_ico img{
	margin-bottom: 10px;
	margin-top: 0px;
}

.ouropenings .jobad_overall h4{
	color: #1B809E;
	font-weight: bold;
}

.ouropenings .btn {
    padding: 8px 40px;
    margin-top: 10px;
}

.ouropenings .jobad_overall p{
	padding-left: 15px;
	padding-right: 15px;
	min-height: 60px;
}

.ouropenings .jobad_overall {
    padding-top: 20px;
    padding-bottom: 20px;
}

p {
    line-height: 25px;
}

.scroll_down_icon {
    position: relative;
    z-index: 20;
    margin: 0 auto;
    text-align: center;
    display: block;
    top: 13px;
}

.scroll-arrow:nth-child(1) {
    animation-delay: 0.1s;
}
.scroll-arrow {
    width: 22px;
    height: 22px;
    transform: rotate( 45deg);
    border-right: 3px solid #18A2E3;
    border-bottom: 3px solid #18A2E3;
    animation: arrow-wave 1s infinite;
    animation-direction: alternate;
    margin: 0 auto;
}

@keyframes arrow-wave {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}


.jobheader_top{
	margin-top: 40px;
	margin-bottom: 40px;
}

.jobheader_top img {
    margin-right: 20px;
    float: left;
}

.jobheader_top h2 {
    color: #1B86A4;
}

.jobheader_top span {
    color: #505050;
    font-size: 18px;
}

img.pos_ico {
    margin-right: 10px;
}

.jobheader_bottom {
    background: #F6FBFF;
    padding-top: 30px;
    margin-top: 0px;
}

.jobdesc ul li{
	list-style: none;
}

.jobdesc ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #707070;
    position: absolute;
    left: 30px;
    margin-top: 7px;
}

.img-header-banner.inner a.backbut {
    text-decoration: none;
}

.jobdesc h3 {
    margin-bottom: 0px;
}


@media screen and (min-width: 280px) {

	.img-header-banner.inner h1{margin-top:40px;}
	.img-header-banner.inner .backbut{margin-bottom:8px;}
	.headarea{padding:30px 10px;}
	.headtxt {margin-bottom:30px;}
	.headtxt h2{line-height: 25px;font-size:18px;}
	.job{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		padding:30px 10px;
	}
	.job h3{margin:10px 0px;font-size:20px;}
	.job p{font-size:14px;line-height: 22px;}
	.jobdesc p.ctc{line-height: 22px;} 
	.jobdesc .info ul{padding-inline-start: 40px;}

	.ouropenings .jobad{max-width: 100%; margin-right: 0px; margin-bottom: 20px;}
  
    .ouropenings .container {
    padding-left: 25px;
    padding-right: 25px;
	}

    .ouropenings .jobad_wrapper {
    display: block;
    margin-bottom: 40px;
    }

	.whyjoinus .career_bars_image{
	margin: 0 auto;	
	display: block;
	text-align: center;
	}

	.whyjoinus {
    padding-bottom: 0px;
    }

    .jobheader_top h2 {
    color: #1B86A4;
    font-size: 16px;
    }

    .jobheader_top img {
    margin-right: 8px;
    float: left;
    max-width: 63px;
    margin-top: 4px;
    }

    .jobheader_top {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
    }

    .jobheader_top span {
    color: #505050;
    font-size: 14px;
    }

    img.pos_ico {
    margin-right: 10px;
    max-width: 13px;
    margin-top: 3px;
    }

    .jobdesc h3 {
    font-size: 15px;
    }

    .jobdesc ul {
    padding-left: 15px;
    }

    .jobdesc ul li {
    list-style-type: none;
    line-height: 25px;
    }

    .jobrole_wrapper {
    margin-top: 0px;
    display: block;
    }

    .whyjoinus .career_bars_image img {
    max-width: 70%;
    }

    .jobheader_top img:first-child {
    margin-top: 0px;
    }


}

@media screen and (min-width: 320px){

    .jobheader_top {
    padding-left: 10px;
    padding-right: 10px;
    }

    .jobdesc h3 {
    font-size: 17px;
    }

    .jobheader_top h2 {
    color: #1B86A4;
    font-size: 16px;
    }

    .jobheader_top img {
    margin-right: 10px;
    float: left;
    max-width: 50px;
    margin-top: 0px;
    }

    img.pos_ico {
    margin-right: 10px;
    max-width: 20px;
    }

    .jobheader_top img:first-child {
    margin-top: 0px;
    }

}

@media screen and (min-width: 360px){
    .jobdesc h3 {
    font-size: 17px;
    }

    .jobheader_top h2 {
    color: #1B86A4;
    font-size: 18px;
    }

    .jobheader_top img {
    margin-right: 20px;
    float: left;
    max-width: 64px;
    margin-top: 0px;
    }

    img.pos_ico {
    margin-right: 10px;
    }

    .jobheader_top img:first-child {
    margin-top: -4px;
    }
}


@media screen and (min-width: 480px){
    .jobheader_top h2 {
    color: #1B86A4;
    font-size: 27px;
    }

    .jobheader_top img {
    margin-right: 20px;
    float: left;
    max-width: 64px;
    margin-top: 0px;
    }

    img.pos_ico {
    margin-right: 10px;
    }

    .jobheader_top img:first-child {
    margin-top: 0px;
    }
}


@media screen and (min-width: 768px) {
	.headtxt h2{line-height: 30px;font-size:24px;}
	.job{flex-direction:row;align-items: center;text-align: left;padding:20px 0px;}
	.jobdesc .info ul{padding-inline-start: 40px}

    .ouropenings .jobad {
    max-width: 47%;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
    float: left;
    }

	.jobheader_top h2 {
    color: #1B86A4;
    font-size: 36px;
    }

    .jobheader_top span {
    color: #505050;
    font-size: 18px;
    }


    .jobdesc ul li {
    list-style-type: none;
    font-size: 14px;
    }

    .jobrole_wrapper {
    margin-top: 0px;
    display: block;
    }

    .jobheader_top img {
    max-width: inherit;
    }

    .jobheader_top img {
    margin-right: 20px;
    float: left;
    margin-top: 0px;
    max-width: 87px;
    }

    img.pos_ico {
    margin-right: 10px;
    }

    .jobad_wrapper .jobad:last-child {
    margin-right: 0px;
    } 

    .ouropenings .jobad_overall h4 {
    min-height: 50px;
    }

    .ouropenings .jobad_overall p {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 140px;
    }

     .whyjoinus .career_bars_image img {
    max-width: 100%;
    }


}

@media screen and (max-width: 992px){
    .ouropenings .jobad_overall h4 {
    max-width: 270px;
    margin: 20px auto 10px auto;
    line-height: 23px;
}
}


@media screen and (max-device-width: 992px) and (orientation: landscape){
	.job{flex-direction:row;align-items: center;text-align: left;padding:20px 0px;}

    .ouropenings .jobad {
    max-width: 46%;
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
    min-height: 430px;
    }

    .ouropenings .jobic_ico img {
    max-width: 40%;
    }

    .ouropenings .jobad_overall {
    padding-top: 0px;
    padding-bottom: 20px;
    }	

    .ouropenings .jobad_overall h4 {
    min-height: 40px;
    }

    .ouropenings .jobad_overall p {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 110px;
    }
}

@media screen and (max-device-width: 912px) and (orientation: landscape){
    .ouropenings .jobad_overall p {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 130px;
    }
}

@media screen and (max-device-width: 740px) and (orientation: landscape){
.ouropenings .jobad_overall p {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 180px;
    }

.ouropenings .jobad {
    max-width: 46%;
    margin-right: 13px;
    margin-left: 13px;
    margin-bottom: 10px;
    float: left;
    min-height: 480px;
    }
}

@media screen and (max-device-width: 720px) and (orientation: landscape){

.ouropenings .jobad {
    max-width: 200px;
    margin-right: 23px;
    margin-bottom: 40px;
    float: left;
    }

}    

@media screen and (max-device-width: 667px) and (orientation: landscape){

.ouropenings .jobad {
    max-width: 46%;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    min-height: 430px;
    }

.ouropenings .jobad_overall h4 {
    font-size: 16px;
    }

.ouropenings .jobad_overall p {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 130px;
    font-size: 12px;
    }
}

@media screen and (max-device-width: 480px) and (orientation: landscape){

    .ouropenings .jobad_overall h4 {
    min-height: 20px;
    }

    .ouropenings .jobad {
    max-width: 70%;
    margin-right: 10px;
    margin-bottom: 40px;
    float: none;
    margin: 30px auto;
    }

    .ouropenings .jobad_overall p {
    padding-left: 15px;
    padding-right: 15px;
    min-height: auto;
    font-size: 12px;
    }
}


@media screen and (min-width: 820px){
    .ouropenings .jobad_overall p {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 120px;
    }
}



@media screen and (min-width: 992px) {
	.img-header-banner.inner h1{margin-top:60px;}
	.img-header-banner.inner .backbut{margin-bottom:15px;}
	.headarea{padding:30px 20px;}
	.headtxt {margin-bottom:40px;}
	.headtxt h2{line-height: 40px;font-size:28px;}
	.job{flex-direction:row;align-items: center;text-align: left;padding:30px 0px;}
	.job h3{margin:0 0 5px 0;font-size:24px;}
	.job p{font-size:16px;line-height: 25px;}
	.job .desc p{margin:0;}
	p{line-height: 25px;}

	.ouropenings .jobad {
    max-width: 354px;
    margin-right: 30px;
    margin-bottom: 60px;
    margin-left: 0px;
    min-height: 520px;
    float: left;
    }

	.whyjoinus {
    padding-bottom: 0px;
	}

	.jobrole_wrapper {
    margin-top: -20px;
    display: block;
    }

    .jobdesc ul li {
    list-style-type: none;
    font-size: 16px;
    line-height: 26px;
    }

    .jobdesc p {
    font-size: 18px;
    line-height: 29px;
    }

    .jobheader_top {
    margin-top: 40px;
    margin-bottom: 40px;
    }

   .ouropenings .jobad_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    }

    .ouropenings .jobad_overall p {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 210px;
    }

    .ouropenings .jobad_overall h4 {
    min-height: 50px;
    }

    .career_details {
    padding: 0px 40px;
    }

    .whyjoinus .career_bars_image img {
    max-width: 90%;
    }
}


@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){
    .whyjoinus .career_bars_image img {
    max-width: 110%;
    }          
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait){

   .whyjoinus .career_bars_image {
    width: 45%;
    float: left;
    margin-top: 70px;
    margin-bottom: 70px;
    }

    .whyjoinus .career_bars_image img {
    max-width: 100%;
    }          
}

@media screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: portrait){
.ouropenings .jobad {
    max-width: 360px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}
}    

@media screen and (min-device-width: 912px) and (max-device-width: 1180px) and (orientation: portrait){
.ouropenings .jobad {
    max-width: 280px;
}
}

 


/*DESKTOPS LARGE SCREEN*/



@media screen and (min-width: 1024px){
    .ouropenings .jobad_overall p {
    min-height: 180px;
    }

.ouropenings .jobad {
    min-height: 480px;
    }       
}
@media screen and (min-width: 1200px) {
	.ouropenings .container {
    padding-left: 0px;
    padding-right: 0px;
    }  

    .ouropenings .jobad {
    min-height: 400px;
    }

    .ouropenings .jobad_overall p {
    min-height: 130px;
    }

}

@media screen and (min-width: 1460px) {
	/*.row.one .container{height:260px;}*/
}


/*@media screen and (max-width: 1200px) {
	.container{
		width:99%;
	}
	
}*/


