/*
Theme Name: Ultimate Recruitment
Theme URI: 
Author: Robert Carr
Author URI: https://www.carrdesign.co.uk/
Description: Ultimate Recruitment theme is based on Bootstrap 3.
Version: 1.0
License: MIT
License URI: http://opensource.org/licenses/MIT
Text Domain: ultimate_recruitment
Domain Path: /languages/
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, front-page-post-form, post-formats, threaded-comments, translation-ready

This theme built with Twitter Bootstrap v.3. It is basic theme with basic style for build new theme with Bootstrap.

Required WordPress CSS
*/
@font-face {
    font-family: 'gill_sanslight';
    src: url('fonts/gill_sans_light-webfont.woff2') format('woff2'),
         url('fonts/gill_sans_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gill_sansmedium';
    src: url('fonts/gill_sans_medium-webfont.woff2') format('woff2'),
         url('fonts/gill_sans_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gill_sansregular';
    src: url('fonts/gill_sans-webfont.woff2') format('woff2'),
         url('fonts/gill_sans-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gill_sansbold';
    src: url('fonts/gill_sans_bold-webfont.woff2') format('woff2'),
         url('fonts/gill_sans_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gill_sanscondensed_regular';
    src: url('fonts/gillsans_condensed-webfont.woff2') format('woff2'),
         url('fonts/gillsans_condensed-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
	font-family: 'gill_sansregular';
	font-size: 16px;
}
a {
	color: #225ba9;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
/* Arrow Left Right */
@-webkit-keyframes arrowLeftRight {
	0% {
		transform: translate3d(-1px, 0, 0);
	}

	50% {
		transform: translate3d(1px, 0, 0);
	}

	100% {
		transform: translate3d(-1px, 0, 0);
	}
}

@keyframes arrowLeftRight {
	0% {
		transform: translate3d(-1px, 0, 0);
	}

	50% {
		transform: translate3d(1px, 0, 0);
	}

	100% {
		transform: translate3d(-1px, 0, 0);
	}
}

::selection {
	background: #225ba9; /* WebKit/Blink Browsers */
	color: #FFF;
}
::-moz-selection {
	background: #225ba9; /* Gecko Browsers */
	color: #FFF;
}
/* WordPress gallery */

.gallery-caption {
}
.gallery {
	margin-bottom: 1.6em;
}
.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
	display: none;
}
.sticky {
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
 .wp-caption img[class*="wp-image-"] {
 display: block;
 margin: 1.2% auto 0;
 max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #225ba9;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
.h1, .h2, .h3, h1, h2, h3, h4, h5, h6 {
	color: #225ba9;
	margin-top: 0px;
}
p {
	font-size: 16px;
	color: #444c4c;
	line-height: 26px;
}
#main-column .post ul, #main-column .page ul {
	font-size: 16px;
	line-height: 26px;
	list-style: circle outside;
}
#main-column .post ul li, #main-column .page ul li {
	padding-bottom: 5px;
}
.btn-ultimate_recruitment {
	background-image: linear-gradient(to right, #225ba9, #bfd5e6, #bfd5e6, #225ba9);
	color: #FFF;
	border-radius: 0px;
	color: #fff;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn-ultimate_recruitment:hover {
	color: #FFF;
	background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn-ultimate_recruitment:focus {
    outline: none;
}
#header-top {
	background: linear-gradient(to right,  #bfd5e6 0%,#225ba9 100%);
	color: #FFF;
	font-size: 13px;
}
#header-top .contacts {
	padding: 8px 15px;
}
#header-top ul.list-inline {
	margin-bottom: 0
}
#header-top .contacts ul.menu {
	padding-left: 0;
	margin-left: 0px;
	margin-bottom: 0;
	list-style: none;
}
#header-top .contacts ul.menu li {
	display: inline-block;
	padding-right: 5px;
}
#header-top .contacts ul.menu li:after {
	content: '|';
	width: 2px;
	display: inline-block;
	padding: 0 4px;
}
#header-top .contacts ul.menu li:last-child:after {
	content: '';
}
#header-top a {
	color: #FFF;
	text-decoration: none;
	position: relative;
	letter-spacing: 1px;
}
#header-top a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -3px;
    left: 0;
    background-color: #FFF;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
