/*----------------------------
[Table of contents]

[ Body ]
[ top / #top ]
[ Header / header ]
[ Header 2 / #header2 ]
[ Header 3 / .header3 ]
[ Header 4 / .header4 ]
[ Slideshow / .slideshow ]
[ featured / .featured-jobs ]
[ browse / .browse-jobs ]
[ testimonial / .testimonial-jobs ]
[ blog / .latest-blog ]
[ latest / .latest-candidate ]
[ partner / .our-partner ]
[ Footer / #footer]
[ submit-job / .submit-job-content ]
[ submit-job-form / .submit-form ]
[ login / .login-content ]
[ login-form / .form ]
[ contact / .contact-content ]
[ contact-form / .form ]
[ about / .about-content ]
[ abouts / .about-detail ]
[ jobs / .jobs-content ]
[ job / .sort / .matter ]
[ jobdetail / .sort / .matter ]
[ similar /  .matter ]
[ jobdetail /  .apply ]
[ blogs /  .rightside ]
[ blogs /  .blog-detail ]
[ jobs /  .job-search ]
[responsive]
----------------------------*/
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #F98A00;
}
a:hover {
	text-decoration: none;
}
.padd0{
	padding:0;
}
.paddleft{
	padding-left:0;
}
a:focus {
    outline: none !important;
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0px !important;
}
.owl-wrapper-outer{
	background:none !important;
	box-shadow:none !important;
	border:none !important;
	border-radius:0px !important;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none !important; 
    outline: none !important; 
    outline-offset: none !important;
	text-decoration: none;
}
.btn-default:focus, .btn-default.focus{
	outline: none !important; 
    outline: none !important; 
    outline-offset: none !important;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	font-weight: normal;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}

.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	background-color: transparent;
	background-image:transparent;
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #000;
	border-bottom:0px solid #e2e2e2;
	padding: 4px 0px 9px 0;
	margin: 0;
	min-height: auto;
}
#top .container {
	padding: 0 15px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
#top-links ul{
	margin:0;
}
#top .btn-link, #top-links .button li a {
	color: #fff;
	vertical-align:middle;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
}

#top .btn-link{
	border: 0;
}

#top-links .button li a {
	border-left: 1px solid #fff;
	padding-left: 10px;
}

#top-links .button li:nth-child(3) a {
	border-right:none;
}
#top .btn-link:hover, #top-links .button li a:hover {
	color: #fff;
	text-decoration: none;
}
#top-links .icon li{
	padding:0 23px 0 0;
}
#top-links .icon li a {
	color: #fff;
	text-decoration: none;
	font-size:14px;
	vertical-align:middle;
	line-height:20.5px;
}
#top-links  .icon li:nth-child(5){
	padding-right:0px;
}
#top-links .icon li a:hover{
	color:#ff9900 !important;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
    line-height: 14px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
	height: auto;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #F98A00;
	background-image: linear-gradient(to bottom, #F98A00, #F98A00);
	background-repeat: repeat-x;
}
/* logo */
#logo {
	margin: 29px 0 25px;
}
/* search */
.search-caption{
	left: 15px;
    position: absolute;
    right: 15px;
	background: rgba(0, 0, 0, 0.66);
	min-height:190px;
	border-top:4px solid #ff9900;
	padding:0 20px;
	display:none;
	z-index: 2;
	top: 170px;
}
.common-home .search-caption{
	display:block;
}
.search-caption h1{
	font-family: 'Libre Baskerville', serif;
	font-size:24px;
	font-weight:bold;
	color:#ff9900;
	text-shadow:none;
	margin:24px 0 34px;
	text-align:center;
}
.off {
    border-bottom: 19px solid transparent;
    border-right: 19px solid #ff9900;
    height: 0;
    opacity: 1;
    position: absolute;
    width: 0;
    margin: 0;
	right:0;
}
.search-caption .btn {
    color: #999999;
    padding: 0px 29px 0px 23px;
    font-size: 16px !important;
	font-weight:400;
    border: none;
    min-height:47px;
	border-radius:0px;
	background:#fff;
}
.search-caption .btn i{
	font-size:18px;
}
.search-caption .bootstrap-select.btn-group .dropdown-menu{
	z-index:999999 !important;
}
.search-caption .open > .dropdown-menu {
    z-index:999999 !important;
}
.search-caption .dropdown-menu  {
    border-radius:0px;
	border-top:1px solid #999999;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
}
.search-caption .dropdown-menu > li > a {
	color: #999999 !important;
    padding: 0px 29px 0px 23px !important;
    font-size: 16px !important;
}
.search-caption .form-control{
	min-height: 47px;
	border-radius:0px;
	font-size:16px !important;
	font-weight:400 !important;
	color:#666666 !important;
}
.search-caption .btn-lg {
    background:#ff9900;
	border:none;
	border-radius:0;
	padding:11px 31px;
}
.search-caption .btn-lg i{
	color:#fff;
	font-size:24px;
}
.search-caption .btn-lg:hover i{
	color:#fff;
	 background:#ff9900;
}
.center{
	text-align:center;
}
.center .btn-default{
	font-size:18px;
	font-weight:400;
	background:#333333;
	padding:9px 22px 8px;
	color:#fff;
	border:none;
	line-height:18px;
	margin-top:19px;
}
.center .btn-default i{
	margin-left:14px;
}
.center .btn-default:hover, .center .btn-default:active{
	background-color:#333 !important;
	color:#fff !important;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	margin: 35px 0 0;
	background: #fff;
	border-radius: 0px;
	border:0;
}
ul.megamenu > li:first-child{
	padding: 10px 20px 10px 0px !important;
} 
ul.megamenu > li {
	padding: 10px 20px !important;
}
ul.megamenu > li > a{
	text-shadow: 0 0px 0 rgba(0, 0, 0, 0.25);
	background-color: transparent;
	color: #000;
	font-size: 14px;
	text-transform:uppercase;
    padding:0 !important;
	line-height: 11px;
}
.headerbor ul.megamenu > li > a{
    padding:0 0 13px 0 !important;
	border-bottom:2px solid transparent;
}
.headerbor ul.megamenu > li > a:hover{
	color:#000;
	border-bottom:2px solid #ff9900;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #ff9900;
	background-image: linear-gradient(to bottom, #ff9900, #ff9900);
	background-repeat: repeat-x;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 14px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #ff9900;
	background-image: linear-gradient(to bottom, #ff9900, #ff9900);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 0px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color:transparent;
	background-image: transparent;
	background-repeat: repeat-x;
	border-color: transparent;
	box-shadow:none;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: transparent;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 0px;
	}
	ul.megamenu > li:first-child{
		padding: 0px 5px !important;
	} 
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin: 0 0 10px 0 !important;
		padding-bottom: 10px;
		background-color:rgba(0, 0, 0, 0.47);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
header {
    background: #fff;
    border-bottom: 2px solid #eae9e7;
}
header .button-login{
	margin-top: 31px;
	display: flex;
}
header .button-login .btn-default, header .button-login .btn-primary{
	background:#000;
	color:#fff;
	font-size:16px;
	font-weight:600;
	padding:  12px 30px;
	border-radius: 4px;
	border:none;
	margin-right:19px;
	line-height: 18px;
	text-shadow:none !important;
}
header .button-login .btn-default:hover, header .button-login .btn-default:active:hover, header .button-login .btn-primary:hover{
	background:#ff9900;
	box-shadow: inset 0px -2px 0px 0px #d99510;
	color:#fff;
}
header .button-login .btn-primary{
	padding:13px 10px;
	line-height: 16px;
	
}
/*--------------------------------- 
[ Header 2 / #header2 ]
----------------------------------- */
.header2 #top {
    background-color: #f2f2f2;
}
.header2 #top-links .button li a{
	color:#000;
	border-right:0;
	padding-right: 12px;
	font-size: 14px;
}
.header2 #top-links .button li a i{
	margin-right:10px;
}
.header2 #top-links .icon li a {
    color: #000;
}
.header2 #menu{
    margin: 0;
    min-height: auto;
}
.header2 ul.megamenu > li{
    padding: 17px 23px;
}
.header2 ul.megamenu > li > a{
    border: none;
    padding: 0 0 0 !important;
}
.header2 .mainmenu {
    margin: 28px 0;
    min-height: 45px;
}
.header2 #mega_menu{
    float: left;
}
.header2 header .button-login {
    margin-top: 5px;
}
.header2 header .button-login .btn-default{
	margin-right:0;
	padding: 13.5px 12px;
	    margin-left: 5px;
}
.header2 header .button-login .btn-default i{
	font-size:18px;
}
.header2 header .button-login .btn-default, .header2 header .button-login .btn-primary{
	border-radius:0;
} 
.header2 header .button-login .btn-primary {
    padding: 14.5px 28px;
}
/*--------------------------------- 
[ Header 3 / .header3 ]
----------------------------------- */
.header3 #top {
	background: #F2F2F2;
    padding: 7px 0;
}
.header3 #top-links {
    padding-top: 0px;
}
.header3 #top-links .icon li {
	padding:0;
	border:1px solid #dfdfdf;
}
.header3 #top-links .icon li a {
	color: #000;
	padding: 4px 8px;
}
.header3 #top-links .icon li:hover a{
    background:#ff9900;
	border:transparent;
	color:#fff !important;
}
.header3 #top-links .button li a {
	color: #000;
	border-right:0;
	font-size:14px;
	padding-right: 12px;
}
.header3 #top-links .button li a i{
	margin-right: 10px;
	font-size:14px;
}
.header3 #top-links .button li:last-child a {
	padding-right:0;
}
.header3 #search {
	margin: 30px 0 29px;
	border: 1px solid #e5e5e5;
} 
.header3 #search .input-lg{
	padding: 8px;
	color: #a3a3a3;
	font-size: 12px;
	border-radius:0;

	box-shadow:none;
	border: 1px solid #eee;
}
.header3 #mega_menu {
    padding: 15px 0px 17px 0px;
}
.header3 #search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 11px 12px;
    text-shadow: 0 0px 0 #FFF;
	background:0;
	border:0;
	box-shadow:none;
}
.header3 #menu {
	margin:0;
	background:#fff;
}
.header3 ul.megamenu > li{
	padding:15px 30px;
}
/*--------------------
[ Header 4 / .header4 ]
---------------------*/
.header4 #logo {
    margin: 22px 0 17px;
}
.header4  header{
	background: rgba(3, 3, 3, 0.7);
	border:0;
}
.common-home .header4  header{
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
}
.header4 header .button-login{
	position:absolute;
	top:22px;
	right:16px;
	margin:0;
}
.header4 header .button-login .btn-default{
	background:none;
	padding:  13px 16px;
	border-radius: 0px;
	margin-right:0;
	box-shadow:none;
}
.header4 header .button-login .btn-default i{
	font-size:18px;
}
.header4 header .button-login .btn-primary{
	background:#ff9900;
}
.header4 header .button-login .btn-default:hover, .header4 header .button-login .btn-primary:hover {
    box-shadow: none;
}
.header4 header .button-login .btn-default:hover{
	background:transparent !important;
	color:#fff !important; 	
}
.header4 #menu {
	margin: 25px 0 0px 0;
	min-height: 43px;
	background:none;
}
.header4 ul.megamenu > li {
	padding: 15px 15px 35px;
	border-bottom: 4px solid transparent;
	margin: 0 24px 0 0px;
}
.header4 ul.megamenu > li:hover{
	border-bottom:4px solid #ff9900;
}
.header4 #menu .navbar-nav > .active > a, .header4 #menu .navbar-nav > .active > a:hover, .header4 #menu .navbar-nav > .active > a:focus {
    background-color: none;
	border-bottom:4px solid #ff9900;
}
.header4 #menu ul.megamenu.slide > li > .sub-menu > .content {
	background:rgba(3, 3, 3, 0.7) !important;
	border: none;
	margin-top: 29px;
}
.header4 #mega_menu ul.megamenu > li > .sub-menu.single .content ul .main_link h3 a{
	color:#fff !important;
}
#slideshow0 .owl-controls{
    height:0;
}
#slideshow0 {
	margin:0;
	background: #F7F7F7;
}
#slideshow0 img{
	width:100%;
}
#slideshow0 .owl-pagination {
    top: -34px ;
	z-index:0;
}
#slideshow0 .owl-controls .owl-page{
	margin:0 !important;
	padding:4px 6px;
	background:rgba(0, 0, 0, 0.66);
}
#slideshow0 .owl-controls .owl-page span {
    background: #fff;
	border:4px solid transparent;
	box-shadow: none;
}
#slideshow0 .owl-controls .owl-page.active span {
    background: #ff9900;
}
/* footer */
footer {
	background-color: #1b191a;
	padding:65px 0 ;
}
.footer1, .footer2{
	padding-bottom:0;
}
.footer1 .powered, .footer2 .powered{
	padding-top:65px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Libre Baskerville', serif;
	font-size:18px;
	font-weight:bold;
	color:#ff9900;
	margin:0 0 26px;
}footer h6 {
	font-size:14px;
	color:#fff;
	margin:0 0 26px;
	font-weight:400;
}
footer h6 i{
	font-size:24px !important;
	margin-right:9px;
}
footer h6 span{
	font-weight:600;
	font-size:24px;
}
footer p {
	font-size:14px;
	font-weight:400;
	color: #ffffff;
	line-height:26px;
	width: auto;
    margin:12px 0 22px;
}
footer .bor{
	border-bottom:1px solid #313538;
	margin-bottom: 34px;
	padding-bottom:20px !important;
}
.subscribe{
	padding:0 70px 0 0;
}
.subscribe input{
	height: 40px;
	border-radius:0px;
	border:none;
}
.subscribe .btn-default{
	background:#ff9900;
	color:#fff;
	border:none;
	border-radius:0px;
	padding:7px 16px;
	height:40px;
} 
.socialicon{
	margin-top:32px;
	margin-left:0;
}
.socialicon li:last-child{
	margin-right:0px;
}
.socialicon li {
	list-style: none;
	position: relative;
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-right:25px;
	border-radius: 50%;
	text-align: center;
	padding: 4px;
	border: 1px solid #ff9900;
}
.socialicon li a{
	font-size:14px;
	color:#fff;
}
.socialicon li a i{
	margin-right:0px;
    padding-top: 5px;
}
.socialicon li:hover{
	background:#ff9900;
	border:1px solid transparent;
}
.socialicon li:hover a i{
	color:#fff;
}
footer ul{
	margin-bottom:0px;
}
footer li{
	padding:0 0 25px;
	line-height: 16px;
}
footer li a{
	font-size:16px;
	font-weight:400;
	color:#fff;
}
footer li a i{
	margin-right:7px;
}
footer li a:hover{
	color:#ff9900 !important;
}
footer .form .input-group{
	padding:0 15px;
}
footer .form .big{
	height:80px !important;
}
footer .form .form-group{
	margin-bottom:12px;
}
footer .form input{
	background:#161b1e;
	border:1px solid #666666;
	height:40px;
	border-radius:0;
	box-shadow: none !important;
	outline-offset: 0 !important;
}
footer .form input:hover{
	border:1px solid #fff;
}
footer .form .btn-default {
    background: #ff9900;
    color: #000;
    border: none;
    border-radius: 0px;
    padding: 11px 16px;
    height: 80px;
}
footer .form .btn-default i {
    font-size: 18px;
}
footer .form .btn-default:hover, footer .form .btn-default:active:hover {
    background: #ff9900 !important;
	color:#000 !important;
}
.footer1 .powered p {
    text-align:right;
    width: 100%;
}
.powered {
	background:#1b191a;
	padding: 0px 0 65px;
	text-align:center;
}
.footer1 .powered,.footer2 .powered {
    padding: 65px 0 10px;
}
.powered p{
	font-size:14px;
	font-weight:400;
	margin:15px 0 0;
	color:#cccccc;
	line-height: 13px;
}
.footer2 h5 {
    color: #fff;
}
.footer2 .tags ul{
	margin:0;
} 
.footer2 .tags ul li {
    padding: 9px 14px;
    line-height: 16px;
	background:#fff;
	margin: 0 9px 10px 0px;
}
.footer2 .tags ul li:hover {
    background:#ff9900;
}
.footer2 .tags ul li:hover a {
	color: #fff;
}
.footer2 .tags ul li a {
	font-size: 14px;
	font-weight: 300;
	color: #333;
	line-height: 16px;
    margin: 0;
    padding: 0;
    border:none;
    display: inline-block;
}
.icons1{
 min-height: 17px;   
}
.footer2 li{
    padding: 13px 4px 15px;
    border-bottom: 1px solid #303539;
}
.footer2 li a i{
    margin-right: 8px;
	color:#999999;
	font-size:11px;
}
.footer2 li a:hover i{
    color: #ff9900;
}
.footer2 .contact ul{
	margin:0;
} 
.footer2 .contact ul li {
    padding:0 0 16px;
    border: none;
}
.footer2 .contact ul li a {
	font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 22px;
}
.footer2 .contact ul li:first-child .fa {
	float: left;
}
.footer2 .contact ul li .fa {
	background: #5d5d5d;
    margin-right: 21px;
    border-radius: 50%;
    padding: 9px 0 0 0;
    text-align: center;
    width: 35px;
    height: 35px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}
