/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

@font-face {
    font-family: 'Moderat-Light';
    src: url('fonts/Moderat-Light.eot');
    src: url('fonts/Moderat-Light.eot') format('embedded-opentype'),
         url('fonts/Moderat-Light.woff2') format('woff2'),
         url('fonts/Moderat-Light.woff') format('woff');
    font-weight: normal;
  	font-style: normal;
}
@font-face {
    font-family: 'Moderat-Medium';
    src: url('fonts/Moderat-Medium.eot');
    src: url('fonts/Moderat-Medium.eot') format('embedded-opentype'),
         url('fonts/Moderat-Medium.woff2') format('woff2'),
         url('fonts/Moderat-Medium.woff') format('woff');
    font-weight: normal;
  	font-style: normal;
}
@font-face {
    font-family: 'Moderat-Regular';
    src: url('fonts/Moderat-Regular.eot');
    src: url('fonts/Moderat-Regular.eot') format('embedded-opentype'),
         url('fonts/Moderat-Regular.woff2') format('woff2'),
         url('fonts/Moderat-Regular.woff') format('woff');
    font-weight: normal;
  	font-style: normal;
}
@font-face {
    font-family: 'Moderat-Thin';
    src: url('fonts/Moderat-Thin.eot');
    src: url('fonts/Moderat-Thin.eot') format('embedded-opentype'),
         url('fonts/Moderat-Thin.woff2') format('woff2'),
         url('fonts/Moderat-Thin.woff') format('woff');
    font-weight: normal;
  	font-style: normal;
}