#header-top a:hover:before{
	visibility:visible;
	-webkit-transform:scaleX(1);
	transform:scaleX(1);
}
header#main-header {
	/*position: fixed;
	top: 50px;
	z-index: 9;*/
	width: 100%;
	-webkit-transition: all 0.7s;
    transition: all 0.7s;
}
body.admin-bar header#main-header {
	/*top: 80px;*/
}
header#main-header.scroll {
    top: 0;
}
body.admin-bar header#main-header.scroll {
	top: 30px;
}
header#main-header.scroll .site-title img {
	width: 250px;
	height: auto;
	-webkit-transition: all 0.7s;
    transition: all 0.7s;
}
.main-navigation {
	padding: 23px 0;
}
.navbar-default {
	background: none;
	border: 0px;
	box-shadow: none;
	margin-bottom: 0;
	z-index: 9;
	min-height: 44px;
}
.navbar-nav>li>a {
	text-transform: uppercase;
	font-size: 16px;
	text-shadow: none;
	color: #FFF
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background-image: none;
	box-shadow: none;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #FFF;
	background-color: #225ba9;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
	background: none;
	box-shadow: none;
	color: #FFF;
}
.navbar-default .navbar-nav>li>.dropdown-menu {
	background-color: #6e6f72;
}
.dropdown-menu>li>a {
	padding: 5px 20px;
	color: #225ba9;
	text-transform: uppercase;
	background-image: none;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	color: #FFF;
	background: none;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	color: #FFF;
	background: #225ba9;
}
.home_welcome {
	/*background: url(img/home_welcome.png) no-repeat right 0 transparent;*/
    margin-top: 30px;
    /*background-size: 470px auto;*/
}
.home_welcome h1 {
    text-align: left;
    color: #225ba9;
    margin-top: 0;
    font-size: 32px;
    line-height: 1.3;
}
.home_welcome p {
	color: #444c4c;
    margin-bottom: 20px !important;
    line-height: 22px;
}
.employer_service {
	background: linear-gradient(to right, #225ba9 0%,#bfd5e6 100%);
	color: #FFF;
	padding-top: 30px;
	padding-bottom: 30px;
}
.employee_service {
	background: linear-gradient(to right, #bfd5e6 0%, #225ba9 100%);
	color: #FFF;
	padding-top: 30px;
	padding-bottom: 30px;
}
.employer_service h1, .employer_service p, .employer_service ul, .employer_service a,
.employee_service h1, .employee_service p, .employee_service ul, .employee_service a {
	color: #FFF;
}
.employer_service ul,
.employee_service ul {
	list-style: none;
	padding-left: 0px;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.employer_service ul li,
.employee_service ul li {
	padding-bottom: 10px;
}
.employer_service ul li:before,
.employee_service ul li:before {
	content: '\2197';
    padding-right: 7px;
    vertical-align: inherit;
    font-size: 18px;
}
.employer_service ul li a,
.employee_service ul li a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	background-image: linear-gradient(to right, #BED5E6, #BED5E6 50%, #FFF 50%);
	background-size: 200% 100%;
	background-position: -100%;
	display: inline-block;
	padding: 5px 0;
	position: relative;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.employee_service ul li a {
	background-image: linear-gradient(to right, #225ba9, #225ba9 50%, #FFF 50%);
}
.employer_service ul li a:before,
.employee_service ul li a:before {
	content: "";
	background: #54b3d6;
	display: block;
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 0;
	height: 3px;
	transition: all 0.3s ease-in-out;
}
.employer_service ul li a:hover,
.employee_service ul li a:hover {
  background-position: 0;
}
.employer_service ul li a:hover::before,
.employee_service ul li a:hover::before {
  width: 100%;
}








/*.employer_service .wpb_single_image a:before,
.employee_service .wpb_single_image a:before {
	position: absolute;
	height: 0;
	width: 0;
	top: 50%;
	left: 50%;
	content: "";
	border-radius: 15px;
	background-color: rgb(34 91 169 / 40%);
	text-align: center;
	opacity: 0;
	z-index: 3;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.employer_service .wpb_single_image:hover a:before,
.employee_service .wpb_single_image:hover a:before {
	opacity: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.employer_service .wpb_single_image a:after,
.employee_service .wpb_single_image a:after {
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	top: 50%;
	left: 50%;
	z-index: 1;
	border-radius: 15px;
	background-color: rgb(34 91 169 / 40%);
	text-align: center;
	opacity: 0;
	z-index: 4;
	-webkit-transition: all 1.5s ease;
	transition: all 1.5s ease;
}
.employer_service .wpb_single_image:hover a:after,
.employee_service .wpb_single_image:hover a:after {
	opacity: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}*/
.employer_service .wpb_single_image img,
.employee_service .wpb_single_image img {
	border-radius: 10px;
}
.ultimate_recruitment_services .vc_column-inner > .wpb_wrapper {
    background: #FFF;
    box-sizing: border-box;
    border-bottom: 4px solid #225ba9;
    border-left: 1px solid #ECECEC;
    border-radius: 8px;
    border-right: 1px solid #ECECEC;
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    min-height: 100px;
    position: relative;
    text-align: center;
    z-index: 1;
}
.ultimate_recruitment_services .wpb_column:nth-child(3n+2) .vc_column-inner > .wpb_wrapper {
	border-bottom: 4px solid #464646;
}
.ultimate_recruitment_services .wpb_wrapper .vc_figure .vc_single_image-wrapper {
    height: 100px;
    line-height: 100px;
    width: 100px;
    margin: -50px 0 15px;
    position: relative;
    box-shadow: 0 0 0 3px #225ba9;
    padding: 15px;
    border-radius: 50%;
}
.ultimate_recruitment_services .wpb_wrapper .vc_figure .vc_single_image-wrapper:before {
	content: '';
	position: absolute;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border: 1px solid #CCC;
	border-radius: 50%;
}
.ultimate_recruitment_services .wpb_wrapper .vc_figure .vc_single_image-wrapper:hover img {
	transform: scale(0.95);
	transition: transform 0.2s, opacity 0.2s;
}
.ultimate_recruitment_services .wpb_wrapper .vc_figure .vc_single_image-wrapper img {
    height: auto;
    max-width: 65px;
    vertical-align: top;
    max-height: 65px;
    width: auto;
    text-align: center;
    display: table;
    margin: 0 auto;
}
.ultimate_recruitment_services h1 {
	text-align: center;
	color: #464646;
	text-transform: uppercase;
	font-size: 26px;
}
.ultimate_recruitment_services p {
	text-align: center;
	color: #444c4c;
	margin-bottom: 25px;
	padding: 0 10px;
}
.ultimate_recruitment_services .btn {
	border-radius: 0;
    border-width: 2px;
    padding: 8px 15px;
    transition: all 0.5s;
}
.image_wrap_port a {
	position: relative;
	display: block;
	-webkit-transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	transition: all 900ms ease;
	overflow: hidden;
	display: block;
	text-decoration: none;
	overflow: hidden;
	width: 100%;
}
.image_wrap_port a:hover img {
	transform: scale(1.1);
}
.image_wrap_port a img {
	-webkit-transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	transition: all 900ms ease;
	width: 100%;
	height: auto;
	display: block;
}
.image_wrap_port a:after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	display: block;
	background: rgba(255, 255, 255, 0.3);
	opacity: 0;
	-webkit-transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	transition: all 900ms ease;
}
.image_wrap_port a:hover:after {
	opacity: 1;
	left: 50%;
	right: 50%;
}
.inner_banner {
    position: relative;
	max-height: 375px;
    overflow: hidden;
}
/*.inner_banner:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(34,91,169,0.4);
}*/


/* Page Header */
.inner_page_header {
	display: none;
	background-color: #212529;
	margin: 0 0 15px 0;
	padding: 30px 0;
	position: relative;
	text-align: left;
}
.inner_page_header:after {
	content: '';
	width: 100%;
	height: 5px;
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	bottom: 0;
	left: 0;
}

.inner_page_header .page_header_title_border {
	width: 150px;
	height: 5px;
	position: absolute;
	bottom: 0;
	background: #225ba9;
	z-index: 1;
}

.fbc-page .fbc-wrap .fbc-items li a i {
    margin-right: 4px !important;
}
.fbc-page .fbc-wrap .fbc-items li:first-child {
    padding-right: 3px !important;
}
.fbc-page .fbc-wrap .fbc-items li a:last-child {
    margin-right: 0 !important;
}
.fbc-page .fbc-wrap .fbc-items {
    color: #EEE;
}

.pt-cv-content-item .pt-cv-ifield .pt-cv-title {
	padding: 0 20px;
	text-align: center;
	color: #225ba9;
	font-weight: 600;
}
.pt-cv-content-item .pt-cv-ifield .pt-cv-title a {
	color: #225ba9;
}
.pt-cv-content-item .pt-cv-ifield .pt-cv-content {
	padding: 0 20px 20px;
	text-align: center;
	color: #444c4c;
	font-size: 16px;
}
.ultimate_recruitment_cta_row #ultimate_recruitment_cta > div {
	border: 0px !important;
	background-color: transparent !important;
}
.ultimate_recruitment_cta_row #ultimate_recruitment_cta h1 {
	font-size: 48px;
	line-height: 62px;
	text-transform: uppercase;
}
.ultimate_recruitment_cta_row #ultimate_recruitment_cta h4 {
	font-size: 22px;
	line-height: 26px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.ultimate_recruitment_cta_row #ultimate_recruitment_cta .cta_btn button {
	background-color: #58585a;
	text-transform: uppercase;
	border-color: #58585a
}
#services h1 {
	margin-top: 0
}
#services h3 {
	font-weight: bold;
	font-size: 18px;
	margin-top: 5px;
}
h3.home_below_cta {
	margin-top: 0;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li, .vc_cta3-container {
	margin-bottom: 20px !important;
}
.ultimate_recruitment_news .vc_custom_heading h4 {
	font-weight: bold;
	font-size: 20px;
	color: #225ba9
}
.ultimate_recruitment_news .vc_btn3.vc_btn3-color-juicy-pink, .ultimate_recruitment_news .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
	color: #fff;
	background-color: #225ba9;
}
h2.widget-title {
	margin-top: 0;
	margin-bottom: 25px;
}
#site-footer {
	background: url(img/footer_bg.jpg) no-repeat 0 0 / cover transparent;
	padding: 0px;
	color: #FFF;
}
#site-footer a {
	color: #FFF
}
#site-footer ul.list-inline {
    margin-bottom: 0;
    font-weight: 700;
    padding: 0;
    margin-top: 7px
}
#site-footer ul.list-inline>li {
    display: inline-block;
    padding-right: 10px
}
#site-footer ul.list-inline li a {
    color: #FFF;
    text-decoration: none
}
#site-footer ul.list-inline li a:before {
    content: '';
    background: #fff0
}
#site-footer ul.list-inline i {
    color: #FFF;
    border: 2px solid #FFF;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    transition: transform 1s;
    transform-style: preserve-3d;
    line-height: 32px;
    text-align: center;
    font-size: 18px
}
#site-footer ul.list-inline i:hover {
    background-color: #FFF;
    border-color: #bfd5e6;
    color: #225ba9;
    transform: rotateY(360deg)
}

