/*
Theme Name: Bridge
Theme URI: http://bridgelanding.qodeinteractive.com/
Description: Creative Multipurpose WordPress Theme
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Author: Qode Interactive
Author URI: http://qodethemes.com/
Text Domain: bridge
Version: 28.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
body {
    scroll-behavior: smooth;
}
.top_notice {
    background: #408dca;
    text-align: center;
    padding: 10px;
    color: #fff;
    line-height: 1.4em;
}
#pum-16495 .pum-content.popmake-content {
    font-size: 18px;
}
#pum-16495 .pum-content.popmake-content p {
    margin: 20px 0;
}
.a-stats {
    --akismet-color-mid-green: #357b49;
    --akismet-color-white: #fff;
    --akismet-color-light-grey: #f6f7f7;
    max-width: 350px;
    width: auto;
}
.a-stats * {
    all: unset;
    box-sizing: border-box;
}
.a-stats strong {
    font-weight: 600;
}
.a-stats a.a-stats__link,
.a-stats a.a-stats__link:visited,
.a-stats a.a-stats__link:active {
    background: var(--akismet-color-mid-green);
    border: none;
    box-shadow: none;
    border-radius: 8px;
    color: var(--akismet-color-white);
    cursor: pointer;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-weight: 500;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
}
/* Extra specificity to deal with TwentyTwentyOne focus style */
.widget .a-stats a.a-stats__link:focus {
    background: var(--akismet-color-mid-green);
    color: var(--akismet-color-white);
    text-decoration: none;
}
.a-stats a.a-stats__link:hover {
    filter: brightness(110%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 0 2px rgba(0, 0, 0, 0.16);
}
.a-stats .count {
    color: var(--akismet-color-white);
    display: block;
    font-size: 1.5em;
    line-height: 1.4;
    padding: 0 13px;
    white-space: nowrap;
}
.e-con.e-parent:nth-of-type(n + 4):not(.e-lazyloaded):not(.e-no-lazyload),
.e-con.e-parent:nth-of-type(n + 4):not(.e-lazyloaded):not(.e-no-lazyload) * {
    background-image: none !important;
}
@media screen and (max-height: 1024px) {
    .e-con.e-parent:nth-of-type(n + 3):not(.e-lazyloaded):not(.e-no-lazyload),
    .e-con.e-parent:nth-of-type(n + 3):not(.e-lazyloaded):not(.e-no-lazyload) * {
        background-image: none !important;
    }
}
@media screen and (max-height: 640px) {
    .e-con.e-parent:nth-of-type(n + 2):not(.e-lazyloaded):not(.e-no-lazyload),
    .e-con.e-parent:nth-of-type(n + 2):not(.e-lazyloaded):not(.e-no-lazyload) * {
        background-image: none !important;
    }
}
div.wpcf7-response-output {
    position: static;
}
div.wpcf7-response-output.wpcf7-validation-errors,
div.wpcf7-response-output.wpcf7-mail-sent-ok {
    background: none;
}
.main_menu li:last-child a {
    color: #313234;
}
.q_logo img {
    padding: 10px 0;
    max-height: 100px;
}
.fresco {
    position: relative;
    width: 100%;
    margin: 0;
}
.fresco img {
    width: 100%;
}
.fresco .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    background: rgba(14, 122, 196, 0.8);
    overflow: hidden;
    will-change: opacity;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0.001;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.fresco:hover .overlay {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 0.999;
}
.testimonials_c_holder .testimonial_content_inner {
    padding-bottom: 10px;
}
.testimonials_c_holder .flex-control-nav {
    margin-top: 0;
}
.btn.white.outline {
    color: #fff;
    border-color: #fff;
    background: transparent;
    border: 2px solid #fff;
    padding: 14px 26px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 3px;
}
.btn.white.outline:hover {
    background: #fff;
    color: #1a425a;
}
#twitter-widget-0 {
    height: 300px !important;
    overflow-y: scroll !important;
}
header.sticky:not(.header_style_on_scroll) .q_logo img.sticky {
    opacity: 1;
    height: 60px !important;
}
.footer_top .footer_logo img {
    width: auto;
    max-height: 50px;
    filter: grayscale(100%) invert(100%);
}
.footer_top p {
    margin-bottom: 0px;
}
.footer_top .socials a {
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.05);
    color: #c7c7c7;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    border-radius: 2px;
}
.footer_top .socials a:hover {
    background: #fff;
    color: #333 !important;
}
.footer_top {
    background: #1a1a1a none center bottom no-repeat;
    padding: 20px 0 10px;
}
@media screen and (max-width: 767px) {
    #rev_slider_2_1_wrapper .hesperiden.tp-bullets {
        margin-top: 32px !important;
    }
}
/*
            .center_text {
            text-align:center;
            .post .post-content .styled_header .icon, .styled_header .icon {
            display: block;
            width: 30px;
            min-height: 30px;
            position: absolute;
            left: 50%;
            top: 0;
            margin-left: -15px;
            font-size: 32px;
            color: #313234;
            display: none;
            text-align: center;
            }
            */
