/* OVERRIDES */

/* CORE */

body, p, li {
	font-family: Lato, arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 15px;
}
h1, h2 {
    color: #444;
    font-weight: 700;
    font-size: 32px;
    line-height: normal;
}
p {
	color: #777777;
}
.btn {
    display: inline-block;
    margin-top: 15px;
    cursor: pointer;
    padding: 10px 20px;
}
.btn-white {
    color: #fff;
    border: 1px solid #fff;
}
.btn-white:hover {
	background-color: #fff;
	color: #444;
}
.btn-blue {
    background-color: #0A55A1;
    color: #fff;
    border: none;
}
.btn-blue:hover {
	color: #fff;
}
.btn:after {
    content: "→";
    margin-left: 10px;
}
span.hide {
	display: none;
}

/* HEADER */

.top-bar, .top-bar ul {
	background-color: #fff;
	padding: 0;
}
.top-bar {
    border-bottom: 5px solid #0A55A1;
}
.top-contact {
    border-bottom: 1px solid #e9e9e9;
    padding: 15px 0;
    text-align: right;
    color: #444;
}
.top-contact a {
	color: #444;
}
.top-contact a:hover {
	color: #444;
	text-decoration: underline;
}
img.logo {
    margin-top: 12px;
}
.top-contact br {
	display: none;
}

/* NAV */

.top-bar-right ul li {
    border-right: 1px solid #e9e9e9;
}
.top-bar-right ul li.active {
	border-right: none;
}
.top-bar-right ul a {
    color: #444444;
    padding: 32px 22px;
    font-size: 16px;
}
.top-bar-right ul li:hover a {
	background-color: #0053a4;
	color: #fff;
}
.top-bar-right ul.submenu li:hover a {
	background-color: #0053a4;
	color: #fff;
}
.top-bar-right .menu .active > a {
	background-color: #0053a4;
}
.top-bar-right .menu li:first-child {
    border-left: 1px solid #e9e9e9;
}
.top-bar-right .menu li.active {
    border-left: none;
}
.menu-item-has-children a {
    padding-right: 32px !important;
}
.top-bar-right .menu .active > a {
	color: #fff;
}
.menu-item-has-children.active a:after, .menu-item-has-children.is-active a:after {
    content: "";
    border-color: #fff transparent transparent !important;
}
.menu-item-has-children a:after {
	right: 15px !important
}
.top-bar-right ul.submenu li a {
    background-color: #fff;
    color: #444;
    padding: 20px;
}
.top-bar-right ul.submenu li a + a {
	border-top: 1px solid #ddd;
}

/* HOMEPAGE */