.footer_newsletter {
	background-color: rgba(40, 47, 47, 0.9);
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer_newsletter h2.widget-title {
	color: #FFF;
	margin-bottom: 2px;
	font-size: 20px;
}
.footer_newsletter p {
	color: #FFF;
	margin-bottom: 0px;
}
.footer_body {
	background-color: rgba(34, 91, 169, 0.9);
	padding-bottom: 30px;
}
.footer_body img {
	display: table;
	margin: 20px auto 40px;
	max-width: 270px !important;
}
#footer_bottom {
	background-color: rgba(40, 47, 47, 0.9);
	color: #FFF;
	font-size: 13px;
	padding: 15px 0;
}
#footer_bottom p {
	color: #FFF;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
}
footer ul.menu {
	list-style: none;
	padding-left: 0;
	margin-bottom: 15px;
}
footer ul.menu li {
	padding-bottom: 7px;
}
footer ul.menu li a {
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}
footer ul.menu li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -3px;
    left: 0;
    background-color: #FFF;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
footer ul.menu li a:hover:before{
	visibility:visible;
	-webkit-transform:scaleX(1);
	transform:scaleX(1);
}
#footer_bottom .copyright {
	
}
body .wpsw-social-links li .social-icon, body .wpsw-social-links-shortcode li .social-icon {
	height: 30px;
	margin-right: 15px;
	padding: 5px;
	width: 30px;
}
.vc_btn3.vc_btn3-size-md {
	padding-top: 6px;
	padding-bottom: 6px;
}
.sidebar .widget ul li {
	display: block;
	padding: 0 0 0 10px;
	margin-bottom: 1px;
	color: #444c4c;
	background-color: #FFF;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.sidebar .widget ul li.active > a, .sidebar .widget ul li.current-menu-item > a, .sidebar .widget ul li a:hover {
	color: #225ba9;
}
.sidebar .widget ul li a {
	padding: 15px 10px;
	display: block;
	position: relative;
	color: #444c4c;
	text-decoration: none;
}
.sidebar .widget ul li a:before {
    font-family: 'FontAwesome';
    content: "\f054";
    font-weight: 900;
    position: absolute;
    top: 22px;
    font-size: 0.55rem;
    opacity: 0.7;
    transform: translate3d(-1px, 0, 0);
    left: 0px;
}
.sidebar .widget ul li.current-menu-item a:before, .sidebar .widget ul li a:hover:before {
	-webkit-animation-name: arrowLeftRight;
	animation-name: arrowLeftRight;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.sidebar .widget ul.sub-menu li {
	padding: 0 10px 0 10px;
}
.sidebar .textwidget, .sidebar .nf-form-cont {
	padding: 10px;
	font-size: 14px;
}
.sidebar .textwidget p {
	font-size: 14px;
}
.sidebar .nf-before-form-content {
	margin-bottom: 10px;
	font-size: 11px;
}
.footer-column-1 h2.widget-title, .footer-column-2 h2.widget-title, .footer-column-3 h2.widget-title, .footer-column-4 h2.widget-title {
	color: #FFF;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
}
.footer-column-1 .widget p, .footer-column-2 .widget p, .footer-column-3 .widget p, .footer-column-4 .widget p {
	color: #FFF;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 20px;
}
.mega-ass-subheading > a {
	font-weight: 600 !important;
	margin-bottom: 15px !important
}
#sidebar .widget {
	margin-bottom: 25px
}
.pt-cv-wrapper .btn-success {
	color: #fff;
	background-color: #225ba9;
	border-color: #225ba9;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 0px;
	margin-top: 20px;
	text-shadow: none;
}
.pt-cv-wrapper .btn-success.focus, .pt-cv-wrapper .btn-success:focus, .pt-cv-wrapper .btn-success:hover {
	color: #225ba9;
	background-color: #FFF;
	border-color: #225ba9;
}
ul#menu-footer-bottom-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#menu-footer-bottom-menu li {
	display: inline
}
ul#menu-footer-bottom-menu li:after {
	content: '|';
	padding: 0 4px;
	font-weight: 600
}
ul#menu-footer-bottom-menu li:last-child:after {
	content: '';
}
ul#menu-footer-bottom-menu li a {
	color: #FFF
}
/*=====  image hover style   ======*/



