 /*
font-family: 'open_sansbold';
font-family: 'open_sansbold_italic';
font-family: 'open_sans_extraboldregular';
font-family: 'open_sans_lightregular';
font-family: 'open_sans_extrabolditalic';
font-family: 'open_sansitalic';
font-family: 'open_sans_extraboldregular';
font-family: 'open_sans_lightitalic';
font-family: 'open_sans_semiboldregular';
font-family: 'open_sans_lightitalic';
font-family: 'open_sansregular';
font-family: 'open_sans_semibolditalic';
*/

/*JOB DETAIL PAGE*/
.job-sec{
margin-bottom:65px;
}
.jobs-leftinn{
background:#f3f3f3;
padding:22px;
box-sizing:border-box;
}
.jobs-rightinn{
	padding-left:50px;
}
.jsec-att{
margin-bottom:25px;
}
.jstle{
color:#0b1c3c;
font-size:16px;
font-family: 'open_sans_semiboldregular';
}
.jsdesc ul{
margin:0;
padding:0 0 0 0px;
list-style-type:none;

}
.jsdesc{
color:#787878;
font-size:15px;
}
.jobs-rightinn .pos-title{
margin:0 0 20px 0;
color:#0b1c3c;
font-family: 'open_sans_semiboldregular';
font-weight:normal;
font-size:22px;
}
.jtitle{
margin:30px 0 12px 0;
color:#0b1c3c;
font-size:16px;
font-family: 'open_sans_semiboldregular';
font-weight:normal;
}
.btn-sec{
margin-top:30px;
}
.btn1, .wpcf7-form input[type="submit"]{
padding:10px 47px;
background:#f47321;
font-size:15px;
font-family: 'open_sans_semiboldregular';
color:#fff;
display:inline-block;
border-radius:5px;
-webkit-border-radius:5px;
font-weight:normal;
text-shadow:none;
box-shadow:none;
-webkit-box-shadow:none;
border:0;
-webkit-appearance: none !important;
appearance: none !important;
}
.wpcf7-form input[type="submit"]{
padding:10px 35px;
}
.btn1:hover, .wpcf7-form input[type="submit"]:hover{
background:#28334c;
color:#fff;
}
.job-ntle{
font-family: 'open_sans_lightregular';
font-size:22px;
color:#0b1c3c;
margin-bottom:30px;
}
.job-ntle b{
font-family: 'open_sans_semiboldregular';
}
.job-form {
    background: #f3f3f3 none repeat scroll 0 0;
	position:relative;
	margin:0 auto;
    border-radius: 10px;
    padding: 40px 40px 30px 40px;
	max-width:575px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 1px 1px 10px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 1px 10px 2px rgba(0,0,0,0.4);
	box-shadow: 1px 1px 10px 2px rgba(0,0,0,0.4);
}
.job-form select, .job-form input[type="text"], .job-form input[type="password"], .job-form input[type="email"],.job-form input[type="tel"],.job-form textarea{
	height:40px;
	border:1px solid #d7d7d7;
	border-radius:25px;
	-webkit-border-radius: 25px;
	width:100%;
	padding:0 25px;
	box-sizing:border-box;
	color:#787878;
	font-family: 'open_sansregular';
	appearance:none;
	-webkit-appearance:none;
}
.job-form textarea{
	height:80px;
	width:100%;
	padding-top:8px;
	padding-bottom:8px;
}
.job-form .wpcf7-form-control.wpcf7-file {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d7d7d7;
    border-radius: 25px;
    box-sizing: border-box;
    height: auto;
    padding: 5px 25px;
    width: 60%;
	margin:5px 0;
}
.wpcf7-form p{
margin-bottom:17px;
}
.csv-btn .ftitle{
font-size:18px;
text-transform:uppercase;
color:#0b1c3c;
font-family: 'open_sans_semiboldregular';
}
.wpcf7-form .csv-btn {
    margin-top: 45px;
	margin-bottom: 30px;
}
.ftext{
font-size:16px;
font-family: 'open_sans_lightregular';
color:#26314b;
margin-top:15px;
display:block;
}
.fstext{
display:block;
font-size:14px;
}
.hidden-jname{
	display:none;
}
.wpcf7-form div.wpcf7-validation-errors {
    border: 2px solid #f00;
	color:#f00;
	margin:15px 0;
}
.wpcf7-form div.wpcf7-mail-sent-ok{
 border: 2px solid #398f14;
 color:#398f14;
 margin:15px 0;
}
.mfp-bg{
background:rgba(0,0,0,0.4) !important;
}
.mfp-close-btn-in .mfp-close {
    color: #969696 !important;
	font-size:35px !important;
	right:15px;
	top:15px;
}
.mfp-close-btn-in .mfp-close:hover{
color: #26314b !important;
}
/*about us page tab section*/
.fgrid-inn{
background:#f5f5f5;
padding:25px 20px;
box-sizing:border-box;
margin-bottom:6px;
}
.faq_title{
color:#0b1c3c;
font-size:17px;
font-family: 'open_sans_semiboldregular';
cursor:pointer;
}
.faq_title i{
margin-right:16px;
}
.faq_desc {
    padding: 14px 0 0 25px;
	box-sizing:border-box;
	display:none;
}
/*navigation*/
.navigation a {
    border: 1px solid #fff;
    color: #666666;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 29px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 30px;
	padding:0 !important;
}