.footer2 .contact ul li:hover .fa{
	background:#ff9900;
}
.footer2 .socialicon {
    margin: 14px 0 0 0;
	float: left;
}
.footer2 .socialicon li .fa{
    margin:0;
    color:#fff;
    font-size: 14px;
}
.footer2 .socialicon li {
    background: #696969;
    border: 0;
    padding-top:5px;
    padding-bottom: 0px;
}
.footer2 .socialicon li:hover{
	background:#ff9900;
	border:0;
}
.footer2 .powered p {
    margin: 22px 0 0 0;
	color:#999999;
}
.footer3 .contact ul{
	margin:0;
} 
.footer3 .contact ul li {
    padding:0 0 25px;
}
.footer3 .contact ul li a {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 22px;
}
.footer3 .contact ul li:first-child .fa {
	float: left;
	line-height:30px;
}
.footer3 .contact ul li .fa {
	margin-right:12px;
}
.footer3 .subscribe {
    padding: 0;
    border: 1px solid #ff9900;
    border-radius: 50px;
}
.footer3 .subscribe input{
	background:none;
	padding:0 30px;
}
.footer3 .subscribe .form-group {
    margin-bottom: 0px;
}
.footer3 .subscribe .btn-default {
    border-radius: 0 50px 50px 0px;
    padding: 7px 23px;
    height: 40px;
	margin-left: 2px;
}
.footer3 .socialicon li .fa{
	position:absolute;
	color:#fff;
	font-size:14px;
	top:10px;
	left:11px;
	padding-top: 0;
}
.footer3 .socialicon li {
	width: 40px;
	height: 40px;
	margin-right:17px;
	background: none;
	border-radius: 50%;
	padding: 7px;
	text-align: center;
	padding-top: 0;
	border:none;
}
.footer3 .socialicon li:hover {
    background:none;
    border:0;
}
.footer3 .round {
	position: absolute;
	left: 5px;
	width: 100%;
	height: 100%;
	border-radius: 300px;
	z-index: 1;
	border-width: 4px;
	border-style: solid;
}
.footer3 .fb {
	background-color:#2E4689;
	border-color: transparent;
}
.footer3 .fb:hover {
	color: rgba(239,57,50,1);
	border-color: #334F99;
}
.footer3 .twitter {
	background-color:#2B9ADD;
	border-color: transparent;
}
.footer3 .twitter:hover {
	color: rgba(239,57,50,1);
	border-color: #4BAAE2;
}
.footer3 .google {
	background-color:#BA2224;
	border-color: transparent;
}
.footer3 .google:hover {
	color: rgba(239,57,50,1);
	border-color: #D8272C;
} 
.footer3 .insta {
	background-color:#33608C;
	border-color: transparent;
}
.footer3 .insta:hover {
	color: rgba(239,57,50,1);
	border-color: #396B9D;
}
.footer3 .linkedin {
	background-color:#1365A9;
	border-color: transparent;
}
.footer3 .linkedin:hover {
	color: rgba(239,57,50,1);
	border-color: #1675C2;
}
.powered img{
	margin: 0 auto;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.top-breadcrumb{
	background: #f7f7f7;
	position: relative;
	margin-bottom:80px;
}
.top-breadcrumb h1{
	text-align: left;
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	position:absolute;
	bottom:40px;
}
.breadcrumb {
	border: none;
	position: relative;
	margin: 0px auto -20px;
	padding: 8px 0px;
	line-height: 16px;
	border-radius: 0;
	background: none;
	width: auto;
	text-align: left;
	margin-top: 23%;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li:first-child{
	padding:0 10px 0 0;
}
.breadcrumb > li:last-child{
	padding:10px 15px 10px 10px !important;
}
.breadcrumb > li {
	text-shadow: none;
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
	
	padding:10px 5px !important;
}
.breadcrumb > li + li{
	margin-left:-3px;
}
.breadcrumb > li > a {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0 3px;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
    top: 18px;
    right: -6px;
    width: 7px;
    height: 7px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.breadcrumb > li:last-child:after{
	border:none;
}
.pagination{
	margin: 25px 0 0 0;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    margin-left: 0;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.pagination > li > a, .pagination > li > span{
    padding: 8px 12px;
    line-height: 1.42857143;
    color: #fff;
    text-decoration: none;
    background-color: #3E3E3E;
    border: 0px solid #ddd;
    margin-right: 10px;
    border-radius: 50%;
	width:37px;
	height:37px;
	font-weight:bold;
	text-align: center;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
	background:#ff9900;
	color:#fff;
} 
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #ff9900;
    border-color: #ff9900;
}
/* content */
#content {
	min-height:auto;
}
/*--------------------------------- 
[ jobdetail /  .apply ]
----------------------------------- */
.apply{
	margin-top:23px !important;
}
.apply  h1{
	border:none !important;
}
.job-form{
	background:#333333;
	padding: 48px 15px 51px 15px;
	margin:45px 0 0 0;
}
.job-form .border{
    border-top: 6px solid #ff9900;
    position: absolute;
    width: 80%;
	top: 0;
	left:0;
}
.job-form .border1{
    border-bottom: 6px solid #ff9900;
    position: absolute;
    width: 80%;
	bottom: 0;
	right:0;
}
.job-form  .form-group{
	margin-bottom:42px;
}
.job-form .form-group label{
	color:#fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	font-weight:600;
	margin-bottom:22px;
}
.job-form .form-group span{
	color:#999;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:12px;
	font-weight:600;
}
.job-form .form-group input{
	border:none;
	border-radius:0px;
	height:58px;
	color:#999999;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	font-weight:600;
	width:100%
}
.job-form .form-group textarea{
	border:none;
	border-radius:0px;
	height:170px;
	color:#999999;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	font-weight:600;
	width:100%
}
.job-form .form-group .browse {
    background: #4F4C4C;
    padding: 0px 21px;
	margin-bottom:13px;
}
.job-form .form-group .browse input{
	height:1 !important;
}
.job-form .buttons{
	text-align:center;
}
.job-form .buttons .btn-primary{
	width:265px;
	height:73px;
	border:none;
	border-radius:0px;
	background:#ff9900;
	color:#fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:22.5px;
	font-weight:bold;
}
/*--------------------------------- 
[ similar /  .matter ]
----------------------------------- */
.similar{
	margin:84px 0 58px 0;
}
.similar .similar-jobs{
	text-align:center;
	margin:80px 0 58px 0;
	position:relative;
}
.similar .similar-jobs h2{
	padding:16px 0 0 0 ;
	font-family: 'Libre Baskerville', serif;
	font-size:24px;
	font-weight:bold;
	color:#15110E;
	margin:0;
	text-transform:uppercase;
}
.similar .similar-jobs h2 span{
	color:#ff9900;
}
.similar-jobs .border{
    border-bottom: 4px solid #ff9900;
    left: 40%;
    position: absolute;
    width: 171px;
}
.similar-jobs .border1{
     border-bottom: 4px solid #ff9900;
    right: 40%;
    margin-top:11px;
    position: absolute;
    width: 171px;
}
/*--------------------------------- 
[ similar /  .matter ]
----------------------------------- */
#similar{
	margin:80px 0;
}
#similar .similar-jobs{
	text-align:center;
	margin:0 0 58px 0;
	position:relative;
}
#similar .similar-jobs h1{
	padding:16px 0 0 0 ;
	font-family: 'Libre Baskerville', serif;
	font-size:24px;
	font-weight:bold;
	color:#15110E;
	margin:0;
	text-transform:uppercase;
}
#similar .similar-jobs h1 span{
	color:#ff9900;
}
.similar-jobs .border{
    border-bottom: 4px solid #ff9900;
    left: 40%;
    position: absolute;
    width: 171px;
}
.similar-jobs .border1{
    border-bottom: 4px solid #ff9900;
    right: 40%;
    margin-top:11px;
    position: absolute;
    width: 171px;
}

.product-box{
	margin-bottom:30px;
}
.product-box .matter{
	background:#fff;
	border:1px solid #e1e1e1;
	border-bottom:0;
	padding:29px 11px;
}
.product-box .matter h1{
	font-size:16px;
	font-weight:600;
	color:#000;
	margin:0 0 11px 0;
	line-height: 18px;
}
.product-box .matter ul {
	margin:0px 0 25px;
}
.product-box .matter ul li{
	padding:0px 18px 0 0;
	line-height: 12px;
}
.product-box .matter li a{
	font-size:14px;
	font-weight:400;
	color:#333;
}
.product-box .matter li:first-child a i{
	color:#ff9900;
}
.product-box .matter li a i{
	margin-right:7px;
}
.product-box .matter li a:hover i{
	color:#ff9900;
}
.product-box .matter p{
	font-size:14px;
	font-weight:400;
	color:#666666;
	line-height:18px;
	margin:0;
}
.product-box .btn-info{
	border:none;
	border-radius:0px;
	background:#333333;
	color:#fff;
	font-size:14px;
	font-weight:400;
	margin-right: -2px;
	width: 49.5%;
	padding:16px;
	line-height:10px;
}
.product-box .btn-info:hover{
	background:#ff9900;
}
.product-box .image{
	position:relative;
}
.product-box:hover .image{ 
	opacity:15;
}
.product-box:hover .buttons{
	opacity:1;
}


.buttons .rotate1:nth-child(1){
	margin-left:0px;
}
.buttons .rotate1{
	text-align:center;
	color:#000;
	font-size:20px;
	background:#fff;
	width:40px;
	height:40px;
	border:none;
	border-radius:50%;
	z-index:-1000;
	margin-left:25px;
}
.buttons .rotate1:hover{
	background:#ff9900;
	color:#fff;
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.50);
}
.product-list .product-box .matter{
	border-bottom:1px solid #e1e1e1;
	padding:25px 12px;
	margin-left:270px;
}
.product-list .product-box .matter ul {
	margin:0px 0 17px;
	line-height: 12px;
}
.product-list .product-box .matter p{
	font-weight:300;
	margin:0 0 20px 0;
}
.product-list .product-box .btn-info{
	margin-right:30px;
	width: 136px;
	height:35px;
	padding:11px;
}
.product-list .product-box .image{
	float:left;
}
/*--------------------------------- 
[ jobdetail / .sort / .matter ]
----------------------------------- */
.jobdetail .left-side{
	background:#F5F5F5;
}
.jobdetail .left-side ul{
	padding: 15px;
}
.jobdetail .left-side ul li h5{
	border-bottom:1px solid #ccc;
	padding:0 0 8px 0;
	line-height: 14px;
	font-family: 'Libre Baskerville', serif;
	font-size:16px;
	font-weight:bold;
	color:#333333;
	margin:0;
}
.jobdetail .left-side ul li h5 i{
	font-size:18px;
	margin-right:7px;
}
.jobdetail .left-side ul li p{
	font-size:18px;
	font-weight:400;
	color:#666;
	padding:20px 0 33px;
	margin:0;
	line-height: 18px;
}
.jobdetail  .content h1{
	font-family: 'Libre Baskerville', serif;
	font-size:18px;
	font-weight:bold;
	color:#000;
	margin:0 0 15px;
	text-transform:capitalize;
}
.jobdetail  .content .time{
	margin-bottom:30px;
}
.jobdetail  .content .time li{
	background:#ededed;
	border-radius: 20px;
	padding:8px 22px 8px 14px;
	line-height: 14px;
}
.jobdetail  .content .time li a{
	font-size:14px;
	font-weight:400;
	color:#333333;
}
.jobdetail  .content .time li a i{
	margin-right:7px;
	color:#ff9900;
}
.jobdetail  .content p{
	font-size:16px;
	font-weight:400;
	color:#666;
	line-height:28px;
	margin-bottom:43px;
}
.jobdetail  .content h5{
	font-family: 'Libre Baskerville', serif;
	font-size:18px;
	font-weight:300;
	color:#000;
	margin:0 0 27px;
	padding-bottom:16px;
	border-bottom:1px solid #ccc;
}
.jobdetail  .content .btn-info{
	background:#ff9900;
	border:none;
	border-radius:0;
	font-size:18px;
	font-weight:600;
	color:#fff;
	padding:21px 32px;
	line-height: 16px;
	text-shadow:none;
}

.jobdetail .content .btn-info:hover {
	background: #000;
}

.job-form{
	background:#f7f7f7;
	padding: 48px 15px 51px 15px;
	margin:45px 0 0 0;
	position:relative;
}
.job-form .border{
    border-top: 6px solid #ff9900;
    position: absolute;
    width: 100%;
	top: 0;
	left:0;
}
.job-form .border1{
    border-bottom: 6px solid #ff9900;
    position: absolute;
    width: 100%;
	bottom: 0;
	right:0;
}
.job-form  .form-group{
	margin-bottom:42px;
}
.job-form .form-group label{
	color:#000;
	font-size:16px;
	font-weight:600;
	margin-bottom:22px;
}
.job-form .form-group span{
	color:#666;
	font-size:12px;
	font-weight:300;
}
.job-form .form-group input, .job-form .form-group textarea{
	border:1px solid #e6e6e6 ;
	border-radius:0px;
	height:58px;
	color:#666;
	font-size:16px;
	font-weight:300;
	width:100%;
}
.job-form .form-group input[type='checkbox']{
	height:25px;
 }
.job-form .form-group textarea{
	height:170px;
}
.job-form .form-group .browse {
    background: #ffffff;
	border: 1px solid #e6e6e6;
    padding: 8px 21px;
	margin-bottom:13px;
}
.job-form .form-group .browse label {
    background: #e2e2e2;
    color: #000;
    border-radius: 25px;
    padding: 9px 30px;
    margin-bottom: 0;
	font-weight: 300;
	font-size:14px;
}
.job-form .form-group .browse input{
	height:1 !important;
}
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.map iframe{
	width:100%;
	height:450px;
}
.job-form .button{
	text-align:center;
}
.job-form .button .btn-primary{
	width:210px;
	height:50px;
	border:none;
	border-radius:0px;
	background:#ff9900;
	color:#fff;
	font-size:19.5px;
	font-weight:600;
	text-shadow:none;
}