.ultimate_recruitment-text-wrap {
	color: #ffffff;
	text-transform: capitalize;
	font-weight: 600;
}


/** Hover-related CSS **/
@keyframes line_animation {
	from {
		width: 0%;
	}
	to {
		width: 100%;
	}
}
header.entry-header {
	display: flex;
	flex-flow: column;
	opacity: 0.95;
	padding: 0px;
}
header.entry-header h1.entry-title {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	margin: 0 0 45px;
}
header.entry-header h1.entry-title .hover {
	font-size: 32px;
	padding: 0;
	transition: all 0.2s ease-in-out;
	position: relative;
}
header.entry-header h1.entry-title .anim:before, header.entry-header h1.entry-title .anim:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 3px;
	margin: 3px 0 0;
	transition: all 0.2s ease-in-out;
	transition-duration: 0.75s;
	opacity: 1;
	background-color: #225ba9;
	animation-name: line_animation;
	animation-duration: 1s;
	animation-timing-function: linear;
}
/*header.entry-header h1.entry-title .hover.hover-1:before, header.entry-header h1.entry-title .hover.hover-1:after {
	left: 0;
}
header.entry-header h1.entry-title:hover .hover:before, header.entry-header h1.entry-title:hover .hover:after {
	width: 100%;
	opacity: 1;
}*/


