.enq_btn{ background:#2685db; color:#fff; padding:2px 15px 5px; margin-top:10px;}
.enq_btn:hover{color:#fff;}
.btn-group-sm > .btn, .btn-sm, .btn{border-radius: .15rem;}
.tab-content .btn-xs,.btn-xs{padding:5px 10px; margin:4px 4px 4px 0px;
font-size: 13px;
line-height: 1;}
.btn-yellow{color:#0089ff;background:#ffd732;padding:8px 15px;}
.justify p{ text-align:justify;}
.job-listing{ padding:15px;}
.job-listing:hover{ background:#fff;}
.py-1{ padding:2px;}
.c-logo {
    float: left;
    width: 90px;
    text-align: center;margin-right:15px;
}
.job-title-sec{ float:left;}
.job-title-sec span {
    color: #26ae61;
}
.job-listing:hover span{color: #0389ff;}
.job-listing .job-lctn {
    font-size: 14px;
    color: #888888 !important;
    line-height: 20px;
    margin-left: 14px;
}
.job-title-sec h3{ font-size:17px;}
.job-title-sec h3 a{ color:#333;}
.job-listing .aply-btn {
    float: right;
    font-size: 12px;
    background: #26ae61;
    border: 1px solid #26ae61;
    color: #ffffff;
    padding: 7px 15px;
    padding-top: 8px;
    
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;

    line-height: 10px;
    padding-top: 7px;
    margin: 10px 0;
}
.job-listing:hover .aply-btn,.job-listing .aply-btn:hover{
    background: #0389ff;
    border-color:#0389ff;}
.category-small-box {
    background-color: #f7f7f7;
    border-radius: 3px;
    padding: 20px;
    text-align: center;
    color: #777;
    transition: .4s;
    transform: scale(1);
    vertical-align: top;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 124px;
    overflow: hidden;margin-bottom:30px;
}
.category-small-box h4 {
    font-size: 15px;
    color: #666;
    transition: .4s;
    line-height: 22px;
    margin-top: 6px;
}
.category-small-box span {
    font-size: 13px;
    color: #909090;
    border-radius: 3px;
    background-color: rgba(0,0,0,.04);
    display: block;
    width: 40px;
    text-align: center;
    margin: 0 auto;
        margin-top: 0px;
    left: auto;
    right: auto;
    margin-top: 10px;
    transition: .4s;
}
.category-small-box i {
    font-size: 36px;
    height: 42px;
    transition: .4s;
    color: #0089ff;
    display: inline-block;
}
.category-small-box:hover {
    background-color: #0089ff; 
    color: #fff;
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.07);
}
.category-small-box:hover span,.category-small-box:hover h4,.category-small-box:hover i{color: #fff;}
.single-process{ position:relative; padding-left:120px;}
.proces-icon{ position:absolute; left:0px; top:4px; width:78px; height:78px; line-height:70px; background:#fff; color:#0389ff; font-size:40px; border-radius:50%; text-align:center;}
.process-section h2{ font-size:28px; font-weight:bold; margin-bottom:23px;}
.process-section h2 strong{ color:#fff600;}
.process-section h4{ font-size:20px; font-weight:bold; margin-bottom:10px;}
.process-section .sep{margin-bottom:50px;}
.process-section .sep .proces-icon:after{ content:""; width:1px; height:100px; top:100%; left:50%; position:absolute; z-index:0; background:#fff;}
.count{ display:block;font-size:60px; color:#0096ff;}

#toggle-widget h2 { 
    font-size: 16px;
    color: #222222;
    background: #f4f5fa;
    padding: 21px 40px; 
    cursor: pointer;
    margin-bottom: 1px;
    position: relative;
}
#toggle-widget .content { 
    padding: 0 40px;
}
#toggle-widget .content p { 
    color: #888888;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    padding: 25px 0;
}
#toggle-widget h2::before {
    position: absolute;
    font-family: Flaticon;
    content: "\f112";
    font-size: 12px;
    color: #0096ff;
    top: 50%;
    right: 20px;
    margin-top: -12px;
}
#toggle-widget h2.active::before {
    
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);

}

.bg_footer_sec{ background:url(../images/bgn-slider-02.jpg) no-repeat bottom center; background-size:cover; position:relative; padding:90px 0;}
.bg_footer_sec:after{display:block; position:absolute; left:0px; top:0px; width:100%; height:100%; content:"";
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0bc3ff+0,0785f4+65,167dd0+100 */
background: rgb(11,195,255,.90); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(11,195,255,.90) 0%, rgba(7,133,244,.90) 65%, rgba(22,125,208,.90) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(11,195,255,.90) 0%,rgba(7,133,244,.90) 65%,rgba(22,125,208,.90) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(11,195,255,.90) 0%,rgba(7,133,244,.90) 65%,rgba(22,125,208,.90) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bc3ff', endColorstr='#167dd0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}
 
.form_container{text-align:left;}


.pagination { 
    margin: 60px 0 0;
    padding: 0;
    text-align: center;
    width: 100%;display:block
}
.pagination ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.pagination li {
    display: inline-block; 
    font-size: 12px;
    margin: 0 10px 0 0;
}
.pagination li:last-child {
    margin: 0;
}
.pagination li.active a, .pagination li a:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.pagination li.active a, .pagination li a:hover {
    color: #ffffff;
    background-color: #0089ff;
    border-color: #0089ff;
}
.pagination li .delimeter {
    display: block;
    padding-top: 6px;
}
.pagination a,
.pagination span{
    background: #ffffff none repeat scroll 0 0;
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;

    float: left; 
    text-decoration: none;
    border: 3px solid #edeff7;
    padding: 6px 15px;
    font-size: 14px;
    color: #000000;
    
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;

    height: 41px;
}
.pagination li.prev a, .pagination li.next a {
    padding: 6px 25px;
}
.pagination a i {
    font-size: 15px;
    color: #fb236a;
}
.inner-header > h3 {
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    margin: 0;
    margin-bottom: 50px;
}
.search_widget_job {
}
.field_w_search {
    position: relative;
    border: 2px solid #e8ecec;
    border-radius: 3px;
    margin-bottom: 20px;
}
.field_w_search input,.field_w_search select {
    background: none;
    padding: 8px 12px;
    font-size: 16px;
    margin: 0;border:0px;width:100%;
}
.field_w_search i {
    position: absolute;
    right: 20px;
    top: 5px;
    color:#0089ff;
    font-size: 18px;z-index:1;
}
.border-right {
    padding-right: 40px;
    border-right: 1px solid #edeff7;
    padding-bottom: 40px;
}
.search_widget_job .field_w_search:last-child {
    margin: 0;
}
.aside .widget {
    margin-top: 25px;
}
.aside .widget p{
    margin-bottom:2px;
	position: relative;
	overflow: hidden;
}
.aside .widget:first-child {
    margin: 0;
}



.sb-title { 
    font-size: 16px;
    color: #111111;
    margin: 0;
    position: relative;
    padding-right: 30px;
    margin-bottom: 0;
    cursor: pointer;display:block;
}
.sb-title::before {
    position: absolute;
    right: 0;
    top: 11px;
    width: 20px;
    height: 1px;
    background: #222222;
    content: "";
}
.sb-title::after {
    position: absolute;
    right: 8px;
    top: 4px;
    width: 1px;
    height: 0px;
    background: #222222;
    content: "";
}
.sb-title.open.active::before {
    width: 17px;
}
.sb-title::after {
    height: 0px;
}
.sb-title.open.active::after {
    height: 15px;
}

.sb-title.open.active {
    margin-bottom: 0;
}
.specialism_widget { display:block;}
.simple-checkbox p {
    font-size: 13px;
}
.simple-checkbox p label {
    padding-left: 31px;
}
.simple-checkbox p input[type="checkbox"]:checked + label::before, .simple-checkbox p input[type="radio"]:checked + label::before {
    background: #2c7dfa;
    border-color: #2c7dfa;
}
.simple-checkbox p input[type="checkbox"] + label::after {
    color: #ffffff;
}
.simple-checkbox {
    float: left;
    width: 100% !important;
}
.sb-title.closed::after {
    height: 15px;
}
.sb-title.closed::before {
    width: 17px;
}
.aside .widget > div {
    margin-top: 10px;
}
.sb-title.open.active::before {
    width: 17px;
}
.sb-title::after {
    height: 0px;
}
.sb-title.open.active::after {
    height: 15px;
}

.sb-title.open.active {
    margin-bottom: 0;
}

.sb-title.closed::after {
    height: 15px;
}
.sb-title.closed::before {
    width: 17px;
}
.emply-resume-thumb {
    display: table-cell;
    vertical-align: top;
    width: 100px;
}
.emply-resume-thumb img {
    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;

}
.emply-resume-info { 
}
.emply-resume-sec > h3 {
    margin-top: 40px;
    border-bottom: 1px solid #edeff7;
    font-size: 20px;
    color: #202020;
    font-weight: bold;
    margin: 0;
        margin-top: 0px;
    margin-top: 0px;
    margin-top: 0px;
    padding-bottom: 20px;
    padding-left: 30px;
    margin-top: 40px;
} 
.emply-resume-list { 
width: 100%;
    display: table;
    padding: 30px 0;
    border-bottom: 1px solid #edeff7;
    position: relative;
    padding-left: 30px;
}
.emply-resume-list:hover {
    border-color: #ffffff;
    
    -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    -ms-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    -o-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 30px rgba(0,0,0,0.1);

    margin-top: 0px;
    position: relative;
    z-index: 12;
}
.emply-resume-info > h3,.emply-resume-info > h3.h2{ 
    font-size: 16px;
    color: #202020;
    margin: 0 0 15px;
}
.emply-resume-info > h3.h2{ 
    font-size: 19px;
}
.emply-resume-info > h3 a{color: #202020;}
.emply-resume-info > span {
    font-size: 14px;
    color: #202020;
    margin-top: 7px;
}
.emply-resume-info > span i {
    font-style: normal;
    color: #0089ff;
}
.emply-resume-info > p{ 
    margin: 0;
        margin-top: 0px;
    margin-top: 0px;
    font-size: 13px;
    
    margin-top: 0;
    line-height: 28px;
}
.emply-resume-info > p i {
    float: none;
    line-height: 13px;
    position: relative;
    top: 2px;
    margin-right: 3px;
    font-size: 17px;
    color: #999999;
}
.shortlists {
    display: table-cell;
    vertical-align: middle;
}
.shortlists > a {
    float: right;
    font-size: 14px;
    color: #0089ff;
    border: 2px solid #0089ff;
    width: 150px;
    padding-left: 30px;
    text-align: left;
    line-height: 35px;
    padding-right: 20px;
    
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    border-radius: 21px;

    cursor: pointer;
    margin-right: 40px;
}
.shortlists > a i {
    float: right;
    line-height: 33px;
    font-size: 13px;
}
.shortlists > a.disabled{
    background: #0089ff;color: #ffffff;
} 
.shortlists > a:hover {background: #0089ff;color: #ffffff;}
.shortlists > a:hover i{color: #ffffff;}
div{-webkit-transition: width 2s;transition: width 2s;}
a,img{-webkit-transition: all .5s;transition: all .5s;}

.aside input[type="checkbox"],
.aside input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
  margin: 0;
}
.aside label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 2em;
  height: 1.5em;
  line-height: 1.5;
  cursor: pointer;
}
.aside label::before,
.aside label::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px !important;
  height: 20px !important;
}
.aside .badge label::before,.aside .badge label::after {display:none;}
.aside .badge label{ line-height:normal; margin:0px; padding-left:7px;}
.aside label::before {
  content: " ";
  border: 2px solid #e6e7ef;
  
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;

}
/* Checkbox */
.aside input[type="checkbox"] + label::after {
  content: "\2714";
  color: #2c3e50;
  line-height: 1.5;
  text-align: center;
}
/* Radio */
.aside input[type="radio"] + label::before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;

}
.aside input[type=radio] + label::after {
  content: " ";
  top: 7px;
  left: 7px;
  width: 6px !important;
  height: 6px !important;
  background: #fff;
  border: 3px solid #fb236a;
  
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;

}
/* :checked */
.aside input[type="checkbox"]:checked + label::before,
.aside input[type="radio"]:checked + label::before {
  background: #ffffff;
  border-color: #e6e7ef;
}
.aside input[type="checkbox"] + label::after,
.aside input[type=radio] + label::after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.aside input[type="checkbox"]:checked + label::after,
.aside input[type=radio]:checked + label::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* Transition */
.aside label::before,
.aside label::after {
  -webkit-transition: .25s all ease;
  -moz-transition: .25s all ease;
  -ms-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}
.ss-wrapper{ overflow-y:scroll; max-height:220px;}
.nav_sec a {display:block; padding:14px 10px;font-size: 14px;color: #555;}
.nav_sec a i {
	float: left;
	font-size: 19px;
	color: #babebe;
	margin-right: 5px;
	width: 20px;
}
.right-sideabr {
    margin-bottom: 30px;
    box-shadow: 0 0 14px rgba(191,191,191,.24);
}
.right-sideabr h4 {

    font-size: 18px;
    color: #333;
    padding: 15px 20px;
    font-weight: 500;
    background: #f2f7fb;
    margin-bottom: 0;

}
.right-sideabr .list-item{ margin:0px; padding:0px;}
.right-sideabr .list-item li {
	list-style-type:none;
    padding: 15px 20px;
    border-bottom: 1px solid #f7f7f7;
}
.right-sideabr .list-item li li{
     padding: 10px 10px;
 }
 .right-sideabr .list-item li ul li:last-child{ border:0px;}
.right-sideabr .list-item li a { display:block;
    font-size: 14px;
    font-weight: 400;
    color:#212529;}
	.right-sideabr .list-item li a:hover{color:#007bff;}
.right-sideabr .list-item .notinumber {
	float: right;
	width: 20px;
	height: 20px;
	background: #26ae61;
	text-align: center;
	border-radius: 50px;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
}

	.emply-resume-thumb a{ height:150px; position:relative; display:block; text-align:center;}
	.emply-resume-thumb a img {width:auto !important;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		top: 0;
		margin: auto;
		max-width: 100%;
		max-height: 100%;
		border-radius:0px;
	}
.blr_md{ border-left:1px solid #dee2e6;border-right:1px solid #dee2e6;}
.count-box{ min-height:100%;transition: .4s;transform: scale(1);}
a.count-box:hover{background:#0089ff !important;color: #fff;-webkit-transform: scale(1.06);-moz-transform: scale(1.07);}
.count-box:hover .text-dark{color: #fff !important;}

@media (max-width:992px){
.main_menu{ padding:0px;}
.nav-brand img{ height:38px; margin-top:5px;}
.mt-5{margin-top: 20px;}
.h2{ font-size:24px;}
.footer-nav{ margin-bottom:20px;}
.blr_md{ border:0px;}
}
