html {
    -webkit-font-smoothing: antialiased;    
    -moz-osx-font-smoothing: grayscale;
}
.site-header {
    display: none !important;
}
.site-footer {
    display: none !important;
}
.site-content {
    padding: 0 !important;
}
.new-header-section {
    padding-top: 25px;
    transition: all 0.5s ease-in-out;
    position: relative;
    z-index: 99;
    padding-bottom: 25px;
}
.new-header-section.sticky {
    position: fixed;
    width: 100%;
    background: white;
    z-index: 99;
    padding-top: 10px;
    box-shadow: 0px 0px 5px rgba(0,0,0, 0.2);
    top: 0;
    padding-bottom: 10px;
}
.new-header-section.sticky .new-header-logo img {
    height: 50px;
    width: auto;
}
.new-header-section .new-main-nav ul {
    text-align: right;
    margin: 0;
}
.new-header-section .new-main-nav ul li {
    display: inline-block;
    padding-right: 29px;
}
.new-header-section .new-main-nav ul li a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    position: relative;
    font-family: 'Raleway';
}
.new-header-section .new-main-nav ul li a:after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    background: #91bfbd;
    bottom: -10px;
    left: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
}
.new-header-section .new-main-nav ul li a:hover {
    color: #91bfbd;
}
.new-header-section .new-main-nav ul li a:hover:after {
    width: 100%;
}
.new-header-section .header-work-with-me-button {
    background: #91bfbd;
    color: #fff;
    padding: 9px 28px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0,0,0,.2);
    text-align: center;
    font-family: 'Raleway';
}
.new-header-section .header-work-with-me-button:hover {
    background: #ddc369;
}
.new-header-section .new-header-logo a {
    display: block;
}
.new-header-section .wwm-cta {
    padding: 0;
}
.new-header-section .row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.new-footer-logo {
    padding-bottom: 25px;
}
.new-footer-logo a {
    display: block;
}
.new-footer-logo img {
    max-width: 200px;
    height: auto;
    object-fit: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.new-left-block-sec p {
    font-size: 17px;
    color: #000;
    line-height: 22px;
    font-family: 'Raleway';
    font-weight: 300;
    text-align: center;
}
.new-footer-section h2 {
    font-family: "Gellatio";
    font-size: 25px;
    color: #000;
    padding-bottom: 25px;
    font-weight: normal;
}
.new-middle-block-sec ul li {
    display: block;
    list-style: none;
}
.new-middle-block-sec ul li a {
    color: #000;
    font-size: 16px;
    line-height: 30px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    font-weight: 300;
    font-family: 'Raleway';
}
.new-right-block-sec .ahbc-contact-form textarea {
    height: 114px;
}
.new-left-block-sec ul.social-icon {
    display: block;
    width: 100%;
    text-align: center;
    position: static !important;
}
.new-wmm-modal h2 {
    text-align: center;
    font-family: "Gellatio";
    font-size: 25px;
    color: #000;
    padding-bottom: 25px;
    font-weight: normal;
    padding-top: 30px;
}
.new-wmm-modal .modal-body {
    padding: 30px;
    padding-bottom: 0;
}
.new-wmm-modal button.close {
    position: absolute;
    left: unset;
    width: 50px;
    height: 50px;
    color: #fff;
    right: -25px;
    background-color: #000;
    z-index: 999;
    opacity: 1;
    border-radius: 0;
    top: -25px;
    border: none;
    display: block;
    font-weight: 300;
    font-size: 36px;
    border-radius: 100%;
}
.new-left-block-sec,
.new-middle-block-sec,
.new-right-block-sec {
    padding-top: 40px;
}
.new-footer-section .new-middle-block-sec {
    padding-left: 5%;
}
.new-wmm-modal .modal-dialog {
    width: 95%;
}
.new-header-section-mobile {
    display: none;
}
button#responsive-menu-button {
    display: none !important;
}
.new-header-section .new-main-nav ul li.current-menu-item a {
    color: #91bfbd;
}
.new-header-section .new-main-nav ul li.current-menu-item a:after {
    width: 100%;
}
.new-footer-section #menu-new-footer-menu li.current-menu-item a {
    color: #91bfbd;
}

