@charset "utf-8";
/* CSS Document */

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
    margin: 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}
header.carousel {
    height: 343px;
}
.internal-logo {
	width: 265px;
    background-color: #fff;
    padding: 5px 5px 2px 5px;
    border-radius: 3px;
}
#middle-body {
	margin: 25px 0 50px 0;
    border-width: 0px 1px;
}

.copyright {
    color: #4190d4;
    font-weight: 400;
    font-size: 13px;
    margin: 10px 0;
}
a {
    color: #0087be;
    text-decoration: none;
}
a:hover {
    color: #0087be;
    text-decoration: underline;
}
.header {
    width: 100%;
    left: 0;
    position: fixed;
    background-color: #28328c;
    padding: 10px 0;
	z-index:1000;
}
.footer-internal {
    width: 100%;
    left: 0;
    position: absolute;
    padding: 30px 0;
    background: #28328c;
    
}

.footer-internal tr {
	vertical-align:top;
}
ul.footer-content {
    list-style-type: none;
    font-size: 14px;
}
ul.footer-content li a {
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    line-height: 25px;
    text-transform: capitalize;
}
.middle-container {
    padding: 15px 25px;
    margin: 100px 0 0 0;
}
h1.head-bar {
    font-size: 26px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ccc;
}
.spacer {
    height: 20px;
}
p {
    font-size: 14px;
}
.dropbtn {
    background: none;
    padding: 0px;
    margin: 0 0 0 0;
    border: none;
    cursor: pointer;
    text-transform: capitalize;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
}
/* The container <div> - needed to position the dropdown content */

.dropdown {
    position: relative;
    display: inline-block;
    margin: 0 0px 0 0;
    padding: 0 15px;
}
.dropdown a {
    color: #fff;
}
/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 175px;
    text-align: left;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
/* Links inside the dropdown */

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	clear:left;
}
/* Change color of dropdown links on hover */

.dropdown-content a:hover {
    background-color: #f1f1f1
}
/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {
    display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn {
    background-color: none;
}
.footer-container {
    background-color: white;
}
.footer-container a {
    font-weight: 300;
    font-size: 14px;
}
.social-circle a.icoRss {
    background-color: #F56505;
}
.social-circle a.icoFacebook {
    background-color: #3B5998;
}
.social-circle a.icoTwitter {
    background-color: #33ccff;
}
.social-circle a.icoGoogle-plus {
    background-color: #dd4b38;
}
.social-circle a.icoMobile-phone {
    background-color: #373737;
}
.social-circle a.icoLinkedin {
    background-color: #007bb7;
}
/* footer social icons */

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}
ul.social-network li {
    display: inline;
    margin: 0 1px;
}
/* footer social icons */

.social-network a.icoRss:hover {
    background-color: #F56505;
}
.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}
.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}
.social-network a.icoGoogle:hover {
    background-color: #BD3518;
}
.social-network a.icoVimeo:hover {
    background-color: #0590B8;
}
.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}
.social-network a.icoMobile-phone:hover {
    background-color: #373737;
}
.social-network a.icoGoogle-plus:hover {
    background-color: #dd4b38;
}
.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoMobile-phone:hover i,
.social-network a.icoGoogle-plus:hover i,
.social-network a.icoLinkedin:hover i {
    color: #fff;
}
a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}
.social-circle ul {
    float: right;
}
.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 10px auto 0 auto;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
}
.social-circle li i {
    margin: 0;
    line-height: 40px;
    text-align: center;
}
.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
#sub-footer {
    border-top: 1px solid #0f6fba;
}
.f-title {
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    padding: 0 0 10px 0;
}



/* Profile Menu */
.job-noti {
	font-size: 18px!important;
	padding: 6px 0;
}
.notification-company, .notification-location {
    color: #808080;
    font-size: 11px;
}
.notification-title {
    color: #22b14c;
}
.badge-notify a{
    background: #ff0000!important;
    position: relative;
    top: -44px;
    left: 33px;
	font-size:11px;
	font-weight:400;
  }
  .resume-badge {
	float:right;
	display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #b1b1b1;
    border-radius: 10px;
}
.pull-right {
	color: #b1b1b1;
}
.badge2 {
    display: inline-block;
    min-width: 10px;
    padding: 1px 7px 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #d9534f;
    border-radius: 10px;
    margin: -3px 0 0 -8px;
}
img.jobseeker-profile {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
img.jobseeker-profile2 {
    width: 36px;
    height: 36px;
    margin: 0px 0 0 15px;
    border-radius: 50%;
    background-color: #fff;
    object-fit: fill;
}
.dropdown-content-custom a {
	    text-transform: capitalize;
    border-top: 1px solid #eee;
}
.jprofile img {
     height: 70px;
    width: 70px;
    border-radius: 0;
    display: -webkit-inline-box;
    vertical-align: text-bottom;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}
p.jname {
    margin: 10px 0 0 0;
    padding: 0;
	font-weight: 600;
}
p.jemail a.em {
    color: #2cc4df;
    margin: 0 5px 30px 0;
    padding: 0;
    font-weight: 400;
    font-size: 13px;
    background-color: transparent;
    border: none;
    word-wrap: break-word;
    text-transform: lowercase;
	}

.dropdown a{font-weight: 700;}
.dropdown-content-custom {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 250px;
    text-align: left;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    text-transform: capitalize;
    margin: 0px 0 0 -10px;
    border-radius: 5px;
    padding-top: 5px;
	right: 0;
    left: auto;	
}
.dropdown-content a {
    color: #404040;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-weight: 400!important;
	clear:left;
}

.profile-inner img {
border-radius: 5px;
    padding: 0;
    width: 60px;
    height: 60px;
    margin: 2px 10px 10px 10px;
    object-fit: unset;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
	border:1px solid #ccc;
}
.logo-dashboard img {border-radius:5px;}
.post-resume {
	    background-color: #1d2869;
    border: 1px solid #1d2869;
    padding: 13px 20px;
}

.ftr img {
	    height: 39px;
    background-color: #fff;
    padding: 10px 10px 5px 10px;
    border-radius: 5px;
}