/*Univesal Staffing*/
/*Author: Rico Isaac Zamudio*/
* {
	outline: none !important;
}
html, body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	/*height: 100%;*/
	color: #4e4e4e;
}
body {
	overflow: hidden;
}
.logo-container {
	text-align: center;
	padding: 20px;
	border-top: 4px solid #0f2647;
}
.navbar {
	min-height: 30px;
}
.navbar-default {
	background-color: #fff;
	border-color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	margin-bottom: 0px;
}
.navbar .navbar-text-center {
	text-align: center;
}
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}
/*.navbar-toggle {
	margin-right: 47%;
	margin-left: 47%;
}*/
.navbar-toggle 
{
	float:none;
	margin-left: 15px
}   
.navbar-header
{
	text-align:center;
}
.navbar-default .navbar-toggle {
	border-color: #0f2647;
	border-radius: 0;
	border: 2px solid #0f2647;
}

.navbar-nav .open .dropdown-menu .dropdown-header, 
.navbar-nav .open .dropdown-menu > li > a {
	padding: 5px 15px 5px 15px;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #0f2647;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
	color: #0f2647;
	background-color: transparent;
	font-weight: 600;
	border: 2px solid #000066;
}
.navbar-nav > li > a {
	padding: 5px 30px;
}
.navbar-default .navbar-nav > li > a {
	color: #0f2647;
	border: 2px solid transparent;
	font-weight: 600;
	transition: all 0.2s;
}
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover {
	color: #fff;
	background-color: #0f2647;
	transition: all 0.2s;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > .open > a:hover {
	color: #fff;
	background-color: #0f2647;
	border: 2px solid transparent;
}
.dropdown-menu {
	min-width: 164px;
	border: 1px solid #0f2647;
	border-top: 1px solid #0f2647;
	border-radius: 0px;
	text-transform: uppercase;
}
.dropdown-menu > li > a {
    font-weight: 600;
    color: #0f2647;
	transition: all 0.2s;
}
.dropdown-menu > li > a:focus, 
.dropdown-menu > li > a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0f2647;
	transition: all 0.2s;
}
.dropdown-menu > li > a {
	padding: 7px 20px;
}
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:focus, 
.dropdown-menu > .active > a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0f2647;
	outline: 0;
}
section,
.inner-page {
	padding-top: 60px;
	padding-bottom: 60px;
	/*height: 70%;*/
}
.outline-box-outer {
	left: 5%;
	top : 10%;
	z-index: 3;
	position: absolute;
	width: 100%;
	height: 100%;
}
.outline-box-inner {
	border:2px solid rgba(225,225,255,0.8);
	width: 90%;
}
.about-us-section {
	padding-top: 100px;
	padding-bottom: 100px;
	background-image: url(../images/about-us-section.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
}

/*News and Announcement*/
.news-announcement-section {
	padding-top: 100px;
	padding-bottom: 100px;
	background-image: url(../images/news-and-announcements.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	text-align: center;
}
.article-list {
	padding-bottom: 20px;
}
.article-list h2 {
	color: #0f2647;
	font-size: 20px;
	font-family: 'ArcaMajora-Bold';
}
.article-list  p {
	font-size: 14px;
}
.article-list article {
	border: 1px solid #0f2647;
	border-radius: 2px;
	top: 0px;
	background-color: rgba(255, 255, 255, 0.7);
	transition: all 0.2s;
	min-height: 256px;
	position: inherit;
}
article > .article-content {
	padding: 10px;
}
.article-list article:hover {
	top: -10px;
	position: relative;
	-webkit-box-shadow: 0px 9px 15px 0px rgba(50, 50, 50, 0.31);
	-moz-box-shadow: 0px 9px 15px 0px rgba(50, 50, 50, 0.31);
	box-shadow: 0px 9px 15px 0px rgba(50, 50, 50, 0.31);
	cursor: context-menu;
	transition: all 0.2s;
}
.article-list article a {
	color: #0f2647;
}
.article-list article a:hover {
	color: #fff;
}
.article-image {
	background-size: cover;
	width: 100%;
	height: 250px;
	background-position: center;
	border-bottom: 1px solid #0f2647;
	
}
.item > img {
	width: 100%;
}
.carousel-caption {
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	/*text-shadow: none;*/
	text-shadow: 0px 2px 3px rgba(0,0,0,.6);
}
.carousel-control {
	transition: all 0.2s;
}
.carousel-control:focus, .carousel-control:hover {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: 0;
	opacity: .9;
	transition: all 0.2s;
}
.first-line {
	font-size: 40px;
}
.second-line {
	font-size: 40px;
	font-weight: 400;
}
.third-line {
	font-size: 40px;
}
.first-line, 
.second-line,
.third-line {
	/*margin-bottom: 5px;*/
	/*padding: 6px 20px;*/
	/*background-color: #0f2647;*/
	/*display: inline-block;*/
}
.carousel-inner-slider {
	min-height: 600px;
}
@font-face {
	font-family: 'ArcaMajora-Bold';
	src: url('../fonts/arca-majora/ArcaMajora3-Bold.eot'); /* IE9 Compat Modes */
	src: url('../fonts/arca-majora/ArcaMajora3-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/arca-majora/ArcaMajora3-Bold.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/arca-majora/ArcaMajora3-Bold.woff') format('woff'); /* Pretty Modern Browsers */
}
@font-face {
	font-family: 'ArcaMajora-Heavy';
	src: url('../fonts/arca-majora/ArcaMajora3-Heavy.eot'); /* IE9 Compat Modes */
	src: url('../fonts/arca-majora/ArcaMajora3-Heavy.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/arca-majora/ArcaMajora3-Heavy.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/arca-majora/ArcaMajora3-Heavy.woff') format('woff'); /* Pretty Modern Browsers */
}
p, .contact-us-address {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 16px;
}
ol, ul {
	font-size: 16px;
}
.heading-style {
	font-family: 'ArcaMajora-Heavy';
	color: #0f2647;
	font-size: 30px;
}
.heading-style-none {
	font-family: 'ArcaMajora-Heavy';
	color: #0f2647;
	font-size: 30px;
}
.heading-style::after {
	content: "";
	display: block;
	margin-bottom: 40px;
	border-bottom: solid 2px #0f2647;
	width: 100px;
	padding-top: 20px;
}
.heading-style-center {
	font-family: 'ArcaMajora-Heavy';
	color: #0f2647;
	font-size: 30px;
}
.heading-style-center::after {
	content: "";
	display: block;
	margin-bottom: 40px;
	border-bottom: solid 2px #0f2647;
	margin-right: auto;
	margin-left: auto;
	width: 100px;
	padding-top: 20px;
}

.btn-default {
	font-family: 'ArcaMajora-Bold';
	color: #333;
	background-color: transparent;
	border:2px solid #333333;
	border-radius: 100px;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 12px 40px 10px 40px;
	transition: all 0.2s;
}
.btn-default:hover {
	color: #fff;
	background-color: #0f2647;
	border-color: #0b1b32;
	transition: all 0.2s;
	box-shadow: none;
}
.btn-default.focus, .btn-default:focus {
	color: #fff;
	background-color: #0f2647;
	border-color: #0b1b32;
	transition: all 0.2s;
	box-shadow: none;
}
.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
	color: #fff;
	background-color: #0f2647;
	border-color: #0b1b32;
	transition: all 0.2s;
	box-shadow: none;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
	color: #fff;
	background-color: #0f2647;
	border-color: #0b1b32;
	transition: all 0.2s;
	box-shadow: none;
}
.btn-default.disabled.focus, 
.btn-default.disabled:focus, 
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover, 
fieldset[disabled] .btn-default.focus, 
fieldset[disabled] .btn-default:focus, 
fieldset[disabled] .btn-default:hover {
	color: #333;
    background-color: #fff;
    border-color: #ccc;
}

/*Button for Carousel*/
.btn-carousel {
	font-family: 'ArcaMajora-Bold';
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 100px;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 12px 40px 10px 40px;
	transition: all 0.2s;
}
.btn-carousel:hover {
	color: #fff;
	background-color: #0f2647;
	border-color: #0b1b32;
	transition: all 0.2s;
	box-shadow: none;
}
.btn-carousel.focus, .btn-carousel:focus {
	color: #fff;
	background-color: #0f2647;
	border-color: #0b1b32;
	transition: all 0.2s;
	box-shadow: none;
}
.btn-carousel.active, .btn-carousel:active, .open > .dropdown-toggle.btn-carousel {
	color: #fff;
	background-color: #0f2647;
	border-color: #0b1b32;
	transition: all 0.2s;
	box-shadow: none;
}
.btn-carousel.active.focus,
.btn-carousel.active:focus,
.btn-carousel.active:hover,
.btn-carousel:active.focus,
.btn-carousel:active:focus,
.btn-carousel:active:hover,
.open > .dropdown-toggle.btn-carousel.focus,
.open > .dropdown-toggle.btn-carousel:focus,
.open > .dropdown-toggle.btn-carousel:hover {
	color: #fff;
	background-color: #0f2647;
	border-color: #0b1b32;
	transition: all 0.2s;
	box-shadow: none;
}

/*Button for Carousel 2*/
.btn-carousel2 {
	font-family: 'ArcaMajora-Bold';
	color: #fff;
	background-color: #0f2647;
	border: 1px solid #fff;
	border-radius: 100px;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 12px 40px 10px 40px;
	transition: all 0.2s;
}
.btn-carousel2:hover {
	color: #fff;
	background-color: #0f2647;
	border-color: #0b1b32;
	transition: all 0.2s;
	box-shadow: none;
}
.btn-carousel2.focus, .btn-carousel2:focus {
	color: #fff;
	background-color: #0f2647;
	border-color: #0b1b32;
	transition: all 0.2s;
	box-shadow: none;
}
.btn-carousel2.active, .btn-carousel2:active, .open > .dropdown-toggle.btn-carousel2 {
	color: #fff;
	background-color: #0f2647;
	border-color: #0b1b32;
	transition: all 0.2s;
	box-shadow: none;
}
.btn-carousel2.active.focus,
.btn-carousel2.active:focus,
.btn-carousel2.active:hover,
.btn-carousel2:active.focus,
.btn-carousel2:active:focus,
.btn-carousel2:active:hover,
.open > .dropdown-toggle.btn-carousel2.focus,
.open > .dropdown-toggle.btn-carousel2:focus,
.open > .dropdown-toggle.btn-carousel2:hover {
	color: #fff;
	background-color: #0f2647;
	border-color: #0b1b32;
	transition: all 0.2s;
	box-shadow: none;
}

.carousel-indicators li {
	width: 14px;
	height: 14px;
	border: 1px solid #fff;
}
.carousel-indicators .active {
	width: 16px;
	height: 16px;
	margin: 0;
	background-color: #0f2647;
}
.job-openings-section {
	background-color: #e8eaf2;
	padding-top: 0px;
	padding-bottom: 0px;
	/*height: 80%;*/
}
.job-openings-left-image {
	background-image: url(../images/job-openings-left-image.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.job-list-container {
	padding: 60px;

}
.job-listing-link {
	text-decoration: none;
}
.job-listing-link:hover,
.job-listing-link:focus,
.job-listing-link:active
{
	text-decoration: none;
}
.job-listing:hover {
	-webkit-box-shadow: 0px 0px 9px 0px rgba(191, 195, 212, 0.80);
	-moz-box-shadow:    0px 0px 9px 0px rgba(191, 195, 212, 0.80);
	box-shadow:         0px 0px 9px 0px rgba(191, 195, 212, 0.80);
	transition: box-shadow 0.2s;
}
.job-listing {
	background-color: #fff;
	border-radius: 2px;
	padding: 20px 10px;
	box-shadow: none;
	transition: box-shadow 0.2s;
	min-height: 85px;
}
.job-listing-title {
	font-family: 'ArcaMajora-Bold';
	color: #383838;
	margin: 0px;
	text-transform: capitalize;
}
.job-listing-country {
	font-family: 'Roboto', sans-serif;
	color: #383838;
	font-weight: 300;
	margin: 0px;
}
.job-listing-row {
	margin-bottom: 15px;
	padding-right: 8px;
	padding-left: 8px;
}
.right-column {
	/*margin-bottom: 0 !important;*/
	margin-top: 0px !important;
	margin-left: auto;
	margin-right: auto;
}
.left-column{
	margin-top: 0px !important;
	/*text-align:center;*/
	margin-left: auto;
	margin-right: auto;
}
.equal {  
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex: 1 0 auto;
}
.login-testimonial-section {
	/*height: 100%;*/
}
.job-openings-inner {
	padding: 10px 20px 10px 20px;
}
#testimonial-carousel {
	padding-top: 10px;
}
.p-testimonial {
	font-style: italic;
}
.testimonial-position, 
.testimonial-country,
.testimonial-company {
	font-size: 14px;
}
.login-textbox {
	background-color: #fff;
	border-bottom: 1px solid #cccccc;
	border-radius: 0px; 
	outline: 0;
	border-top: none;
	border-right: none;
	border-left: none;
	box-shadow: none;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 300;
	height: 50px;
	padding-bottom: 0;
	transition: all 0.2s;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.login-textbox:focus {
	border-color: transparent;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid #0f2647;
	transition: all 0.4s;
}
.applicants-login-container,
.testimonial-container {
	padding-left: 60px;
	padding-right: 60px;
}

.horizontal-divider {
	border-left: 1px solid #0f2647;
}
.horizontal-divider-right {
	border-right: 1px solid #0f2647;
}
.testimonial-name {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-style: italic;
	font-size: 18px;
}
.employers-login-section {
	background-image: url(../images/employers-login-bg.png);
	background-size: cover;
	background-position: center;
}
.employers-login-section h3 {
	color: #fff;
}
.employers-login-description {
	color: #fff;
	font-style: italic;
	font-size: 20px;
}
.employer-container-button {
	margin-top: 20px;
}
.employer-section-text-align1 {
	text-align: right;
}
.employer-section-text-align2 {
	text-align: left;
}

.horizontal-divider-white {
	border-right: 1px solid #fff;
	padding-right: 30px;
}
/*Employer's Button*/
.btn-employers-login {
	font-family: 'ArcaMajora-Bold';
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 100px;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 40px;
	padding: 12px 40px 10px 40px;
	transition: all 0.2s;
}
.btn-employers-login:hover {
	color: #fff;
	background-color: #0f2647;
	border-color: #fff;
	transition: all 0.2s;
	box-shadow: none;
}
.btn-employers-login.focus, .btn-employers-login:focus {
	color: #fff;
	background-color: #0f2647;
	border-color: #fff;
	transition: all 0.2s;
	box-shadow: none;
}
.btn-employers-login.active, .btn-employers-login:active, .open > .dropdown-toggle.btn-employers-login {
	color: #fff;
	background-color: #0f2647;
	border-color: #fff;
	transition: all 0.2s;
	box-shadow: none;
}
.btn-employers-login.active.focus,
.btn-employers-login.active:focus,
.btn-employers-login.active:hover,
.btn-employers-login:active.focus,
.btn-employers-login:active:focus,
.btn-employers-login:active:hover,
.open > .dropdown-toggle.btn-employers-login.focus,
.open > .dropdown-toggle.btn-employers-login:focus,
.open > .dropdown-toggle.btn-employers-login:hover {
	color: #fff;
	background-color: #0f2647;
	border-color: #fff;
	transition: all 0.2s;
	box-shadow: none;
}
.contact-us-section-desktop {
	padding: 0;
}
#googlemaps { 
	z-index: 1;
	/*min-height: 350px;*/
	min-height: 546px;
	background-image: url(../images/company-map.jpg);
	background-position: center right;
}
#googlemapsmobile {
	min-height: 400px;
	display: none;
}
.contact-us {
	z-index: 2;
	position: absolute;
	background-color: rgba(255,255,255, 0.90);
	min-height: 546px;
	width: 50%;
	text-align: right;
}
.footer-info {
	padding-top: 80px;
	padding-bottom: 50px;
	padding-right: 100px;
}
footer  {
	padding-right: 100px;
	border-top: 1px solid #0b1b32;
	padding-top: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;
	/*padding-bottom: 50px;*/
}
.footer-mobile {
	display: none;
}

.social-media {
	color: #333;
	transition: all 0.2s;
	margin-left: 5px;
}
.social-media:hover {
	color: #0f2647;
	transition: all 0.2s;
}
.testimonial-indicator .active {
	width: 14px;
	height: 14px;
	margin: 0;
	background-color: #333;
}
.testimonial-indicator li {
	width: 12px;
	height: 12px;
	border: 1px solid #333;
}
.testimonial-indicator {
	bottom: -40px;
}

/*Contact Us Page*/
.contact-form-textbox {
	background-color: #fff;
	border-bottom: 1px solid #cccccc;
	border-radius: 0px; 
	outline: 0;
	border-top: none;
	border-right: none;
	border-left: none;
	box-shadow: none;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 300;
	height: 50px;
	padding-bottom: 0;
	transition: all 0.2s;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.contact-form-textbox:focus {
	border-color: transparent;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid #0f2647;
	transition: all 0.4s;
}

#googlemap-contact-us-page { 
	min-height: 350px;
	/*min-height: 225px;*/
}
.contact-us-page {
	padding-top: 50px;
	padding-bottom: 50px;
}
.footer-info-contact-page {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 30px;
	text-align: right
}
.footer-info-contact-page > h3 {
	margin-top: 0px;
}
.footer-contact-form > h3 {
	margin-top: 0px;
}
.footer-contact-form {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 30px;
}
.copyright{
	color: #fff;
	padding: 30px;
	/*background-color: rgba(255,255,255, 0.74);*/
	background-color: #0f2647;
	width: 100%;
	text-align: center;
}

/*Materialize*/
.mat-input{
	margin: 2% auto;
}
.mat-input-outer{
	display: table;
	width: 100%;
	position: relative;
}
.mat-input-outer input{
	height: 50px;
	border-radius: 0;
	border: none;
	width: 100%;    
	padding: 0px !important;
	font-size: 20px;
	/*font-style: italic;*/
	font-weight: 300;
}
.mat-input-outer textarea{
	height: 50px;
	border-radius: 0;
	border: none;
	width: 100%;    
	padding: 0px !important;
	font-size: 20px;
	/*font-style: italic;*/
	font-weight: 300;
}
.mat-input-outer label{
	font-size: 20px;
	left: 0px;
	position: absolute;
	top: 18px;
	/*font-style: italic;*/
	transition: .2s;
	color: #000;
	cursor: text;
	font-weight: 300;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.mat-input-outer .border{
	height: 1px;
	background: #000;
	transition: .3s;
	-webkit-transition: .3s;
	-ms-transition: .3s;
}
.mat-input-outer .border::before{
	content: " ";
	display: table;
	height: 3px;
	width: 0%;
	background: transparent;
	transition: .3s;
	-webkit-transition: .3s;
	-ms-transition: .3s;
	margin: 0 auto;
}
.mat-input-outer input:focus ~ .border{
	background: transparent;
}
.mat-input-outer input:focus ~ .border::before{
	width: 100%;
	background: #0f2647;
}
.mat-input-outer input + label.active{
	/*left: 5px;*/
	left: 0px;
	font-size: 14px;
	top: -25px;
	color: #0f2647;
	opacity: 1;
	font-weight: 500;
	filter: alpha(opacity=100);
}
.mat-input-outer textarea:focus ~ .border{
	background: transparent;
}
.mat-input-outer textarea:focus ~ .border::before{
	width: 100%;
	background: #0f2647;
}
.mat-input-outer textarea + label.active{
	/*left: 5px;*/
	left: 0px;
	font-size: 14px;
	top: -25px;
	color: #0f2647;
	opacity: 1;
	font-weight: 500;
	filter: alpha(opacity=100);
}
.textarea-contact-us{
	min-height: 100px;
	border:none;
	resize:none;
}
.animated {
	-webkit-transition: height 0.2s;
	-moz-transition: height 0.2s;
	transition: height 0.2s;
}
/*Inner Page banner*/
.page-banner {
	height: 300px;
	background-color: #0f2647;
	/*background-color: transparent;*/
	background-image: url(../images/slider-1-opacity.png);
	background-attachment: fixed;
	background-size: 100%;
	text-align: center;
	display: table;
	width: 100%;
}
.company-banner{
	background-image: url(../images/blue-overlay.png), url(../images/about-us-page.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.our-services-banner {
	background-image: url(../images/blue-overlay.png), url(../images/our-service-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.our-process-banner {
	background-image: url(../images/blue-overlay.png), url(../images/our-process-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.news-banner {
	background-image: url(../images/blue-overlay.png), url(../images/news-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.testimonial-banner {
	background-image: url(../images/blue-overlay.png), url(../images/testimonial-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.contact-us-banner {
	background-image: url(../images/blue-overlay.png), url(../images/contact-us-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.manpower-resquest-banner {
	background-image: url(../images/blue-overlay.png), url(../images/manpower-resquest-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.apply-online-banner {
	background-image: url(../images/blue-overlay.png), url(../images/apply-online-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.page-banner > .inner-banner {
	display: table-cell; 
	vertical-align: middle;
}
.inner-banner  h1 {
	margin: 0;
	font-size: 35px;
	/*padding: 20px 30px 15px 30px;*/
	/*padding: 20px 30px;*/
	/*background-color: #0f2647;*/
	/*display: inline-block;*/
	color: #fff;
	/*font-family: 'Roboto', sans-serif;*/
	font-family: 'ArcaMajora-Bold';
}
.panel-primary {
    border-color: #0f2647;
}
/*About Us*/
.about-us-page-container {
	background-image: url(../images/about-us-section.png);
	min-height: 300px;
}
/*News Page*/
.news-list {
	border-bottom: 1px solid #0f2647;
	padding-bottom: 30px;
	padding-top: 30px;
}
.news-list:last-child {
	border-bottom: none;
}
.news-info {
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 12px;
	color: #7c7c7c;
}
.news-preview {
	margin-bottom: 20px;
}
/*Testimonial*/
.testimonial-list {
	border-bottom: 1px solid #0f2647;
	padding-bottom: 30px;
	padding-top: 30px;
}
.testimonial-info-list {
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 18px;
	color: #7c7c7c;
}
.testimonial-preview {
	margin-bottom: 20px;
}

/*Button for News List*/
.btn-news-list {
	font-family: 'Roboto', sans-serif;
	color: #333;
	background-color: transparent;
	border: 1px solid #333;
	border-radius: 100px;
	font-size: 14px;
	padding: 8px 21px;
	margin-bottom: 20px;
	font-weight: 300;
	transition: all 0.2s;
}
.btn-news-list:hover {
	color: #fff;
	background-color: #0f2647;
	border-color: #0b1b32;
	transition: all 0.2s;
	box-shadow: none;
}
.btn-news-list.focus, .btn-news-list:focus {
	color: #fff;
	background-color: #0f2647;
	border-color: #0b1b32;
	transition: all 0.2s;
	box-shadow: none;
}
.btn-news-list.active, .btn-news-list:active, .open > .dropdown-toggle.btn-news-list {
	color: #fff;
	background-color: #0f2647;
	border-color: #0b1b32;
	transition: all 0.2s;
	box-shadow: none;
}
.btn-news-list.active.focus,
.btn-news-list.active:focus,
.btn-news-list.active:hover,
.btn-news-list:active.focus,
.btn-news-list:active:focus,
.btn-news-list:active:hover,
.open > .dropdown-toggle.btn-news-list.focus,
.open > .dropdown-toggle.btn-news-list:focus,
.open > .dropdown-toggle.btn-news-list:hover {
	color: #fff;
	background-color: #0f2647;
	border-color: #0b1b32;
	transition: all 0.2s;
	box-shadow: none;
}
/*News Page*/
.news-details {
	padding-top: 30px;
	padding-bottom: 30px;
}
.news-details > h1 {
	text-align: center;
}
.news-info {
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 12px;
	color: #7c7c7c;
	text-align: center;
	padding-bottom: 30px;
	border-bottom: 1px solid #0f2647;
}
.news-info-list {
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 12px;
	color: #7c7c7c;

}
.news-content {
	margin-top: 50px;
	margin-bottom: 20px;
	text-align: left;
}
.news-content > p > img {
	width: 100%;
	height: auto;
}
.news-list > .news-list-link {
	display: inline-block;
	transition: all 0.2s;
}
.news-list > .news-list-link:hover,
.news-list > .news-list-link:focus {
	opacity: 0.75;
	text-decoration: none;
	transition: all 0.2s;
}
.news-list-link > h1 {
	margin-top:0px;
}
/*Process Page*/
.tabs-style-iconbox nav ul li:first-child::before, 
.tabs-style-iconbox nav ul li::after {
	background: #0f2647;
}
.tabs-style-iconbox nav ul li.tab-current a {
	background: #0f2647;
	box-shadow: -1px 0 0 #fff;
	color: #fff;
}
.tabs-style-iconbox nav ul li.tab-current a::after {
	border-top-color: #0f2647;
}
.step-number {
	font-family: 'ArcaMajora-Heavy'!important;
	font-size: 30px !important;
}
.tabs-style-iconbox nav ul li a span {
	font-weight: 300;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
}
.tabs-style-iconbox nav ul li.tab-current a:hover,
.tabs-style-iconbox nav ul li a:hover,
.tabs-style-iconbox nav ul li.tab-current a:focus,
.tabs-style-iconbox nav ul li a:focus{
	text-decoration: none;
}
.tabs-style-iconbox nav ul li a {
	color: #0f2647;
}
.content-wrap section p {
	margin: 0;
	padding: 0.75em 0;
	color: inherit;
	font-weight: 300;
	font-size: 18px;
	line-height: 1;
}
.tabs-style-iconbox {
	border-bottom: 2px solid #0f2647;
}

/*Company Profile*/
.company-profile-page {
	/*background-color: #e8eaf2;*/
}
.company-profile-container,
.services-container {
	padding-top: 80px;
	padding-bottom: 80px;
}
.company-profile-container-dark-01 {
	background-image: url(../images/blue-overlay.png), url(../images/company-profile-dark-bg-01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	color: #fff;
}
.company-profile-container-dark-02 {
	background-image: url(../images/blue-overlay.png), url(../images/company-profile-dark-bg-02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	color: #fff;
}

.company-square-photo-01 {
	background-image: url(../images/about-us-page-square01.jpg);
	background-size: cover;
	background-position: center;
	min-height: 300px;
}
.company-square-photo-02 {
	background-image: url(../images/about-us-page-square02.jpg);
	background-size: cover;
	background-position: center;
	min-height: 300px;
}
.company-square-photo-03 {
	background-image: url(../images/about-us-page-square03.jpg);
	background-size: cover;
	background-position: center;
	min-height: 300px;
}
.company-square-photo-04 {
	background-image: url(../images/about-us-page-square04.jpg);
	background-size: cover;
	background-position: center;
	min-height: 300px;
}
.company-square-photo-05 {
	background-image: url(../images/about-us-page-square05.jpg);
	background-size: cover;
	background-position: center;
	min-height: 300px;
}
.services-container p,
.company-profile-container p {
	margin-bottom: 30px;
}
.company-profile-container p:last-of-type {
	margin-bottom: 0!important;
}
.services-container p:last-of-type,
.company-profile-container p:last-of-type {
	margin-bottom: 0!important;
}
/*Services*/
.services-square-photo-01 {
	background-image: url(../images/services-square01.jpg);
	background-size: cover;
	background-position: center;
	min-height: 300px;
}
.services-square-photo-02 {
	background-image: url(../images/services-square02.jpg);
	background-size: cover;
	background-position: center;
	min-height: 300px;
}
.services-square-photo-03 {
	background-image: url(../images/services-square03.jpg);
	background-size: cover;
	background-position: center;
	min-height: 300px;
}
.services-square-photo-04 {
	background-image: url(../images/services-square04.jpg);
	background-size: cover;
	background-position: center;
	min-height: 300px;
}
.services-square-photo-05 {
	background-image: url(../images/services-square05.jpg);
	background-size: cover;
	background-position: center;
	min-height: 300px;
}

.service-container-dark-01 {
	background-image: url(../images/blue-overlay.png), url(../images/service-container-dark-bg-01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	color: #fff;
}
.service-container-dark-02 {
	background-image: url(../images/blue-overlay.png), url(../images/service-container-dark-bg-02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	color: #fff;
}

@font-face {
    font-family: 'Savoye LET';
    src: url('../fonts/savoy/SavoyeLetPlain.woff2') format('woff2'),
        url('../fonts/savoy/SavoyeLetPlain.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
.manpower {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 50px;
}
.simplified {
	font-family: 'Roboto', sans-serif;
    font-family: 'Savoye LET';
	font-size: 70px;
}
.contact-h1 {
	font-size: 70px;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}
.quotes {
	display: none;
	animation-name: fadeInDown;
}

#jobListClient {
    font-size: 14px;
}
.table-filter-form {
	background-color: #0f2647;
	padding: 30px 30px;
}
.table-filter-form .form-group {
    margin-bottom: 0px;
}
.table-filter-form .form-control {
	border-radius: 0;
	font-weight: 400;
	height: 40px;
}
.table-filter-form .form-control:focus {
    border-color: #fff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#jobListClient .job-title {
	font-weight: 600;
	font-size: 18px;
}
.dataTables_filter{
    display: none;
}
#choices > h3 {
	font-size: 24px;
}
#choices label {
	font-family: 'Roboto', sans-serif;
}
.applicants-login-form-page {
	padding: 50px 20px;
	text-align: center;
	border: 2px solid #0f2647;
	background-color: #fff;
}
#thisManpowerRequestForm {
	border: 2px solid #0f2647;
	background-color: #fff;
	padding: 20px;
}
.myra-pooling-message {
    text-align: center;
    color: #fff;
    background-color: #0f2647;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 700;
}
.job-details-form {
	border: 2px solid #0f2647;
	padding: 20px 20px;
}
.posted-by,
.date-posted {
	text-transform: capitalize;
}
/*data table*/
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
     color: #0f2647 !important; 
    border: 1px solid #0f2647 !important;
    background: transparent !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
     box-shadow: none; 
}

.square-photo-desktop {
	display: block;
}
.square-photo-mobile {
	display: none;
}

/* Preloader */

#preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(15,38,71, 0.98);
    /* change if the mask should have another color then white */
    z-index: 10000;
    /* makes sure it stays on top */
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    /*background-image:url(../img/logo-preloader.png); /* path to your loading animation */
    /*background-repeat:no-repeat;*/
    /*background-position:center;*/
    /*background-color: #fff;*/
    margin: -100px 0 0 -100px;
    /* is width and height divided by two */
    /*-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;*/
    /*animation: sk-rotateplane 1.2s infinite ease-in-out;*/
}

.myblur {
    /*  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);*/
    /*transition: all 0.5s;  */
}


/*logo-preloader*/

.wrapper-r {
    position: fixed;
    background: rgba(34, 34, 34, 0.2);
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
}

.logo-svg {
    position: relative;
    left: 50%;
    top: 50%;
    margin: -75px 0px 0px -75px;
    width: 150px;
    z-index: 1001;
}


/*loader*/

.loader-xbox {
    position: absolute;
    top: calc(50% - 110px);
    left: calc(50% - 110px);
}

.loader-xbox,
.loader-xbox:before,
.loader-xbox:after {
    position: absolute;
    border: 3px solid transparent;
    /*border-top: 3px solid hsl(83, 82%, 53%);*/
    border-top: 3px solid #fff;
    border-radius: 50%;
    animation: rotate linear infinite;
    content: '';
}

.loader-xbox {
    height: 225px;
    width: 225px;
    animation-duration: 1.05s;
}

.loader-xbox:before {
    height: 200px;
    width: 200px;
    top: 10px;
    left: 10px;
    animation-duration: 10s;
}

.loader-xbox:after {
    height: 175px;
    width: 175px;
    top: 22px;
    left: 22px;
    animation-duration: 4s;
}

@keyframes rotate {
    from {
        transform: rotateZ(360deg);
    }
    to {
        transform: rotateZ(0deg);
    }
}


/*End of Preloader*/

/*Modal*/
.modal-content-styled {
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    /*border: 1px solid rgba(0,0,0,.2);*/
    border-radius: 0px;
    /* -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5); */
    /* box-shadow: 0 3px 9px rgba(0,0,0,.5); */
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-backdrop {
    /*background-color: rgba(15,38,71, 0.98);*/
}
.modal-backdrop.in {
    filter: alpha(opacity=90);
    opacity: 0.9;
}
.modal-header-styled {
	text-align: center;
    padding: 15px;
    border-bottom: none;
    background-color: #000;
}
.close-styled {
    float: right;
    color: #fff;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
}
.close-styled:focus, .close-styled:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=100);
    opacity: 1;
}
.modal-body-styled {
	padding: 0px;
}


/*Scroll top top*/

#top-link-block.affix-top {
	position: absolute; /* allows it to "slide" up into view */
	bottom: -82px; /* negative of the offset - height of link element */
	right: 10px; /* padding from the left side of the window */
}
#top-link-block.affix {
	position: fixed; /* keeps it on the bottom once in view */
	bottom: 18px; /* height of link element */
	right: 10px; /* padding from the left side of the window */
    z-index: 1;
}
.btn-scroll-to-top,
.btn-scroll-to-top:active,
.btn-scroll-to-top:focus{
	background-color: #0f2647;
	border: 1px solid #fff;
	border-radius: 0;
	color: #fff;
	font-size: 20px;
	padding: 6px 15px;
	box-shadow: none;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
}
.btn-scroll-to-top:hover{
	color: #fff;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
}

.input-group-addon-duration {
    background-color: #fff; 
    border-radius: 0px; 
}
.input-group .form-control-style {
    width: 50%;
}
.box-body-styled {
	width:263px; 
	min-width:263px;
}
.img-placeholder {
	border: 2px solid #0f2647;
}

.login-note {
	font-size: 17px;
	line-height: 25px;
	color: #0F2647;
	margin-bottom: 10px;
}



.apply-online-link {
	transition: 0.3s all ease;
	color: #0F2647 !important;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
}

.apply-online-link::after {
    content: "→";
    position: absolute;
    opacity: 1;
    padding-left: 5px;
    transition: all 0.3s ease 0s;
}

.apply-online-link:hover:after {
    opacity: 1;
    padding-left: 15px;
}

.apply-online-link:hover {
	text-decoration: none;
	color: #333 !important;
}