@media (max-width: 1023px) {
    .new-header-section {
        display: none;
    }
    .new-header-section-mobile {
        display: block !important;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 100%;
        background-color: #fff;
        border-bottom: 1px solid #eee;
		position: relative;
		z-index: 99;
    }
    .mobile-section-inner {
        padding-left: 15px;
        padding-right: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        }
    .mobile-section-inner:after {
        display: table;
        content: '';
        clear: both;
    }
    .mobile-logo-section img {
        height: 40px;
        width: auto;
    }
    .ah-mobile-menus span {
        color: #000;
        font-size: 24px;
        display: block;
        text-align: right;
        position: absolute;
        right: 15px;
        top: 19px;
    }
    .new-header-section-mobile.sticky .ah-mobile-menus span {
        top: 9px;
    }
    .mobile-logo-section {
        width: 35%;
        float: left;
        padding: 0;
    }
    .mobile-button-section {
        width: 60%;
        float: left;
        padding: 0;
    }
    .mobile-menu-section {
        width: 5%;
        float: left;
        padding: 0;
    }
    .ah-overlay-box {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 999;
        top: 0;
        right: 0;
        background-color: #fff;
        overflow-x: hidden;
        transition: 0.5s;
        box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
    }
    .ah-overlay-content {
        position: relative;
        top: 25%;
        width: 100%;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }
    .pf-overlay-box ul {
        text-align: center;
    }
    .ah-overlay-box li {
        list-style: none;
        display: block;
        line-height: normal;
        padding: 10px;
    }
    .ah-overlay-box ul li a {
        text-decoration: none;
        font-size: 16px;
        color: #000;
        transition: 0.3s;
        display: inline-block;
        letter-spacing: normal;
        font-weight: 300;
        text-transform: uppercase;
        font-family: 'Raleway';
    }
    .ah-overlay-box a:hover, 
    .ah-overlay-box a:focus {
        color: #91bfbd;
    }
    .ah-overlay-box .closebtn {
        position: absolute;
        top: 10px;
        right: 20px;
        font-size: 50px;
        color: #91bfbd;
        text-decoration: none;
    }
    .ah-overlay-box ul li.current_page_item a {
        border-bottom: 2px solid #91bfbd;
        color: #91bfbd;
        font-weight: normal;
    }
    .new-header-section-mobile.sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
        padding-top: 5px;
        padding-bottom: 5px;
        left: 0;
        box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
        background-color: #fff;
        transition: 0.5s;
    }
    .new-header-section-mobile .header-work-with-me-button {
        background: #91bfbd;
        color: #fff;
        padding: 8px 15px;
        cursor: pointer;
        transition: all 0.5s ease-in-out;
        font-size: 13px;
        font-weight: 600;
        box-shadow: 0 4px 12px rgba(0,0,0,.2);
        text-align: center;
        font-family: 'Raleway';
        width: 160px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .new-header-section-mobile .header-work-with-me-button:hover {
        background: #ddc369;
    }
}