.navigation ul li {
    display: inline-block;
}

.navigation ul {
    margin: 0;
    padding: 0;
	text-align:center;
}
.navigation ul li.active a {
    cursor: default;
}
.navigation ul li.active a {
    border: 1px solid #f26522;
    color: #f26522 !important;
}
.navigation a:hover{
 color: #f26522 !important;
}
.next-pa i, .pre-pa i {
    font-size: 16px;
}
/*NEWS AND MEDIA*/
.latestnews-item{
margin-bottom:30px;
}
.latestnews-lists .latestnews-item .leatest-contain .title {
    font-family: "open_sansregular";
    font-size: 20px;
    line-height: 22px;
    color: #0b1c3c;
    margin: 15px 0px 15px 0px;
}
.latestnews-lists .latestnews-item .leatest-contain .title a {
    color: #0b1c3c;
}
.latestnews-lists .latestnews-item .leatest-contain .title a:hover {
    color: #f47321;
}
.latestnews-lists .latestnews-item .leatest-contain .category a{
	font-family: 'open_sansregular';
	font-size: 15px;
	line-height: 22px;
	color: #1f1f1f;
	margin-bottom: 8px;
}
.latestnews-lists .latestnews-item .leatest-contain .date {
    font-family: 'open_sansregular';
    font-size: 15px;
    line-height: 21px;
    color: #1f1f1f;
    margin-bottom: 15px;
}
.latestnews-lists .latestnews-item .leatest-contain .desc {
    font-family: 'open_sansregular';
    font-size: 14px;
    line-height: 20px;
    color: #8a8a8a;
    word-break: break-all;
}
.latestnews-lists .latestnews-item .leatest-contain .readmore {
    text-align: right;
}
.latestnews-lists .latestnews-item .leatest-contain .readmore a {
    font-family: 'open_sansbold';
    font-size: 15px;
    line-height: 22px;
    color: #0b1c3c;
}
.latestnews-lists .latestnews-item .leatest-contain .readmore a:hover span,.latestnews-lists .latestnews-item .leatest-contain .readmore a:hover{
	color: #f47321;
}
.courses-lists .courses-item .courses-contain .readmore a:hover span,.courses-lists .courses-item .courses-contain .readmore a:hover{
	color: #f47321;
}
.latestnews-lists .latestnews-item .image {
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}
.latestnews-lists .latestnews-item .image .date-section {
    position: absolute;
    bottom:10px;
    left: 0px;
    width: 100px;
    background: #f47321;
    margin-right: 20px;
    text-align: center;
    box-sizing: border-box;
    padding: 5px 0px 5px 0px;
}
.latestnews-lists .latestnews-item .image .date-section .date {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-family: 'open_sansregular';
    text-transform: uppercase;
    display: block;
}
.latestnews-lists .latestnews-item .image .date-section::after {
    position: absolute;
    right: -34px;
    content: "";
    height: 0;
    width: 0;
    border-left: 0 solid transparent;
    border-right: 34px solid transparent;
    border-top: 32px solid #f47321;
    bottom: 0px;
}
.latestnews-lists{
	margin-bottom:30px;
}
.latestnews-lists .latestnews-item .image img{
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.latestnews-lists .latestnews-item .image img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.single-news .latest-detail-img {
    float: left;
    margin: 0 30px 30px 0;
}
.single-news .latest-content .single-latest-title {
    margin-top: 25px;
    font-family: 'open_sansbold';
    font-size: 22px;
    line-height: 28px;
    color: #1f1f1f;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.single-news .latest-content .time {
    margin: 6px 0px;
    font-family: 'open_sans_lightregular';
    font-size: 16px;
    line-height: 22px;
    color: #b5b5b5;
}
.single-news .latest-content .desc {
    font-family: 'open_sansregular';
    font-size: 16px;
    line-height: 22px;
    color: #8a8a8a;
}
.single-news .latest-content .desc p{
	margin-bottom:14px;
}
.single-latest-news .single-news,.single-courses-main .single-courses{
	margin-bottom:30px;
}
.single-latest-news .latest-content .time a{
	color:#049596;
}
.single-latest-news .latest-content .time a:hover{
	color:#8a8a8a;
}