/*--------------------------------- 
[ submit-job-form / .submit-form ]
----------------------------------- */
.submit-job-form{
	margin:80px 0px;
}
.submit-job-form  .submit-form{
	background:#f7f7f7;
	padding: 45px 48px 59px 48px;
	position:relative;
}
.submit-job-form  .submit-form .border{
    border-top: 6px solid #ff9900;
    position: absolute;
    width: 100%;
	top: 0;
	left: 0;
}
.submit-job-form  .submit-form .border1{
    border-bottom: 6px solid #ff9900;
    position: absolute;
    width: 100%;
	bottom: 0;
	right:0;
}
.submit-job-form  .submit-form  .form-group{
	margin-bottom:42px;
}
.submit-job-form  .submit-form .form-group label{
	color:#000;
	font-size:16px;
	font-weight:600;
	margin-bottom:22px;
}
.submit-job-form  .submit-form .form-group .form-control{
	border:1px solid #e6e6e6;
	border-radius:0px;
	height:58px;
	color:#666;
	font-size:16px;
	font-weight:300;
	width:100%
}
.submit-job-form  .submit-form .form-group textarea{
	height:170px !important;
}
.submit-job-form  .submit-form .form-group  .btn-default {
    color: #333;
    background-color: transparent;
    border-color:  transparent;
	height:58px;
	box-shadow:none;
	padding: 0px 48px 0 14px;
}
.submit-job-form  .submit-form .form-group .btn-default span{
	padding:16px 0 0 0;
}
.submit-job-form  .submit-form .form-group .form-control .fa{
	background:#ff9900;
	color:#fff;
	padding:16px;
	font-size: 24px;
}
.submit-job-form  .submit-form .form-group .browse .btn-default{
	display:inline-block;
	width:auto;
}
.submit-job-form  .submit-form .form-group .browse{
	background:#fff;
	border:1px solid #e6e6e6;
	padding: 38px 21px;
	margin-bottom:20px;
}
.submit-job-form  .submit-form .browse label{
	background:#e2e2e2;
	color:#000;
	border-radius:25px;
	padding:15px 30px;
	margin-bottom:0;
	font-weight: 300;
}
.submit-job-form  .submit-form .form-group span{
	color:#999999;
	font-size:16px;
	font-weight:600;
}
.submit-job-form  .submit-form h5{
	font-family: 'Libre Baskerville', serif;
	font-size:26px;
	font-weight:bold;
	color:#000;
	margin:15px 0 37px; 
}
.submit-job-form  .submit-form .fb, .submit-job-form  .submit-form .twitter, .submit-job-form  .submit-form .google{
	width:100%;
}
.submit-job-form  .submit-form .fb i, .submit-job-form  .submit-form .twitter i, .submit-job-form  .submit-form .google i{
	width:12%;
	height:56px;
	color:#fff;
	font-size:20px;
	padding: 18px 25px;
}
.submit-job-form  .submit-form .fb i{
	background:#006699;
}
.submit-job-form  .submit-form .twitter i{
	background:#00ccff;
}
.submit-job-form  .submit-form .google i{
	background:#cc3300;
}
.submit-job-form  .submit-form .fb input, .submit-job-form  .submit-form .twitter input, .submit-job-form  .submit-form .google input{
	width:88% !important;
	height:56px !important;
}
.submit-job-form  .submit-form .google input{
	border-bottom:0;
}
.submit-job-form  .submit-form .buttons{
	text-align:center;
}
.submit-job-form  .submit-form .buttons .btn-primary{
	width:210px;
	height:50px;
	border:none;
	border-radius:0px;
	background:#ff9900;
	color:#fff;
	font-size:22.5px;
	font-weight:600;
}
/*--------------------------------- 
[ contact-form / .form ]
----------------------------------- */
.contact-form{
	margin:80px 0px 0;
}
.contact-form .form{
	background:#f7f7f7;
	padding: 45px 48px 59px 48px;
	position:relative;
	margin-bottom:80px;
}
.contact-form  .form .border{
    border-top: 6px solid #ff9900;
    position: absolute;
    width: 100%;
	top: 0;
	left:0;
}
.contact-form  .form .border1{
    border-bottom: 6px solid #ff9900;
    position: absolute;
    width:100%;
	bottom: 0;
	right: 0;
}
.contact-form .form  .form-group{
	margin-bottom:42px;
}
.contact-form  .form .form-group label{
	color:#000;
	font-size:16px;
	font-weight:600;
	margin-bottom:22px;
}
.contact-form  .form .form-group input,.contact-form  .form .form-group textarea{
	border:1px solid #e6e6e6;
	border-radius:0px;
	height:58px;
	color:#666;
	font-size:16px;
	font-weight:300;
	width:100%
}
.contact-form  .form .form-group textarea{
	height:170px;
}
.contact-form  .form .form-group a{
	color:#ff9900;
	font-size:16px;
	font-weight:600;
}
.contact-form  .form .form-group .confirmation input{
	color:#999999;
	font-size:16px;
	font-weight:600;
	width:0;
	height:0;
	margin-right:10px;
}
.contact-form  .form .buttons{
	text-align:center;
}
.contact-form  .form .buttons .btn-primary{
	width:210px;
	height:50px;
	border:none;
	border-radius:0px;
	background:#ff9900;
	color:#fff;
	font-size:22.5px;
	font-weight:bold;
}
.contact-form  .form p{
	padding-top:36px;
	text-align:center;
	color:#999999;
	font-size:16px;
	font-weight:600;
}
.contact-form  .form p a{
	color:#ff9900;
}
.contact-form .detail{
	background:#f7f7f7;
	padding: 30px;
	margin-bottom:30px;
}
.contact-form .border{
    border-top: 6px solid #ff9900;
    position: absolute;
    width: 100%;
	top: 0;
	left:0%;
}
.contact-form .border1{
    border-bottom: 6px solid #ff9900;
    position: absolute;
    width: 100%;
	bottom: 0;
	right:0%;
}
.contact-form  .detail ul{
	margin-bottom:0px;
}
.contact-form  .detail li{
	padding:0 0 35px;
}
.contact-form  .detail li:last-child{
	padding:0px;
}
.contact-form  .detail ul li h5 {
	font-family: 'Libre Baskerville', serif;
	font-size:16px;
	font-weight:bold;
	color:#000;
	line-height: 14px;
	margin:0 0 25px;
}
.contact-form  .detail li .fa {
	color: #ff9900;
	margin-right: 5px;
	font-size:18px;
}
.contact-form  .detail li:first-child .fa {
    float: left;
    line-height: 28px;
}
.contact-form  .detail a {
	font-size:16px;
	font-weight:400;
	color:#666;
	line-height: 18px;
}
.contact-form legend{
	color:#fff;
	font-size:20px;
}
/*--------------------------------- 
[ abouts / .about-detail ]
----------------------------------- */
.abouts{
	margin:0 0 50px;
}
.abouts  .about-detail h1{
	color:#333;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:24px;
	font-weight:600;
	text-align:center;
	margin:0 0 30px;
}
.abouts  .about-detail p{
	color:#333;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	font-weight:300;
	text-align:center;
	line-height:28px;
	margin-bottom:0;
}
.abouts  .inner{
	margin-top:37px;
}
.abouts  .inner p{
	color:#333;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	font-weight:300;
	text-align:left;
	line-height:28px;
	margin-bottom:0;
}
.abouts  .mission h1{
	color:#333;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:24px;
	font-weight:600;
	text-align:center;
	margin:72px 0 30px;
}
.abouts  .mission p{
	color:#333;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	font-weight:300;
	text-align:center;
	line-height:28px;
	padding:0 74px;
	margin-bottom:0;
}
.abouts  .team h2{
	color:#333;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:24px;
	font-weight:600;
	text-align:center;
	margin:50px 0 79px;
}
.abouts .team ul{
	padding:0 13px;
	margin-bottom:0px;
}
.abouts .team ul li{
	padding:0;
	margin-right:35px;
}
.abouts .team ul li:last-child{
	margin-right:0px;
}
.abouts .team .client{
	text-align:center;
}
.abouts .team .client img{
	margin:0 auto;
}
.abouts .team .client h5{
	margin:15px 0 10px;
	font-family: 'Libre Baskerville', serif;
	font-size:16px;
	font-weight:400;
	color:#333;
}
.abouts .team .client p{
	color:#333;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	font-weight:300;
	margin:0 0 14px;
}
.abouts .team .client .soical{
	padding:0;
	margin:0;
}
.abouts .team .client .soical li{
	background:#333;
	color:#fff;
	border-radius:50%;
	width:29px;
	height:29px;
	padding:5px 6px;
	margin-right:8px !important;
}
.abouts .team .client .soical li:last-child{
	margin-right:0px !important;
}
.abouts .team .client .soical li a{
	color:#fff;
	font-size:13px;
}
.abouts .team .client .soical li:nth-child(1):hover{
	background:#4867aa;
}
.abouts .team .client .soical li:nth-child(2):hover{
	background:#32cdfd;
}
.abouts .team .client .soical li:nth-child(3):hover{
	background:#d74633;
}
.abouts .team .client .soical li:nth-child(4):hover{
	background:#2a557a;
}
/*--------------------------------- 
[ login-form / .form ]
----------------------------------- */
.login-form{
	margin:0 0 80px;
}
.login-form legend{
	color:#000;
	font-size:20px;
}
.login-form  .nav-tabs{
    margin-bottom: 30px;
}

.login-form  .nav-tabs li{
    text-align: center;
	background: #fff;
}
.login-form .jobprofile li{
    width: 50%;
}
.login-form  .nav-tabs li a{
    color:#000;
    border-top:none;
    border-right:none;
    border-left:none;
}
.login-form  .nav-tabs > li.active > a,.login-form  .nav-tabs > li.active > a:focus,.login-form  .nav-tabs > li.active > a:hover,.login-form  .nav-tabs > li:hover > a{
    background-color: #ff9900;
    border-top:none;
    border-right:none;
    border-left:none;
    color:#fff !important;
}
.login-form  .form{
	background:#f7f7f7;
	padding: 45px 48px 59px 48px;
	position: relative;
}
.login-form  .form .border{
	border-top: 6px solid #ff9900;
    position: absolute;
    width: 100%;
	top: 0;
	left:0;
}
.login-form  .form .border1{
    border-bottom: 6px solid #ff9900;
    position: absolute;
    width: 100%;
	bottom: 0;
	right: 0;
}
.login-form .form  .form-group{
	margin-bottom:42px;
}
.login-form  .form .form-group label{
	color:#666;
	font-size:16px;
	font-weight:500;
	margin-bottom:22px;
	text-align: left;
}
.login-form  .form .form-group input{
	border:1px solid #e6e6e6;
	border-radius:0px;
	height:58px;
	color:#666;
	font-size:16px;
	width:100%;
	background:#fff;
	margin-bottom:10px;
}
.login-form  .form .form-group a{
	color:#ff9900;
	font-size:16px;
	/* background: #fff; */
	text-transform: capitalize;
	font-weight: 600;
}

.login-form  .form .form-group a:hover {
	color: #666;
}

.login-form  .form .form-group .confirmation label{
	color:#666;
	margin-bottom:0;
}
.login-form  .form .form-group .confirmation input{
	color:#666;
	font-size:16px;
	width:12px;
	height:12px;
	margin:0 10px 0 0;
}

.login-form .form a {
	font-weight: 600 !important;
} 

.login-form  .form .buttons{
	text-align:center;
}
.login-form  .form .buttons .btn-primary{
	width:210px;
	height:50px;
	border:none;
	border-radius:0px;
	background:#ff9900;
	color:#fff;
	font-size:22.5px;
	font-weight:500;
}

.login-form .form .buttons .btn-primary:hover {
	background: #000;
}

.login-form  h2{
	color:#000;
}
.login-form  .form p{
	padding-top:36px;
	text-align:center;
	color:#666;
	font-size:16px;
}
.login-form  .form p a{
	color:#ff9900;
	text-transform: capitalize;
	font-weight: 600;
}

.login-form  .form p a:hover{
	color:#666;
}

#btnSubmit .fa{font-size:20px;}