/* Branding & Consulting Page CSS */
.branding-block-one-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
}
.branding-block-one-wrapper:after {
    content: '';
    background-image: url(/wp-content/uploads/2021/07/branding-banner-element.png);
    width: 188px;
    height: 375px;
    position: absolute;
    right: 0;
    top: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.branding-block-one-content {
    text-align: center;
}
.branding-block-one-wrapper h1 {
    text-align: center;
    font-size: 85px;
    line-height: 85px;
}
.branding-block-one-wrapper h1 b {
    font-weight: normal;
    font-family: "Gellatio";
    font-size: 70px;
    color: #d6c585;
    line-height: 1;
    position: relative;
    top: 10px;
    left: 10px;
}
.branding-block-one-wrapper h3 {
    text-align: center;
    font-size: 30px;
    color: #000;
    background-repeat: no-repeat;
    background-position: bottom;
    background-position-y: 88%;
    background-size: 100%;
    display: inline;
    background-image: linear-gradient(0deg,rgb(212 196 131 / 20%) 30%,transparent 22%);
    margin-top: 15px;
    margin-bottom: 35px;
}
a.site-fill-btn {
    background-image: url(/wp-content/uploads/2020/10/gradient-btn-bg.png);
    height: auto;
    display: inline-block;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-transform: uppercase;
    font-size: 21px;
    font-family: 'Gotham';
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    line-height: normal;
    color: #fff;
    box-shadow: 0 4px 12px rgb(0 0 0 / 10%);
    padding: 20px 40px 20px 25px;
    min-width: 285px;
    width: auto;
    cursor: pointer;
}
a.site-fill-btn:after {
    content: '';
    border-width: 6px 6px 6px 11px;
    border-color: transparent transparent transparent #ac8b4c;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 14px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    transition: all 0.8s ease;
    border-style: solid;
}
a.site-fill-btn:hover {
    filter: brightness(1.2);
}
a.site-outline-btn {
    height: auto;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 21px;
    font-family: 'Gotham';
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    line-height: normal;
    color: #d6c585;
    box-shadow: 0 4px 12px rgb(0 0 0 / 10%);
    padding: 18px 40px 18px 25px;
    min-width: 285px;
    width: auto;
    border: 2px solid #d6c585;
}
a.site-outline-btn:after {
    content: '';
    border-width: 6px 6px 6px 11px;
    border-color: transparent transparent transparent #d6c585;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 14px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    transition: all 0.8s ease;
    border-style: solid;
}
.branding-block-one-content a.site-outline-btn {
    width: 345px;
}
.banner-cta-action [class*="site-"] {
    margin: 10px;
    cursor: pointer;
}
.branding-block-two-wrapper {
    background-color: rgb(201 201 201 / 7%);
    padding-top: 35px;
    padding-bottom: 35px;
}
.branding-block-two-content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.branding-block-two-content h2 {
    line-height: 40px;
    font-size: 28px;
    color: #000;
    padding-top: 45px;
}
.branding-block-two-content h4 {
    font-size: 22px;
    color: #000;
    padding-top: 10px;
    padding-bottom: 20px;
}
.increase-leaking-lead input {
    height: 53px;
    width: 100%;
    border: 1px solid #dedede;
    padding: 0 15px;
    background-image: url(../../assets/images/input-bg.png);
    background-repeat: repeat;
    background-size: cover;
    font-size: 18px;
    font-family: 'Gotham';
    border-radius: 0;
}
.increase-leaking-lead input.wpcf7-submit {
    background: #91bfbd;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    padding-left: 25px;
    box-shadow: 1px 2px 8px rgb(0 0 0 / 20%);
    border: 0;
    cursor: pointer;
    font-family: 'Gotham';
}
.increase-leaking-lead input.wpcf7-submit:hover {
    filter: brightness(1.2);
}
.increase-leaking-lead .submit-button-field {
    position: relative;
}
.increase-leaking-lead .submit-button-field:after {
    content: "";
    border-style: solid;
    border-width: 6px 6px 6px 11px;
    border-color: transparent transparent transparent #b7dad8;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 25px;
    top: 20px;
    transition: all 0.8s ease-in-out;
}
.increase-leaking-lead ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #808080;
    font-weight: 300;
    font-family: 'Gotham';
    opacity: 1;
    font-size: 18px;
}
.increase-leaking-lead ::-moz-placeholder {
    color: #808080;
    font-weight: 300;
    font-family: 'Gotham';
    opacity: 1;
    font-size: 18px;
}
.increase-leaking-lead :-ms-input-placeholder {
    color: #808080;
    font-weight: 300;
    font-family: 'Gotham';
    opacity: 1;
    font-size: 18px;
}
.increase-leaking-lead :-moz-placeholder {
    color: #808080;
    font-weight: 300;
    font-family: 'Gotham';
    opacity: 1;
    font-size: 18px;
}
.branding-block-three-wrapper {
    padding-top: 75px;
    padding-bottom: 75px;
}
.branding-block-three-wrapper h2 {
    font-size: 50px;
    text-align: center;
    line-height: 50px;
    color: #000;
}
.branding-block-three-wrapper ul {
    padding-top: 35px;
    padding-bottom: 35px;
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
}
.branding-block-three-wrapper ul li {
    font-size: 20px;
    color: #000;
    list-style: none;
    position: relative;
    line-height: normal;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 25px;
}
.branding-block-three-wrapper ul li:before {
    content: '';
    border-width: 6px 6px 6px 12px;
    border-color: transparent transparent transparent #d6c585;
    position: absolute;
    left: 0;
    top: 10px;
    border-style: solid;
}
.branding-block-three-wrapper h4 {
    text-align: center;
    font-size: 21px;
    color: #000;
    line-height: normal;
}
.branding-block-four-wrapper {
    background-color: rgb(194 169 102 / 4%);
    padding-top: 50px;
    padding-bottom: 50px;
}
.branding-block-four-content .wpb_single_image {
    position: absolute;
    width: calc(100% + 200px);
    top: 175px;
    left: -100px;
}
.branding-block-four-wrapper h2 {
    font-size: 32px;
    line-height: normal;
    margin-left: -125px;
}
.branding-block-four-wrapper h3 {
    color: #000;
    font-size: 55px;
    line-height: 55px;
}
.branding-block-four-wrapper h4 {
    font-size: 23px;
    color: rgb(0 0 0 / 57%);
    padding-top: 5px;
    padding-bottom: 25px;
}
.branding-block-four-wrapper p {
    font-size: 19px;
    text-align: justify;
    line-height: normal;
    padding-bottom: 20px;
}
.branding-block-four-wrapper h6 {
    font-size: 22px;
    line-height: normal;
    font-weight: normal;
    padding-bottom: 20px;
}
.ashley-with-gary-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.ashley-with-gary-wrapper .wpb_single_image {
    text-align: center;
}
.ashley-with-gary-wrapper p {
    font-size: 22px;
    text-align: justify;
    position: relative;
}
.ashley-with-gary-wrapper h2 {
    line-height: normal;
    font-size: 25px;
    padding-top: 15px;
}
.ashley-with-gary-wrapper h4 {
    font-size: 18px;
    color: #4f4f4f;
    font-weight: 300;
}
.ashley-with-gary-wrapper .wpb_text_column .wpb_wrapper p:before {
    background-image: url(/wp-content/uploads/2020/10/quotes-left.png);
    content: '';
    width: 86px;
    height: 65px;
    position: absolute;
    left: 0;
    top: -30px;
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
}
.ashley-with-gary-wrapper .wpb_text_column .wpb_wrapper p:after {
    background-image: url(/wp-content/uploads/2020/10/quotes-right.png);
    content: '';
    width: 87px;
    height: 65px;
    position: absolute;
    right: 0;
    bottom: -30px;
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
}
.badass-client-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.badass-client-wrapper h2 {
    font-size: 55px;
    line-height: 55px;
    padding-bottom: 50px;
}
.badass-client-wrapper h2 b {
    font-family: 'Gellatio';
    font-weight: normal;
    color: #c2a966;
    font-size: 41px;
    line-height: normal;
    position: relative;
    top: 10px;
}
.badass-client-content h4 {
    font-size: 18px;
    color: #000;
    padding-top: 20px;
    padding-bottom: 40px;
}
.badass-client-content .wpb_single_image {
    min-height: 220px;
}
.branding-testimonial-block {
    padding-top: 75px;
    padding-bottom: 35px;
}
.branding-testimonial-block:before {
    content: '';
    background-image: url(/wp-content/uploads/2021/07/testimonial-vector.png);
    width: 441px;
    height: 291px;
    position: absolute;
    left: -50px;
    top: 0;
    background-size: 60%;
    background-repeat: no-repeat;
}
.branding-testimonial-block h3 {
    font-size: 20px;
    line-height: normal;
    padding-top: 25px;
}
.branding-testimonial-block h4 {
    font-size: 18px;
    color: #4f4f4f;
    font-weight: 300;
}
.branding-testimonial-block .wpb_text_column .wpb_wrapper {
    padding-top: 30px;
}
.branding-testimonial-block .wpb_text_column .wpb_wrapper p {
    font-size: 20px;
    text-align: justify;
    position: relative;
}
.branding-testimonial-block .wpb_text_column .wpb_wrapper p:before {
    background-image: url(/wp-content/uploads/2020/10/quotes-left.png);
    content: '';
    width: 86px;
    height: 65px;
    position: absolute;
    left: 0;
    top: -30px;
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
}
.branding-testimonial-block .wpb_text_column .wpb_wrapper p:after {
    background-image: url(/wp-content/uploads/2020/10/quotes-right.png);
    content: '';
    width: 87px;
    height: 65px;
    position: absolute;
    right: 0;
    bottom: -30px;
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
}
.branding-case-studies-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: rgb(145 191 189 / 8%);
    margin-top: 50px;
    margin-bottom: 50px;
}
.branding-case-studies-wrapper h2 {
    text-align: center;
    font-size: 55px;
    line-height: 55px;
    padding-bottom: 50px;
    color: #000;
}
.branding-case-studies-wrapper h2 b {
    font-weight: normal;
    font-family: 'Gellatio';
    font-size: 41px;
    position: relative;
    top: 10px;
    line-height: 1;
}
.branding-case-studies-content {
    background-color: rgb(255 255 255 / 51%);
    padding: 35px;
    margin-bottom: 35px;
    border-radius: 5px;
}
.branding-content-block .wpb_text_column .wpb_wrapper {
    padding-top: 30px;
}
.branding-content-block .wpb_text_column .wpb_wrapper p {
    font-size: 20px;
    text-align: justify;
    position: relative;
}
.branding-content-block .wpb_text_column .wpb_wrapper p:before {
    background-image: url(/wp-content/uploads/2020/10/quotes-left.png);
    content: '';
    width: 86px;
    height: 65px;
    position: absolute;
    left: 0;
    top: -30px;
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
}
.branding-content-block .wpb_text_column .wpb_wrapper p:after {
    background-image: url(/wp-content/uploads/2020/10/quotes-right.png);
    content: '';
    width: 87px;
    height: 65px;
    position: absolute;
    right: 0;
    bottom: -30px;
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
}
.branding-content-block h3 {
    font-size: 20px;
    line-height: normal;
    padding-top: 25px;
}
.branding-content-block h4 {
    font-size: 18px;
    color: #4f4f4f;
    font-weight: 300;
}
.branding-case-studies-wrapper .case-studies-cta {
    text-align: center;
    padding-top: 45px;
}
.branding-image-block .wpb_single_image .vc_figure,
.branding-image-block .wpb_single_image .vc_single_image-wrapper{
    display: block;
}
.branding-image-block .wpb_single_image img {
    width: 100%;
	opacity: 0;
}
.branding-image-block > .vc_column-inner {
    background-position: center 0%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    width: 100%;
/*     min-height: 500px; */
	height: 700px;
    overflow: hidden;
	transition: all 8s ease-in-out;
 }