.post .post-content .styled_header .icon,
.styled_header .icon {
    display: block;
    width: 30px;
    min-height: 30px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -15px;
    font-size: 32px;
    color: #313234;
    display: none;
    text-align: center;
}
#services h6 {
    font-size: 28px;
    line-height: 28px;
    margin: 0 0 20px;
    font-weight: 600;
}
#services h3 {
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 800;
}
#about h6,
#philosophy h6,
#worker_information h6,
#team h6,
#news h6,
#contact_us h6 {
    position: relative;
    padding-bottom: 20px;
    font-weight: 300;
    font-size: 36px;
    margin-bottom: 20px;
}
#news h6 {
    text-transform: normal;
}
#contact_us h6 {
    margin-bottom: 50px;
}
#about h6:after,
#philosophy h6:after,
#worker_information h6:after,
#team h6:after,
#news h6:after,
#contact_us h6:after {
    content: "";
    display: block;
    height: 1px;
    width: 44px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -22px;
    border-bottom: 1px solid rgb(159, 159, 160);
}
#contact_us h6 {
    color: #fff;
    text-align: center;
}
.philosophy-heading p {
    font-weight: 300;
    font-size: 22px;
}
#about h4, #worker_information h4 {
    font-weight: 600;
}
.about-heading p {
    font-weight: 300;
    font-size: 22px;
}
#philosophy .grayscale img {
    filter: grayscale(100%);
    transform: translateZ(0px);
    transition: all 0.2s linear;
}
#philosophy .grayscale .wpb_column:hover img {
    filter: grayscale(0%);
}
#philosophy .mid-grayscale {
    border-left: 1px solid rgb(238, 238, 238);
    border-right: 1px solid rgb(238, 238, 238);
}
#philosophy .grayscale .wpb_text_column .wpb_wrapper {
    padding: 30px;
    transition: all 0.2s linear;
}
#philosophy .grayscale .wpb_column:hover .wpb_text_column .wpb_wrapper {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 140px 140px -60px inset;
}
#philosophy h3 {
    margin-bottom: 30px;
}
#philosophy .grayscale .wpb_column:hover h3 {
    color: rgb(26,66,90);
}
#about .grayscale img {
    filter: grayscale(100%);
    transform: translateZ(0px);
    transition: all 0.2s linear;
}
#about .grayscale .wpb_column:hover img {
    filter: grayscale(0%);
}
#about .mid-grayscale {
    border-left: 1px solid rgb(238, 238, 238);
    border-right: 1px solid rgb(238, 238, 238);
}
#about .grayscale .wpb_text_column .wpb_wrapper {
    padding: 30px;
    transition: all 0.2s linear;
}
#about .grayscale .wpb_column:hover .wpb_text_column .wpb_wrapper {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 140px 140px -60px inset;
}
#about h3 {
    margin-bottom: 30px;
}
#about .grayscale .wpb_column:hover h3 {
    color: rgb(26,66,90);
}
#upload {
    background-repeat: repeat;
}
#team .team-members h5 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 20px 0px 0px;
    text-align: center;
}
#team .team-members h4 {
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    margin-bottom: 30px;
}
.latest_post_two_holder .latest_post_two_info {
    display: none;
}
.latest_post_two_holder .latest_post_two_text {
    background: #ededed;
    text-align: left;
}
.contact-details {
    color: #fff;
    margin-bottom: 30px !important;
}
.contact-details a {
    color: #fff;
}
.map-marker {
    text-align: center;
    font-size: 40px;
    margin-bottom: 30px;
}
#contact_us .wpcf7-form .vc_row {
    margin-bottom: 30px;
    text-align: left;
}
input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
    background: #1a425a;
    color: #fff;
    border: 2px solid #1a425a;
}
input.wpcf7-form-control.wpcf7-submit:not([disabled]):hover {
    background: #1170ad;
    border-color: #1170ad;
}
#contact_us form {
    padding-left: 15px;
    padding-right: 15px;
}
.vc_custom_1632829728532 {
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.vc_custom_1632829728532_1 {
    background-position: center top !important;
    background-repeat: no-repeat !important;
}
.vc_custom_1523618478695 {
    padding-top: 40px !important;
    background-color: #ffffff !important;
}
.vc_custom_1523342310741 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    background-color: #1a425a !important;
}
.vc_custom_1523619647040 {
    background-color: #ffffff !important;
}
.vc_custom_1523620280528 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    background-color: rgba(237,237,237,.90) !important;
}
.vc_custom_1523620280528_1 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    background-color: #ffffff !important;
}
.vc_custom_1542004843463 {
    background-image: url(../images/contact_bg.jpg) !important;
}
.vc_custom_1523618032646 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.vc_custom_1523618337624 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.vc_custom_1523618199237 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
nav.main_menu > ul > li > a.smooth {
    scroll-behavior: smooth;
}
.phonenumber {
    padding: 5px;
    background-color: #12394B;
    color: #fff;
}