/*--------------------------------- 
[ featured / .featured-jobs ]
----------------------------------- */
.featured{
	padding:70px 0 50px 0;
	background: #F7F7F7;
}
.featured-jobs{
	text-align:center;
	margin:0 0 48px 0;
	position:relative;
    text-transform: uppercase;
}
.featured-jobs h1{
	margin:0;
	padding-bottom:7px;
	font-family: 'Libre Baskerville', serif;
	font-size:24px;
	font-weight:bold;
	color:#000;
}
.featured-jobs .border{
    border-bottom: 1px solid #333333;
    left: 39%;
    position: absolute;
    width: 14%;
}
.featured-jobs .border1{
    border-bottom: 1px solid #333333;
    right: 39%;
    margin-top:10px;
    position: absolute;
    width: 14%;
}
.product-thumb {
	border: none;
	margin-bottom: 30px;
	overflow: auto;
	border: 1px solid #ddd;
}
.product-thumb .image {
	text-align: center;
	position:relative;
}
.product-thumb .image a {
	display: block;
}
.product-thumb:hover .image{ 
	opacity:15;
}
.product-thumb:hover .buttons{
	opacity:1;
}
.product-thumb .buttons{
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(54 53 53 / 84%);
	text-align:center;
	top:0;
	opacity:0;
	cursor:pointer;
	transition:all 1.5s ease 0s;
	margin:0;
}
.product-thumb .buttons .open-down a{
    display: inline-block;
}
.product-thumb .buttons .open-down{
	bottom: 40%;
    left: 0;
    position: absolute;
    right: 0;
	transition:all 1.5s ease 0s;
}
.product-thumb .buttons .rotate1:nth-child(1){
	margin-left:0px;
}
.product-thumb .buttons .rotate1{
	text-align:center;
	color:#000;
	background:#fff;
	width:40px;
	height:40px;
	border:none;
	border-radius:50%;
	z-index:-1000;
	margin-left:25px !important;
}
.product-thumb .buttons .rotate1 i{
	font-size:20px;
}
.product-thumb .buttons .rotate1:hover{
	background:#ff9900;
	color:#fff;
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.50);
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	transition: all .5s ease;
}
.product-thumb .caption {
	background:#fff;
	border-bottom:0;
	padding: 15px;
	min-height: auto;
}
.product-thumb .caption h4{
	margin:0 0 15px 0;
}
.product-thumb .caption h4 a{
	font-size:16px;
	font-weight:600;
	color:#000;
	line-height: 18px;
	text-transform: capitalize;
}
.product-thumb .caption ul {
	margin:0px 0 10px;
}
.product-thumb .caption ul li{
	padding:0px 18px 0 0;
	line-height: 12px;
}
.product-thumb .caption li a{
	font-size:14px;
	color:#333;
	font-weight: 400;
	text-transform: capitalize;
}
.product-thumb .caption li:first-child a i{
	color:#ff9900;
}
.product-thumb .caption li a i{
	margin-right:7px;
}
.product-thumb .caption li a:hover i{
	color:#ff9900;
}
.product-thumb .caption p{
	font-size:14px;
	color:#666666;
	/*line-height:18px;
	margin:0;*/
	word-wrap: break-word!important;
}
.product-thumb .btn-info{
	border:none;
	border-radius:0px;
	background:#333333;
	color:#fff;
	font-size:14px;
	margin-right: -2px;
	width: 49.5%;
	padding:16px;
	line-height:10px;
	font-weight: 400;
}
.product-thumb .btn-info:hover{
	background:#ff9900;
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
.product-grid .caption ul li:nth-child(3), .product-grid .caption ul li:nth-child(4){
	display:none;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
.product-list .product-thumb .caption{
	border-bottom:1px solid #e1e1e1;
	padding:0px 15px 15px  12px;
	margin-left:277px;
	min-height: 204px;
}
.job-joblist .product-list .product-thumb .caption{
    margin-left: 258px !important;
}
.product-list .product-thumb .caption ul {
	margin:0px 0 17px;
	line-height: 12px;
}
.product-list .product-thumb .caption p{
	font-weight:300;
	margin:0 0 20px 0;
}
.product-list .product-thumb .btn-info{
	margin-right:30px;
	width: 136px;
	height:35px;
	padding:11px;
}
.product-list .product-thumb .image{
	float:left;
}
.product-grid .product-thumb .in{
	display:none !important;
}
.product-list .product-thumb .out{
	display:none !important;
}
.product-list .product-thumb .in {
    display: block !important;
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}
#job{
	margin:80px 0px;
}
#job .form1{
	margin-bottom:50px;
	background:#f7f7f7;
	padding:34px 15px 40px;
}
#job .form1 .form-group{
	margin-bottom:0;
}
#job .form1 .sort, #job .form1 .show, #job .form1 .category, #job .form1 .keyword{
	font-size:16px;
	color:#333333;
}
#job .form1 .sort label, #job .form1 .show label, #job .form1 .category label, #job .form1 .keyword label{
	margin-bottom:13px;
	font-weight:600;
}
.sort .form-control{
	height:45px;
	border:1px solid #e6e6e6;
	border-radius:0;
	box-shadow:none;
	color: #666 !important;
	font-size: 16px !important;
}
#job .form1 .btn-default:hover{
	background-color:#fff !important;
}
#job .form1 .sort  option, #job .form1 .show  option, #job .form1 .category option{
	padding: 6px 12px;
}
#job .form1 .keyword .btn-primary, #job .form1 .keyword .btn-success, #job .form1 .keyword .btn-danger, #job .form1 .keyword .btn-warning  {
	border:none;
	border-radius:0;
	padding:9px 23px;
	font-size:16px;
	font-weight:500;
	height:34px;
	margin-right:16px;
	line-height:16px;
}
#job .form1 .keyword .btn-primary {
	background:#ACD374;
}
#job .form1 .keyword .btn-success {
	background:#ED5400;
}
#job .form1 .keyword .btn-danger {
	background:#FF9D12;
}
#job .form1 .keyword .btn-warning {
	background:#1D86F1;
	margin-right:0;
}
.left1{
	background:#F7F7F7;
}
.left{
	padding:0 0 51px 0  ;
}
.left .job-candidate{
	margin-bottom:63px;
}
.left .job-candidate h1{
	padding-bottom:7px;
	font-family: 'Libre Baskerville', serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
	margin:0;
	padding-top:27px;
	text-align:center;
}
.left .job-candidate .border{
    border-top: 1px solid #333333;
    left: 17%;
    position: absolute;
    width: 144px;
}
.left .job-candidate .border1{
    border-bottom: 1px solid #333333;
    right: 14%;
    margin-top:10px;
    position: absolute;
    width: 144px;
}
.leftside{
	background:#F7F7F7;
}
.margin-t{
	margin-top:40px;
}
.margin-t h1{
	border-top:0 !important;
}
.margin-t .border{
	left:34% !important;
}
.margin-t .border1{
	right:34% !important;
}
.leftside .latest-jobs{
	padding:0 0 32px;
}
.leftside .latest-jobs h1{
	font-family: 'Libre Baskerville', serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
	margin:0 10px;
	border-top: 1px solid #ccc;
	padding: 33px 0 9px;
	text-align:center;
}
.leftside .latest-jobs .border{
    border-top: 1px solid #333333;
    left: 28%;
    position: absolute;
    width: 88px;
}
.leftside .latest-jobs .border1{
    border-bottom: 1px solid #333333;
    right: 28%;
    margin-top:10px;
    position: absolute;
    width: 88px;
}
.leftside .job-content{
	margin:20px 10px 0;
	border-bottom:1px solid #ccc;
	padding-bottom:17px;
}
.leftside .job-content img{
	width:62px;
	height:57px;
	float:left;
	margin-right:10px;
}
.leftside .job-content h1{
	font-size:14px;
	font-weight:600;
	color:#333;
	margin:0 0 9px;
}
.leftside .job-content ul{
	margin-bottom:0;
	line-height: 10px;
}
.leftside .job-content ul li{
	padding:0px 12px 0 0;
}
.leftside .job-content ul li a{
	font-size:12px;
	font-weight:400;
	color:#333333;
}
.leftside .job-content ul li:first-child a i{
	color:#ff9900;
}
.leftside .job-content ul li a i{
	font-size:14px;
	margin-right:7px;
}
.leftside .job-content a{
	color:#3366cc;
	font-size:12px;
	font-weight:400;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
/*--------------------------------- 
[ browse / .browse-jobs ]
----------------------------------- */
.browse{
	padding:80px 0 50px 0; 
}
.browse .browse-jobs{
	text-align:center;
	margin:0 0 48px 0;
	position:relative;
}
.browse .browse-jobs h1{
	margin:0;
	padding-bottom:7px;
	font-family: 'Libre Baskerville', serif;
	font-size:24px;
	font-weight:bold;
	color:#000;
}
.browse-jobs .border{
    border-bottom: 1px solid #333333;
    left: 40%;
    position: absolute;
    width: 12%;
}
.browse-jobs .border1{
    border-bottom: 1px solid #333333;
    right: 40%;
    margin-top:10px;
    position: absolute;
	width: 12%;
}
.browse .matter{
    border: 1px solid #e5e5e5;
    min-height: 116px;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 1px 2px 2px #e5e5e5;
	transition: all .5s ease;
}
.browse .matter .boxbor img{
	margin:15px 0 0px;
}
.browse .matter:hover .boxbor:before {
    display: block;
    content: "";
    width: 185px;
    height: 80px;
    bottom:auto;
    left: 15px;
	position:absolute;
    border-top: 3px solid #c87500;
    border-left: 3px solid #c87500;
}
.browse .matter:hover .boxbor:after {
    display: block;
    content: "";
    width: 185px;
    height: 80px;
    bottom: 30px;
    right: 15px;
    border-bottom: 3px solid #c87500;
    border-right: 3px solid #c87500;
	position:absolute;
}
.browse .matter a{
	text-align:center;
}
.browse .matter a .name{
	font-size:20px;
	color:#000;
	text-transform: uppercase;
}
.browse .matter:hover{
	background:#FFB413;
	border:1px solid transparent;
}
.browse .matter:hover a i, .browse .matter:hover a .name{
	color:#fff;
}
.browse2 .border,.browse2 .border1{
    border-bottom: 4px solid #ff9900;
}
.browse2 .browse .browse-jobs h1 span{
    color: #ff9900;
}
.browse2 .browse ul {
    margin-bottom: 0px;
}
.browse2 .browse .browse-job li {
    border: 1px solid #e5e5e5;
    min-height: 126px;
    text-align: center;
    vertical-align: middle;
    min-width: 131px;
    padding: 15px 0 17px;
    max-width: 135px;
    margin-right: 5px;
}
.browse2 .browse .browse-job li:last-child{
    margin-right: 0px;
}
.browse2 .browse .browse-job li:hover .name{
	color:#fff;
}
.browse2 .browse .browse-job li:hover{
	background: rgba(239,131,0,1);
	background: -moz-linear-gradient(top, rgba(239,131,0,1) 0%, rgba(239,131,0,1) 2%, rgba(251,163,0,1) 14%, rgba(251,163,0,1) 65%, rgba(239,131,0,1) 94%, rgba(239,131,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(239,131,0,1)), color-stop(2%, rgba(239,131,0,1)), color-stop(14%, rgba(251,163,0,1)), color-stop(65%, rgba(251,163,0,1)), color-stop(94%, rgba(239,131,0,1)), color-stop(100%, rgba(239,131,0,1)));
	background: -webkit-linear-gradient(top, rgba(239,131,0,1) 0%, rgba(239,131,0,1) 2%, rgba(251,163,0,1) 14%, rgba(251,163,0,1) 65%, rgba(239,131,0,1) 94%, rgba(239,131,0,1) 100%);
	background: -o-linear-gradient(top, rgba(239,131,0,1) 0%, rgba(239,131,0,1) 2%, rgba(251,163,0,1) 14%, rgba(251,163,0,1) 65%, rgba(239,131,0,1) 94%, rgba(239,131,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(239,131,0,1) 0%, rgba(239,131,0,1) 2%, rgba(251,163,0,1) 14%, rgba(251,163,0,1) 65%, rgba(239,131,0,1) 94%, rgba(239,131,0,1) 100%);
	background: linear-gradient(to bottom, rgba(239,131,0,1) 0%, rgba(239,131,0,1) 2%, rgba(251,163,0,1) 14%, rgba(251,163,0,1) 65%, rgba(239,131,0,1) 94%, rgba(239,131,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef8300', endColorstr='#ef8300', GradientType=0 );
	margin:-14px -3px -14px -11px;
	z-index: 1;
	position: relative;
	min-height:152px;
	min-width:154px;
}
.browse2 .browse .browse-job li:first-child:hover{
	margin:-14px -2px -14px -10px;
}
.browse2 .browse .browse-job li .name {
    font-size: 14px;
    font-weight: 400;
    color: #1b1a1a;
    text-transform: uppercase;
    margin: 0px auto;
    max-width: 120px;
}
.browse2 .browse .browse-jobs h1 {
    margin-top: 0px;
    padding: 15px 0 0 0;
}
/*--------------------------------- 
[ testimonial / .testimonial-jobs ]
----------------------------------- */
.testimonial-main .testimonial-jobs{
	text-align:center;
	margin:0 0 52px 0;
	position:relative;
}
.testimonial-main .testimonial-jobs h1{
	margin:57px 0 0 0 ;
	padding-bottom:7px;
	font-family: 'Libre Baskerville', serif;
	font-size:24px;
	font-weight:bold;
	color:#ff9900;
    text-transform: uppercase;
}
.testimonial-jobs .border{
    border-bottom: 1px solid #ff9900;
    left: 40%;
    position: absolute;
    width: 12%;
}
.testimonial-jobs .border1{
    border-bottom: 1px solid #ff9900;
    right: 40%;
    margin-top:10px;
    position: absolute;
    width: 12%;
}
.testimonial-main{
	margin-bottom:0px;
	background:none;
}
.testimonial-main .owl-wrapper-outer{
	border:none;
}
.testimonial-main  .owl-buttons div {
    opacity: 1 !important;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
}
/* .testimonial-main  .owl-buttons .owl-prev { */
    /* left: 15px; */
	/* top:20%; */
/* } */
.testimonial-main .owl-buttons .owl-next {
    right: 40px;
	top:20%;
}
.testimonial-main .owl-buttons div i {
    font-size: 55px;
    margin: -20px 0 0;
    background: transparent !important;
    color:#fff !important; 
}
.testimonial-main .owl-buttons div i:hover{
	color:#ff9900 !important;
}
.testimonial-main p .fa {
    color: #fff;
    font-size: 24px;
}
.testimonial-main p .fa-quote-left {
    padding-right: 10px;
}
.testimonial-main p .fa-quote-right {
    padding-left: 10px;
}
.testimonial-main .name{
    font-size: 16px;
}
.testimonial-main p span i{
    float: right;
    color: #999999;
    font-size: 24px;
	margin-top: -6px;
}
.testimonial-main .caption p{
	color:#5A5A5A!important;
	text-align:center;
	font-size:18px;
	line-height: 24px;
}
.testimonial2{
    padding: 50px 0;
}
.testimonial2 .testimonial-jobs {
    margin: 0 0 57px 0;
    text-align: center;
}
.testimonial2 .testimonial-jobs h1 {
    margin: 0 0 0 0;
    padding: 14px 0 5px;
    color: #333333;
}
.testimonial2 .testimonial-jobs .border,.testimonial2 .testimonial-jobs .border1 {
    border-bottom: 4px solid #ff9900;
}
.testimonial2 .caption {
    background: #333333;
    border-top: 4px solid #ffb413;
    padding: 32px 45px;
    margin-top: 72px;
    text-align: center;
	transition: all .5s ease;
}
.testimonial2 .caption:hover {
    background: #ffb413;
}
.testimonial2 .caption:hover p{
    color:#333;
}
.testimonial2 .image img {
    margin: 0 auto;
    border: 4px solid #ffb413;
    border-radius: 50%;
    border-top-width: 0px;
    border-left-width: 3px;
    border-right-width: 3px;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
}
/*--------------------------------- 
[ blog / .latest-blog ]
----------------------------------- */
.blog{
	padding:80px 0 43px 0;
}
.blog .latest-blog{
	text-align:center;
	margin:0 0 48px 0;
	position:relative;
}
.blog .latest-blog h1{
	margin:0;
	padding-bottom:7px;
	font-family: 'Libre Baskerville', serif;
	font-size:24px;
	font-weight:bold;
	color:#15110E;
	text-transform:uppercase;
}
.latest-blog .border{
    border-bottom: 1px solid #333333;
    left: 40%;
    position: absolute;
    width: 141px;
}
.latest-blog .border1{
    border-bottom: 1px solid #333333;
    right: 40%;
    margin-top:10px;
    position: absolute;
    width: 141px;
}
.blog .product-thumb{
	margin-bottom: 35px;
}
.blog .image{
	float:left;
	padding: 0;
}
.blog .caption{
	background: #f7f7f7;
	padding: 12px 12px;
	min-height: auto;
	border: 0px solid #e1e1e1;
}
.blog .caption h4{
	font-size:16px;
	color:#000;
	margin:0 0 8px 0;
	font-weight: 700;
}
.blog .caption  .description p a{
    margin-top: 10px;
}
.blog .caption .description p{
	color:#666666;
	font-size:14px;
	font-weight:400;
	line-height:22px;
    margin-bottom: 10px;
}
.blog .caption  .share i{
    margin-right: 5px;
}
.blog .caption .share ul {
    margin: 0 0 0px !important;
}
.blog .caption  a{
	color:#000;
	font-size:16px;
	font-weight:400;
}
.blog .caption  a:hover{
	color:#ff9900;
}

#jobdetail{
	margin:0px 0px 0px;
}
#jobdetail .left-side{
	margin-top:0;
	background:#F5F5F5;
}
#jobdetail .left-side ul{
	padding: 15px;
}
#jobdetail .left-side ul li h5{
	border-bottom:1px solid #ccc;
	padding:0 0 8px 0;
	line-height: 14px;
	font-family: 'Libre Baskerville', serif;
	font-size:16px;
	font-weight:bold;
	color:#333333;
	margin:0;
}
#jobdetail .left-side ul li h5 i{
	font-size:18px;
	margin-right:7px;
}
#jobdetail .left-side ul li p{
	font-size:18px;
	font-weight:400;
	color:#666;
	padding:20px 0 33px;
	margin:0;
	line-height: 18px;
}
#jobdetail  .content h1{
	font-family: 'Libre Baskerville', serif;
	font-size:18px;
	font-weight:bold;
	color:#000;
	margin:0 0 15px;
	text-transform: capitalize;
}
#jobdetail  .content ul{
	margin-bottom:30px;
}
#jobdetail  .content ul li{
	background:#ededed;
	border-radius: 20px;
	padding:8px 22px 8px 14px;
	line-height: 14px;
}
#jobdetail  .content ul li a{
	font-size:14px;
	font-weight:400;
	color:#333333;
}
#jobdetail  .content ul li a i{
	margin-right:7px;
	color:#ff9900;
}
#jobdetail  .content p{
	font-size:16px;
	font-weight:400;
	color:#666;
	line-height:30px;
	margin-bottom:30px;
}
#jobdetail  .content h5{
	font-family: 'Libre Baskerville', serif;
	font-size:18px;
	font-weight:300;
	color:#000;
	margin:0 0 25px;
	padding-bottom:16px;
	border-bottom:1px solid #ccc;
}
#jobdetail  .content .btn-info{
	background:#ff9900;
	border:none;
	border-radius:0;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	padding:21px 32px;
	line-height: 16px;
}
/*--------------------------------- 
[ latest / .latest-candidate ]
----------------------------------- */
.latestcandidate{
	background:#F7F7F7;
	padding:80px 0;
}
.latest-candidate{
	text-align:center;
	margin:0 0 80px 0;
	position:relative;
}
.latest-candidate h1{
	padding-bottom:7px;
	font-family: 'Libre Baskerville', serif;
	font-size:24px;
	font-weight:bold;
	color:#000;
	margin:0;
}
.latest-candidate .border{
    border-bottom: 1px solid #333333;
    left: 33%;
    position: absolute;
    width: 242px;
}
.latest-candidate .border1{
    border-bottom: 1px solid #333333;
    right: 33%;
    margin-top:10px;
    position: absolute;
    width: 242px;
}
.candidates{
	margin-bottom:0px !important;
	background:none !important;
	padding:0 30px;
}
.latestsfeat{
	margin: 0px !important;
}
.latestsfeat .owl-wrapper-outer{
	border:none;
	box-shadow:none;
}
.latestsfeat .owl-buttons div{
    opacity: 1 !important;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
}

.latestsfeat .owl-buttons .owl-prev{
    left: 13px !important;
}
.latestsfeat .owl-buttons .owl-next {
    right: 13px !important;
}

.candidate img {
	margin:0 auto;
	margin-bottom:22px;
	width:122px;
	height:122px;
	border:4px solid #ffb413;
	border-radius:50%;
	border-top-width:0px;
	border-left-width:3px;
	border-right-width:3px;
}
.candidate h1{
	color:#000;
	text-align:center;
	font-family: 'Libre Baskerville', serif;
	text-transform: capitalize;
	font-size:15.02px;
	font-weight:bold;
	margin:18px 0 8px;
}
.candidate p{
	color:#666666;
	text-align:center;
	font-size:15.02px;
	font-weight:400;
	margin-bottom:0px;
	text-transform: capitalize;
}
#column-left .latest-candidate h1 {
    font-size: 14px;
}
#column-left .latest-candidate .border, #column-left .latest-candidate .border1 {
    width: 156px;
}
#column-left .candidates{
	padding:0 0 50px 0;
} 
/*--------------------------------- 
[ partner / .our-partner ]
----------------------------------- */
.our-partner{
	text-align:center;
	margin:80px 0 59px 0;
	position:relative;
}
.our-partner h1{
	padding-bottom:7px;
	font-family: 'Libre Baskerville', serif;
	font-size:24px;
	font-weight:bold;
	color:#000;
	margin:0;
}
.our-partner .border{
    border-bottom: 1px solid #333333;
    left: 40%;
    position: absolute;
    width: 147px;
}
.our-partner .border1{
    border-bottom: 1px solid #333333;
    right: 40%;
    margin-top:10px;
    position: absolute;
    width: 147px;
}
#carousel0{
	margin:0 0 80px 0;
}
#carousel0 img{
	margin:0 auto;
}
#carousel0 .owl-wrapper-outer{
	border:none;
	box-shadow:none;
}
#carousel0 .owl-buttons div{
    opacity: 1 !important;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
}
#carousel0 .owl-buttons .owl-prev {
    left: 8px;
	top:40%;
}
#carousel0 .owl-buttons .owl-next{
    right: 8px;
	top:40%;
}
/* #carousel0 .owl-buttons .owl-prev, #carousel0 .owl-buttons .owl-next{ */
    /* border:1px solid #cccccc; */
	/* padding:6px 12px; */
	/* width:34px; */
	/* height:34px; */
	/* background: #fff; */
	/* box-shadow: 2px 0 8px 0 #ddd; */
/* } */
/* #carousel0 .owl-buttons div i { */
    /* font-size: 17px; */
	/* color:#cccccc;	 */
/* } */
/* #carousel0 .owl-buttons div:hover i { */
    /* color:#5b5b5b;	 */
/* } */
/* #carousel0 .owl-buttons .owl-prev:hover, #carousel0 .owl-buttons .owl-next:hover{ */
	/* color:#5b5b5b; */
	/* border:1px solid #5b5b5b; */
/* } */
.sort{
	margin-bottom: 50px;
	background: #f7f7f7;
	padding: 34px 15px 40px;	
}
.sort .form-group{
	margin-bottom:0;
	display:block;
}
.sort label{
	margin-bottom: 13px;
	font-weight: 600;
	background: none;
	border: none;
	display: inline-block;
	padding: 0px !important;
	width: 100%;
	text-align: left;
	font-size: 16px !important;
	height:auto !important;
	color: #333333;
	line-height:12px !important;
}
.sort .bootstrap-select{
	height:45px !important;
}
.sort .bootstrap-select .btn-default{
	height:45px;
	border:1px solid #e6e6e6;
	border-radius:0;
	box-shadow:none;
	color: #666 !important;
	font-size: 16px !important;
	background:none;
	padding:5px 20px;
}
.sort .bootstrap-select .btn-default i{
	padding-right:10px;
}
.sort .btn-default:hover{
	background-color:#fff !important;
}
.sort .keyword li  {
	border:none;
	border-radius:0;
	padding:9px 15px;
	font-size:16px;
	font-weight:500;
	height:34px;
	margin-right:16px;
	line-height:16px;
	margin-top: 5px;
}
.sort .keyword li a{
	color:#fff;
    font-size: 16px;
    font-weight: 500;
}
.sort .keyword li:first-child{
	background:#ACD374;
}
.sort .keyword li:nth-child(2), .sort .keyword li:nth-child(5) {
	background:#ED5400;
}
.sort .keyword li:nth-child(3), .sort .keyword li:nth-child(6) {
	background:#FF9D12;
}
.sort .keyword li:nth-child(4), .sort .keyword li:nth-child(7) {
	background:#1D86F1;
	margin-right:0;
}
.sort .list-view{
	margin-top:28px;
}
.sort .list-view .btn-default {
    color: #666 !important;
    background: #fff !important;
    border: 1px solid #666 !important;
    border-radius: 0 !important;
    margin-right: 14px;
    padding: 6px 8px 4px;
	box-shadow:none;
}
.sort .list-view .btn-default:hover {
    background: #ff9900 !important;
    border: 1px solid #ff9900 !important;
	color:#fff !important;
}
.sort .list-view .btn-default i{
	font-size:18px;
}
.bottom-top:hover .fa{
	color:#fff;
}
.bottom-top:hover {
	transition-duration: 1s;
    transition-timing-function: linear;
}
.bottom-top {
	display: none;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
}
.bottom-top .fa{
	font-size:25px;
	color:#fff;
	padding:10px;
}
.bottom-top{
	background:#F98A00;
}
.owl-wrapper-outer{
	border-radius:0px !important;
	box-shadow:none !important;
	border:none !important;
}
.owl-carousel{
	background:transparent !important;
}
#slideshow0 img{
	width:100%;
}
#slideshow0{
	margin:0;
	position:relative;
}
#slideshow0 .slider-caption {
	background: rgba(0, 0, 0, 0.8);
	position: relative;
	min-height:190px;
	border-top:4px solid #ff9900;
	padding:0 21px 0 23px;
}
.slide-detail{
	left: 0;
    position: absolute;
    right: 0;
	bottom:40px;
}
.slider-caption h1{
	font-family: 'Libre Baskerville', serif;
	font-size:24px;
	font-weight:bold;
	color:#ff9900;
	text-shadow:none;
	margin:24px 0 34px;
	text-align:center;
}
.slidercaption1{
    background: #333333;
    padding: 0 0 20px;
    width: 400px;
    border-top: 4px solid #ff9900;
}
.slider2 .slider-caption{
    background:transparent !important;
}