.homepage-slider {
    height: 640px;
    overflow: hidden;
}
.homepage-slider .metaslider {
	height: 640px;
}
.homepage-slider .metaslider .caption-wrap {
	display: -webkit-box;
	display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
    height: 100%;
    align-items: flex-end;
    opacity: 1;
    flex-direction: row;
    background-image: url(../images/backdrop.png);
    background-color: transparent;
    background-position: left top;
    background-repeat: no-repeat;
}
.homepage-slider .row {
    width: 100%;
    padding: 0 15px;
}
.homepage-slider .metaslider .caption {
    display: inline-block;
    padding: 0 0 130px 0;
}
.caption h2, .caption p {
	color: #fff;
}
.clients {
    overflow: hidden;
    padding: 45px 0;
}
.clients h2 {
    display: inline-block;
    color: #0053a4;
    font-size: 24px;
    margin-top: 5px;
}
.client-list li {
    display: inline-block;
}
.client-list li + li {
	margin-left: 15px;
}
.client-list li img {
    max-height: 50px;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.client-list li img:hover {
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.client-list {
    display: inline-block;
    float: right;
    margin: 0;
}
.service {
	display: -webkit-box;
	display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
    background-size: cover;
    align-items: flex-start;
    flex-direction: column;
    padding: 30px;
    justify-content: flex-end;
}
.service1 {
	height: 395px;
	margin-bottom: 30px;
}
.service2, .service3 {
	height: 395px;
}
.service h2 {
    color: #fff;
    margin-bottom: 0;
    line-height: 1;
}
.btn-services {
	text-align: center;
}
.btn-services .btn {
    font-weight: 700;
    font-size: 22px;
    color: #0053a4;
    margin-top: 20px;
}
.about {
    padding: 60px;
}
.about-right img {
    float: right;
    margin-top: -40px;
}
.before-title {
    color: #0053a4;
    font-size: 20px;
    margin: 0 0 5px 0;
    line-height: 1;
    text-transform: uppercase;
}
.about h2 {
    margin-bottom: 20px;
}
.case-studies {
	padding: 40px 0 60px 0;
}
.recent-project {
    overflow: visible;
    position: relative;
	display: -webkit-box;
	display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
    flex: 1;
}
.recent-project .tag {
    position: absolute;
    top: -35px;
    left: 0;
    background-color: #0053a4;
    padding: 5px 10px;
    color: #fff;
    font-weight: 700;
}
.recent-project h2 {
    padding-right: 30px;
}
.recent-project .columns {
    padding: 0;
    display: flex;
    flex-direction: column;
}
.recent-projects {
    background-color: #ececec;
    padding: 40px 0 60px 0;
}
.recent-projects > .row > h2 {
    text-align: center;
    color: #bbbbbb;
    line-height: 1;
    margin-bottom: 30px;
}
.attachment-project-home {
    width: 100%;
}
.recent-project .recent-project-left {
    padding: 30px;
    background-color: #fff;
}
.recent-project .btn {
    width: 142px;
}
.recent-projects .slick-initialized .slick-slide {
	display: flex;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.slick-prev, .slick-next {
	margin-top: 25px;
}
body .slick-prev:before, .slick-next:before {
	background-image: url(../images/arrows.png);
    content: "";
    height: 30px;
    width: 15px;
    display: block;
    background-repeat: no-repeat;
}
body .slick-next:before {
	background-position: center right;
}
body .slick-prev {
	left: -30px;
}
body .slick-next {
	right: -33px;
}
body .slick-prev, body .slick-next {
	height: 30px;
}
body .slick-list {
	padding-top: 35px;
	margin-top: -35px;
}
	
/* PAGE */

.static {
	position: static !important;
}
#main {
	padding: 60px 0;
	position: relative;
}
#content .breadcrumbs {
    padding: 15px 0;
    background-color: #328DEA;
    margin: 0;
}
#content .breadcrumbs a, #content .breadcrumbs p {
	color: #fff;
	margin: 0;
}
.service-img figure, .service-img div, .service-img img {
    width: 100%;
}
p.subtitle {
    color: #0A55A1;
    font-size: 22px;
}
.our-customers {
    padding: 45px 0;
    text-align: center;
    background-color: #f4f4f4;
    clear: both;
}
.our-customers h2 {
    position: relative;
    padding-bottom: 90px;
    margin-bottom: 45px;
}
.our-customers h2:after {
    position: absolute;
    content: "";
    background-image: url(../images/quote.png);
    left: 0;
    right: 0;
    height: 48px;
    width: 72px;
    background-position: center center;
    margin: 0 auto;
    background-repeat: no-repeat;
    bottom: 0;
}
.name:before {
    content: "- ";
}
.name-position {
    font-weight: 700;
}
.testimonials > div > p {
    font-size: 18px;
    max-width: 900px;
    margin: 0 auto 30px;
}
.testimonial-section {
	display: flex;
	clear: both;
	align-items: center;
}
.testimonial-section > div:first-child {
	flex: 2;
}
.testimonial-section > div:last-child  {
	flex: 3;
}
.testimonial-section .slick-slide p {
    margin: 0 auto 20px;
    width: auto;
    font-size: 20px;
}
.testimonial .slick-dots li {
	margin: 0;
}
.slick-track {
	margin-bottom: 15px;
}
.flexslider .slides li {
	max-height: 640px !important;
}

/* SINGLE PRODUCT */

#slide-nav-pgs img {
    width: 100% !important;
}
#content div.product div.images {
    width: 63% !important;
    margin-right: 2%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 35%;
}
.twist-pgs {
    width: 79.9% !important;
    margin-left: 0.1% !important;
}
.woo-breadcrumb {
    background-color: #12579E;
    padding: 5px 0 10px 0;
    margin-bottom: 45px;
}
.woo-breadcrumb nav.woocommerce-breadcrumb a {
	color: #fff;
}
nav.woocommerce-breadcrumb {
	color: #fff !important;
	margin: 0 !important;
}
section.related.products {
    clear: both;
    margin-bottom: 60px;
    border-top: 2px solid #ddd;
    padding-top: 30px;
}
section.related.products h2 {
    text-align: center;
    margin-bottom: 30px;
}
.related.products a[rel="nofollow"] {
    display: none !important;
}
.related.products ul.products li.product, .related.products ul.products li.product img {
	margin-bottom: 0 !important;
}
.related.products h2.woocommerce-loop-product__title, .woocommerce .product-box .products h2.woocommerce-loop-product__title {
    background-color: #18599C;
    padding: 15px 0 !important;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90px;
    padding: 15px !important;
    text-align: center;
}
.thumbnails img {
	max-height: 130px;
}