/* General Style */
body,
body p {
	font-family: 'Moderat-Light', sans-serif;
}
p {
    padding-bottom: 25px;
    letter-spacing: 0.01em;
}
p a:hover { text-decoration: underline; }
h1 {
    font-family: 'Moderat-Medium', sans-serif !important;
    letter-spacing: 0.01em;
}
h2 {
    font-family: 'Moderat-Regular', sans-serif !important;
    letter-spacing: 0.01em;
}
h3 {
    font-family: 'Moderat-Medium', sans-serif !important;
    letter-spacing: 0.01em;
}
h4 {
    font-family: 'Moderat-Medium', sans-serif !important;
    letter-spacing: 0.01em;
}
h5 {
    font-family: 'Moderat-Medium', sans-serif !important;
    letter-spacing: 0.01em;
}
h6 {
    font-family: 'Moderat-Medium', sans-serif !important;
    letter-spacing: 0.01em;
}
.font-moderat-regular { font-family: 'Moderat-Regular', sans-serif !important; }
.font-moderat-medium { font-family: 'Moderat-Medium', sans-serif !important; }
.font-moderat-thin { font-family: 'Moderat-Thin', sans-serif !important; }
.font-moderat-light { font-family: 'Moderat-Light', sans-serif !important; }
.fonts-yellow * {
    color: #ffde17;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.025px;
}
.fonts-white * { color: #fff; }
.fonts-white a { color: #ffde17; }
a.read-more { position: relative; }
a.read-more:hover,
a.read-more:focus,
a.read-more:active {
    text-decoration: none;
    color: #000;
}
a.read-more:after {
    content: "";
    position: absolute;
    z-index: 11111;
    left: 0;
    width: 0;
    bottom: 0;
    background: #000;
    height: 2px;
    transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
a.read-more.read-more-yellow:after { background: #ffde17; }
a.read-more:hover:after,
a.read-more:focus:after,
a.read-more:active:after {
    width: 100%;
}
#page-banner {
    position: relative;
/*    opacity: 0;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;*/
}
#page-banner .parallax_content,
#page-banner .parallax_section_inner_margin,
#page-banner .vc_column_container,
#page-banner .vc_column-inner,
#page-banner .wpb_wrapper {
    position: static;
}
.banner-arrow {
    position: absolute;
    left: 48%;
    bottom: 15%;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.banner-arrow img {
    width: auto;
    height: 75px;
}
.banner-arrow:hover { bottom: 17%; }
#page-banner { background-size: cover !important; }
.qode-accordion-content li,
.single li {
    padding-bottom: 8px;
    list-style-position: outside !important;
}
.qode-accordion-content ul,
.qode-accordion-content ol,
.single ul { padding-left: 4%; }
#custom-page-loader {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11111;
}
#custom-page-loader .cpl-inner {
    background-color: #ffde17;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: loaderAnimation 1.5s linear;
    -moz-animation: loaderAnimation 1.5s linear;
    animation: loaderAnimation 1.5s linear;
}
@keyframes loaderAnimation {
    0% { height: 0; }
    100% { height: 100%; }
}

/* Background animation for career */
@keyframes animatedBackground {
   from { background-position: left top }
    to { background-position: center top }
}

/* Accordian Style */
.qode-accordion-holder { border-bottom: 2px solid #aaa; }
.qode-accordion-holder .qode-title-holder { border-top: 2px solid #aaa; }
.qode-accordion-holder .qode-title-holder:first-child { border-top: none; }
.qode-accordion-holder .qode-title-holder .qode-tab-title span.qode-tab-title-inner:only-child { padding: 25px 0; }
.qode-accordion-holder .qode-title-holder.ui-state-active,
.qode-accordion-holder .qode-title-holder.ui-state-hover {
    background-color: transparent;
}
.qode-accordion-holder .qode-title-holder .qode-accordion-mark { width: 40px; }
.qode-accordion-holder .qode-title-holder .qode-accordion-mark-icon { font-size: 50px; }
.qode-accordion-holder .qode-accordion-content { padding: 20px 0; }
.qode-accordion-holder .qode-title-holder .qode-accordion-mark-icon span:first-child::before {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.qode-accordion-holder .qode-title-holder.ui-state-active .qode-accordion-mark-icon span:first-child { opacity: 1; }
.qode-accordion-holder .qode-title-holder.ui-state-active .qode-accordion-mark-icon span:first-child::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.qode-accordion-holder .qode-title-holder.ui-state-active .qode-accordion-mark-icon span:last-child { opacity: 0; }

/* Button Style */
.qbutton { border-radius: 0; }
.qbutton.big_large {
    width: 100%;
    max-width: 384px;
}

/* Navigation */
.header_bottom .main_menu {
    font-family: 'Moderat-Medium', sans-serif !important;
    /*padding: 22px 0 0;*/
}
header:not(.with_hover_bg_color) nav.main_menu>ul>li:hover>a {
    opacity: 1 !important;
}
.header_bottom nav.main_menu { width: 50%; }
nav.main_menu > ul > li > a { padding: 0 17px 0 10px; }
nav.main_menu ul li.what-we-do.active a { color: #f5f5f5; }
nav.main_menu ul li.what-we-do a:hover { color: #ffde17; }


/* Sticky Navigation */
header.sticky .header_bottom .main_menu {
    padding: 0;
}

/* Footer styling */
.footer_top .widget.widget_nav_menu li { padding: 0 0 5px; }
.four_columns>.column3>.column_inner,
.four_columns>.column2>.column_inner { padding: 0; }
.footer-visit { padding-top: 20px; }
.footer-contact-form {
    position: relative;
    border: 1px solid #000;
}
.footer-contact-form::after {
    clear: both;
    content: '';
    display: table;
}
.footer-contact-form .fcf-left {
    float: left;
    width: 65%;
}
.footer-contact-form .fcf-right {
    float: right;
    width: 35%;
}
.footer-contact-form .fcf-left input.wpcf7-form-control.wpcf7-text {
    color: #000;
    margin: 0;
    background: transparent;
    padding: 10px 5px;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Moderat-Medium', sans-serif !important;
}
.footer-contact-form .fcf-left input.wpcf7-form-control.wpcf7-text:hover,
.footer-contact-form .fcf-left input.wpcf7-form-control.wpcf7-text:active,
.footer-contact-form .fcf-left input.wpcf7-form-control.wpcf7-text:focus {
    background: transparent;
    outline: none;
}
.footer-contact-form .fcf-right .ajax-loader { display: none !important; }
.footer-contact-form .fcf-right input.wpcf7-form-control.wpcf7-submit {
    background: none;
    border: none;
    font-size: 16px;
    line-height: 20px;
    padding: 5px 0;
    width: 100%;
    text-align: center;
    border-left: 1px solid #000;
    border-radius: 0;
    font-family: 'Moderat-Medium', sans-serif !important;
}
.footer-contact-form .fcf-right input.wpcf7-form-control.wpcf7-submit:hover {
    color: #fff;
    background: #000;
}
.footer-contact-form .wpcf7-form-control-wrap { position: static; }
.footer-contact-form span.wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    width: 100%;
}
.footer-ns-section { padding: 0 0 25px; }
.footer-ns-section div.wpcf7-response-output {
    padding: 5px 5px 5px 15px;
    text-transform: none;
    line-height: 20px;
}
.footer-ns-section div.wpcf7-response-output:before { left: 5px; }
.footer-social-links { font-size: 0; }
.footer-social-links a {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 5px 0;
    width: 45px;
    height: 45px;
}
.footer-social-links a img {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
    position: relative;
}
.footer-social-links a:hover img {
    -webkit-transform:translateY(-10px);
    -moz-transform:translateY(-10px);
    transform:translateY(-10px);
}

/* Homepage what we do accordion */
#home-section-mission {
    background-repeat: no-repeat !important;
    background-position: center top !important;
}
#home-section-services {
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-size: 560px auto !important;
}
.what-do-acc p,
.what-do-acc h3 {
    padding-left: 12%;
    color: #fff;
}
.what-do-acc a { color: #fff; }
.what-do-acc h2 { color: #fff !important; }
.what-do-acc .qode-accordion-holder .qode-title-holder { background-color: transparent; }
.what-do-acc .qode-accordion-holder .qode-title-holder:last-of-type { border-bottom: 2px solid #c9cacc !important; }
.what-do-acc .qode-accordion-holder .qode-title-holder { border-top: none; }
.what-do-acc .qode-title-holder:first-child { border-top: 2px solid #c9cacc; }
.what-do-acc .qode-accordion-holder span.qode-tab-title-inner:only-child { padding: 13px 0 20px 0 !important; }
.what-do-acc .qode-accordion-holder .qode-title-holder.ui-state-active,
.what-do-acc .qode-accordion-holder .qode-title-holder.ui-state-hover {
    color: #fff !important;
}
.what-do-acc .qode-accordion-holder { border-bottom: none; }
.what-do-acc .icon_plus:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: url(images/Radically-Plus.png);
}
.what-do-acc .icon_plus,
.what-do-acc .icon_minus-06 {
    font-family: 'Moderat-Thin', sans-serif !important;
}
.what-do-acc ul.dashed {
    list-style: none !important;
    padding-left: 5%;
}
ul.dashed > li {
    margin-left: 10%;
    color: #fff;
}
ul.dashed > li a {
    color: #fff;
}
ul.dashed > li::before {
    content: "—";
    margin-left: -15px;
    margin-right: 5px;
}
.what-do-acc ol,
.what-do-acc ul {
    padding-left: 15%;
    padding-bottom: 15px;
    color: #fff;
}
.what-do-acc h3.what-we-do {
    font-size: 24px;
    padding-bottom: 15px;
}

/* Insights grid style */
#insight-page-header {
    background-size: 90% auto !important;
    background-repeat: no-repeat;
    padding: 30px 0 100px;
    background-position: left top;
}
.vc_grid .custom-blog-grid h3,
.vc_grid .custom-blog-grid h3 a {
    font-family: 'Moderat-Light', sans-serif !important;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
}
.vc_grid .custom-blog-grid.custom-cs-grid h3,
.vc_grid .custom-blog-grid.custom-cs-grid h3 a {
    text-transform: none;
}
.vc_grid .custom-blog-grid.custom-team-grid h3,
.vc_grid .custom-blog-grid.custom-team-grid h3 a {
    font-family: 'Moderat-Light', sans-serif !important;
    font-size: 24px;
    line-height: 28px;
    text-transform: capitalize;
}
.vc_grid .custom-blog-grid .vc_gitem-post-data { margin-bottom: 0; }
.vc_grid .custom-blog-grid .insight-meta {
    font-family: 'Moderat-Thin', sans-serif !important;
    font-size: 20px;
    line-height: 24px;
    color: #666;
    padding: 0 0 15px;
    margin: 0 0 10px;
}
.vc_grid .custom-blog-grid.custom-cs-grid .insight-meta {
    border-bottom: none;
    padding: 0 0 10px;
}
.vc_grid .custom-blog-grid p {
    font-family: 'Moderat-Thin', sans-serif !important;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 15px;
}
.vc_grid .custom-blog-grid .insight-read-more a {
    font-family: 'Moderat-Thin', sans-serif !important;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 15px;
    position: relative;
}
.vc_grid .custom-blog-grid .insight-read-more a:after {
    content: "";
    position: absolute;
    z-index: 11111;
    left: 0;
    width: 0;
    bottom: 9px;
    background: #000;
    height: 2px;
    transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.vc_grid .custom-blog-grid .insight-read-more a:hover:after,
.vc_grid .custom-blog-grid .insight-read-more a:focus:after,
.vc_grid .custom-blog-grid .insight-read-more a:active:after {
    width: 100%;
}
#load-more-btn {
    width: 345px;
}
.vc_btn3.vc_btn3-size-md {
    background-image: none;
    background-color: #ffde17;
    color: #000;
    font-family: 'Moderat-Thin', sans-serif !important;
    font-size: 20px;
    line-height: 24px;
    width: 100%;
    max-width: 384px;
}
.home-cs-grid .vc_btn3.vc_btn3-size-md { max-width: 384px; }
.vc_btn3.vc_btn3-size-md:hover {
    background-color: #000 !important;
    color: #ffde17 !important;
}
.vc_grid .custom-team-grid .team-grid-position {
    color: #aaa;
    font-family: 'Moderat-Light', sans-serif !important;
    font-size: 24px;
    line-height: 28px;
    text-transform: capitalize;
}
.vc_grid .custom-team-grid .team-grid-image {
    background-position: center top !important;
    /*width: 586px;
    height: 345px;*/
}
.vc_grid .custom-team-grid .team-grid-image:before {
        padding-top: 60% !important;
}
.vc_grid .custom-team-grid .team-grid-image .vc_gitem-zone-mini,
.vc_grid .custom-team-grid .team-grid-image .vc_row,
.vc_grid .custom-team-grid .team-grid-image .vc_col-sm-12,
.vc_grid .custom-team-grid .team-grid-image .wpb_text_column,
.vc_grid .custom-team-grid .team-grid-image .wpb_wrapper {
    position: static;
}
.vc_grid .custom-blog-grid .grid-image-hover::after {
    content: '';
    background: #ffde17;
    height: 10px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1111;
    transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.vc_grid .custom-blog-grid .grid-image-hover:hover::after,
.vc_grid .custom-blog-grid .grid-image-hover:focus::after,
.vc_grid .custom-blog-grid .grid-image-hover:active::after {
    width: 100%;
}
.vc_grid .custom-cs-grid .cs-play-btn {
    background: rgba(255, 255, 255, 0.75);
    width: 100px;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    font-size: 20px;
    line-height: 100px;
    border-radius: 100%;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.vc_grid .custom-cs-grid .cs-play-btn a { display: block; }
.vc_grid .custom-cs-grid .cs-play-btn a:hover { color: #000; }
.vc_grid .custom-cs-grid .cs-play-btn:hover { background: rgba(255, 222, 24, 0.75); }
#insights-grid .qbutton.big_large {
    height: 50px !important;
    line-height: 50px !important;
    font-family: 'Moderat-Thin', sans-serif !important;
}

/* Team Details */
.team-contact p { padding: 0; }
.team-contact .team-back-btn {
    position: absolute;
    left: 15px;
    top: 15px;
}
.team-grid-position,
.team-light {
    color: #aaa;
    font-family: 'Moderat-Light', sans-serif !important;
    font-size: 24px;
    line-height: 28px;
}
.single-team-image {
    max-height: 375px;
    overflow: hidden;
}
.team-detail-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1111;
}
.team-detail-btn::after {
    background: rgba(255, 255, 255, 0.75);
    border-radius: 100%;
    overflow: hidden;
    content: '\f0c1';
    font-family: 'FontAwesome';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    height: 60px;
    width: 60px;
    color: #000;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    opacity: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.team-detail-btn:hover::after { opacity: 1; }
.team-hover-column,
.team-hover-column .vc_column-inner,
.team-hover-column .wpb_wrapper,
.team-hover-column .wpb_raw_html,
.team-hover-column .wpb_wrapper {
    position: static;
}
.team-popup-section {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /*height: 95%;*/
    height: 100%;
    background: #fff;
    z-index: 1111;
    overflo-y: hidden;
}
.team-popup-section-inner {
    height: 100%;
    width: 100%;
}
.team-popup-section.ovs .vc_row.wpb_row.section {
    height: 100%;
    overflow-y: auto;
    scrollbar-color: #000 #ccc;
    scrollbar-width: thin;
}
.team-popup-section.ovs .vc_row.wpb_row.section::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}
.team-popup-section.ovs .vc_row.wpb_row.section::-webkit-scrollbar-track {
    background-color: #ccc;
    border-radius: 10px;
}
.team-popup-section.ovs .vc_row.wpb_row.section::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 10px;
}
#team-third-section .vc_grid.vc_row.vc_grid-gutter-20px { margin-bottom: 0px !important; }


/* Career page */
#careers-second-section {
    background-size: auto;
    background-position: center top !important;
    animation: animatedBackground 15s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    -webkit-animation: animatedBackground 15s;  /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: 1; /* Safari 4.0 - 8.0 */
}
#career-accordion .icon_plus:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url(images/Radically-Plus-career.png);
    background-size: 100% auto;
}

/* Blog Single Page */
.blog-single-detail { padding: 70px 0 40px; }
.blog-single-featured {
    height: 450px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}
.blog-single-title { padding: 0 0 10px; }
.blog-single-detail .post_info { padding: 0 0 10px; }
.blog-single-detail ol {
    margin-left: 5%;
    padding-bottom: 3%;
}
.blog-single-detail .post_info { font-size: 20px; }


/* Courses accordion */
#courses-accordion .icon_plus:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url(images/Radically-Plus-career.png);
    background-size: 100% auto;
}

/* Courses event widget button styling */
.event-btn {
    font-family: 'Moderat-Thin', sans-serif !important;
    font-size: 20px;
    line-height: 24px;
    background-color: rgb(255, 222, 23);
    color: rgb(0, 0, 0);
    display: inline-block;
    border: none;
    padding: 10px 20px;
    outline: 0;
}
.event-btn:hover {
    background-color: rgb(0,0,0);
    color: rgb(255, 222, 23);
}

/* Search page */
.search .content {
    padding-top: 50px;
}
.blog_holder article .post_text .post_text_inner {
    padding: 23px 10px 35px;
}

/* Archive page */
.archive .content {
    padding-top: 100px;
}

/* Agile transformation page */
#agile-steps .agile-step {
    background-size: 95% !important;
    background-repeat: no-repeat !important;
    background-position: top left !important;
}
#agile-steps .q_elements_item_content:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 98%;
    padding-top: 50%;
    border-bottom: 2px solid #59595b;
}
#agile-steps .agile-step .q_elements_item_inner {
    margin: 10px 15px 10px 0;
}
#mobile-step h2 {
    position: absolute;
    z-index: 1;
    padding-top: 28%;
}
#mobile-step { display: none; }
#custom-mobile-menu { display: none; }