.slider2{
    left: 0;
    position: absolute;
    right: 0;
    top: 70px;
}
.off {
    border-bottom: 19px solid transparent;
    border-right: 19px solid #ff9900;
    height: 0;
    opacity: 1;
    position: absolute;
    width: 0;
    margin: 0;
	right:0;
}
.slider-caption ul{
	margin:0;
}
.slider-caption .btn {
    color: #999999;
    padding: 0px 29px 0px 23px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px !important;
	font-weight:400;
    border: none;
    min-width: auto;
	min-height: 50px;
	border-radius:0px;
	background:#fff;
}
.slider-caption .form-control{
	min-height: 48px;
	border-radius:0px;
	box-shadow:none;
}
.slider-caption .btn i{
	font-size:18px;
}
.slider-caption .dropdown-menu  {
    border-radius:0px;
	border-top:1px solid #999999;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
}
.slidercaption1 .btn {
    background: #ff9900 !important;
    min-height: 59px;
    font-size: 24px !important;
    color: #fff !important;
}
.slider-caption .dropdown-menu > li > a {
	color: #999999;
    padding: 0px 29px 0px 23px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
	font-weight:400;
}
.slider-caption .input-group {
    width:100%;
}
.slider-caption .btnsrch {
    background:#ff9900;
	border:none;
	border-radius:0;
	top:0;
	position:absolute;
	padding:11px 34px;
	right:0;
	z-index: 999;
}
.slider-caption .btnsrch i{
	color:#fff;
	font-size:24px;
}
.slider-caption .btnsrch:hover i{
	color:#fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/*column left code start*/
.catepage #column-left .special{
	background:#F7F7F7;
}
.special h3{
	 padding-bottom:7px;
	font-family: 'Libre Baskerville', serif;
	font-size:14px;
	font-weight:bold;
	color:#15110E;
	margin:0;
	padding-top:27px;
	text-align:center;
}
.special .border{
    border-top: 1px solid #333333;
    left: 17%;
    position: absolute;
    width: 144px;
}
.special .border1{
    border-bottom: 1px solid #333333;
    right: 14%;
    margin-top:10px;
    position: absolute;
    width: 144px;
}
.job-candidate{
	margin-bottom:50px;
}
.catepage #column-left .latest-jobs .caption h4 {
	padding:4px 0 9px;
}
.catepage #column-left .latest-jobs .caption button{
	color:#2374D9;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:12px;
	font-weight:300;
	float:right;
	text-decoration: underline;
	background:none;
	border:none;
	box-shadow:none;
	text-shadow:none;
}
.catepage #column-left .latest-jobs .caption ul{
	margin:0;
}
.catepage #column-left .latest-jobs .caption ul li {
	margin-right:10px;
}
.catepage #column-left .latest-jobs .caption ul li a{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:12px;
	font-weight:400;
	color:#333333;
	padding:0;
	text-decoration: none;
}
.catepage #column-left .latest-jobs .caption h4 a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:14px;
	font-weight:600;
	color:#15110E;
	margin:0;
}
.catepage #column-left .latest-jobs .product-thumb{
	margin:30px 5px 0;
	border-bottom:1px solid #ccc;
	padding-bottom:15px;
}
.catepage #column-left .latest-jobs .image{
	float:left;
	display:inline-block;
}
.catepage #column-left .latest-jobs{
	margin-bottom:32px;
	background:#F7F7F7;
	padding:0 5px;
}
.catepage #column-left .latest-jobs h3{
	font-family: 'Libre Baskerville', serif;
	font-size:14px;
	font-weight:bold;
	color:#15110E;
	margin:0 10px;
	border-top: 1px solid #ccc;
	padding: 33px 0 7px;
	text-align:center;
}
.catepage #column-left .latest-jobs .border{
    border-top: 1px solid #333333;
    left: 28%;
    position: absolute;
    width: 88px;
}
.catepage #column-left .latest-jobs .border1{
    border-bottom: 1px solid #333333;
    right: 28%;
    margin-top:10px;
    position: absolute;
    width: 88px;
}
.catepage #column-left .job-content{
	margin:30px 5px 0;
	border-bottom:1px solid #ccc;
	height:84px;
}
.catepage #column-left .job-content img{
	width:62px;
	height:57px;
	float:left;
	margin-right:8px;
}
.catepage #column-left .job-content h2{
	padding:4px 0 9px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:14px;
	font-weight:600;
	color:#15110E;
	margin:0;
}
.catepage #column-left .job-content ul{
	margin-bottom:0;
}
.catepage #column-left .job-content ul li{
	padding:0px;
	margin-right:12px;
}
.catepage #column-left .job-content ul li a{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:12px;
	font-weight:400;
	color:#333333;
	padding:0;
	text-decoration: none;
}
.catepage #column-left .job-content ul li a i{
	font-size:14px;
	color:#333333;
	margin-right:7px;
}
.catepage #column-left .job-content ul li a:hover i{
	color:#ff9900;
}
.catepage #column-left .job-content a {
	color:#2374D9;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:12px;
	font-weight:300;
	text-decoration: underline;
}
.leftside{
	background:#F7F7F7;
	margin-bottom:28px;
	clear:both;
}
.leftside .latest-jobs{
	padding:0 0 32px;
}
.employee .latest-jobs h1{
	border-top:0;
}
.leftside .latest-jobs h1{
	font-family: 'Libre Baskerville', serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
	margin:0 10px;
	border-top: 1px solid #ccc;
	padding: 33px 0 9px;
	text-align:center;
	text-transform:uppercase;
}
.leftside .latest-jobs .border{
    border-top: 1px solid #333333;
    left: 28%;
    position: absolute;
    width: 88px;
}
.leftside .latest-jobs .border1{
    border-bottom: 1px solid #333333;
    right: 28%;
    margin-top:10px;
    position: absolute;
    width: 88px;
}
.leftside .job-content{
	margin:20px 10px 0;
	border-bottom:1px solid #ccc;
	padding-bottom:17px;
}
.leftside .job-content img{
	width:62px;
	height:57px;
	float:left;
	margin-right:10px;
}
.leftside .job-content h4{
	margin:0 0 9px;
}
.leftside .job-content h4 a{
	font-size:14px;
	font-weight:600;
	color:#333;
}
.leftside .job-content ul{
	margin-bottom:0;
	line-height: 10px;
}
.leftside .job-content ul li{
	padding:0px 12px 0 0;
}
.leftside .job-content ul li a{
	font-size:12px;
	font-weight:400;
	color:#333333;
}
.leftside .job-content ul li:first-child a i{
	color:#ff9900;
}
.leftside .job-content ul li a i{
	font-size:14px;
	margin-right:7px;
}
.leftside .job-content a{
	color:#3366cc;
	font-size:12px;
	font-weight:400;
}
.employe-box{
	border:1px solid #E5E5E5;
	padding:12px 13px 30px;	
	min-height: 139px;
	margin-bottom:30px;
}
.employe-box .image{
	margin-bottom:18px;
}
.employe-box  p{
	color:#A1A1A1;
	font-size:16px;
}
.employe-box button{
	background:transparent;
	text-align:right;
	box-shadow: none;
	border: none;
	color:#999;
	line-height: 20px;
}
.employe-box  button:hover{
	color:#FFB315;
}
.employe-logo img{
	border:1px solid #E4E4E4;
	margin-bottom:50px;
}
.employe-vacancy{
	background:#F7F7F7;
	margin-bottom:50px;	
}
.employe-vacancy p{
	margin:0;
	text-align:center;
	padding:16px;
	color:#686868;
	font-size: 16px;
	font-weight: 700;
}
.graphic{
	border:1px solid #E4E4E4;
	margin-bottom:30px;
}
.graphic h1 {
    font-family: 'Libre Baskerville', serif;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin: 0;
	padding:24px 13px 14px;
	text-transform: capitalize;
}
.graphic h5 {
    font-size: 16px;
    font-weight: 600;
    color: #989898;
    margin: 0;
	padding:0px 13px 17px;
	border-bottom:1px solid #E4E4E4;
}
.graphic ul{
	margin:0;
	padding:18px 13px 39px;
}
.graphic ul li{
	padding-bottom:20px;
	color:#000;
	word-break: break-word;
}
.graphic ul li i{
	float:left;
	margin-right:8px;
	line-height:20px;
}
.graphic ul li:last-child i{
	line-height:21px;
}
.graphic .map{
	padding:0 9px;
}
.graphic .map iframe{
	height:200px !important;
}
.graphic p{
	padding:30px 13px;
	font-size:16px;
	color: #989898;
    word-break: break-all;
}
.candidate-single .form-group{
	margin-bottom:0;
}
.candidate-single .matter{
	border:1px solid #EAEAEA;
	margin-bottom:30px;
}
.candidate-single .matter label{
	background:#F7F7F7;
	display:block;
	padding:17px 19px;
	line-height:12px;
	color:#000;
	font-size:16px;	
	border-bottom:1px solid #EAEAEA;
	margin-bottom:0;
}
.candidate-single .matter span{
	padding:32px 17px; 
	display:block;
	line-height: 10px;
	color:#999;
}
.candidate-single .matter .table{
	margin:32px 17px; 
	width:96%;
	border-collapse: unset !important;
}
.candidate-single .matter .table tr td{
	padding:15px 15px 15px 0px; 
	line-height: 10px;
	color:#999;
	border-top:0;
}
.candidate-single .matter .table .bor{
	border:1px solid #EAEAEA;
	padding:15px 15px 50px 15px;
	line-height:20px;
	margin-bottom:10px !important;
}
.candidate-single .btn-primary{
	background:#000;
	color:#fff;
	border:0;
	border-radius:0;
	padding:19px 50px;
	line-height: 12px;	
	font-size: 16px;
	margin-bottom:30px;
}
.candidate-single .btn-primary:hover{
	background:#FF9E13;
}
.candidate-single .icon{
	float:right;
	background: transparent;
	box-shadow: none;
	border: 0;
}
.allcandidate .caption .rotate1 {
    text-align: center;
    color: #000;
    font-size: 18px;
    background: #fff;
    border: none;
    float:right;
}
.allcandidate .caption{
    min-height: 225px;
}
.allcandidate .caption li a {
    color: #000;
    font-weight: 600;
}
.allcandidate .btn-info {
    width: 100%;
}
/*column left code end*/
.catepage label{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:14px;
	font-weight:600;
	color:#333333;
	margin-bottom:13px;
}
.catepage{
	margin:42px auto 59px;
}
.catepage .form1{
	margin-bottom:29px;
	background:#F1F0F0;
	padding:34px 15px 40px;
} 
.keyword ul{
	margin:0;
}
.keyword li{
	padding:12px 23px;
	margin-right:5px;
}
.catepage .form1 .form-control,.catepage .form1 .btn-default{
	height:46px;
	border:none;
	border-radius:0;
	box-shadow:none;
	background:#fff;
}
#list-view{
	margin-right:10px;
}
.keyword li a {
	border:none;
	border-radius:0;
	box-shadow:none;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	font-weight:300;
	height:34px;
	color:#fff;
}
.keyword li:first-child {
	background:#ACD374;
}
.keyword li:nth-child(2) {
	background:#ED5400;
}
.keyword li:nth-child(3) {
	background:#FF9D12;
}
.keyword li:nth-child(4){
	background:#1D86F1;
	margin-right:0;
}
/*--------------------------------- 
[ jobs /  .job-search ]
----------------------------------- */
.jobsearch {
	background: #f1f1f1;
	border-top:4px solid #ff9900;
	padding:0 30px;
	margin-bottom:30px;
	min-height:214px;
	position:relative;
}
.jobsearch h1{
	font-family: 'Libre Baskerville', serif;
	font-size:24px;
	font-weight:bold;
	color:#000;
	margin:48px 0 33px;
	text-align:center;
}
.jobsearch .off {
    border-bottom: 19px solid transparent;
    border-right: 19px solid #ff9900;
    height: 0;
    opacity: 1;
    position: absolute;
    width: 0;
    margin: 0;
	right:0;
}
.jobsearch .input-group{
	display:inline;
}
.jobsearch .form-control{
	min-height: 50px;
	border:0;
	font-size:16px !important;
	font-weight:400 !important;
	color:#666666 !important;
}
.jobsearch .btn {
    color: #999999;
    padding: 0px 29px 0px 23px;
    font-size: 16px;
	font-weight:400;
    border: none;
    min-width: 284px !important;
	min-height: 50px;
	border-radius:0px;
	background:#fff;
}
.jobsearch .btn i{
	font-size:18px;
}
.jobsearch .dropdown-menu  {
    border-radius:0px;
	border-top:1px solid #999999;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
}
.jobsearch .dropdown-menu > li > a {
	color: #999999 !important;
    padding: 0px 29px 0px 23px !important;
    font-size: 16px !important;
	font-weight:400 !important;
}
.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default.focus:active, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
    color: #999999 ;
    background-color: #fff ;
    border-color: 0 !important;
}
.jobsearch .btnsrch {
    background:#ff9900;
	border:none;
	border-radius:0;
	padding:14px 28px;
	float:right;
}
.jobsearch .btnsrch i{
	color:#fff;
	font-size:24px;
}
.jobsearch .btnsrch:hover i{
	color:#fff;
}
.match{
	background:#f7f7f7;
}
.match p{
	text-align:center;
	padding:17px 0 16px;
	margin-bottom:50px;
	font-size:18px;
	color:#666;
	font-weight:600;
}

.canditate-profile{
	text-align:center;
}
.canditate-profile{
	text-align:center;
	margin-bottom:50px;
}
.canditate-profile .nav-tabs {
	border:none;
}
.canditate-profile .nav-tabs > li {
	float:none;
	display:inline-block;
	padding:0;
	margin:0 7px 0px 5px;
    min-width: 10%;
	margin-bottom: 10px;
}

.canditate-profile .nav-tabs > li > a{
		border: 1px solid #EAEAEA;
		font-weight: 600;
		font-size: 15px;
		color: #000;
		border-radius: 0px;
		line-height: 14px;
		margin: 0 !important;
		padding: 15px 15px;
}
.canditate-profile .nav-tabs > li.active a, .canditate-profile .nav-tabs > li.active a{
	color:#fff;
	background:#FF9E13;
	border:1px solid #FF9E13;
}
.canditate-profile .nav-tabs > li > a:hover, .canditate-profile .nav-tabs > li > a:hover{
	color:#fff!important;
	border:1px solid #FF9E13;
	background: #FF9E13;
}
.password{
	background:#FBFBFB;
	border:1px solid #E5E5E5;
	padding:49px 43px;
	margin-bottom:50px;
}
.password .form-group{
	margin-bottom:28px;
}
.password .form-group label{
	color:#000;
	font-size:16px;
	font-weight:400;
	margin-bottom:15px;
}
.password .form-group input{
	border:1px solid #e6e6e6;
	border-radius:0px;
	height:37px;
	color:#666;
	font-size:16px;
	font-weight:300;
	width:100%
}
.password .buttons{
	text-align:center;
}
.password .buttons .btn-primary{
	width:160px;
	height:50px;
	border:none;
	border-radius:0px;
	/* background:#FCB714; */
	color:#fff;
	font-size: 18px;
	font-weight: 600;	
	/* padding: 12px 0 13px; */
	line-height: 13px;
}
/* buttons */

.btn {
	padding: 7.5px 12px;
	font-size: 14px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	transition: all .5s ease;
	text-transform: capitalize;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: none;
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #ff9900;
	background-image: linear-gradient(to bottom, #ff9900, #ff9900);
	background-repeat: repeat-x;
	border-color: #ff9900;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background: #000;
	background-position:0px;
	border-color: #000;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	/* background-image: linear-gradient(to bottom, #ee5f5b, #bd362f); */
	background-repeat: repeat-x;
	border-color: #da4f49;
}
/* .btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] { */
	/* box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1); */
/* } */
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group{
	border-top: 6px solid #ff9900;
}
.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.list-group a {
	border: none;
	color: #000;
	padding: 15px;
	background: #F7F7F7;
	font-size: 16px;
	transition: all .5s ease;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #fff;
	background: #ff9900;
	border: none;
	text-shadow: none;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

/* membership login */

.membership-main{width:100%;}
.membership-logo {
    text-align: center;
    width: 100%;
    margin-top: -40px;
}
.choose-membership {
    text-align: center;
}
.choose-membership h2 {
  border-bottom: 3px solid #D57800;
    width: 70%;
    margin: 0 auto;
    font-size: 26px;
    padding-bottom: 15px;
}
.membership-main .nav-tabs {
    border-bottom: 0px solid #ddd;
    width: 60%;
    margin: 25px auto;
    text-align: center;
}

.nav-tabs > li > a {
    border-radius: 0px;
    font-size: 20px;
    text-decoration: none;
    color: #fff;
}



.membership-main .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    width: 50%;
    background-color: #000;
}

.membership-main .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #FF9900;
    background: #FF9900;
    border: 1px solid #FF9900;
    border-bottom-color: transparent;
}

.membership-main .nav-tabs>li>a:hover {
    border-color: #FF9900 #FF9900 #FF9900;
	  background-color: #FF9900;
}