/* SERVICES */

.page-header {
    height: 400px;
    background-size: cover;
    background-position: center center;
}
.vc_toggle_content {
	padding-left: 0 !important;
}
.vc_toggle_title {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
    padding-left: 0 !important;
}
.vc_toggle_title h4:after {
    content: "+";
    font-size: 24px;
    color: #ccc;
    float: right;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transition: transform 0.3s ease-in-out 0s;
    -moz-transition: transform 0.3s ease-in-out 0s;
    -webkit-transition: transform 0.3s ease-in-out 0s;
}
.vc_toggle_title .vc_toggle_icon {
	display: none !important;
}
.vc_toggle_title > h4 {
    color: #848484;
    font-size: 20px;
    font-weight: 500;
}
.vc_toggle_active .vc_toggle_title > h4 {
	color: #0A55A1;
}
.vc_toggle_active .vc_toggle_title > h4:after {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: transform 0.3s ease-in-out 0s;
    -moz-transition: transform 0.3s ease-in-out 0s;
    -webkit-transition: transform 0.3s ease-in-out 0s;
    color: #0A55A1;
}
.clients.clients-nh {
    clear: both;
    background-color: #f4f4f4;
    margin: 0;
}
.product-box ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 15px;
}
.product-box .slick-track .slick-slide:nth-of-type(1) li.product {
	margin-left: 0 !important;
}
.product-box ul.products li.product a img {
	margin: 0 !important;
}
.product-box .button {
	display: none !important;
}
.product-rail .product-box ul.products {
    margin: 0;
}
.product-rail {
    padding: 60px 0 45px 0;
}
.product-box > h2 {
    text-align: center;
    margin: 0 0 30px 0;
}
.videoWrapper {
	position: relative;
	padding-bottom: 71.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	clear: both;
}
.videoWrapper object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.videoWrapper object embed {
	width: 100%;
}
.videoWrapper object embed {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

/* MODAL */

.enquiry-modal {
	display: none;
	background-color: rgba(0, 0, 0, 0.55);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5000;
}
.modal-form {
    width: 600px;
    top: 50%;
    position: absolute;
    left: 50%;
    background-color: #f4f4f4;
    transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}
.modal-inner {
    padding: 30px;
    position: relative;
}
.modal-form .close {
    right: 18px;
    top: 18px;
    position: absolute;
    font-size: 16px;
    cursor: pointer;
    color: rgba(0 ,0, 0, 0.35);
    z-index: 50;
}
.modal-form .col-sm-6 {
    margin-bottom: 10px;
}
.modal-form form {
	position: relative;
}
.grecaptcha-badge {
	width: 256px;
    clear: both;
    height: 60px;
    position: absolute;
    box-shadow: grey 0px 0px 5px;
    bottom: 12px;
    left: 0;
}
.modal-form br {
	display: none;
}
label {
	font-weight: 700;
}
.modal-form .btn-blue {
	width: 100%;
	margin-bottom: 45px;
}
.modal-form textarea {
	margin-bottom: 0;
}
div.wpcf7 .ajax-loader {
	display: none;
}
.project-track .slick-prev, .project-track .slick-next {
	margin-top: 0;
}
.grid_info h2 {
    display: flex;
    min-height: 90px;
    font-size: 1em;
    background-color: #18599C;
    color: #fff;
    text-align: center;
    align-items: center;
    padding: 15px 20px;
    justify-content: center;
}
article.grid-item {
    padding: 0 15px;
    margin: 0 0 30px 0;
}
.controls + hr {
    margin: 15px 15px 30px 15px;
}
#reset {
	float: left;
}
#reset button {
    margin-top: 42px;
    background-color: #A53D35;
    color: #fff;
    padding: 12px 20px;
}
section#grid-container {
    padding: 60px 0;
    background-color: #f4f4f4;
    margin-top: 15px;
    margin-bottom: -60px;
}
.filter-block fieldset {
    padding-left: 0;
}
#isotope-list {
	clear: both;
    padding-top: 15px;
    overflow: hidden;
}

