.container-fluid {
    width: 100%;
    padding-right: 65px;
    padding-left: 65px;
    margin-right: auto;
    margin-left: auto;
}
header{
	padding:10px 0px;
	box-shadow: 0 8px 6px -6px rgba(0,0,0,.13);
}
.logo{
	width:100%;
}
.logo img{
	width:100%;
}
.header-right{
	float:right;
	margin-top: 18px;
}
.header-right a{
border: 1px solid #3c3c3c;
padding: 8px 10px;
color: #3c3c3c;
border-radius: 4px;
font-size: 13px;
font-weight: 600;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
text-decoration:none;
}
/*========================================*/
section{
	padding:40px 0px;
}
.bg-gray{
	background:#f5f5f5;
}
.bg-theme{
	background:#fc9605;
}
.bg-green{
	background:#2fc400;
}
.p15{
	padding:15px;
}
.mb-10{
    margin-bottom:10px;
}
.mb-15{
    margin-bottom:15px;
}
.mt-10{
    margin-top:10px;
}
.mt-20{
    margin-top:20px;
}
.f12{
	font-size:12px;
}
.f13{
	font-size:13px;
}
.text-center{
	text-align:center;
}
.full{
	width:100%;
}
.button-fill{
	color:#fff;
	display:inline-block;
	padding:10px;
	border-radius:50px;
	line-height: 20px;
}
.btn-primary {
    color: #fff;
    background-color: #fc9605;
    border-color: #fc9605;
    height: 45px;
}
.pless-r{
    padding-right:0px;
}
/*========================================*/
.sub-header{
    width:100%;
    background: url(../img/hero-img.jpg) no-repeat;
    background-size: cover;
padding: 30px 0px;
}
.sub-header h1{
text-transform: uppercase;
color: #fff;
margin: 0px;
font-size: 32px;
font-weight: 600;
}
.sub-header-breadcrumb{
    width:100%;
    padding:10px 0px;
    background:#f5f5f5;
    text-align: center;
}
.sub-header-breadcrumb ul{
	margin:0;
	padding:0;
	list-style:none;
}
.sub-header-breadcrumb ul li{
	display:inline-block;
	padding-right: 5px;
	font-size:13px;
}
.sub-header-breadcrumb ul li::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/";
}
.sub-header-breadcrumb ul li:first-child::before {
    display: inline-block;
    padding-right:0;
    color: #6c757d;
    content: "";
}
/*========================================*/
.annout-ment-box{
    width:100%;
    background: #f5f5f5;
border: 1px solid hsla(0,0%,72%,.25);
padding: 10px;
display: inline-block;
height: 275px;
}
a.annout-ment-box{
    color:#333;
    text-decoration:none;
}
.annout-ment-box h3{
font-size: 14px;
font-weight: bold;
margin-bottom:0px;
}
.annout-ment-box .annount-sub-title{
    font-size:12px;
    color:#999;
}
.annout-ment-box p{
font-size: 13px;
margin-bottom: 5px;
line-height: 18px;
}
/*========================================*/
.ss-box{
	background:#fff;
	border: 1px solid hsla(0,0%,72%,.25);
	position:relative;
}
.ss-box-title{
	padding:15px;
	font-size:18px;
	font-weight:600;
	border-bottom:1px solid #eee;
}
.ss-box-title span{
    font-size:14px;
}
.ss-box-title a{
    color:rgba(252,150,5,0.6);
}
.ss-box-content{
	padding:15px;
}
.ss-list{
	width:100%;
}
.ss-list ul{
	margin:0;
	padding:0;
	list-style:none;
}
.ss-list ul li{
	font-size:13px;
	line-height:26px;
}
.ss-list ul li a{
	color:#333;
}
.ss-list-job{
	width:100%;
}
.ss-list-job ul{
	margin:0;
	padding:0;
	list-style:none;
}
.ss-list-job ul li{
font-size: 13px;
width: 30%;
display: inline-block;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
margin: 0px 10px;
}
.ss-list-job ul li a{
	color:#333;
}
/*========================================*/
.slider-section{
	background:url(../img/hero-img.jpg) no-repeat;
	background-size:cover;
	padding:30px 0px;
}
.slider-user-action{
	border-radius:15px;
	background: rgba(0,0,0,.5);
}
.slider-user-action .sua-cell{
	background: #fff;
	padding:15px;
	border-radius:3px;
}
.or{
    font-size: .929em;
    text-align: center;
    color: #5d4da8;
    margin: 16px 0 12px;
    position: relative;
}
.or::before {
    content: "";
    border-top: 1px solid #eee;
    position: absolute;
    width: 100%;
    top: 49%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.or > span {
    background: #fff;
    position: relative;
    padding: 5px 15px;
    color: #a2a2a2;
}
.slider-section-content{
	width:100%;
	color:#fff;
}
.slider-section-content h2{
	font-size:32px;
	font-weight:bold;
}
/*========================================*/
.form-section{
    position:relative;
    width:100%;
}
.form-section-box{
    position:relative;
    margin-bottom:20px;
}
.form-section .control-label{
text-align: right;
font-weight: 600;
font-size: 14px;
line-height: 42px;
margin: 0px;
width: 100%;
}
.form-section .control-label span{
color:#ED2D2C;
}
.form-section input[type="text"], input[type="email"]{
    width: 100%;
height: 45px;
border: 1px solid #ccc;
padding: 10px;
border-radius: 4px;
}
.form-section select{
    width: 100% !important;
height: 45px !important;
border: 1px solid #ccc !important;
padding: 10px !important;
border-radius: 4px !important;
}

/*========================================*/
.form-section-r{
    position:relative;
    width:100%;
    border: 1px solid hsla(0,0%,72%,.25);
    padding:15px;
    background:#f5f5f5;
}
.form-section-r .form-section-box-r{
    position:relative;
}
.form-section-r .control-label{
text-align: left;
font-weight: 600;
font-size: 13px;
margin: 0px;
width: 100%;
vertical-align: middle;
}
.form-section-r .control-label span{
color:#ED2D2C;
}
.form-section-r input[type="text"], input[type="email"]{
    width: 100%;
height: 45px;
border: 1px solid #ccc;
padding: 10px;
border-radius: 4px;
}
.form-section-r select{
    width: 100% !important;
height: 45px !important;
border: 1px solid #ccc !important;
padding: 10px !important;
border-radius: 4px !important;
}
/*========================================*/
footer{
	padding:40px 0px;
	background:#333;
	color:#fff;
}
.footer-title{
width: 100%;
font-size: 18px;
font-weight: bold;
}
.footer-title hr {
    background: #fc9605 none repeat scroll 0 0;
    border: 0 none;
    height: 2px;
    margin: 5px 0px 15px;
    width: 50px;
}
.footer-list{
    width:100%;
}
.footer-list ul{
    margin:0;
    padding:0;
    list-style:none;
}
.footer-list ul li a{
    color:#f5f5f5;
    font-size:14px;
    text-decoration:none;
}
.copyright{
    color:#fff;
    background:#444;
    font-size:13px;
    padding:10px 0px;
}
/*========================================*/
.freel-box{
    width:100%;
    position:relative;
}
.freel-box a{
    text-decoration:none;
    color:#333;
}
.freel-box .freel-box-icon {
    width:100%;
    position:relative;
    margin-bottom:10px;
}
.freel-box .freel-box-icon img {
width:100px;
}
.freel-box h3 {
    font-size: 16px;
    font-weight: 600;
}
/*========================================*/
.indus-box{
    height:300px;
    position: relative;
overflow: auto;
}
/*========================================*/
.lr-box{
	width:100%;
}
.lr-box h2{
	width:100%;
	font-size:28px;
	font-weight:bold;
	margin-bottom:30px;
}
.lr-box-content{
	border-radius: 4px;
box-shadow: 0 0 4px rgba(0,0,0,.2);
background:#fff;
}
.lr-box-content-inner{
	padding:20px 35px;
}
.lr-box-content .lr-logo{
	width:100%;
	text-align:center;
	margin-bottom:20px;
}
.lr-box-content .lr-logo img{
	width:180px;
}
.lr-box .lr-form-box{
	width:100%;
	margin:8px 0px;
	display:inline-block;
}
.lr-box input{
	width:100%;
	height:50px;
	font-size:16px;
	border-radius:4px;
	border:1px solid #ccc;
	padding:10px;
}
.lr-box input[type="submit"]{
	width:100%;
	background:#fc9605;
	height:50px;
	font-size:16px;
	border-radius:4px;
	border:1px solid #fc9605;
	color:#fff;
	padding:10px;
}
.lr-box-footer{
border-top:1px solid #eee;	
}
.lr-box-footer a{
	color:#fc9605;
	text-decoration:none;
}
/*====================================*/
.jsearch-area-box{
    width:100%;
   border: 1px solid hsla(0,0%,72%,.25);
    display:inline-block;
    padding:15px;
    margin-bottom:25px;
    border-radius:4px;
    background:#f5f5f5;
}
.jsearch-area-box input{
    width:100%;
    border-radius:4px;
    border:1px solid #ccc;
    height:45px;
    padding:10px;
}
.jsearch-area-box select{
    width:100%;
    border-radius:4px;
    border:1px solid #ccc;
    height:45px;
    padding:10px;
}
/*====================================*/
.js-listing{
    width:100%;
    position:relative;
}
.js-listing ul{
    margin:0;
    padding:0;
    list-style:none;
}
.js-listing ul li{
    display:inline-block;
    width:100%;
    border-bottom:1px solid #eee;
    padding:10px 0px;
}
.js-listing ul li a{
    display:inline-block;
    width:100%;
}
.js-listing ul li .js-listing-details{
    float:left;
}
.js-listing ul li .js-listing-details h3{
    font-size:18px;
    color:#fc9605;
    font-weight:600;
    margin-bottom: 0px;
}
.js-listing ul li .js-listing-details .job-position{
    color:#666;
}
.js-listing ul li .company-loc{
    float:right;
    color:#333;
    font-size: 16px;
}
/*====================================*/
/* Animating the UL 
-_-_-_-_-_-_-_-_-_-_-_-_ 

@keyframes "scroll" {
 from {
   top: 100px;
 }
 to {
   top: -200px;
 }

}

@-moz-keyframes scroll {
 from {
   top: 100px;
 }
 to {
   top: -200px;
 }

}

@-webkit-keyframes "scroll" {
 from {
   top: 100px;
 }
 to {
   top: -200px;
 }

}

@-ms-keyframes "scroll" {
 from {
   top: 100px;
 }
 to {
   top: -200px;
 }

}

@-o-keyframes "scroll" {
 from {
   top: 100px;
 }
 to {
   top: -200px;
 }

}
*/
.scroll {
	position: absolute;

	/*-webkit-animation: scroll 15s linear infinite;
	-moz-animation: scroll 15s linear infinite;
	-ms-animation: scroll 15s linear infinite;
	-o-animation: scroll 15s linear infinite;
	animation: scroll 15s linear infinite; */
}

/*=====================================*/
.vsc-box{
    width:100%;
    margin-bottom:15px;
    padding:15px;
    background:url(../img/hero-img.jpg) no-repeat;
    border-radius:15px;
    color:#fff;
}
.vsc-box h3{
font-weight: bold;
font-size: 28px;
margin-bottom: 5px;
}

.vsc-box .input-group{
    margin-top:20px;
}
.vsc-box input{
    width:54%;
height: 55px;
padding: 15px;
}
.vsc-box button{
    background: #2fc400;
    color: #fff;
text-transform: uppercase;
}
/*===========================================================*/
.job-details-box{
    background: #fff;
border: 1px solid hsla(0,0%,72%,.25);
position: relative;
padding:15px;
}
.job-details-title{
    font-size:18px;
    font-weight: 600;
    margin-bottom:0px;
    color:#fc9605;
}
.job-company{
    font-size:14px;
    margin-bottom:10px;
}
.job-functional-area{
     font-size:14px;
}
.jd-list{
    width:100%;
    margin:10px 0px;
}
.jd-list ul{
    margin:0;
    padding:0;
    list-style:none;
}
.jd-list ul li{
    font-size:14px;
    line-height: 28px;
}
.jd-list ul li span{
    width:130px;
    display:inline-block;
    font-weight:500;
}
.job-apply-list{
    width:100%;
    margin-top:10px;
}
.job-apply-list ul{
        margin:0;
    padding:0;
    list-style:none;
}
.job-apply-list ul li{
    display:inline-block;
    margin: 10px 10px 10px 0px;
}
.job-apply-list ul li a.lta{
background: #fc9605;
text-decoration: none;
color: #fff;
padding: 6px 20px 9px;
display: inline-block;
font-size: 14px;
}
.job-apply-list ul li a.raa{
background: #2fc400;
text-decoration: none;
color: #fff;
padding: 6px 20px 9px;
display: inline-block;
font-size: 14px;
}
.job-apply-list ul li a.awr{
background: transparent;
text-decoration: none;
color: #333;
padding: 6px 5px 9px;
display: inline-block;
font-size: 14px;
}
.job-des{
    width:100%;
    position:relative;
    margin-top: 15px;
}
.job-des h4{
    font-size:16px;
    font-weight:600;
    margin-bottom: 5px;
}
.job-des p{
    font-size:14px;
}
.keyskill{
    width:100%;
}
.keyskill h4{
    font-size:16px;
    font-weight:600;
    margin-bottom: 5px;
}
.keyskill span{
    font-weight: 300;
background-color: #f7f7f7;
padding: 5px 14px;
margin: 3px 5px 0 0;
display:inline-block;
font-size:13px;
}
/*============== animation: slider 15s linear infinite;=============================*/
.containerss {
    overflow: hidden;
    background: #ffffff;
    position: relative;
}

.slider {
    top: 1em;
    position: relative;
    box-sizing: border-box;
   
    list-style-type: none;
}

.slider:hover {
    animation-play-state: paused;
}

@keyframes slider {
    0%   { top:   10em }
    100% { top: -14em }
}

.blur .slider {
  	margin: 0;
    padding: 0;
    line-height: 1.5em;
}

.blur:before, .blur::before,
.blur:after,  .blur::after {
    left: 0;
    z-index: 1;
    content: '';
    position: absolute;
    width: 100%; 
    height: 2em;
    background-image: linear-gradient(180deg, #FFF, rgba(255,255,255,0));
}

.blur:after, .blur::after {
    bottom: 0;
    transform: rotate(180deg);
}

.blur:before, .blur::before {
    top: 0;
}
/*======================================*/
.stu-table{
 width:100%;   
}
.stu-table table{
 width:100%;   
}
.stu-table table tr{
     border-top:1px solid #ddd;
}
.stu-table table tr td{
    padding:5px;
    font-size:13px;
}
/*==============================================*/
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 600;
    font-size: 18px;
}
/*==============================================*/
.sm-form{
    width:100%;
    position:relative;
}
.sm-form-box{
    width:100%;
    margin:10px 0px;
}
.sm-form-box label{
width: 100%;
font-size: 13px;
font-weight: 600;
margin-bottom: 0.25rem;
}
.sm-form-box input{
    width:100%;
    border:1px solid #ddd;
    height:45px;
    border-radius:4px;
}
/*=========================================*/
.my-account-box {
    width: 100%;
}
.my-account-header {
    background-color: #fff;
border-radius: 4px;
border: 1px solid #ddd;
    padding: 20px;
    width: 100%;
    margin-bottom: 20px;
}
.my-account-header .avtar{
	width:100%;
}
.my-account-header .avtar img{
	width:100px;
	height:100px;
	border-radius:50%;
}
.avtar-details{
	width:100%;
	margin-top:10px;
}
.avtar-details .name{
	font-size:16px;
	font-weight:bold;
	line-height:40px;
}
.avtar-details .phone{
	line-height:24px;
}
.avtar-details .email{
	line-height:24px;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #fc9605;
    border-color: #fc9605;
}
.list-group a{
	color:#333;
	font-size:14px;
}
.mya-detail-box {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    min-height: 500px;
	display:inline-block;
}
.mya-detail-box{
	width:100%;
	border:1px solid #ddd;
	border-radius:4px;
	min-height:500px;
}
.mya-detail-box .details-box-header{
	width:100%;
	padding:30px 20px;
	border-bottom:1px solid #ddd;
}
.mya-detail-box .details-box-header h3{
	margin:0px;
	font-weight:bold;
}
.pannel-box{
	background-color: #fff;
margin-bottom:15px;
float: left;
width: 100%;
border: 1px solid #ddd;
}
.pannel-body{
	padding:20px;
}
.pannel-title {
    background-color: #f9f9f9;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px;
	border-radius:4px 4px 0px 0px;
}
.pannel-box-footer{
	background: #fff;
padding: 16px 23px;
width: 100%;
float: left;
}
.pannel-title h3{
	margin:0;
	font-size:18px;
    font-weight: 500;
}
.das-form{
	width:100%;
}
.das-form-box{
	width:100%;
	margin-bottom:15px;
}
.das-form label{
	width:100%;
	font-size:14px;
	margin-bottom:2px;
}
.das-form input[type="text"]{
	width:100%;
	border:1px solid #ccc;
	height:45px;
	border-radius:4px;
	padding:10px;
}
.das-form input[type="password"]{
	width:100%;
	border:1px solid #ccc;
	height:45px;
	border-radius:4px;
	padding:10px;
}
.das-form button{
	padding:12px 30px;
	border-radius:4px;
	font-size:16px;
}