.membership-main .form-area {
    width: 60%;
    margin: 0 auto;
    background: #000;
}
.membership-main select .form-control{
height: 38px!important;
margin: 0;
padding: 0 0px;
vertical-align: middle;
background: #f8f8f8;
border: 3px solid #ddd;
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 300;
line-height: 50px;
color: #888;
}
#mc_embed_signup form{
    padding: 0px !important;
}
#mc-embedded-subscribe{
    margin: 0px !important;
}
#mc_embed_signup .mc-field-group{
    width: 100% !important;
    display: inline !important;
}
#mc_embed_signup .mc-field-group input{
    border-radius: 0px;
}
.membership-main input[type="text"],
.membership-main input[type="email"],
.membership-main input[type="date"],
.membership-main input[type="password"].form-control {
    height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #f8f8f8;
    border: 3px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #888;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}



.membership-main input[type=radio] {
    margin-top: 8px !important;
}


.membership-main input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
textarea.form-control:focus {
    outline: 0;
    background: #fff;
    border-color: #000;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.membership-main button.btn {
    height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #FF9900;
  
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.membership-main button.btn:hover {
    opacity: 0.6;
    color: #fff;
}

.membership-main button.btn:active {
    outline: 0;
    opacity: 0.6;
    color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.membership-main button.btn:focus {
    outline: 0;
    opacity: 0.6;
    background: #26A69A;
    ;
    color: #fff;
}

.membership-main button.btn:active:focus,
.membership-main button.btn.active:focus {
    outline: 0;
    opacity: 0.6;
    background: #26A69A;
    ;
    color: #fff;
}


/*style.css**/

.form-bottom input[type="radio"]:checked+label:after {
    border-color: #00C851;
    background-color: #00C851;
}
/*Gap*/

.form-bottom input[type="radio"].with-gap:checked+label:before {
    border-color: #00C851;
}
.form-bottom label {
    font-size: 20px;
    color: #000;
    font-weight: 500;
}

.membership-main .btn-link-1 {
    display: inline-block;
    height: 50px;
    margin: 0 5px;
    padding: 16px 20px 0 20px;
    background: #26A69A;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.membership-main .btn-link-1:hover,
.btn-link-1:focus,
.btn-link-1:active {
    outline: 0;
    opacity: 0.6;
    color: #fff;
}

.membership-main .btn-link-2 {
    display: inline-block;
    height: 50px;
    margin: 0 5px;
    padding: 15px 20px 0 20px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.membership-main .btn-link-2:hover,
.btn-link-2:focus,
.btn-link-2:active,
.btn-link-2:active:focus {
    outline: 0;
    opacity: 0.6;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
}


/***** Top content *****/

.membership-main .form-box {
    padding-top: 40px;
    font-family: 'Roboto', sans-serif !important;
}

.membership-main .form-top {
    overflow: hidden;
    padding: 0 25px 15px 25px;
    background: #161616;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: left;
    color: #fff;
    transition: opacity .3s ease-in-out;
}

.membership-main .form-top h3 {
    color: #fff;
}

.membership-main .form-bottom {
    padding: 25px 25px 30px 25px;
    background: #eee;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: left;
    transition: all .4s ease-in-out;
}

.membership-main .form-bottom:hover {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.membership-main form .form-bottom button.btn {
    min-width: 105px;
}

.membership-main form .form-bottom .input-error {
    border-color: #d03e3e;
    color: #d03e3e;
}

.membership-main form.registration-form fieldset {
    display: none;
}

.membership-main .panel-title {display: inline;font-weight: bold;}
.membership-main .checkbox.pull-right { margin: 0; }
.membership-main .pl-ziro { padding-left: 0px; }

.funkyradio div {
  clear: both;
  overflow: hidden;
}

.funkyradio label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 2.5em;
  text-indent: 3.25em;
  margin-top: 2em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #FF9900;
  border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
  color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #333;
  background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
  color: #333;
  background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5bc0de;
}
.company-candidateprofile .modal-header .close {
    margin-top: -17px;
}


@media (max-width:1025px){
	.product-thumb .caption ul li {
    	padding: 0px 14px 0 0;
    }
	.browse .matter a span {
		font-size: 14px;
    }
	.photo {
		padding: 0 32px;
	}
	.photo i {
		left: 42px;
	}
	.photo p {
		font-size: 14px;
	}
	
}
@media (max-width:768px){
		.nav-tabs > li > a {
			border-radius: 0px;
			font-size: 15px;
			text-decoration: none;
			color: #fff;
		}
        .header2 #mega_menu {
            float: none;
        }
		.membership-main .form-area {
			width: 100%;
			margin: 0 auto;
			background: #000;
		}
		.form-bottom label {
			font-size: 15px;
			color: #000;
			font-weight: 500;
		}

}
/*----------------
[responsive]
------------------*/
@media (max-width:1180px){
    ul.megamenu > li{
        padding: 10px 10px !important;
    }
	header .button-login .btn-default {
		padding: 10px !important;
		font-size: 14px !important;
	}
	header .button-login .btn-primary{
		padding:12px 20px;
	}
	#menu .nav > li {
		margin: 0 32px 0 0;
	}
	#job .form1 .keyword .btn-primary, #job .form1 .keyword .btn-success, #job .form1 .keyword 
	.btn-danger, #job .form1 .keyword .btn-warning{
		margin-right:3px;
	}
	.product-box .matter li a {
		font-size: 12px;
	}
	.browse .matter a span {
		font-size: 12px;
    }
	.browse .matter:hover .boxbor:before, .browse .matter:hover .boxbor:after {
		width: 120px;
	}
	.browse .matter a span {
		font-size: 14px;
    }
	.blog .caption{
		padding: 6px 6px;
	}
	.blog .caption h4 {
		font-size: 12px;
        margin: 0 0 6px 0;
    }
    .blog .caption h4 a,.blog .caption a{
        font-size: 13px;
    }
    .share ul li{
        font-size:12px; 
    }
	.blog .caption .description p {
		font-size: 12px;
        line-height: 17px;
        margin-bottom: 6px;
    }
	footer h6 span {
		font-size: 16px;
	}
	footer h5 {
		font-size: 16px;
    }
	.socialicon li {
		margin-right: 22px;
    }
	#header2 #menu .nav > li > a {
		padding: 17px 16px;
    }
	#header2 .off {
		left: 42.2%;
	}
	#header2 .slideshows img {
		top: 25.9%;
		left: 45%;
		width: 50%;
	}
	#header2 .browse .browse-job li {
		min-width: 105px;
		max-width: 104px;
	}
	#header2 .browse .browse-job li:first-child:hover {
		margin: -14px -3px -14px -14px;
	}
	#header2 .browse .browse-job li:hover {
		margin: -14px -4px -14px -13px;
		min-width: 130px;
	}
	#header2 .photo .photo-matter i {
		left: 12px;
	}
	#header2 .photo .photo-matter {
		padding: 32px 13px;
    }
	#header2 .photo .photo-matter p {
		font-size: 17px;
	}
	#header2 .subscribe input {
		min-width: 239px;
	}
	.socialicon li {
		margin-right: 16px;
	}
	.header3 footer .tags ul li {
		padding: 7px 8px;
    }
	.header3 footer .tags ul li a {
		font-size: 12px;
    }
	.header3 footer .contact ul li a {
		font-size: 12px;
		line-height: 18px;
	}
	.header3 footer li a{
		font-size: 12px;
	}
	.header4 #menu .nav > li {
		margin: 0 22px 0 0;
	}
	.header4 footer .contact ul li a {
		font-size: 15px;
    }
	#about .about-content ul {
		right: 42.5%;
    }
	#abouts .team ul li {
		margin-right: 18px;
	}
	#abouts .team .client .soical li {
		margin-right: 1px !important;
	}
	#abouts .about-detail p, #abouts .inner p, #abouts .mission p   {
		font-size: 13px;
		line-height: 24px;
    }
	#jobs .jobs-content ul {
		right: 43.5%;
    }
	.product-list .product-box .matter ul li {
		padding: 0px 10px 0 0;
    }
	.product-list .product-box .matter p {
		margin: 0 0 23px 0;
	}
	.leftside .job-content h1 {
		font-size: 11px;
    }
	.leftside .job-content ul li{
		padding: 0px 4px 0 0;
	}
	.leftside .job-content ul li a {
		font-size: 10px;
    }
	.leftside .job-content ul li a i {
		margin-right: 0px;
		font-size: 12px;
	}
	#bloggs .box .matter h1 {
		font-size: 13px;
    }
	#bloggs .box .matter p {
		font-size: 13px;
		margin-bottom: 14px;
		line-height:22px;
	}
	#bloggs .box .matter a {
		font-size: 13px;
    }
	.rightside .job-content h1 {
		font-size: 11px;
    }
	.rightside .job-content ul li a {
		font-size: 11px;
    }
	.rightside .job-content ul li a i {
		font-size: 12px;
		margin-right: 0px;
	}
	.rightside .job-content ul li {
		padding: 0px 0px 0 0;
	}
	.rightside .border {
		left: 6%;
	}
	.tag ul li {
		margin: 0 0px 14px 0;
	}
	.blog-detail .commentbox .profile {
		min-height: 197px;
	}
	#contact-form .detail a {
		font-size: 13px;
    }
	#contact .contact-content ul {
		right: 41.8%;
    }
	.joblist .metter ul li {
		margin-right: 6px;
	}
	.joblist .metter li a {
		font-size: 12px;
    }
	.joblist .metter .pull-left {
		width: 63%;
	}
	.joblist .metter p {
		font-size: 11px;
		padding-top: 3px;
    }
	#submit-job-form .submit-form .fb input, #submit-job-form .submit-form .twitter input, #submit-job-form .submit-form .google input {
		width: 87% !important;
		height: 55px !important;
    }
	#submit-job-form .submit-form .fb i, #submit-job-form .submit-form .twitter i, #submit-job-form .submit-form .google i {
		width: 13%;
		padding: 18px 16px;
	}
	#submit-job .submit-job-content ul {
		right: 41%;
    }
	.jobsearch .btn{
		min-width:200px !important;
	}
	.canditate ul {
		right: 41.5% !important;
	}
	.candidate .matter ul li {
		padding: 0px 5px 0 0 ;
    }
	.employee ul {
		right: 41.5% !important;
	}
	.employe-box {
		min-height: 125px;
    }
	.candidate-single .matter .table tr td{
		font-size:11px;
	}
}
@media (max-width:1000px){
    .menutitle{
        font-size: 12px !important;
    }
    #menu,#logo {
        margin: 20px 0 0;
    }
    header .button-login {
        margin: 15px 0;
    }
	#latests .candidate h1, #latestsfeat .candidate h1{
		font-size:13px;
	}
	#menu .nav > li {
		margin: 0 26px 0 0;
	}
	#menu .nav > li > a {
		font-size: 11px;
    }
    .slidercaption1{
        width: 300px;
    }
    .slider-caption h1{
        font-size: 16px;
        margin: 15px 0;
    }
    .slider-caption .form-control,.slidercaption1 .btn{
        min-height: 40px;
    }
    .slider2{
        top:20px;
    }
    .testimonial2 .caption{
        margin-bottom: 20px;
    }
    .browse .matter a .name {
     font-size: 13px;
    }
	header .button-login .btn-default, header .button-login .btn-primary  {
		padding: 12px 11px;
		margin-right:10px;
		font-size: 13px;
	}
	header .button-login .btn-primary {
		margin-right:0;
    }
	.slider-caption .form-control {
		margin-bottom: 15px !important;
	}
	.slider-caption .btnsrch {
		padding: 11px 6px;
	}
	.featured-jobs .border {
		left: 33%;
		width:20%;
    }
	.featured-jobs .border1 {
		right: 33%;
		width:20%;
    }
	.browse-jobs .border {
		left: 36%;
		width:22%;
    }
	.browse-jobs .border1 {
		right: 36%;
		width:22%;
    }
	.our-partner .border{
		left:36%;
		width:22%;
	}
	.our-partner .border1{
		right:36%;
		width:22%;
	}
	.browse .matter a i {
		font-size: 22px;
    }
	.browse .matter a span {
		font-size: 12px;
    }
	.browse .matter:hover .boxbor:before, .browse .matter:hover .boxbor:after {
		width: 90px;
	}
 	.testimonial-jobs .border {
		left: 35%;
		width:18%;
    }
	.testimonial-jobs .border1 {
		right: 35%;
		width:18%;
    }
	.latest-blog .border {
		left: 36%;
    }
	.latest-blog .border1 {
		right: 36%;
    }
	.blog .caption {
		margin-left: 0px;
		padding: 6px 8px;
		min-height: 144px;
	}
    .blog .image {
        float: none !important;
    }
	.blog img{
		width: 100%;
	}
	#blog .box .matter h1 {
		font-size: 9px;
		margin: 0 0 8px 0;
    }
	#blog .box .matter p {
		font-size: 9px;
		line-height: 13.5px;
    }
	#blog .box .matter a {
		font-size: 11px;
    }
	.latest-candidate .border {
		left: 23%;
	}
	.latest-candidate .border1 {
		right: 23%;
	}
	#latests .candidate {
		padding: 0 8px;
	}
	#latests .candidate img {
		width: 90px;
		height: 90px;
    }
	#latests .candidate h1, #latests .candidate p{
		font-size:12px;
	}
	footer p {
		width: 100%;
		font-size:12px;
    }
    .footer3 .contact ul li {
        padding: 0 0 15px;
    }
    .footer3 .contact ul li a{
        font-size: 11px;
    }
    footer li,.powered {
        padding: 0px 0px 15px;
    }
    .footer3 .socialicon li{
        margin-right:0px;
    }
    footer{
        padding: 30px 0;
    }
	
	footer h5 {
		font-size: 12px;
    }
	footer li a{
		font-size: 12px;
    }
	footer h6 {
		font-size: 10px;
    }
	footer h6 i {
		font-size: 16px !important;
		margin-right: 7px;
	}
	footer h6 span {
		font-size: 12px;
	}
	.subscribe input {
		min-width: 123px;
	}
	.socialicon li {
		margin-right: 6px;
		width: 28px;
		height: 28px;
		padding-top: 3px !important;
    }
	.socialicon li  a{
		font-size: 12px;
		padding-top: 2px;
	}
	#header2 #menu .nav > li > a {
		padding: 17px 10px;
	}
	#header2 .slideshows {
		height: 500px;
	}
	#header2 .slideshows img {
		top: 23%;
	}
	#header2 .slide-detail {
		bottom: 5%;
	}
	#header2 .slideshows .slider-caption {
		width: 306px;
    }
	#header2 .slider-caption h1 {
		font-size:18px;
	}
	#header2 .our-partner .border{
		left:32%
	}
	#header2 .our-partner .border1{
		right:32%;
	}
	#header2 .photo .photo-matter i {
		left: 7px;
	}
	#header2 .photo .photo-matter p {
		font-size: 13px;
	}
	#header2 .browse .browse-job li {
		margin:0px;
		min-height:104px;
		min-width:85px;
		max-width:84px;
    }
	#header2 .browse .browse-job li:hover,#header2 .browse .browse-job li:first-child:hover {
		margin:0px;
		min-height:104px;
		min-width:85px;
		max-width:84px;
	}
	#header2 .browse .matter1 a i {
		font-size: 20px;
    }
	#header2 .browse .matter1 a span {
		font-size: 10px;
    }
	#header2 #category .btn, #location .btn, #header2 #search input, #header2 #search-button .btn {
		min-width: 261px;
    }
	.footer2 .tags ul li {
		padding: 7px 5px;
		margin: 0 3px 10px 0px;
	}
	.footer2 .tags ul li a {
		font-size: 10px;
	}
	.footer2 .contact ul li {
		line-height: 6px;
	}
	.footer2 .contact ul li a {
		font-size: 10px;
    }
	.footer2 li{
		padding: 7px 4px 9px;
	}
	.footer2 .contact ul li .fa {
		margin-right: 8px;
		width: 28px;
		height: 28px;
	}
	.header4 #menu .nav > li {
		margin: 0 11px 0 0;
	}
	.header4 .slideshow img {
		height: 550px;
	}
	.header4 footer .contact ul li a {
		font-size: 12px;
	}
	.header4 footer .contact ul li .fa {
		margin-right: 5px;
	}
	.header4 .socialicon li {
		margin-right: 1px;
    }
	#about .about-content ul {
		right: 40.5%;
    }
	#abouts .team ul li {
		margin-right: 9px;
	}
	#abouts .team .client p {
		font-size: 13px;
    }
	#abouts .team .client .soical li {
		width: 22px;
		height: 22px;
		padding: 0px 6px;
    }
	#abouts .team .client .soical li a {
		font-size: 11px;
	}
	#abouts .about-detail p, #abouts .inner p, #abouts .mission p {
		line-height: 18px;
	}
	#jobs .jobs-content ul {
		right: 40.8%;
    }
	#jobdetail .left-side ul p {
		font-size: 13px;
    }
	.product-list .product-box .matter p{
		font-size: 9px;
		margin: 0 0 10px 0;
	}
	.product-list .product-box .matter ul li {
		padding: 0px 0px 0 0;
	}
	.product-list .product-box .btn-info {
		margin-right: 24px;
		width: 90px;
    }
	.leftside .job-content img {
		width: 50px;
		margin-right: 4px;
	}
	.leftside .job-content h1{
		font-size: 10px;
    }
	.leftside .job-content ul li a {
		font-size: 11px;
    }
	.leftside .job-content ul li a i{
		font-size: 9px;
    }
	#bloggs .box .matter h1 {
		font-size: 10px;
    }
	#bloggs .box .matter p {
		font-size: 10px;
		margin-bottom: 8px;
		line-height:18px;
	}
	#bloggs .box .matter a {
		font-size: 11px;
    }
	.left .job-candidate h1 {
		font-size: 10px;
    }
	#latestsfeat .candidate img {
		height: auto; 
    }
	#latestsfeat .candidate p {
		font-size: 11.02px;
    }
	.rightside .border {
		left: 8%;
	}
	.rightside .latest-post .border {
		left: 15%;
	}
	.rightside .latest-post .border1 {
		right: 15%;
	}
	.rightside .job-content img {
		width: 57px;
		margin-right:5px;
    }
	.rightside .job-content ul li a {
		font-size: 7px;
	}
	.rightside .job-content ul li a i {
		font-size: 9px;
    }
	.rightside .job-content {
		margin: 20px 6px 0;
    }
	.blog-detail .commentbox .profile {
		min-height: 241px;
	}
	.blog-detail .tags ul li a {
		padding: 5px 8px;
	}
	#contact .contact-content ul {
		right: 39.0%;
    }
	#contact-form .detail {
		padding: 47px 32px;
    }
	#contact-form .detail li .fa {
		margin-right: 10px;
    }
	#contact-form .detail a {
		font-size: 12px;
    }
	#contact-form .detail li:first-child .fa {
		line-height: 41px;
	}
	#job .form1 .sort, #job .form1 .show, #job .form1 .category {
		margin-right: 0px;
    }
	#job .form1 .keyword .btn-primary, #job .form1 .keyword .btn-success, #job .form1 .keyword .btn-danger, #job .form1 .keyword .btn-warning {
		padding: 6px 9px;
    }
	.leftside .job-candidate .border, .leftside .job-candidate .border1 {
		width: 100px;
	}
	.joblist .metter ul li {
		margin-right: 0px;
	}
	.joblist .metter li a {
		font-size: 8px;
    }
	.joblist .metter .pull-left {
		width: 63%;
	}
	.joblist .metter p {
		font-size: 8px;
		line-height: 12px;
    }
	.joblist .btn-info {
		padding: 11px 14px;
    }
	#login .login-content ul {
		right: 40.5%;
    }
	#submit-job-form .submit-form .fb input, #submit-job-form .submit-form .twitter input, #submit-job-form .submit-form .google input {
		width: 85% !important;
		height:56px !important;
    }
	#submit-job-form .submit-form .fb i, #submit-job-form .submit-form .twitter i, #submit-job-form .submit-form .google i {
		width: 15%;
		padding: 18px 12px;
	}
	#submit-job .submit-job-content ul {
		right: 38%;
	}
	.jobsearch .btn{
		min-width:100px !important;
	}
	#menu .dropdown-menu a {
		font-size: 12px;
    }
	.canditate ul {
		right: 39% !important;
	}
	.candidate .matter .rotate1 {
		font-size: 12px;
	}
	.candidate .matter ul li{
		padding:0;
	}
	.candidate .matter li a i {
		margin-right: 0px;
	}
	.candidate .matter h1 {
		font-size: 16px;
	}
	.product-list .candidate .matter p {
		font-size: 10px;
		margin: 0 0 5px 0;
    }
	.candidate-single .matter span {
		padding: 20px 17px;
    }
	.candidate-single .matter label {
		padding: 15px 19px;
		font-size: 14px;
    }
	.canditate-profile .nav-tabs > li:nth-child(1) > a {
		padding: 22px 60px;
	}
	.canditate-profile .nav-tabs > li:nth-child(2) > a {
		padding: 22px 35px;
	}
	.canditate-profile .nav-tabs > li:nth-child(3) > a {
		padding: 22px 32px;
	}
	.employee ul {
		right: 39.5% !important;
	}
	.employe-box {
		min-height: 110px;
	}
	.graphic h1 {
		font-size: 14px;
	}
	.graphic p {
		font-size: 12px;
    }
	.candidate-single .matter .table tr td{
		font-size:11px;
	}
}
@media (max-width:767px){
    .slider2,.slide-detail{
       position:relative; 
    }
    .megamenu-wrapper{
        display:none;
    }
    .latest-candidate h1,.our-partner h1,.featured-jobs h1,.browse .browse-jobs h1{
        font-size: 14px;
    }
	#menu .dropdown-menu {
		background: #000;
		margin-bottom: 10px;
	}
	header .button-login {
		margin-top:20px;
		text-align: center;
	}
	#top-links .button, #top-links .icon{
		text-align:center;
	     margin-top:20px;
	}
	#top-links .button li a {
		font-size: 12px;
		padding-right: 8px;
    }
	#logo img{
		margin:0 auto;
	}
	.navbar-nav {
		margin: 0 !important;
	}
	#menu {
		margin: 18px 0 0px 0;
		background: #ff9900;
    }
	#menu .menutext {
		float: left;
		padding: 17px;
		font-size: 16px;
		color: #000;
		font-weight:bold;
    }
	.slideshow img {
		height: 334px;
	}
	.slider-caption h1 {
		font-size: 18px;
    }
	.slideshow .slider-caption .btn-group{
		margin-bottom:10px;
	}
	.slideshow .slider-caption .input-group {
		width: 100%;
	}
	.slideshow .slider-caption {
		min-height: 275px;
    }
	.slide-detail {
		bottom: auto;
        top:20px;
	}
    #slideshow0 .slider-caption{
        min-height: 250px;
    }
	.slider-caption .btnsrch {
		padding: 10px 5px;
	}
    .slider-caption .btnsrch i{
        font-size: 16px;
    }
    .browse2 .browse .browse-job li{
        min-width: 100%;
        max-width: 100%;
        margin:0 0 15px !important;
    }
    .browse2 .browse .browse-job li:hover{
        min-width: 100%;
        max-width: 100%;
        min-height:126px; 
        margin:0 0 15px !important;
    }
    .sort .form-control,.sort .keyword li{
        margin-bottom: 10px;
    }
	.slideshow .owl-pagination {
		display:none;
	}
	footer  li a {
		font-size: 14px;
	}
	#header2 .slideshows img {
		display:none;
	}
	#header2 .slide-detail {
		bottom: 20px;
	}
	#header2 .slideshow {
		margin-top:20px;
		height: 494px;
    }
	#header2 .slideshow .slider-caption {
		background: rgba(51, 51, 51, 0.60);
    }
	#header2 .photo .photo-matter p {
		font-size: 10px;
	}
	#header2 .browse .browse-job li {
		margin-bottom:10px;
	}
	.header3 #top-links .button {
		text-align: center;
		float: none !important;
	}
	.header3 header .button-login {
		position:relative;
		top:0;
		right:0;
	}
	.header3 header .button-login .btn-default {
		padding: 16.9px 16px;
	}
	.header3 header .button-login .btn-primary {
		padding: 16.9px 31px;
	}
	.header3 li a {
		font-size: 14px;
	}
	.header3 footer .tags ul li {
		padding: 7px 10px;
    }
	.header3 footer .tags ul li a {
		font-size: 13px;
	}
	.header3 footer .contact ul li a {
		font-size: 14px;
	}
	.header3 #menu .btn, .header3 #menu .menutext {
		color: #000;
	}
	.header4 .powered img {
		float: none;
	}
	.header4 header {
		position: relative;
		background:none;
    }
	.header4 #menu {
		background:#ff9900;
	}
	.header4 header .button-login .btn-default {
		color: #000;
	}
	.header4 .slideshow img {
		height: 368px;
	}
	.header4 header .button-login {
		position: relative;
		top:0px;
    }
	.header4 footer .contact ul li a {
		font-size: 14px;
	}
	.product-box  img{
		width:100%;
	}
	.product-box .matter{
		text-align:center;
	}
	.product-box .matter h1, .product-box .matter li a, .product-box .matter p, .product-box .btn-info {
		font-size: 16px;
	}
	#blog .box img, #bloggs .box img {
		width: 100%;
		float: none;
	}
	#blog .box .matter, #bloggs .box .matter {
		margin-left: 0;
		padding: 8px 9px;
    }
	#blog .box .matter h1, #bloggs .box .matter h1 {
		font-size: 14px;
	}
	#blog .box .matter p {
		font-size: 15px;
		line-height:18px;
	}
	#blog .box .matter a {
		font-size: 16px;
	}
	#latests .candidate h1, #latests .candidate p {
		font-size: 16px;
	}
	#latests ul li {
		width:100%;
	}
	#latests .candidate {
		margin-bottom: 10px;
	}
	#latest .latest-candidate h1 {
		font-size: 14px;
    }
	.latest-candidate .border {
		left: 10%;
	}
	.latest-candidate .border1 {
		right: 6%;
	}
	footer {
		padding: 34px 0;
	}
	footer .matter img{
		text-align:left;
		margin:0;
	}
	#about .about-content ul {
		right: 25%;
		left: 25%;
		text-align: center;
	}
	.paddleft {
		padding-left: 15px !important;
	}
    .login-form {
        margin: 10px 0px;
    }
    .login-form .form,.contact-form .form{
        padding: 15px;
    }
    .contact-form .detail {
        padding: 15px;
        clear: both;                                                                                                                                                                                                                                                                                                                                                                                                                    
    }
	#abouts .team ul li {
		width: 100%;
		margin-bottom: 10px;
	}
	#jobs .jobs-content ul {
		right: 23% !important;
		left: 23%;
		text-align: center;
	}
	.padd0 {
		padding: 15px;
	}
	.rightside .latest-post .border {
		width: 143px;
	}
	.rightside .latest-post .border1 {
		width: 143px;
	}
	.blog-detail .comment ul li a {
		font-size: 12px;
    }
	.blog-detail .tags ul li{
		margin-bottom:15px;
	} 
	.blog-detail .commentbox .profile {
		min-height: 395px;
	}
	.blog-detail .commentbox .replybox li a {
		font-size: 11px;
    }
	.blog-detail .commentbox .form .buttons .btn-primary {
		width: 80%;
    }
	.comment .pull-left, .comment .pull-right{
		float:none !important;
		text-align:center;
	}
	#contact .contact-content ul {
		right: 23%;
		left: 23%;
		text-align: center;
	}
	#contact-form .form .buttons .btn-primary {
		width: 87%;
    }
	#contact-form .detail {
		margin-top: 20px;
	}
	#job .form1 .keyword {
		width: 100%;
	}
	#job .form1 .keyword .btn-primary, #job .form1 .keyword .btn-success, #job .form1 .keyword .btn-danger, #job .form1 .keyword .btn-warning {
		margin-bottom: 10px;
	}
	.joblist img {
		float: none;
		width:100%;
	}
	.joblist .metter {
		margin-left: 0px;
		min-height: 250px;
	}
	.joblist .btn-info {
		margin: 2px 0 17px;
	}
	#login .login-content ul {
		right: 25%;
		left: 25%;
		text-align: center;
	}
	#login-form .form .buttons .btn-primary, #submit-job-form .submit-form .buttons .btn-primary {
		width: 100%;
    }
	#submit-job .submit-job-content ul {
		right: 21%;
		left: 21%;
		text-align: center;
    }
	.pagination > li > a, .pagination > li > span {
		width: 30px;
	}
	.rightside .border {
		left: 5%;
	}
	#submit-job-form .submit-form {
		padding: 45px 15px 59px 15px;
	}
	.powered, .header4 .powered  {
		text-align:left;
	}
	.powered img {
		margin: 0;
	}
	footer h5{
		font-size:16px;
		margin:15px 0;
	}
	footer a{
		font-size:13px;
	}
	footer li, footer .con li{
		padding:0 0 15px;
	}
	.socialicon{
		margin-left:0px;
	}
	header .button-login{
		margin:15px 0 5px;
	}
	#menu .nav > li > a{
		font-size:16px;
	}
	#menu .nav > li > a:hover{
		color:#000;
	}
	#header2 .slideshow .slider-caption{
		width:auto;
	}
	#contact-form .form, #contact-form .detail{
		padding:45px 20px;
	}
	#contact-form .form .buttons{
		text-align:left;
	}
	#contact-form .form .form-group label{
		margin:10px 0;
	}
	#submit-job-form .submit-form .fb i, #submit-job-form .submit-form .twitter i, #submit-job-form .submit-form .google i{
		padding:18px 10px;
	}
	#abouts .mission p{
		padding:0px 10px;
	}
	img{
		margin:0 auto;
	}
	#header2 .browse .browse-job li {
		margin:0 auto 5px;
		min-width:100%;
		min-height:115px;
		padding:25px 0;
    }
	#header2 .browse .browse-job li:hover{
		margin:0 auto !important;
		min-width:100%;
		min-height:115px;
	}
	#header2 .browse .matter1 a span{
		font-size:14px;
	}
	#header2 .photo{
		margin:10px 0;
	}
	#header2 #menu .menutext {
		color: #fff !important;
    }
	#header2 .navbar-toggle i{
		color:#fff !important;
	}
	#header2 .subscribe input {
		min-width: 140px;
	}
	#header2 .slideshows .slider-caption {
		width: 295px;
	}
	#header2 .flickers {
		width: 100%;
	}
	#header2 footer .matter {
		width: 100%;
	}
	#submit-job-form .submit-form .form-group label{
		margin:10px 0;
	}
	.joblist .metter .pull-left{
		width:100%;
	}	
	.joblist .metter .pull-right{
		float:left !important;
	}
	.joblist .btn-info{
		width:100%;
		display:inline-block;
		margin:10px 0;
	}
	.joblist .metter p{
		font-size:12px;
		line-height:18px;
	}
	.blog-detail .commentbox ul li img{
		float:none;
		margin:0 auto;		
	}
	.blog-detail .commentbox .profile,.blog-detail .commentbox .sam{
		margin-left:0px;
		text-align: center;
	}
	.blog-detail .commentbox .form{
		padding:45px 15px 59px;
	}	
	#job .form1 .sort, #job .form1 .show, #job .form1 .category {
		margin-bottom: 20px;
	}
	#job .form1 {
		padding: 20px 0px 20px;
	}
	#menu .dropdown-menu a {
		font-size: 14px;
	}
	.product-list .product-box .image {
		float: none;
	}
	.product-list .product-box .matter {
		margin-left: 0px;
		text-align:left;
	}
	.product-list .product-box .matter p {
		font-size: 13px;
    }
	.product-list .product-box .btn-info {
		margin-right: 9px;
		width: 104px;
	}
	.follow, .need{
		padding:0;
	}
	.jobsearch {
		min-height: 376px;
    }
	.jobsearch .paddleft, .jobsearch .padd0{
		padding:0;	
	}
	.jobsearch .form-control {
		margin-bottom: 10px !important;
	}
	.jobsearch .btnsrch {
		float: none;
		width:100%;
	}
	.canditate ul {
		right: 25%;
		left: 25%;
		text-align: center;
	}
	.candidate-single img{
		margin-bottom:20px;
	}
	.candidate-single .matter .table {
		width: 89%;
    }
	.candidate-single .matter span, .candidate-single .matter .table tr td{
		line-height:18px !important;	
	}
	.candidate-single .matter .table tr td{
		font-size:13px;
	}
	.candidate-single .pull-left, .candidate-single .pull-right{
		float:none !important;
	}
	.candidate-single .btn-primary{
		margin-bottom:20px;
	}
	.similar-candidate h1 {
		font-size: 18px;
	}
	.similar-candidate .border1, .similar-candidate .border {
		width: 184px;
	}
	.canditate-profile .nav-tabs {
		padding: 22px;
	}
	.canditate-profile .nav-tabs > li {
		margin-bottom:10px !important;
	}
	.canditate-profile .nav-tabs > li:nth-child(1) > a  {
		padding: 22px 70px;
	}
	.canditate-profile .nav-tabs > li:nth-child(2) > a {
		padding: 22px 50px;
	}
	.canditate-profile .nav-tabs > li:nth-child(3) > a {
		padding: 22px 61px;
	}
	.canditate-profile .nav-tabs > li:nth-child(4) > a {
		padding: 22px 30px;
	}
	.canditate-profile .nav-tabs > li:nth-child(2), .canditate-profile .nav-tabs > li:nth-child(3), .canditate-profile .nav-tabs > li:last-child {
		margin: 0 0 0 0px;
	}
	.employee ul {
		right: 25%;
		left: 25%;
		text-align: center;
	}
	.employe-box {
		min-height: 146px;
	}
	.blog-detail .commentbox .form .button .btn-primary {
		width: 200px;
	}
	#abouts .team .client .soical li {
		width: 29px;
		height: 29px;
		padding: 3px 6px;
	}
	#contact-form .detail a {
		font-size: 15px;
	}
	.slider-caption .paddright{
		padding-right:15px;
	}
	#menu .navbar-collapse.in {
		overflow-y: hidden !important;
	}
	.job-form .form-group input{
		margin-bottom:10px;
	}
	.candidate .matter ul li {
		padding: 0 10px 0 0;
	}
	#job .padd0{
		padding:15px 0;
	}
	.product-list .product-box .matter ul li {
		padding: 0px 10px 0 0;
		line-height: 22px;
	}
	#abouts  .inner img{
		margin-bottom:20px;
	}
	#login-form .form .form-group a{
		margin-top:10px;
	}
}
@media (min-width:320px) and  (max-width:360px){
	.pagination > li > a, .pagination > li > span {
		 width: 28px;
		margin-right: 5px;
		padding: 8px 8px;
	}
}
.browse button{
 
    border-radius: 25px;
    padding: 15px 30px;
    margin-bottom: 0;
    font-weight: 300;
}
.browse input#input-image {
    border: none;
    height: 15px;
}
.map iframe {
    border: none;
}

