/*
Theme Name: Complete Building Control
Theme URI: 
Author: Robert Carr
Author URI: https://www.carrdesign.co.uk/
Description: Complete Building Control theme is based on Bootstrap 3.
Version: 1.0
License: MIT
License URI: http://opensource.org/licenses/MIT
Text Domain: complete_control
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;
}
/* Chrome, Safari, Edge */
::-webkit-input-placeholder {
  color: #CCC;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #CCC;
  opacity: 1;
}

/* Firefox 4 - 18 */
:-moz-placeholder {
  color: #CCC;
  opacity: 1;
}

/* Internet Explorer 10-11 */
:-ms-input-placeholder {
  color: #CCC;
}

/* Microsoft Edge (legacy) */
::-ms-input-placeholder {
  color: #CCC;
}

/* 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: #00addd;
	margin-top: 0px;
}
p {
	font-size: 18px;
	color: #444c4c;
	line-height: 28px;
}
#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-cbc {
	background-color: #00addd;
    color: #FFF;
    border-radius: 0px;
    padding: 10px 25px;
    text-align: center;
    border: none;
    -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;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.8px;
}
.btn-cbc:hover {
	color: #FFF;
	background-color: #2a3990;
    -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-complete_control:focus {
    outline: none;
}
.btn-green {
	background-color: #09af62;
	color: #FFF;
	-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;
	background-image: none;
	border: 0px;
	font-weight: 600;
}
.btn-green:hover, .btn-green:focus {
	background-color: #FFF !important;
	color: #09af62 !important;
	-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;
	border: 0px;
}
.btn-green:before {
	visibility: hidden !important;
}
.btn-green:hover:before {
	visibility: hidden !important;
}
/*#header-top {
	background: linear-gradient(to right,  #bfd5e6 0%,#225ba9 100%);
	color: #FFF;
	font-size: 13px;
}
*/
header#main-header {
	background: url(img/cbc_bg.png) repeat-y 0 0 / 100% auto transparent;
	/*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;*/
}
header#main-header .contacts {
	padding: 60px 0;
    text-align: right;
	color: #FFF;
}
header#main-header ul.list-inline {
	margin-bottom: 0
}
header#main-header .contacts ul.list-inline {
	padding-left: 0;
	margin-left: 0px;
	margin-bottom: 0;
	list-style: none;
}
header#main-header .contacts ul.list-inline li {
	display: inline-block;
	padding-right: 5px;
}
header#main-header .contacts ul.list-inline li i {
	color: #2a3990;
    font-size: 24px;
    vertical-align: bottom;
    padding-right: 5px;
}
header#main-header .contacts ul.list-inline li a {
	color: #FFF;
	text-decoration: none;
	position: relative;
	letter-spacing: 1px;
	font-weight: 600;
}
header#main-header .contacts ul.list-inline 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;
}
header#main-header .contacts ul.list-inline li a:hover:before{
	visibility:visible;
	-webkit-transform:scaleX(1);
	transform:scaleX(1);
}
.main-navigation {
	background-color: #2a3990;
}
.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 {
    font-weight: 600;
    margin-top: 0;
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: 0.8px;
}
.home_welcome p {
	color: #262261;
    margin-bottom: 20px !important;
    line-height: 28px;
    font-size: 20px;
}
.employee_service {
	background: url(img/cbc_employee_service_bg.jpg) no-repeat 0 0 transparent;
	color: #FFF;
	padding-top: 30px;
	padding-bottom: 30px;
}
.employee_service h1, .employee_service p, .employee_service h2, .employee_service a {
	color: #FFF;
}
.employee_service h1 {
	font-weight: 600;
    letter-spacing: 1px;
    padding: 20px 0;
}
.employee_service h2 {
	font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 20px;
}
.map_holder_section {
	margin-top: 120px;
	margin-bottom: 120px;
}
.map_holder_section h1 {
	font-weight: 600;
    letter-spacing: 1px;
}
.map_holder_section p {
	color: #FFF;
}
/* Allow content to overflow outside the row */
.map_holder_section.allow-overlap {
    position: relative;
    overflow: visible !important; /* important to override WPBakery's hidden overflow */
    z-index: 2;
}
.map_holder_section.allow-overlap .wpb_single_image {
    position: relative;
    display: inline-block;
    margin-bottom: -80px !important; /* overlap downward */
    z-index: 3;
    transition: transform 0.3s ease;
}
.map_holder_section.allow-overlap .wpb_single_image:hover {
    transform: translateY(-5px);
}
.map_holder_section.allow-overlap .wpb_single_image img {
	margin-top: -120px !important;    /* overlap upward */
	width: 300px;
}
@media (max-width: 991px) {
    .overlap-image {
        margin-bottom: -40px; /* smaller overlap */
    }
}
@media (max-width: 575px) {
    .overlap-image {
        margin-bottom: -20px; /* minimal overlap on small phones */
    }
}
.why_choose {
	background: url(img/cbc_bg.png) repeat-y 0 0 / 100% auto transparent;
	width: 100%;
	-webkit-transition: all 0.7s;
    transition: all 0.7s;
	color: #FFF;
}
.why_choose h1 {
	font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 20px;
	color: #FFF;
}
.why_choose ul {
	list-style: none;
    padding: 0px;
    margin: 0px;
    font-size: 22px;
    display: flex;
    font-weight: 600;
    letter-spacing: 1px;
	margin-bottom: 30px !important;
	gap: 80px;
}
.why_choose ul li {
	display: inline-block;
    flex-grow: 1;
    flex-basis: 0;
	background: url(img/tick.png) no-repeat 0 center / 28px auto transparent;
	padding-left: 40px;
}
.cbc_testimonials h1 {
	font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 20px;
	color: #262261;
}
.footer_accre .logo-carousel-free .sp-lc-logo img {
    max-width: 200px;
}

