/*
 Theme Name:   A-Z Web Solutions
 Theme URI:    https://understrap.com
 Description:  Understrap Child Theme
 Author:       A-Z Web Solutions
 Author URI:   https://www.azwebsolutions.co.nz
 Template:     understrap
 Version:      1.2.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/
@font-face {
    font-family: 'gibsonsemibold';
    src: url('fonts/Gibson-SemiBold.woff2') format('woff2'),
    url('fonts/Gibson-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'gibsonregular';
    src: url('fonts/Gibson-Regular.woff2') format('woff2'),
    url('fonts/Gibson-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'gibsonmedium';
    src: url('fonts/Gibson-Medium.woff2') format('woff2'),
    url('fonts/Gibson-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
a {
    text-decoration: none;
    color: #ff7f00;
}
a:hover {
    text-decoration: none;
    color: #fe5900;
}
strong {
    font-family: 'gibsonmedium';
    font-weight: inherit;
}
.no-padding {
    padding-left: 0;
    padding-right: 0;
}
.btn {
    border-radius: 0;
    text-transform: uppercase;
    border: 0;
    font-size: 16px;
    line-height: 16px;
    padding: 10px 20px;
    font-family: 'gibsonmedium';
}
.btn-primary {
    color: #ffffff;
    background-color: #ff7f00;
}
.btn-primary:hover {
    background-color: #fe5900;
}
html {
    scroll-behavior:smooth;
}
body {
    font-family: "Albert Sans", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
}
h1 {
    font-family: 'gibsonsemibold';
}
h2 {
    font-family: 'gibsonsemibold';
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
}
.white-section h2 {
    margin-bottom: 5px;
}
h3 {
    font-family: 'gibsonsemibold';
    font-size: 24px;
    line-height: 28px;
    color: #ff7f00;
    margin-bottom: 15px;
    text-transform: uppercase;
}
h4 {
    font-family: 'gibsonsemibold';
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0;
}
img {
    max-width: 100%;
    height: auto;
}
p {
    margin-bottom: 20px;
}
ul.plain {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.cd-menu {
    display: flex;
    flex-direction: row;
    column-gap: 40px;
}
ul.cd-menu-footer li {
    line-height: 30px;
}
ul.socials-menu {
    display: flex;
    flex-direction: row;
    column-gap: 30px;
}
.page-id-26 h2 {
    font-size: 30px;
}
#top-bar {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
    background-color: #eeeeee;
    font-size: 16px;
}
#top-bar .inner-wrapper {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#top-bar a {
    color: #333333;
}
#top-bar span {
    margin-right: 5px;
}
#header {
    border-bottom: 1px solid #dddddd;
}
#header .logo {
    position: absolute;
    left: 0;
    top: -10px;
}
#header .inner-wrapper {
    width: 80%;
    margin: 0 auto;
    position: relative;
}
#header .inner-flex-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-top:35px;
    padding-bottom: 35px;
}
.home-banner-wrapper {
    background-color: #212121;
}
.navbar-brand {
    margin: 0;
    padding: 0;
}
.experts-in-wrapper {
    background-color: #eeeeee;
    padding-top: 70px;
    padding-bottom: 60px;
    border-bottom: 1px solid #dddddd;
}
.experts-in-wrapper h1 {
    font-size: 40px;
    line-height: 45px;
}
.experts-in-wrapper p {
    margin-bottom: 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    letter-spacing: 1px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child > a.mega-menu-link {
    padding-right: 0;
}
.home-banner-content {
    width: 80%;
    margin: 0 auto;
    position: relative;
    height: 400px;
}
.home-banner-content .inner-wrapper {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%;
}
.home-banner-content h2 {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 50px;
    line-height: 55px;
    width:60%;
    font-family: 'gibsonsemibold';
    font-weight: inherit;
    position: relative;
    letter-spacing: 1px;
    display: block;
    left: 20px;
}
.home-banner-content span {
    -webkit-animation: 0.5s highlight 2ms 1 normal forwards;
    animation: 0.5s highlight 2ms 1 normal forwards;
    background: linear-gradient(90deg, #ff7f00 50%, rgba(255, 255, 255, 0) 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    border-radius: 5px;
    height: 100%;
    left: -2%;
    position: absolute;
    top: -4px;
    transform: rotate(-2.5deg) scaleX(.95) translateY(8%);
    width: 104%;
    z-index: -1;
}
.home-banner-content span.s-1 {
    width:225px;
    height: 45px;
}
.home-banner-content span.s-2 {
    width: 250px;
    left: unset;
    right: 20px;
    height: 45px;
    bottom: 5px;
    top: unset;
}
.home-banner-content .image-wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
}
.home-banner-content .image-wrapper img {
    width: 600px;
}
.ani-in {
    backface-visibility: hidden;
    opacity: 0;
    transform: translate(0, 340px);
    transition: opacity 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.ani-in-fade {
    backface-visibility: hidden;
    opacity: 0;
    transform: translate(0, 0);
    transition: opacity 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.ani-show {
    opacity: 1;
    transform: translate(0px, 0px);
}
.white-section {
    padding-top: 55px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}
.white-section.no-bottom-border {
    border-bottom-width: 0;
}
.grey-section {
    padding-top: 35px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
    background-color: #eeeeee;
}
.grey-section.with-top-border {
    border-top: 1px solid #dddddd;
}
.grey-section.no-bottom-border {
    border-bottom-width: 0;
}
.project-breadcrumb {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    column-gap: 30px;
    margin-bottom: 20px !important;
}
.project-breadcrumb li {
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #ff7f00;
    font-family: 'gibsonmedium';
    position: relative;
}
.project-breadcrumb li a {
    color: #333333;
    font-family: "Albert Sans", serif;
}
.project-breadcrumb li:after {
    content:"\f105";
    font-family: FontAwesome;
    position: absolute;
    right: -17px;
    font-size: 16px;
    color: #333333;
}
.project-breadcrumb li:last-child:after {
    content: "";
}
.project-action-btns {
    display: flex;
    flex-direction: row;
    column-gap: 30px;
    margin-top: 30px;
}
.current-projects .project-panel {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}
.current-projects .project-panel a {
    border: 1px solid #dddddd;
}
.current-projects h3 {
    color: #333333;
}
ul.ticks {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}
ul.ticks li {
    padding-left: 25px;
    position: relative;
}
ul.ticks li:before {
    content:"\f046";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    color: #ff7f00;
}
.white-section strong {
    font-family: 'gibsonmedium';
    font-weight: inherit;
}
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner {
    padding-top: 0 !important;
}
.single-project #footer-cta, .home #footer-cta, .single-post #footer-cta {
    margin-top: 0;
}
#footer-cta {
    background-color: #212121;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 50px;
    border-bottom: 3px solid #ff7f00;
    border-top: 3px solid #ff7f00;
}
.slogan {
    text-align: center;
    width:90%;
    margin: 0 auto;
}
.slogan p {
    color: #ffffff;
    font-family: "Special Elite", serif;
    font-size: 35px;
    line-height: 55px;
    margin-bottom: 0;
}
.slogan p strong {
    color: #ff7f00;
    font-family: "Special Elite", serif;
}
.slogan-2 {
    margin-top: 50px;
}
.slogan-2 p {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.slogan-2 span {
    -webkit-animation: 0.5s highlight 2ms 1 normal forwards;
    animation: 0.5s highlight 2ms 1 normal forwards;
    background: linear-gradient(90deg, #ff7f00 50%, rgba(255, 255, 255, 0) 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    border-radius: 5px;
    position: absolute;
    transform: rotate(-2.5deg) scaleX(.95) translateY(8%);
    z-index: -1;
    width: 70px;
    right: 7px;
    height: 40px;
    bottom: 15px;
}
.special-header-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.testimonial-wrapper {
    text-align: center;
    width:90%;
    margin: 0 auto 50px;
    position: relative;
}
.testimonial-wrapper:before {
    content:"\f10d";
    font-family: FontAwesome;
    position: absolute;
    left: -50px;
    color: #ffffff;
    top: -30px;
    font-size: 40px;
}
.testimonial-wrapper:after {
    content:"\f10e";
    font-family: FontAwesome;
    position: absolute;
    right: -25px;
    color: #ffffff;
    bottom: 0;
    font-size: 40px;
}
.testimonial-wrapper p {
    color: #ffffff;
    font-family: 'gibsonregular';
    font-size: 20px;
    line-height: 29px;
}
.service-list {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    flex-wrap: wrap;
}
.service-list a {
    background-color: #ff7f00;
    color: #ffffff !important;
    padding: 6px 10px;
    line-height: 16px;
    margin-bottom: 6px;
    display: block;
}
.service-list a:hover {
    background-color: #fe5900;
}
.projects-menu li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
.projects-menu li:after {
    content: "";
    background-color: #ff7f00;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 9px;
}
.recent-projects {
    padding-bottom: 35px;
}
.wpb_raw_code {
    margin-bottom: 0 !important;
}
.project-panel .inner-wrapper {
    overflow: hidden;
    background-color: #ff7f00;
    display: block;
}
.project-panel .inner-wrapper .image-wrapper {
    position: relative;
}
.project-panel .inner-wrapper .image-wrapper img {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    opacity: 1;
}
.project-panel .inner-wrapper:hover .image-wrapper img {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    opacity: 0.2;
}
.project-panel .inner-wrapper ul {
    text-align: center;
    color: #ffffff;
    position: absolute;
    width: 100%;
    z-index: 2;
    transform: translate(0, -360px);
    top: 50%;
}
.project-panel .inner-wrapper ul span {
    background-color: #212121;
    padding: 15px;
    border-radius: 50%;
    font-size: 30px;
}
.project-panel .inner-wrapper .title {
    font-size: 20px;
    line-height: 30px;
    font-family: 'gibsonregular';
    text-align: center;
    background-color: #212121;
    padding: 3px 5px;
    color: #ffffff;
}
.project-panel .inner-wrapper:hover ul {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: opacity 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.inside-banner-wrapper {
    background-color: #212121;
    margin-bottom: 50px;
}
.single-post .inside-banner-wrapper {
    margin-bottom: 20px;
}
.page-title-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
}
.page-title-wrapper h1 {
    color: #ffffff;
    margin-bottom: 0;
    font-size:60px;
    line-height: 70px;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.page-title-wrapper span {
    -webkit-animation: 0.5s highlight 2ms 1 normal forwards;
    animation: 0.5s highlight 2ms 1 normal forwards;
    background: linear-gradient(90deg, #ff7f00 50%, rgba(255, 255, 255, 0) 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    border-radius: 5px;
    height: 100%;
    left: -2%;
    position: absolute;
    top: 6px;
    transform: rotate(-2.5deg) scaleX(.95) translateY(8%);
    width: 104%;
    z-index: -1;
}
.page-title-wrapper span.s-1 {
    width:198px;
    height: 45px;
}
.page-title-wrapper .blog-category {
    color: #ff7f00;
    font-family: 'gibsonsemibold';
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
}
.page-id-20 .page-title-wrapper span.s-1 {
    width: 240px;
}
.page-id-24 .page-title-wrapper span.s-1 {
    width: 150px;
}
.page-id-388 .page-title-wrapper span.s-1 {
    width: 240px;
}
.wpcf7-submit {
    border-radius: 0;
    text-transform: uppercase;
    border: 0;
    font-size: 16px;
    line-height: 16px;
    padding: 10px 20px;
    font-family: 'gibsonmedium';
    background-color: #ff7f00;
    color: #ffffff;
}
.wpcf7-submit:hover {
    background-color: #fe5900;
}
#error-404-wrapper {
    margin-top: 50px;
}
.project-banner-wrapper {
    background-color: #212121;
    margin-bottom: 20px;
    overflow: hidden;
}
.project-banner-content {
    position: relative;
    height: 300px;
}
.project-banner-content .inner-wrapper {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%;
}
.project-banner-wrapper h1 {
    color: #ffffff;
    margin-bottom: 0;
    font-size:60px;
    line-height: 70px;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.project-banner-wrapper span {
    -webkit-animation: 0.5s highlight 2ms 1 normal forwards;
    animation: 0.5s highlight 2ms 1 normal forwards;
    background: linear-gradient(90deg, #ff7f00 50%, rgba(255, 255, 255, 0) 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    border-radius: 5px;
    height: 100%;
    left: -2%;
    position: absolute;
    top: 6px;
    transform: rotate(-2.5deg) scaleX(.95) translateY(8%);
    width: 104%;
    z-index: -1;
}
.project-banner-wrapper span.s-1 {
    width:198px;
    height: 45px;
}
.project-banner-content .image-wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
}
.project-banner-content .image-wrapper img {
    width: 500px;
}
.inside-banner-wrapper.signdna span.s-1 {
    width: 270px;
}
.inside-banner-wrapper.doctors_for_nutrition span.s-1 {
    width: 240px;
}
.inside-banner-wrapper.dynamic_building span.s-1 {
    width: 262px;
}
.inside-banner-wrapper.sewkenzie span.s-1 {
    width: 320px;
}
.inside-banner-wrapper.mountainview_medical span.s-1 {
    width: 288px;
}
.inside-banner-wrapper.taranaki_cricket span.s-1 {
    width: 255px;
}
.inside-banner-wrapper.hungry_pet span.s-1 {
    width: 225px;
}
.inside-banner-wrapper.inglewood_primary_school span.s-1 {
    width: 325px;
}
.inside-banner-wrapper.inglewood_cricket span.s-1 {
    width: 320px;
}
.inside-banner-wrapper.cottage_by_the_sea span.s-1 {
    width:240px;
}
.page-id-28 .inside-banner-wrapper span.s-1 {
    width:235px;
}
.inside-banner-wrapper.burkhart_farm_equipment span.s-1 {
    width:270px;
}
.single-project .inside-banner-wrapper {
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    height: 400px;
    border-bottom: 5px solid #ff7f00;
}
.single-project .inside-banner-wrapper .page-title-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}
.inside-banner-wrapper.pet_reflections span.s-1 {
    width: 430px;
    height: 47px;
}
.inside-banner-wrapper.topp_construction span.s-1 {
    width: 160px;
}
.inside-banner-wrapper.mg2_cricket span.s-1 {
    width: 150px;
}
.inside-banner-wrapper.taranaki_physiotherapy span.s-1 {
    width:260px;
}
.project-content-wrapper {
    margin-bottom: 50px;
}
.project-testimonial_wrapper {
    position: relative;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.project-testimonial_wrapper:before {
    content:"\f10d";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    color: #ff7f00;
    top: 0;
    font-size: 40px;
}
.project-testimonial_wrapper:after {
    content:"\f10e";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    color: #ff7f00;
    bottom: 10px;
    font-size: 40px;
}
.project-testimonial_wrapper .inner-wrapper {
    width: 75%;
    margin: 0 auto;
}
.project-testimonial_wrapper p {
    font-size: 20px;
    line-height: 26px;
}
.page-navigation-section {
    height: 60px;
    background-color: #ff7f00;
    position: relative;
}
.page-navigation-section a {
    color: #ffffff;
    text-transform: uppercase;
    line-height: 60px;
}
.page-navigation-section a.next {
    position: absolute;
    right: 0;
}
.page-navigation-section a.next:after {
    content: "\f178";
    font-family: FontAwesome;
    margin-left: 5px;
}
.page-navigation-section a.previous {
    position: absolute;
    left: 0;
}
.page-navigation-section a.previous:before {
    content: "\f177";
    font-family: FontAwesome;
    margin-right: 5px;
}
.page-navigation-section a.listing {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.page-id-28 .ph:before {
    content: "\f098";
    font-family: FontAwesome;
    margin-right: 5px;
}
.blog-panel a {
    display: block;
    color: #ffffff;
    border: 1px solid #333333;
}
.blog-panel .content-wrapper {
    padding: 20px;
    background-color: #333333;
}
.blog-panel h3 {
    color: #ffffff;
}
.blog-panel {
    margin-bottom: 30px;
}
.blog-panel .date-wrapper {
    font-size: 14px;
    margin-top: 10px;
}
.blog-panel .image-wrapper .blog-category {
    position: absolute;
    z-index: 2;
    bottom: 10px;
    right: -1px;
    background-color: #ff7f00;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px 0 0 5px;
}
.blog-panel .image-wrapper {
    position: relative;
}
.single-post #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-item-32 > a.mega-menu-link {
    color: #ff7f00;
}
.single-project #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-item-35 > a.mega-menu-link {
    color: #ff7f00;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-item-386 > a.mega-menu-link {
    color: #555555 !important;
}
.team-section h4 {
    font-size: 25px;
    line-height: 28px;
    text-transform: none;
}
.sitemap {
    padding-left: 0;
}
.sitemap a {
    color: #333333;
}
.sitemap {
    list-style: none;
}
.sitemap ul {
    list-style: none;
}
.sitemap li {
    padding-left: 15px;
    position: relative;
}
.sitemap li:before {
    content: "";
    background-color: #ff7f00;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
}
#footer {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #dddddd;
}
#footer .inner-wrapper > div {
    flex: 0 0 25%;
}
#footer a {
    color: #333333;
}
#footer .inner-wrapper {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#footer h3 {
    font-family: 'gibsonmedium';
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #333333;
}
#footer .f-col-1 span {
    margin-right: 5px;
}
.footer-logo {
    width: 200px;
    display: inline-block;
}
#footer .f-col-4 {
    text-align: right;
}
.spin-me {
    animation: grow .5s;
}
.form-wrapper label {
    font-size: 16px;
    margin-bottom: 0;
}
.special-header-wrapper h2 {
    margin-bottom: 0;
}
@keyframes grow {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}
#copyright {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #eeeeee;
    font-size: 16px;
    line-height: 24px;
}
#copyright .inner-wrapper {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#copyright .az-copyright {
    text-transform: uppercase;
    font-family: 'gibsonmedium';
}
#copyright a {
    color: #333333;
}
.privacy-policy-list {
    font-size: 14px;
    text-decoration: underline;
}
.typewriter {
    margin-top: 35px;
    margin-left: 15px;
    display: inline-block;
}
.typewriter p {
    color: #ffffff;
    font-family: "Special Elite", serif;
    font-size: 35px;
    line-height: 35px;
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    border-right: .15em solid white; /* The typwriter cursor */
    white-space: nowrap; /* Keeps the content on a single line */
    letter-spacing: .15em; /* Adjust as needed */
    margin-bottom: 0;
    width: 0;
    animation:
            typing 3.5s steps(40, end) forwards,
            blink-caret .75s step-end infinite;
}
/* The typing effect */
@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: white; }
}
@-webkit-keyframes highlight {
    to {
        background-position: 0 0;
    }
}
@keyframes highlight {
    to {
        background-position: 0 0;
    }
}
@media screen and (max-width: 1499px) {
    #header .inner-wrapper {
        width: 100%;
    }
    #top-bar .inner-wrapper {
        width: 100%;
    }
    #header .logo {
        top: -5px;
    }
    #header .logo img {
        width: 90%;
    }
    .home-banner-content {
        width: 100%;
    }
    .project-panel .inner-wrapper .title {
        font-size: 18px;
    }
    #footer .inner-wrapper {
        width: 100%;
    }
    #copyright .inner-wrapper {
        width: 100%;
    }
}
@media screen and (max-width: 1199px) {
    h2 {
        font-size: 33px;
        line-height: 38px;
    }
    h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .container {
        width: 100%;
        max-width: 100%;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        padding-left: 10px;
        padding-right: 10px;
    }
    #header .logo img {
        width: 85%;
    }
    #header .logo {
        top: 10px;
        left: -10px;
    }
    .home-banner-content h2 {
        font-size: 42px;
        line-height: 48px;
        width:58%;
        left:0;
    }
    .typewriter {
        margin-left: 0;
        margin-top: 25px;
    }
    .typewriter p {
        font-size: 28px;
        line-height: 28px;
    }
    .home-banner-content .image-wrapper {
        right: -25px;
    }
    .home-banner-content .image-wrapper img {
        width:500px;
    }
    .home-banner-content span.s-1 {
        width: 182px;
    }
    .home-banner-content span.s-2 {
        display: none;
    }
    .home-banner-content {
        height:350px;
        width:95%;
    }
    .experts-in-wrapper h1 {
        font-size: 38px;
        line-height: 43px;
    }
    .footer-logo {
        width:180px;
    }
    .service-list a {
        font-size: 15px;
    }
    .single-project .inside-banner-wrapper {
        height: 350px;
    }
    .page-title-wrapper h1 {
        font-size: 55px;
        line-height: 60px;
    }
    .inside-banner-wrapper {
        margin-bottom: 35px;
    }
    .project-testimonial_wrapper .inner-wrapper {
        width: 85%;
    }
    .page-title-wrapper {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
@media screen and (max-width: 991px) {
    h2 {
        font-size: 30px;
        line-height: 35px;
    }
    #header .logo {
        top: -5px;
        left: 0;
    }
    #header .logo img {
        width: 90%;
    }
    .home-banner-content .image-wrapper img {
        width: 430px;
    }
    .home-banner-content h2 {
        font-size: 35px;
        line-height: 40px;
        left: 10px;
    }
    .home-banner-content {
        height: 300px;
        width: 100%;
    }
    .home-banner-content span.s-1 {
        width: 160px;
        height: 40px;
    }
    .typewriter {
        margin-left: 10px;
    }
    .typewriter p {
        font-size: 26px;
        line-height: 26px;
        letter-spacing: 0;
    }
    .experts-in-wrapper.grey-section {
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .experts-in-wrapper h1 {
        font-size: 35px;
        line-height: 40px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-item-386 > a.mega-menu-link {
        color: #ffffff !important;
    }
    .project-panel.panel-4 {
        display: none;
    }
    .testimonial-wrapper::before {
        left:-35px;
    }
    .slogan p {
        font-size: 30px;
        line-height: 45px;
    }
    .testimonial-wrapper {
        margin-bottom: 60px;
    }
    .slogan-2 {
        margin-top: 40px;
    }
    .slogan-2 span {
        width: 60px;
        height: 35px;
    }
    .page-title-wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .page-title-wrapper h1 {
        font-size: 45px;
        line-height: 50px;
    }
    .page-title-wrapper span.s-1 {
        height: 40px;
    }
    .page-id-20 .page-title-wrapper span.s-1 {
        width: 190px;
    }
    .page-title-wrapper span {
        left: -5%;
        top: -1px;
    }
    .current-projects .project-panel h3 {
        font-size: 18px;
        line-height: 24px;
    }
    .single-project .inside-banner-wrapper {
        height: 300px;
    }
    .inside-banner-wrapper.signdna span.s-1 {
        width: 240px;
    }
    .inside-banner-wrapper span.s-1 {
        width: 165px;
    }
    .inside-banner-wrapper.doctors_for_nutrition span.s-1 {
        width: 194px;
    }
    .inside-banner-wrapper.pet_reflections span.s-1 {
        width: 330px;
        height: 45px;
    }
    .inside-banner-wrapper.topp_construction span.s-1 {
        width: 130px;
    }
    .inside-banner-wrapper.sewkenzie span.s-1 {
        width: 260px;
    }
    .inside-banner-wrapper.mg2_cricket span.s-1 {
        width: 120px;
    }
    .inside-banner-wrapper.dynamic_building span.s-1 {
        width: 210px;
    }
    .inside-banner-wrapper.mountainview_medical span.s-1 {
        width: 330px;
    }
    .inside-banner-wrapper.taranaki_cricket span.s-1 {
        width: 200px;
    }
    .inside-banner-wrapper.hungry_pet span.s-1 {
        width: 175px;
    }
    .inside-banner-wrapper.inglewood_primary_school span.s-1 {
        width: 265px;
    }
    .inside-banner-wrapper.taranaki_physiotherapy span.s-1 {
        width: 210px;
    }
    .inside-banner-wrapper.inglewood_cricket span.s-1 {
        width: 253px;
    }
    .inside-banner-wrapper.cottage_by_the_sea span.s-1 {
        width: 200px;
    }
    .inside-banner-wrapper.burkhart_farm_equipment span.s-1 {
        width: 220px;
    }
    .single-project .inside-banner-wrapper {
        background-size: cover;
    }
    .single-project .inside-banner-wrapper.mcl {
        background-position: right;
    }
    .team-section h4 {
        font-size: 24px;
        line-height: 26px;
    }
    #footer {
        font-size: 16px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #footer-cta {
        padding-bottom: 55px;
        padding-top: 70px;
    }
    #footer .f-col-4 {
        display: none;
    }
    #footer h3 {
        font-size: 18px;
    }
    #footer .inner-wrapper > div.f-col-1 {
        flex: 0 0 30%;
    }
    .page-navigation-section a {
        font-size: 16px;
    }
    .experts-in-wrapper {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 899px) {
    .col-md-4.blog-panel {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media screen and (max-width: 767px) {
    h2 {
        font-size: 28px;
        line-height: 33px;
        margin-bottom: 15px;
    }
    .home-banner-content .image-wrapper {
        display: none;
    }
    .home-banner-content h2 {
        width: 560px;
        font-size: 42px;
        line-height: 48px;
    }
    .home-banner-content span.s-1 {
        width:186px;
    }
    .home-banner-content span.s-2 {
        display: block;
        width:230px;
        right: 28px;
    }
    .typewriter p {
        font-size: 28px;
        line-height: 28px;
        letter-spacing: .15em;
    }
    .home-banner-content {
        height: 250px;
    }
    .recent-projects .project-panel {
        margin-bottom: 20px;
    }
    .project-panel.panel-4 {
        display: block;
    }
    .recent-projects {
        padding-bottom: 15px;
    }
    .testimonial-wrapper p {
        font-size: 18px;
        line-height: 26px;
    }
    .testimonial-wrapper::before {
        top: -35px;
        font-size: 35px;
    }
    .testimonial-wrapper::after {
        font-size: 35px;
    }
    .project-action-btns {
        margin-bottom: 35px;
    }
    .single-project .inside-banner-wrapper {
        height: 250px;
    }
    .blog-panel h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .single-post .page-title-wrapper h1 {
        font-size: 35px;
        line-height: 40px;
    }
    .page-title-wrapper .blog-category {
        font-size: 16px;
    }
    .page-id-26 .white-section {
        padding-top: 0;
    }
    .page-id-28 .inside-banner-wrapper span.s-1 {
        width: 200px;
    }
    .inside-banner-wrapper span.s-1 {
        width: 160px;
    }
    .page-id-26 h2 {
        font-size: 28px;
    }
    .page-id-26 #footer-cta {
        margin-top: 0;
    }
}
@media screen and (max-width: 699px) {
    #footer .inner-wrapper {
        flex-wrap: wrap;
    }
    #footer .inner-wrapper > div.f-col-1 {
        flex: 0 0 50%;
        margin-bottom: 30px;
    }
    #footer .inner-wrapper > div.f-col-2 {
        flex: 0 0 50%;
    }
    #footer .inner-wrapper > div.f-col-3 {
        flex: 0 0 50%;
    }
    .service-list a {
        font-size: 18px;
    }
    .slogan {
        width: 100%;
    }
    .project-testimonial_wrapper .inner-wrapper {
        width: 95%;
    }
    .page-navigation-section .previous span {
        display: none;
    }
    .page-navigation-section .next span {
        display: none;
    }
    .page-navigation-section {
        height: 50px;
    }
    .page-navigation-section a {
        line-height: 50px;
    }
}
@media screen and (max-width: 575px) {
    body {
        font-size: 16px;
        line-height: 22px;
    }
    h2 {
        font-size: 26px;
        line-height: 30px;
    }
    h4 {
        font-size: 16px;
        line-height: 16px;
    }
    #top-bar {
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    ul.cd-menu {
        column-gap: 10px;
    }
    ul.socials-menu {
        column-gap: 10px;
    }
    #top-bar .col-12 {
        padding-left: 8px;
        padding-right: 8px;
    }
    #header .inner-flex-wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #header .logo {
        top: -3px;
        left: -10px;
    }
    #header .logo img {
        width: 70%;
    }
    .home-banner-content h2 {
        width: 380px;
        font-size: 30px;
        line-height: 35px;
    }
    .home-banner-content span.s-2 {
        display: none;
    }
    .home-banner-content span.s-1 {
        width: 135px;
        height: 35px;
    }
    .typewriter p {
        font-size: 21px;
        line-height: 21px;
    }
    .home-banner-content span.s-2 {
        display: none;
    }
    .home-banner-content {
        height: 220px;
    }
    .experts-in-wrapper h1 {
        font-size: 30px;
        line-height: 32px;
    }
    .wpb_content_element {
        margin-bottom: 20px !important;
    }
    .white-section {
        padding-top: 30px;
    }
    .project-panel .inner-wrapper .title {
        font-size: 20px;
    }
    .testimonial-wrapper {
        width: 100%;
    }
    .testimonial-wrapper p {
        font-size: 16px;
        line-height: 22px;
    }
    .testimonial-wrapper::before {
        font-size: 25px;
        left: -5px;
    }
    .testimonial-wrapper::after {
        font-size: 25px;
        right: -6px;
    }
    .slogan p {
        font-size: 22px;
        line-height: 30px;
    }
    .slogan-2 span {
        width: 45px;
        height: 22px;
        bottom: 10px;
    }
    .service-list a {
        font-size: 16px;
    }
    .white-section {
        padding-top: 20px;
    }
    .page-title-wrapper h1 {
        font-size: 35px;
        line-height: 40px;
    }
    .inside-banner-wrapper {
        margin-bottom: 15px;
    }
    .single-project .inside-banner-wrapper {
        height: 210px;
    }
    .project-breadcrumb li {
        font-size: 12px;
        line-height: 12px;
    }
    .project-breadcrumb {
        column-gap: 20px;
    }
    .project-breadcrumb li::after {
        right: -14px;
    }
    .project-testimonial_wrapper .inner-wrapper {
        width: 100%;
    }
    .project-testimonial_wrapper p {
        font-size: 16px;
        line-height: 20px;
    }
    .project-testimonial_wrapper::before {
        font-size: 30px;
    }
    .project-testimonial_wrapper::after {
        font-size: 30px;
    }
    .project-testimonial_wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .page-id-24 .page-title-wrapper span.s-1 {
        width: 120px;
    }
    .blog-panel h3 {
        font-size: 20px;
        line-height: 25px;
    }
    .single-post .page-title-wrapper h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .page-id-26 h2 {
        font-size: 24px;
    }
    .inside-banner-wrapper span.s-1 {
        width: 125px;
    }
    .page-id-28 .inside-banner-wrapper span.s-1 {
        width: 160px;
    }
    .page-title-wrapper {
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .page-id-388 .page-title-wrapper span.s-1 {
        width: 150px;
    }
    .inside-banner-wrapper.signdna span.s-1 {
        width: 180px;
    }
    .inside-banner-wrapper.doctors_for_nutrition span.s-1 {
        width: 150px;
    }
    .inside-banner-wrapper.pet_reflections span.s-1 {
        width: 270px;
        height: 40px;
    }
    .inside-banner-wrapper.topp_construction span.s-1 {
        width: 100px;
    }
    .inside-banner-wrapper.sewkenzie span.s-1 {
        width: 215px;
    }
    .page-id-20 .page-title-wrapper span.s-1 {
        width: 150px;
    }
    .inside-banner-wrapper.mg2_cricket span.s-1 {
        width: 95px;
    }
    .inside-banner-wrapper.dynamic_building span.s-1 {
        width: 165px;
    }
    .inside-banner-wrapper span.s-1 {
        width: 100px;
    }
    .inside-banner-wrapper.mountainview_medical span.s-1 {
        width: 260px;
    }
    .inside-banner-wrapper.taranaki_cricket span.s-1 {
        width: 160px;
    }
    .inside-banner-wrapper.hungry_pet span.s-1 {
        width: 138px;
    }
    .inside-banner-wrapper.inglewood_cricket span.s-1 {
        width: 200px;
    }
    .inside-banner-wrapper.burkhart_farm_equipment span.s-1 {
        width: 170px;
    }
    .experts-in-wrapper {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    #footer-cta {
        padding-bottom: 55px;
        padding-top: 60px;
    }
    #footer .inner-wrapper > div.f-col-1 {
        flex: 100%;
    }
    #footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #footer h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    #copyright {
        font-size: 14px;
        line-height: 22px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .sitemap li::before {
        top: 8px;
    }
    .team-section {
        margin-top: 30px;
    }
    .team-section h4 {
        font-size: 20px;
        line-height: 25px;
    }
    .page-id-22 .inside-banner-wrapper span.s-1 {
        width: 112px;
    }
}