.branding-case-studies-content .branding-image-block:hover > .vc_column-inner {
    -webkit-transition: background-position 24s linear 0s;
    -o-transition: background-position 24s linear 0s;
    -moz-transition: background-position 24s linear 0s;
    transition: background-position 24s linear 0s;
    background-position: center 100%;
}
.branding-case-studies-wrapper .case-studies-cta a.site-fill-btn {
    padding-right: 75px;
    padding-left: 35px;
}
.branding-case-studies-content:nth-child(odd) {
    flex-direction: row-reverse;
    display: flex;
}
.badass-client-content:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .badass-client-content:last-child .vc_col-sm-1\/5:nth-child(4), 
.badass-client-content:last-child .vc_col-sm-1\/5:nth-child(5) {
    display: none;
} */
.wpcf7 .ajax-loader {
    display: none !important;
}
.branding-work-wrapper {
    padding-top: 75px;
    padding-bottom: 75px;
}
.branding-work-wrapper:before {
    background-color: rgb(194 169 102 / 89%);
    content: '';
    height: 650px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.branding-work-wrapper h2 {
    text-align: center;
    font-size: 55px;
    line-height: 55px;
    padding-bottom: 50px;
    color: #fff;
}
.branding-work-wrapper h2 b {
    font-weight: normal;
    font-size: 41px;
    font-family: 'Gellatio';
    line-height: 1;
    position: relative;
    top: 15px;
}
.branding-work-block > .vc_column-inner > .wpb_wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/wp-content/uploads/2021/07/work-together-box-bg.png);
    padding: 45px;
    background-position: center bottom;
    text-align: center;
    box-shadow: 0 4px 24px rgb(0 0 0 / 10%);
}
.branding-work-block .wpb_single_image {
    min-height: 99px;
}
.branding-work-block h3 {
    text-align: center;
    font-size: 44px;
    line-height: 45px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-position-y: 88%;
    background-size: 100%;
    display: inline;
    background-image: linear-gradient( 0deg,rgb(212 196 131 / 20%) 30%,transparent 22%);
}
.branding-work-block h6 {
    color: rgb(0 0 0 / 50%);
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.branding-work-block h4 {
    font-size: 20px;
    text-align: left;
    line-height: normal;
}
.branding-work-block ul {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 235px;
}
.branding-work-block li {
    text-align: left;
    list-style: none;
    font-size: 20px;
    position: relative;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 25px;
}
.branding-work-block li:before {
    content: '';
    border-width: 6px 6px 6px 12px;
    border-color: transparent transparent transparent #d6c585;
    position: absolute;
    left: 0;
    top: 10px;
    border-style: solid;
}
.branding-work-block a.site-fill-btn, .branding-work-block a.site-outline-btn {
    font-size: 18px;
    display: inline-block;
    min-width: 215px;
    margin: 0 5px;
}
.branding-block-five-wrapper {
    padding-top: 75px;
    padding-bottom: 75px;
}
.branding-block-five-wrapper h2 {
    text-align: center;
    font-size: 55px;
    line-height: 55px;
    margin-bottom: 55px;
}
.branding-block-five-wrapper h2 b {
    font-weight: normal;
    background-repeat: no-repeat;
    background-position: bottom;
    background-position-y: 88%;
    background-size: 100%;
    display: inline;
    background-image: linear-gradient(0deg,rgb(212 196 131 / 20%) 30%,transparent 22%);
}
.branding-block-five-content {
    width: calc(100% + 300px);
    margin-left: -150px;
    margin-bottom: 75px;
}
.specialize-block h4 {
    font-weight: 700;
    font-size: 21px;
    padding-bottom: 5px;
    color: #000;
    line-height: normal;
}
.specialize-block p {
    line-height: normal;
    font-size: 20px;
    color: #686868;
}
.specialize-block-first {
    text-align: right;
}
.specialize-block .wpb_text_column {
    padding-bottom: 30px;
}
.specialize-block.specialize-block-first .wpb_text_column:first-child,
.specialize-block.specialize-block-first .wpb_text_column:last-child {
    padding-top: 85px;
}
.specialize-block.specialize-block-third .wpb_text_column:first-child {
    margin-left: -175px;
}
.specialize-block.specialize-block-third .wpb_text_column:nth-child(2) {
    margin-top: -15px;
}
.specialize-block.specialize-block-third .wpb_text_column:last-child {
    margin-top: 45px;
}
.branding-block-five-content-bottom {
    display: flex;
    align-items: center;
}
.branding-block-five-content-bottom h3 {
    text-align: right;
    font-size: 31px;
    line-height: normal;
    padding-right: 20px;
}
.branding-block-five-content-bottom li {
    font-size: 20px;
    color: #000;
    list-style: none;
    position: relative;
    line-height: normal;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 25px;
}
.branding-block-five-content-bottom li:before {
    content: '';
    border-width: 6px 6px 6px 12px;
    border-color: transparent transparent transparent #d6c585;
    position: absolute;
    left: 0;
    top: 10px;
    border-style: solid;
}
.branding-work-content .branding-work-block:first-child a.site-fill-btn {
    width: 300px;
    max-width: 100%;
}
.badass-client-content .wpb_single_image .vc_single_image-wrapper {
    position: relative;
    overflow: hidden;
}
.badass-client-content .wpb_single_image .vc_single_image-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    z-index: 2;
    left: -80%;
    width: 50%;
    height: 100%;
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.badass-client-content .wpb_single_image .vc_single_image-wrapper:hover::before {
    -webkit-animation: imgflash 1s;
    animation: imgflash 1s;
}
.self-ashley-mobile {
    display: none;
}
.specialize-block .mb-circle-img {
    display: none;
}
@-webkit-keyframes imgflash {
  100% {
    left: 125%;
  }
}
@keyframes imgflash {
  100% {
    left: 125%;
  }
}


@media (max-width: 767px) {
    .specialize-block .mb-circle-img {
        display: block;
        text-align: center;
    }
    .specialize-block .mb-circle-img img {
        display: block;
        text-align: center;
        margin: 0 auto 15px auto;
    }
    .branding-block-two-content h2,
    .branding-block-two-content h4 {
        text-align: center;
    }
    .branding-block-two-content .wpb_single_image {
        text-align: center;
        margin-bottom: 0;
    }
    .increase-leaking-lead .bc-form-field {
        margin-bottom: 10px;
    }
    .specialize-block .wpb_text_column {
        padding-bottom: 0;
    }
    .self-ashley-mobile {
        display: block;
    }
    .branding-block-four-wrapper h2 {
        margin-left: 0;
    }
    .branding-block-two-content {
        flex-direction: column;
    }
    .branding-block-four-content-left {
        display: none;
    }
    .branding-block-five-content {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .branding-block-five-content-bottom {
        flex-direction: column;
    }
    .branding-block-five-content-bottom h3 {
        text-align: center;
        padding-right: 0;
    }
    .branding-block-five-content-bottom ul {
        max-width: 375px;
        margin: 0 auto;
    }
    .branding-work-block ul {
        min-height: auto;
    }
    .branding-work-block > .vc_column-inner > .wpb_wrapper {
        margin-bottom: 50px;
    }
    .ashley-with-gary-content {
        flex-direction: column;
    }
    .branding-case-studies-content:nth-child(odd) {
        flex-direction: column;
    }
    .branding-image-block > .vc_column-inner {
/*         min-height: 350px; */
		height: 350px;
		margin-bottom: 35px;
    }
    .specialize-block-first {
        text-align: center;
    }
    .specialize-block-second {
        display: none;
    }
    .specialize-block-third {
        text-align: center;
    }
    .specialize-block p br {
        display: none;
    } 
    .specialize-block.specialize-block-third .wpb_text_column:first-child {
        margin-left: 0;
    }
    .specialize-block.specialize-block-third .wpb_text_column:nth-child(2) {
        margin-top: 0;
    }
    .specialize-block.specialize-block-third .wpb_text_column:last-child {
        margin-top: 0;
    }
    .specialize-block.specialize-block-first .wpb_text_column:first-child, 
    .specialize-block.specialize-block-first .wpb_text_column:last-child {
        padding-top: 0;
    }
    .branding-block-five-content-bottom {
        margin-top: -50px;
    }
	.badass-client-content .vc_col-sm-1\/5 {
		max-width: 33.33%;
		float: left;
	}
	.badass-client-content h4 {
		font-size: 16px;
		padding-top: 10px;
		padding-bottom: 0;
		min-height: 70px;
	}
	.badass-client-content .wpb_single_image {
		min-height: auto;
		margin-bottom: 0;
	}
	.badass-client-content,
	.badass-client-content:last-child {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.increase-leaking-lead input.wpcf7-submit,
	.increase-leaking-lead input,
	.branding-block-four-wrapper h2,
	.branding-block-four-wrapper h3,
	.branding-block-four-wrapper h4,
	.branding-block-four-wrapper h3,
	.branding-block-four-wrapper h6 {
		text-align: center;
	}
}

@media (max-width: 480px) { 
    .specialize-block h4 br {
        display: none;
    }
    .branding-block-one-wrapper h1 br {
        display: none;
    }
    .branding-block-one-wrapper h1 {
        font-size: 50px;
        line-height: 50px;
    }
    .branding-block-one-wrapper h1 b {
        font-size: 50px;
        top: 0;
    }
    .branding-block-one-wrapper h3 {
        font-size: 25px;
    }
    .banner-cta-action [class*="site-"] {
        display: block;
        min-width: 100%;
        width: 100% !important;
        margin: 10px auto;
    }
    .branding-block-one-wrapper {
        padding-top: 75px;
        padding-bottom: 35px;
    }
    .branding-block-three-wrapper h2 {
        font-size: 40px;
    }
    .branding-block-three-wrapper {
        padding-top: 35px;
        padding-bottom: 35px
    }
    .branding-block-three-wrapper ul {
        padding-bottom: 0;
    }
    .branding-block-four-wrapper h3 {
        font-size: 45px;
        line-height: 45px;
    }
    .branding-block-four-wrapper h4 {
        font-size: 20px;
    }
    .branding-block-four-wrapper h6 {
        font-size: 20px;
        line-height: 1.75;
    }
    .branding-block-four-wrapper {
        padding-bottom: 0;
    }
    a.site-fill-btn {
        display: block;
        text-align: center;
    }
    .branding-block-five-wrapper {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .branding-block-five-wrapper h2 {
        font-size: 45px;
        line-height: 45px;
    }
    .specialize-block .mb-circle-img img {
        width: 125px;
        height: auto;
    }
    .branding-work-wrapper h2 b {
        font-size: 30px;
        top: 5px;
    }
    .branding-work-wrapper h2 {
        font-size: 45px;
        line-height: 45px;
        padding-bottom: 35px;
    }
    .branding-work-block > .vc_column-inner > .wpb_wrapper {
        padding: 20px;
    }
    .branding-work-block h3 {
        font-size: 36px;
        line-height: 36px;
    }
    .branding-work-block a.site-fill-btn, 
    .branding-work-block a.site-outline-btn {
        display: block;
        margin: 10px 0;
        min-width: 100%;
        text-align: center;
    }
    .branding-work-wrapper {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .branding-work-wrapper:before {
        height: 1200px;
    }
    .branding-case-studies-wrapper {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .branding-case-studies-content {
        padding: 15px;
    }
    .branding-case-studies-wrapper .case-studies-cta a.site-fill-btn {
        padding-right: 15px;
        padding-left: 15px;
        font-size: 18px;
    }
    .branding-case-studies-wrapper .case-studies-cta {
        padding-top: 0;
        margin-bottom: 0;
    }
    .branding-case-studies-wrapper .case-studies-cta a.site-fill-btn:after {
        display: none;
    }
    .branding-block-one-wrapper:after {
        right: -15px;
        top: -45px;
        background-size: 75%;
    }
    .branding-case-studies-wrapper h2 {
        font-size: 45px;
        line-height: 45px;
        padding-bottom: 35px;
    }
    .branding-case-studies-wrapper h2 b {
        font-size: 31px;
    }
    .badass-client-wrapper h2 {
        font-size: 45px;
        line-height: 35px;
        padding-bottom: 35px;
    }
    .badass-client-wrapper h2 b {
        font-size: 31px;    
    }
    .badass-client-wrapper {
        padding-top: 0;
        padding-bottom: 0;
    }
    .ashley-with-gary-content {
        padding-top: 0;
    }
    .branding-block-five-wrapper:before {
        content: '';
        background-image: url(/wp-content/uploads/2021/08/specialize-triangle.png);
        width: 466px;
        height: 468px;
        position: absolute;
        right: -250px;
        top: 0;
        background-size: 80%;
        background-repeat: no-repeat;
        background-position: center right;
    }
}