.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;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li, .vc_cta3-container {
	margin-bottom: 20px !important;
}
.complete_control_news .vc_custom_heading h4 {
	font-weight: bold;
	font-size: 20px;
	color: #225ba9
}
.complete_control_news .vc_btn3.vc_btn3-color-juicy-pink, .complete_control_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 {
	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: #3b3870;
	padding-bottom: 10px;
}
.footer_body img {
	display: table;
	margin: 20px auto 40px;
	max-width: 350px !important;
}
#footer_bottom {
	background-color: #565e5e;
	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;
	font-size: 15px;
}
footer ul.menu li {
	padding-bottom: 12px;
}
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 {
	
}
.vc_btn3.vc_btn3-size-md {
	padding-top: 6px;
	padding-bottom: 6px;
}
.back-to-top {
    position: fixed;
    bottom: 40px;
    right: 0px;
    background: #00addd;
    color: #fff;
    font-size: 30px;
    line-height: 12px;
    border-radius: 3px 0 0 3px;
    text-align: center;
    cursor: pointer;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    height: 40px;
    width: 40px;
}
.back-to-top.show {
    opacity: 1;
    visibility: visible;
}
.back-to-top:hover {
    background: #333;
    transform: translateY(-3px);
	text-decoration: none;
	color: #FFF;
}

.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: 22px;
    font-weight: 600;
    letter-spacing: 2px;
	text-transform: uppercase;
}
.footer-column-1 .widget p, .footer-column-2 .widget p, .footer-column-3 .widget p, .footer-column-4 .widget p {
	color: #FFF;
	font-size: 17px;
	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   ======*/



.complete_control-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;
}
.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;
}
.sp-testimonial-free-section .sp-testimonial-client-testimonial, 
.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    font-size: 18px;
}
.site-content .gfield_label {
    font-weight: bold !important;
	font-size: 16px !important;
}
.gform-field-label {
    font-weight: bold !important;
    color: #112337 !important;
}
/*.has_street.ginput_container_address {
    border-radius: 3px;
    border: 1px solid #112337;
	padding-bottom: 10px;
}*/


@media (max-width: 767px) {
	header#main-header .contacts {
		text-align: center;
	}
	header#main-header ul.list-inline {
		text-align: right;
	}
	header#main-header .contacts ul.list-inline li::after {
		content: none;
		padding: 0;
	}
	header#main-header .contacts ul.list-inline li {
		padding-bottom: 5px;
	}
	header#main-header a {
		font-size: 13px;
	}
	header#main-header {
		position: relative;
		top: 0px !important;
		z-index: 9;
	}
	.site-title {
		padding: 10px 15px;
	}
	.site-title img {
		max-width: 225px;
    	margin: 0px auto 0px 0px;
	}
	.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: 60px;
	}
	.complete_control_welcome h1, .fade_bg_reverse h1 {
		font-size: 24px;
		line-height: 30px;
	}
	h1 {
		font-size: 32px;
		line-height: 34px;
	}
	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: 68px;
	}
	.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;*/
	}
	.employee_service {
    	background-size: cover;
	}
	.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;
	}
	.map_holder_section.allow-overlap .wpb_single_image img {
		margin-bottom: 80px;
	}
	.map_holder_section.allow-overlap .wpb_single_image {
		display: table;
		margin: 0 auto;
	}
	.map_holder_section {
		margin-bottom: 20px;
	}
	.why_choose ul {
		display: grid;
		gap: 20px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	header#main-header .contacts ul.list-inline {
		text-align: right;
	}
	.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: 0px;
	}
	.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 15px !important;
		line-height: 50px !important;
		height: 50px !important;
		font-size: 13px !important;
		text-transform: capitalize;
	}
	#mega-menu-wrap-primary.mega-stuck #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		height: 50px !important;
		line-height: 50px !important;
	}
	.complete_control_welcome h1 {
		font-size: 22px;
    	padding-bottom: 0;
	}
	.complete_control_welcome p {
		margin-bottom: 20px !important;
		font-size: 14px;
		line-height: 24px;
	}
	#home_ticker h5 {
    	font-size: 12px;
	}
	p {
		font-size: 14px;
	}
	.complete_control_services h1 {
		font-size: 18px;
	}
	.complete_control_services p {
		padding: 0 10px;
	}
	.complete_control_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;
	}
	.complete_control_welcome h1 {
		padding-bottom: 5px;
		font-size: 30px;
	}
	.complete_control_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;
}