/* Reponsive Media Query */
@media only screen and ( min-width: 1001px ) and ( max-width: 1200px ) {
    .header_bottom .container_inner { width: 950px; }
}

@media only screen and ( min-width: 1200px ) {
    /* Insights */
    #insight-page-header {
        background-size: contain !important;
        padding: 30px 0 150px;
    }
}

@media only screen and ( max-width: 1300px ) {
    nav.main_menu > ul > li > a {
        padding: 0 8px 0 10px;
    }
}

@media only screen and ( max-width: 1200px ) {
    nav.main_menu > ul > li > a {
        padding: 0 0 0 10px;
        font-size: 14px;
    }
}

@media only screen and ( max-width: 1000px ) {
    /* Header */
    .mobile_menu { display: none !important; }
    #custom-mobile-menu {
        display: none;
        position: fixed;
        background: #000;
        width: 100%;
        height: 100%;
        z-index: 11111;
        overflow-y: auto;
    }
    #custom-mobile-menu .container {
        max-width: 768px;
        margin: 0 auto;
        width: 100%;
    }
    #custom-mobile-menu .container .row {
        position: relative;
        margin: 0 -15px;
    }
    #custom-mobile-menu .custom-logo {
        height: 100px;
        display: table-cell;
        vertical-align: middle;
    }
    #custom-mobile-menu .custom-menu-btn {
        height: 100px;
        text-align: right;
    }
    #custom-mobile-menu .custom-menu-btn a {
        height: 100px;
        width: 30px;
        color: #fff;
        display: inline-block;
        position: relative;
        margin-right: 20px;
    }
    #custom-mobile-menu .custom-menu-btn a::before {
        content: '';
        height: 2px;
        width: 30px;
        background: #fff;
        display: block;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: absolute;
        top: 50%;
        margin-top: -7px;
        left: 0;
    }
    #custom-mobile-menu .custom-menu-btn a::after {
        content: '';
        height: 2px;
        width: 30px;
        background: #fff;
        display: block;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        margin-top: -7px;
        left: 0;
    }
    .custom-menu-section {
        text-align: left;
        padding: 20px 0 0;
    }
    .custom-menu-section ul li { list-style: none; }
    .custom-menu-section ul li .mobile_arrow { display: none; }
    .custom-menu-section ul li a {
        color: #fff;
        font-family: 'Moderat-Regular', sans-serif !important;
        font-size: 35px;
        line-height: 45px;
    }
    .custom-menu-content {
        padding: 30px 0 0;
    }
    .custom-menu-content p {
        color: #fff;
    }
    .custom-menu-content p a {
        color: #ffde17;
    }
    .custom-menu-section ul li a:hover { text-decoration: underline; }
    .header_bottom .container_inner { width: 768px; }
    .mobile_menu_button { float: right; }
    .logo_wrapper,
    .q_logo a { left: 0; }
    nav.main_menu > ul > li > a {
        padding: 0 0 0 10px;
        font-size: 13px;
    }
    .mobile_menu_button span {
        font-size: 24px;
        color: #fff !important;
    }
    .header_inner_right { display: none; }

    /* footer */
    .four_columns>.column1 { width: 22%; }
    .four_columns>.column2 { width: 22%; }
    .four_columns>.column4 { width: 31%; }

    /* Blog */
    #insight-page-header {
        font-size: 55px;
        line-height: 60px;
    }
    .blog-single-featured { height: 350px; }

    /* Team Page */
    .team-popup-section-inner { width: 95%; }
}