/* PROJECTS */

.recent-projects.projects-page {
    padding: 0;
    background-color: transparent;
}
.projects-page .recent-project-left {
    background-color: #f1f1f1;
}
.projects-page .recent-project + .recent-project {
	margin-top: 30px;
}

/* BLOG */

.blog-entries {
	padding: 60px 0;
}
.blog-single img {
	float: left;
	margin-right: 20px;
}
.blog-single h2 {
    margin-top: 15px;
    margin-bottom: 5px;
}
.blog-single {
    background-color: #f4f4f4;
    float: left;
    position: relative;
}
.blog-single + .blog-single:before {
    content: "";
    height: 46px;
    width: 1px;
    position: absolute;
    left: 50%;
    background-color: #eee;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}
.blog-single + .blog-single {
    margin-top: 45px;
}
.blog-single h2 a {
    color: #333;
    font-size: 26px;
}
.btn-excerpt {
    position: absolute;
    left: 18px;
    bottom: -20px;
    color: #fff !important;
    margin: 0;
}
.single h1 {
    margin-bottom: 0;
}
.mix {
	display: none;
	float: left;
}

/* CONTACT */

.contact-form {
    z-index: 1;
    background-color: #444444;
    padding: 60px 0;
    margin-bottom: -60px;
}
.contact-form label {
	color: #fff;
}
.contact-form .gform_wrapper ul li.gfield {
	clear: none !important;
}
.contact-form input {
	width: 100% !important;
}
.contact-form input[type="submit"] {
	width: 200px !important;
  margin-left: 15px;
}
.gform_footer {
	padding: 0 15px !important;
}
.phone-email {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 5px solid #0A55A1;
    margin-left: 0;
    margin-right: 0;
    padding-right: 30px;
    margin-bottom: 60px;
}
.phone-email > div > div {
    padding-left: 0 !important;
}
.contact-info {
	z-index: 1;
}
.contact-info h2:after, .contact-form h2:after {
	display: none;
}
.contact-info h2 {
    font-size: 42px;
    margin-bottom: 0;
}
.contact-form h2, .contact-form p {
	color: #fff;
}
.contact-info h3 {
    font-size: 24px;
}
.vc_google-map {
    position: absolute;
    top: 0;
    right: -2px;
    height: 49%;
}
.vc_google-map .wpb_wrapper, .vc_google-map .ultimate-map-wrapper, .vc_google-map .ultimate_google_map {
	height: 100% !important;
}
.vc_google-map .ultimate_google_map {
	width: 100% !important;
}
.vc_google-map .ultimate-map-wrapper {
	margin-right: -12px;
}
.contact-form label {
    color: #fff;
    font-weight: 700;
}
.contact-form input[type="submit"] {
    background-color: #C61D23;
    color: #fff;
    border: none;
    padding: 15px 0;
    font-weight: 700;
    font-size: 18px;
}
.contact-form br {
	display: none;
}
.wpcf7-response-output {
	clear: both;
}

/* FOOTER */

footer.footer {
	background-color: #31383c;
	padding: 45px 0 0 0;
	margin-top: 0;
}
footer.footer p {
	color: #fff;
}
footer.footer h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 21px;
}
footer.footer .menu li {
    display: block;
}
footer.footer .menu li a {
    padding: 5px 0;
    color: #fff;
}
footer.footer .menu li.active a {
	background-color: transparent;
}
.footer-title {
    margin-bottom: 15px !important;
}
.footer-bottom {
    color: #fff;
    text-align: center;
    padding: 15px 0;
    background-color: #242a2e;
}
.footer-bottom a {
	color: #fff;
	text-decoration: underline;
}
ul.social span {
	display: none;
}
ul.social {
	margin: 0;
	padding: 0;
}
ul.social li {
    height: 50px;
    width: 50px;
    text-align: center;
    color: #fff;
    list-style: none;
    padding-top: 5px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    font-size: 24px;
}
ul.social li + li {
	margin-left: 5px;
}
ul.social li a {
	color: #fff;
}
ul.social li.linkedin {
	background-color: #0177b5;
}
ul.social li.youtube {
	background-color: #fe0000;
}