.uploadresume .browse{padding:0;}
.uploadresume .browse input#input-cvimage{
    border: none;
    height: auto;
    background: #F7F7F7!important;
}
.employ-logout .btn-primary{
	margin:0 0 30px;
}
.testimonial-main{
	background-position:center center !important;
}
#banner0 img{
	width:100%;
}
.colright #column-right{
   width: 100% !important;
   padding:0px !important;
}
#column-left .latestsfeat{
	margin: 0 0 50px !important;
}
/* new css for dashboard */ 
.box-bg1 {
    background: #5ab1ef;
    color: #034573;
}
.box-bg2 {
    background: #f5994e;
    color: #843c01;
}

.box-bg3 {
    background: #b2d280;
    color: #395d01;
}
.dashboard-boxinner {
    text-align: center;
    padding: 20px 30px;
    margin-bottom: 30px;
	
}
.icon-jobs {
    height: 120px;
    width: 120px;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 50%;
    padding-top: 18%;
}
.dashboard-boxinner h2{color:#fff;}
.dashboard-boxinner h3{color:#fff;}
.icon-jobs i{
  font-size:50px;
  color:#fff;  
	
}
.line-bg1 {
    background: #4FC180!important;
    color: #fff!important;
    font-size: 18px!important;
}
.line-bg2 {
    background: #2AB6F6!important;
	color: #fff!important;
    
}
.line-bg2 h4{color:#fff!important; font-size: 18px!important;}
.line-bg1 h4{color:#fff!important; font-size: 18px!important;}
#account .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: top;
}

header .button-login .btn-danger {
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 4px;
    border: none;
    margin-right: 19px;
    line-height: 18px;
    text-shadow: none !important;
}
header .button-login .btn-default{
	background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 15px;
    border-radius: 4px;
    border: none;
    margin-right: 0;
    line-height: 18px;
    text-shadow: none !important;	
}
.btn-block{
    height: 50px;
    border: none;
    border-radius: 0px;
    background: #ff9900;
    color: #fff;
    font-size: 22.5px;
    font-weight: 600;}
.btn-block:hover{
	   background: #000;
	    color: #fff;
	
}	

.login-form select{height: 48px;}
#content {
  
    padding-bottom: 10px;
}

.setfeature input[type=checkbox]{
    vertical-align: middle!important;
    margin-left: 5px;
}

.setunfeature input[type=checkbox]{
    vertical-align: middle!important;
    margin-left: 5px;
}
#top ul.dropdown-menu .btn-block{background: #000;}
#top ul.dropdown-menu{padding: 0px 0px;}
.form-horizontal .nav-tabs > li > a {color: #000!important;}  

.princing-item.green {
  border:1px solid #eee;
  margin:15px 10px;
}

.princing-item.green h3 {
    font-family: arial!important;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
}
.princing-item.green .renewplan5 {
    margin-bottom: 10px;
}

.realestate_plan .princing-item.green {
    border: 1px solid #F98A00;
    margin: 15px 10px;
}
.realestate_plan .princing-item.green h3 {
    font-family: arial!important;
    border-bottom: 1px solid #F98A00;
    padding-bottom: 15px;
}
@media (min-width:768px){
.company-memberplans .col-sm-4 {
    width: 30%;
 }
}

.bottom-button{width:100%;}
.featured-job .product-thumb {
    background: #fff;
    overflow: hidden;
    box-shadow: 1px 5px 5px #ddd;
    margin-left: -10px;
    margin-right: -10px;
}

.bottom-button {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0;
	 
}
.btn-info1{
    background: #FFFFFF;
    width: 43.5%!important;
    border: 1px solid #4A4A4A;
    float: left;
    border-radius: 0;
	color:#4A4A4A;
	padding:10px 15px;
	box-shadow: 0 5px 5px 0 #ddd;
}
.btn-info2{
    background: #FFFFFF;
    width: 43.5%!important;
    border: 1px solid #FF9900;
    float: right;
    border-radius: 0;
	color:#FF9900;
	padding:10px 15px;
	box-shadow: 0 5px 5px 0 #ddd;
}
.btn-info2:hover{
	 background: #FF9900;
	 border: 1px solid #FF9900;
	 color:#fff;
}
.btn-info1:hover{
	 background: #4A4A4A;
	 border: 1px solid #4A4A4A;
	 color:#fff;
}

.testimonial-main .firstpart {
    border-radius: 0px;
    padding: 0px 30px;
    margin: 0 0 20px;
    border: none;
    min-height: auto;
    background: #f2f0f1!important;
    padding: 30px 15px!important;
    color: #000;
}
.firstpart .name {
    margin: 5px 0;
    cursor: pointer;
    font-size: 16px;
    color: #5A5A5A!important;
    text-transform: capitalize;
    font-weight: 600;
}
.product-thumb.blog-margin {
    margin-left: -12px;
    margin-right: -12px;
}

.blog .readmorepart {
    padding: 10px 5px 10px 5px;
    text-align: center;
    width: 50%;
    margin: 0 auto;
	cursor:pointer;
	border:1px solid #F98A00;
	box-shadow:0 5px 5px 0 #ddd;
	transition: all .5s ease;
}
.blog .readmorepart:hover{
	background:#F98A00;
} 
.blog .readmorepart:hover a{
	color:#fff;
	
}
.blog .readmorepart a{
	color:#F98A00;
  text-transform:uppercase;
}

.type-heading{font-size:15px; color:}

.type-heading{
    font-size: 18px;
    font-weight: 600;
    color: #F98A00;
    line-height: 18px;
    padding-bottom: 12px;
    text-transform: capitalize;
}

.date-addess{
    font-size: 15px;
    font-weight: 600;
    color: #7B7B7B;
    line-height: 12px;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.list-address{
    font-size: 15px;
    font-weight: 600;
    color: #7B7B7B;
    line-height: 12px;
    padding-bottom: 10px;
    text-transform: capitalize;
}
.list-sallery{
    font-size: 15px;
    font-weight: 600;
    color: #7B7B7B;
    line-height: 12px;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.product-grid .btn-info21 {
	background: #FFFFFF;
    width: 43.5%!important;
    border: 1px solid #4A4A4A;
    float: left;
    border-radius: 0;
    color: #4A4A4A;
    padding: 10px 15px;
    box-shadow: 0 5px 5px 0 #ddd;
}

.product-grid .btn-info21:hover{
	background: #4A4A4A;
	color:#fff;
} 

.product-grid .btn-info22:hover{
	background:#F98A00;
	color:#fff;
} 


.product-grid .btn-info22 {
    background: #FFFFFF;
    width: 43.5%!important;
    border: 1px solid #FF9900;
    float: right;
    border-radius: 0;
    color: #FF9900;
    padding: 10px 15px;
	box-shadow: 0 5px 5px 0 #ddd;
   
}
.job-joblist .product-thumb .caption {
	padding: 15px;
	display: grid;
	min-height: 285px;
}

.product-list .btn-info21 {
	background: #FFFFFF;
    width: 20.5%!important;
    border: 1px solid #4A4A4A;
    float: left;
	margin-right:15px;
    border-radius: 0;
    color: #4A4A4A;
    padding: 10px 15px;
    box-shadow: 0px 2px 2px 2px #888888;
}
.product-list .btn-info22 {
    background: #FFFFFF;
    width: 20.5%!important;
    border: 1px solid #FF9900;
    border-radius: 0;
    color: #FF9900;
    padding: 10px 15px;
   box-shadow: 0px 5px 5px 0px #888888;
   
}
.job-joblist .product-list .caption {
	padding: 15px;
}

.job-joblist .product-thumb .image:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    overflow: hidden;
}
.job-joblist .product-thumb .image{
	overflow: hidden;
	background: #f5f5f5;
}

.top-breadcrumb {
    background: #f7f7f7;
    position: relative;
    margin-bottom: 20px;
    background: url('../image/testi-bg.jpg');
    height: 400px;
    position: relative;
}

.button-right{
	float:right;
}

.button-right {
    float: right;
    margin-top: 15px;
    margin-right: 15px;
}

.onlineresumeform label {
    color:#666;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 22px;
}

/* == New css add here == */
input[type=checkbox], input[type=radio] {
	margin: 4px 8px 4px 0;
}

header .button-login button + button {margin-left: 5px;}

html[dir="rtl"] header .button-login button + button {
	margin-right: 5px;
	margin-left: 0;	
}

html[dir="rtl"] .footer3 .subscribe .btn-default {
	border-radius: 50px 0 0 50px;
}

html[dir="rtl"] .subscribe div {
	left: 0 !important;
}

html[dir="rtl"] #top-links .icon li {
    padding: 0 0 0 23px;
}

html[dir="rtl"] .socialicon {padding-right: 0;}

html[dir="rtl"] .footer3 .socialicon li {
	margin-right: 0;
	margin-left: 15px;
}

.breadcrumb > li > a:hover {
	color: #ff9900;
}

.btn-uplodesds{
   background-color: #ff9900!important;
    border-top: none;
    border-right: none;
    border-left: none;
    color: #fff !important	
	
}

/* .employ-employpolicy .buttons .btn-primary { */
    /* width: 100%; */
    /* height: 47px; */
    /* border: none; */
    /* border-radius: 0px; */
    /* background: #ff9900; */
    /* color: #fff; */
    /* font-size: 22.5px; */
    /* font-weight: bold; */
/* } */

.employ-onlineresume .form-control{
	    height: 40px;
  }
  
  .employ-onlineresume .input-group-btn .btn{
	   font-size: 16px;
  }
  
 .activess button {
    border: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
} 

.marg-top{
	margin-top:30px;
	float:right;
}

/* == New css start here == */
#job_filter li:hover {
	opacity: 0.8;
}

.bg-white {
	background: #fff;
}

.job-form .button .btn-primary:hover {
	background: #000;
}

.employ-editemploy #btnSubmit, 
.employ-register #btnSubmit {
	height: 58px;
}

.company-viewcompany .caption {
	min-height: 125px;
}

.owl-carousel .owl-buttons div {
    opacity: 1;
    background: #fff;
    width: 35px;
    height: 35px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #ddd;
    box-shadow: -1px 1px 8px #fff;
	text-shadow: none;
	color: #000;
}

.owl-carousel .owl-buttons div:hover, 
.testimonial-main .owl-carousel .owl-buttons div{
	background-color: #FF9900;
	border-color: #FF9900;
	color: #fff;
	box-shadow: 2px 0 8px 0 #666;
}

.testimonial-main .owl-carousel .owl-buttons div:hover {
	background-color: #fff;
	color: #FF9900;
	border-color: #fff;
}

.owl-carousel:hover .owl-buttons div {
    opacity: 1 !important;
}

.owl-carousel .owl-buttons div i {
	margin: 0 !important;
	font-size: 30px !important;
}

#top-links .button li a:hover, #top .btn-link:hover {
	color: #ff9900;
}