/*.entry-title {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
@keyframes line_animation {
	from {
		width: 0%;
	}
	to {
		width: 140px;
	}
}
.entry-title:after {
	border-bottom: 2px solid #555555;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	width: 140px;
}
.entry-title.anim:after {
	animation-name: line_animation;
	animation-duration: 1s;
	animation-timing-function: linear;
}
.entry-title:before {
	background-color: #555555;
	bottom: -2px;
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	right: 0;
	width: 30px;
	z-index: 1;
}*/
.preview-thumbnail.nav-tabs {
	border: none;
	margin-top: 0px;
}
.preview-thumbnail.nav-tabs li {
	width: 18%;
	margin-right: 2.5%;
}
.preview-thumbnail.nav-tabs li img {
	max-width: 100%;
	display: block;
}
.preview-thumbnail.nav-tabs li a {
	padding: 0;
	margin: 0;
	border-radius: 4px;
	cursor: pointer;
}
.preview-thumbnail.nav-tabs>li.active>a, .preview-thumbnail.nav-tabs>li.active>a:focus, .preview-thumbnail.nav-tabs>li.active>a:hover {
	cursor: pointer;
	background-color: #FFF;
	border: 1px solid #225ba9;
	border-bottom-color: #225ba9;
}
.preview-thumbnail.nav-tabs li:last-of-type {
	margin-right: 0;
}
.table-responsive .table-bordered>thead>tr>th {
	background-color: #225ba9;
	color: #FFF;
}
.vc_color-blue.vc_message_box-solid-icon .vc_message_box-icon {
    background-color: #225ba9 !important;
}
.vc_color-blue.vc_message_box-solid-icon {
    border-color: #225ba9 !important;
}
.about_culture {
	background-color: #225ba9;
	color: #FFF;
}
.about_culture:before {
	content: '';
	width: 100%;
	height: 100%;
	background: url(img/shape-5.webp) no-repeat 0 0 transparent;
	position: absolute;
}
.about_culture h1 {
	padding-top: 20px;
}
.about_culture h1,
.about_culture h3,
.about_culture p,
.about_culture ul {
	color: #FFF;
}
.about_culture .box {
	background: url(img/shape-5.webp) no-repeat 0 0 / 100% rgba(255, 255, 255, 0.2);
	border-radius: 15px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border: 1px solid rgba(255, 255, 255, 0.3);
	padding: 20px !important;
}
.about_culture .box:before {
    background: url(img/spiral_right.png) no-repeat left center transparent;
    height: 80%;
    width: 16px;
    position: absolute;
    content: '';
    top: 10%;
    left: 0;
}
.about_culture .box.first:before {
	background: none;
}
.about_culture .box:after {
    background: url(img/spiral_left.png) no-repeat right center transparent;
    height: 80%;
    width: 18px;
    position: absolute;
    content: '';
    top: 10%;
    right: 0;
}
.about_culture .box.last:after {
	background: none;
}
.about_culture .box h3 {
	color: #212529;
	font-weight: 600;
    letter-spacing: 1px;
}
ul.pdf {
    padding-left: 0px;
}
ul.pdf li {
	background: url(img/pdf_icon.png) no-repeat 0 0 transparent;
	list-style: none;
    padding-bottom: 10px !important;
}
ul.pdf li a {
    padding-left: 30px;
}
.wpsm_team_2_member_wrapper {
    border-radius: 10px;
}
.wpsm_team_2_mem_img {
    border-radius: 10px 10px 0 0;
}
.wpsm_team_2_b_desig {
    background: linear-gradient(to right, #bfd5e6 0%, #225ba9 100%) !important;
    padding: 5px;
    margin-top: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}
.temporary_staffing_solid_bg .wpb_content_element {
    margin-bottom: 0px !important;
}
.temporary_staffing_solid_bg h3 {
	letter-spacing: 1px;
}
.temporary_staffing_border .vc_column-inner:hover {
	border-color: #FFF;
	background: linear-gradient(to left, #bfd5e6 0%, #225ba9 100%);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}



@media (max-width: 767px) {
	#header-top .contacts, #header-top .social {
		text-align: center;
	}
	#header-top ul.list-inline {
		text-align: center;
	}
	#header-top .contacts ul.list-inline li::after {
		content: none;
		padding: 0;
	}
	#header-top .contacts ul.list-inline li {
		padding-bottom: 5px;
	}
	#header-top a {
		font-size: 13px;
	}
	header#main-header {
		position: relative;
		top: 0px !important;
		z-index: 9;
		background: #FFF;
	}
	.site-title {
		padding: 10px 0;
	}
	.site-title img {
		max-width: 175px;
    	margin: 0 auto;
	}
	.btn-xs {
		margin: 27px 0;
		padding: 4px 5px;
		font-size: 11px;
	}
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
		margin-right: 15px;
		margin-top: 25px;
	}
	.ultimate_recruitment_welcome h1, .fade_bg_reverse h1 {
		font-size: 24px;
		line-height: 30px;
	}
	h1 {
		font-size: 24px;
		line-height: 30px;
	}
	p {
		font-size: 16px
	}
	.btn-lg {
		font-size: 14px;
	}
	.main-navigation {
		display: none
	}
	.navbar-header {
		margin: 0 -15px
	}
	.navbar-toggle {
		margin-right: 0;
		margin-bottom: 0;
		border: 1px solid #FFF;
	}
	.navbar-toggle .icon-bar {
		background-color: #FFF;
	}
	#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
		margin-top: 16px;
	}
	.pt-cv-content-item {
		margin-bottom: 25px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #FFF;
	}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
		border-bottom: 1px solid #EEE;
		width: 94%;
		margin: 0px 3%;
	}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-image-padding 		    {
		display: none;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, 
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link    {
    	padding: 10px 0px;
	}
	.home_welcome {
		/*padding-top: 300px;*/
	}
	.footer-column-1, .footer-column-2, .footer-column-3, .footer-column-4 {
		text-align: center
	}
	.footer-column-1, .footer-column-2 {
		margin-bottom: 15px
	}
	#footer_bottom, #footer_bottom .text-right, #footer_bottom .social {
		text-align: center;
	}
	#footer_bottom .img-responsive {
		margin: 10px auto;
		display: table;
	}
	footer .widget {
		clear: both
	}
	#sidebar-left .widget .widget-title, #sidebar-right .widget .widget-title {
		padding: 10px !important;
	}
	#sidebar-left .widget .widget-title:after, #sidebar-right .widget .widget-title:after {
		border: 0px !important;
		content: "";
		position: relative;
		margin: 0px;
		width: 0;
		height: 0;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	#header-top .contacts ul.list-inline {
		text-align: center;
	}
	.site-branding .site-title img {
		margin: 0 auto;
		display: table;
        max-width: 275px;
	}
	.btn-xs {
		margin: 30px 0;
		padding: 7px 15px;
		font-size: 14px;
	}
	.main-navigation {
		padding: 15px 0;
	}
	.navbar-collapse.collapse {
		padding-left: 0;
		padding-right: 0
	}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
		border-bottom: 1px solid #EEE;
		width: 94%;
		margin: 0px 3%;
	}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-image-padding    {
		display: none;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, 
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link    {
    	padding: 10px 0px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		padding: 0px 10px !important;
		line-height: 50px !important;
		height: 50px !important;
		font-size: 13px !important;
	}
	#mega-menu-wrap-primary.mega-stuck #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		height: 50px !important;
		line-height: 50px !important;
	}
	.ultimate_recruitment_welcome h1 {
		font-size: 22px;
    	padding-bottom: 0;
	}
	.ultimate_recruitment_welcome p {
		margin-bottom: 20px !important;
		font-size: 14px;
		line-height: 24px;
	}
	#home_ticker h5 {
    	font-size: 12px;
	}
	p {
		font-size: 14px;
	}
	.ultimate_recruitment_services h1 {
		font-size: 18px;
	}
	.ultimate_recruitment_services p {
		padding: 0 10px;
	}
	.ultimate_recruitment_services .btn {
		padding: 6px 15px;
		font-size: 12px;
	}
	#site-footer img {
		max-width: 100%;
		height: auto;
		display: table
	}
	#sidebar-left .widget .widget-title, #sidebar-right .widget .widget-title {
		padding: 10px !important;
	}
	#sidebar-left .widget .widget-title:after, #sidebar-right .widget .widget-title:after {
		border: 0px !important;
		content: "";
		position: relative;
		margin: 0px;
		width: 0;
		height: 0;
	}
	ul.menu li {
		padding: 0px 9px;
	}
	.footer-column-1 h3.widget-title, .footer-column-2 h3.widget-title, .footer-column-3 h3.widget-title {
		font-size: 16px;
	}
}