@media only screen and ( min-width: 768px ) {
    /* Search page */
    .search .post_image img {
        width: 35% !important;
    }

    /* Agile transformation */
    #mobile-step h2{
        font-size:25px;
        line-height: 30px;
        padding-top: 40%;
    }

}

@media only screen and ( max-width: 768px ) {
    /* General */
    .mobile-hide { display: none !important; }
    .header_bottom .container_inner { width: 600px; }
    #custom-mobile-menu .container { max-width: 600px; }

    /* Blog */
    #insight-page-header {
        background-size: 90% auto !important;
        padding: 20px 0 50px;
        font-size: 40px;
        line-height: 45px;
    }

    /* team section */
    .team-top-section {
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
        display: flex;
        -webkit-flex-wrap: wrap-reverse;
        -moz-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }

    /* Home what we do accordion */
    .what-do-acc p,
    .what-do-acc h3 {
        padding-left: 1%;
    }

     /* Agile transformation */
    #desktop-step1, #agile-steps{ display: none; }
    #mobile-step { display: block; }
    #mobile-step .vc_col-sm-6 { width: 100% !important; }
}
@media only screen and ( max-width: 767px ) {
    /* General */
    #page-banner { background-position: center top !important; }
    .banner-arrow { display: none !important; }

    /* footer */
    .four_columns>.column1,
    .four_columns>.column2,
    .four_columns>.column4 {
        width: 100%;
    }
    .four_columns>.column4>.column_inner { padding: 0; }
    .footer_top .four_columns .column2 .column_inner>div,
    .footer_top .four_columns .column3 .column_inner>div,
    .footer_top .four_columns .column4 .column_inner>div {
        margin: 15px 0 0;
    }

    /* Blog */
    #home-section-services {
        background-size: 400px auto !important;
    }
    #insight-page-header { background-size: 90% auto !important; }
    .blog-single-featured { height: 250px; }

    /* Home */
    .q_elements_holder.responsive_mode_from_768.four_columns.home-page-client .q_elements_item {
        width: 50%;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .vc_grid .custom-cs-grid .cs-play-btn {
        font-size: 16px;
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
    #mobile-step h2{
        font-size:32px;
        line-height:36px;
        padding-top: 30%;
    }
    
    /* Courses event widget popup */
    body.pos { position: relative !Important; }

}

@media only screen and ( max-width: 600px ) {
    .header_bottom .container_inner { width: 420px; }
    #custom-mobile-menu .container { max-width: 4200px; }
    .custom-menu-section ul li a {
        font-size: 25px;
        line-height: 35px;
    }
    .event-btn {
        font-size: 18px;
        line-height: 22px;
        padding: 8px 18px;
	}
}

@media only screen and ( max-width: 480px ) {
    .header_bottom .container_inner { width: 300px; }
    #custom-mobile-menu .container { max-width: 300px; }
    .footer_inner .container_inner { width: 300px; }
    /* Blog */
    #insight-page-header { background-size: 95% auto !important; }
    #page-banner { 
    	background-size: cover !important; 
        background-position: center top !important;
    }
}

@media only screen and (device-width: 768px) {
    #page-banner { background-size: contain !important; }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    #page-banner { background-position: 50% 20px !important; }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    #page-banner { background-position: 50% 50px !important; }
}

@media not all and (min-resolution:.001dpcm) { 
    @media {
        #page-banner {
            background-size: cover !important;
            background-position: center !important;
            background-attachment: inherit !important;
        }
    }
}