.submit-job-form .submit-form .buttons .btn-primary:hover,
.btn-uplodesds:hover {
	background: #000 !important;
}

.featured-job .product-thumb .caption {
	min-height: 170px;
}

/* == New css end here == */


/* new singlepage css payment  */

	.extension-onepagecheckout header #mega_menu,.extension-onepagecheckout header #cart{
		display:none;
	}
	.extension-onepagecheckout header .col-sm-1 img{
		margin:0 auto;
	}
	.extension-onepagecheckout header .col-sm-1{
		width:100% !important;
	}
	.extension-onepagecheckout header:hover{
		background:transparent;
	}
	.extension-onepagecheckout header{
		position:relative;
	}
	
	
	.stepper .nav-tabs {
        position: relative;
    }
	.stepper .nav-tabs > li:last-child::after {
        background: transparent;
    }
    .stepper .nav-tabs > li.active:last-child .round-tab {
        background: #34bc9b;
	}
	.stepper .nav-tabs > li {
        display: table-cell;
		position: relative;
		padding: 1.5rem;
		z-index: 2;
		width: 33%;
		text-align:center;
	}
	    .stepper .nav-tabs > li:after {
            content: '';
			position: absolute;
			background: #0FCA98;
			display: block;
			width: 100%;
			height: 2px;
			top: 45px;
			left: 50%;
			z-index: -1;
        }
		.stepper .nav-tabs [data-toggle="tab"] {
		  width: 25px;
		  height: 25px;
		  margin: 20px auto 5px;
		  border-radius: 100%;
		  border: none;
		  padding: 0;
		  color: #0FCA98;
		}
		.stepper .nav-tabs > li.completed::after {
                background: #00bbc5;
        }
		.stepper .nav-tabs > li.active:last-child::after {
                    content: '✔';
                    color: #fff;
                    position: absolute;
                    left: 0;
                    right: 0;
                    margin: 0 auto;
                    top: 0;
                    display: block;
                }

    .round-tab {
        width: 25px;
        height: 25px;
        line-height: 22px;
        display: inline-block;
        border-radius: 25px;
        background: #fff;
        border: 2px solid #34bc9b;
        z-index: 2;
        text-align: center;
        font-size: 14px;
        color:#fff;
    }
    .completed .round-tab{
    	background: #fff;
		border-color:#0FCA98;
	}
    .completed .round-tab::after {
    		content: '✔';
    		color: #0FCA98;
    		position: absolute;
    		left: 0;
    		right: 0;
    		margin: 0 auto;
    		top: 0px;
    		display: block;
    }
    .active .round-tab {
        color: #fff;
				background-color: #0FCA98;
				box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #0FCA98;
				transition-property: background-color, color, border-color;
				transition-duration: 0.2s;
				transition-timing-function: ease-in-out;
				border: none;
	}
        .active .round-tab::after {
            display: none;
        }
   
    .disabled .round-tab {
        background: #fff;
        color: #0FCA98;
        border-color: #0FCA98;
	}
        .disabled .round-tab:hover {
            color: #4dd3b6;
            border: 2px solid #0FCA98;
        }
        .disabled .round-tab::after {
            display: none;
        }
.stepper-horizontal .nav-tabs{
border: none !important;
    width: 63%;
    margin: 20px auto;
    margin: 0 auto;
}
.stepper-horizontal .nav-tabs li.active a,.stepper-horizontal .nav-tabs li a:hover,.stepper-horizontal .nav-tabs li a{ 
	border:none !important;
}
 .stepper-horizontal .step {
        display:table-cell;
        position:relative;
        padding:1.5rem;
        z-index: 2;
        width: 25%;
 }

        .step-circle {
            width:25px;
            height:25px;
            margin:0 auto;
            border-radius: 50%;
            text-align: center;
            font-size: 14px;
            font-weight: 600;
            z-index:2;
            border: 2px solid #D9E2EC;
        }

 .step-circle span{
	 line-height:25px;
 }           .step-circle {
                background-color:transparent;
                border: 2px solid #d2d6d9;
				color: #d2d6d9;
			}
            
        .editing .step-circle {
                color: #fff;
				background-color: #0FCA98;
				box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #0FCA98;
				transition-property: background-color, color, border-color;
				transition-duration: 0.2s;
				transition-timing-function: ease-in-out;
				border: none;
            }
            .stepper .nav-tabs > li.active .step-title {
                color:#0FCA98;
            }

        .step-title {
            margin-top:5px;
            font-size:14px;
            font-weight:400;
			color: #d2d6d9;
        }
        .step-title, .step-optional {
            text-align: center;
            color: #d2d6d9;
        }
        .step-optional {
            font-size:0.75rem;
            font-style: italic;
            color: #9FB3C8;
        }

        .step-bar-left, .step-bar-right {
            position:absolute;
            top:calc(2rem + 5px);
            height:2px;
            background-color: #D9E2EC;
            border: solid #D9E2EC;
            border-width: 2px 0;
            width: calc(100% - 2rem);
            left:50%;
            margin-left:1rem;
            z-index:-1;
        }
#onepagecheckout .tab-content #stepper-step-1 h3{
	margin:20px 0;
	font-size:28px;
	color:#000;
	font-weight:600;
}
#onepagecheckout .tab-content #stepper-step-1{
	text-align:center;
	/* background: #f4f5f4; */
	padding: 30px 20px 50px;
}
#onepagecheckout .tab-content .btn-primary1 .fa-angle-right{
	font-size: 32px;
    float: right;
}
#onepagecheckout .tab-content .btn-default1 i{
	font-size: 32px;
    float: left;
}
.dmethod-box label{
	font-weight: 400;
	text-transform: uppercase;
	font-size:14px;
	color:#000;
	padding:0px;
	text-align:left;
	margin-bottom:0;
}

#cart {
    margin-bottom: 0px;
}

#onepagecheckout .tab-content #stepper-step-1 .buttons button {
    margin: 0 50px;
}
.btn-default1 {
    background-color: #ffffff;
    border: 2px solid #949ca1;
    color: #666;
    min-height: 60px;
    border-radius: 50px;
    text-transform: capitalize;
    min-width: 254px;
    font-size: 22.4px;
}

#onepagecheckout .tab-content .btn-primary1 {
    min-height: 60px;
    min-width: 254px;
}
.btn-primary1 {
    border: 2px solid #0FCA98;
    background-color: #0FCA98;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    min-height: 75px;
    font-size: 22.4px;
    color: #fff;
    text-transform: capitalize;
    min-width: 230px;
}

.cart-box {
    display: flex;
    width: 80%;
    margin: 0 auto;
    padding-top: 0px;
    margin-bottom: 45px;
    background: #F4F5F4;
}

.cart-box .cart-detail {
    width: 100%;
    padding: 30px;
}

.margin-btm .remove {
    color: #ff0000;
    border: 1px solid #ff0000;
}

.cart-box .image img {
    width: 150px;
    height: 100px;
}
.cart-box .img-thumbnail {
    border: 0 !important;
    border-radius: 12px;
}

.cart-detail h4{margin-left:15px;}
.cart-detail p{margin-left:15px;}

#onepagecheckout .tab-content {
    padding: 30px 20px 50px;
}

.setposition label {
	margin-left: 10px;
}


/* ================= end 4-4-2022============== */

/* ================= end 6-4-2022============== */
#onepagecheckout {
    background: #fff;
    border: 1px solid #ddd;
}

.job-category .product-list .product-thumb .caption{
	border-bottom:0px;
	
}



@media (max-width:768px){
	.top-breadcrumb {
		height: auto;
		position: relative;
		padding-bottom: 15px;
	}
	
	header .button-login { justify-content: center;}
	
	.employ-login .top-breadcrumb h1{
		display:none;
	}
}