@media (min-width: 1024px) and (max-width: 1279px) {
	.site-title {
		padding: 10px 0;
	}
	.site-title img {width: 205px}
	header#main-header.scroll .site-title img {width: 195px}
	.nav-holder {padding: 0px}
	#main-header .container {padding: 0;}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		padding: 0px 8px !important;
		line-height: 38px !important;
		height: 38px !important;
		font-size: 12px;
	}
	#mega-menu-wrap-primary.mega-stuck #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		height: 50px !important;
		line-height: 50px !important;
	}
	.ultimate_recruitment_welcome h1 {
		padding-bottom: 5px;
		font-size: 30px;
	}
	.ultimate_recruitment_services h1 {
		font-size: 22px;
	}
	#site-footer img {
		max-width: 100%;
		height: auto;
		display: table
	}
	#sidebar-left .widget .widget-title, #sidebar-right .widget .widget-title {
		padding: 10px !important;
	}
	#sidebar-left .widget .widget-title:after, #sidebar-right .widget .widget-title:after {
		border: 0px !important;
		content: "";
		position: relative;
		margin: 0px;
		width: 0;
		height: 0;
	}
	.footer-column-1 h2.widget-title, .footer-column-2 h2.widget-title, .footer-column-3 h2.widget-title, .footer-column-4 h2.widget-title {
		font-size: 22px;
	}
}

@media (min-width: 980px) and (max-width: 2560px) {
	.navbar-collapse {
		padding-left: 0;
		padding-right: 0
	}
}
#rc-imageselect, .g-recaptcha {
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
}