/**
Theme Name: iZurch Child Theme
Author: Velocity Design x iZurch
Author URI: https://velocity.design
Description: Website theme for iZurch by Velocity Design x iZurch
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: izurch-child-theme
Template: astra
*/


/************************/
/*Brwoser Resets / Defaults**/
/************************/
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 18px;
    scroll-behavior: smooth;
}

*{
    margin-block-start: 0em;
    margin-block-end: 0em;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

@font-face {
  font-family: Izurchfont;
  src: url(assets/fonts/IZurchFont.otf);
}

.Izurchfont{
    font-family: Izurchfont;
}

body, h1 , h2 , h3 , h4 , h5 , h6{
    margin: 0;
}

body{
    overflow-x: hidden;
}

.overflow{
    overflow: hidden;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

ul , ol{
    list-style-type: none !important;
}

li{
    list-style: none !important;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; 
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}


[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}
  
[hidden] {
    display: none;
}

*, :after, :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.site .skip-link {
    background-color: #f1f1f1;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,.2);
            box-shadow: 0 0 1px 1px rgba(0,0,0,.2);
    display: block;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 700;
    left: -9999em;
    outline: 0;
    padding: 15px 23px 14px;
    text-decoration: none;
    text-transform: none;
    top: -9999em;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal!important;
}

#page {
    display: block;
    position: relative;
}

.nocollapse{
    padding: 0.01px 0;
}


/*****END OF*****/ 
/*Brwoser Resets / Defaults**/
/****************/ 


/*Row & Column Styling*/

.right-footer{
    vertical-align:bottom;
}

.ast-container{
    position: relative;
}

.page-container{
    overflow: hidden;
    position: relative;
}

.support {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -ms-flex-line-pack:justify;
        align-content:space-around;
}

.full-container{
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.section-container{
    margin: 90px auto;
}

@media screen and (min-width:767px){
    .section-container{
        margin: 125px auto;
    }
}

.front-page-hero{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.row-container,
.content-container{
    width: 100%;
    padding: 0px;
    margin: 0 auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}


.content-container{
    padding: 0px 15px;
    max-width:1393px;
}

.col-50,
.col-100, 
.col-25,
.col-75,
.col-60,
.col-40,
.col-33,
.col-66,
.post-thumb{
    width: 100%;
    display: -webkit-box;
        display: -ms-flexbox;
            display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

}

@media screen and (min-width: 600px) {
    .col-50,
    .post-thumb{
        width: calc((100% / 2) - 17px);
    }
    .col-25{
        width: calc((100% / 2) - 17px);
    }

    .col-75{
        width: calc((100% / 2) - 17px);
    }
    .col-60{
        width: calc(60% - 17px);
    }
    .col-66{
        width: calc(((100% / 3)  * 2) - 15px);
    }
    .col-40{
        width: calc(40% - 17px);
    }
    .col-33{
		width: calc((100% / 3) - 30px);
    }
}

@media screen and (min-width: 900px) {
    .col-25{
        width: calc((100% / 4) - 40px);
    }

    .col-75{
        width: calc(75% - 12px);
    }
    .post-thumb:nth-child(1),
    .post-thumb:nth-child(4){
        width: calc(((100% / 3)  * 2) - 15px);
    }
    .post-thumb:nth-child(2),
    .post-thumb:nth-child(3),
    .post-thumb:nth-child(5),
    .post-thumb:nth-child(6),
    .post-thumb:nth-child(7){
		width: calc((100% / 3) - 30px);
    }
}

/*END OF Row & Column Styling*/


/*Default Block Element Styling*/
    /**Titles Styling**/
    .h1-title,
    .h2-title,
    .h3-title,
    .h4-title,
    .h5-title,
    .h6-title{
        font-family: 'Exo 2', sans-serif;
        line-height: 120%;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .h1-title{
        font-size: 60px;
        margin-left: -5px;
        margin-bottom: 0px;
        text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
    }

    .h2-title{
        font-size: 40px;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    }

    .h2-title.iz-gradient.on-white{
        text-shadow: none;
    }

    .h3-title{
        font-size: 30px;
    }

    .h4-title{
        font-size: 25px;
        font-weight: 600;
    }

    .h5-title{
        font-size: 20px;
    }
 
    .h6-title{
        font-size: 15px;
    }

    @media screen and (min-width: 400px) {
        .h1-title{
            font-size: calc(60px + 50 * ((100vw - 400px) / 950));
        }
        .h2-title{
            font-size: calc(40px + 35 * ((100vw - 400px) / 950));
        }
        .h3-title{
            font-size: calc(30px + 20 * ((100vw - 400px) / 950));
        }
        .h4-title{
            font-size: calc(25px + 15 * ((100vw - 400px) / 950));
        }
        .h5-title{
            font-size: calc(20px + 8 * ((100vw - 400px) / 950));
        }
        .h6-title{
            font-size: calc(15px + 6 * ((100vw - 400px) / 950));
        }
    }
    
    @media screen and (min-width: 1350px) {
        .h1-title{
            font-size: 110px;
        }
        .h2-title{
            font-size: 75px;
        }
        .h3-title{
            font-size: 50px;
        }
        .h4-title{
            font-size: 40px;
        }
        .h5-title{
            font-size: 28px;
        }
        .h6-title{
            font-size: 21px;
        }
    }
    /**END OF Title Styling**/

    /**Body Text Blocks Styling**/
    .reg-para-txt, p{
        font-family: 'Exo 2', sans-serif;
        font-style: normal;
        font-size: 17px;
        font-weight: 500;
        margin-bottom: 0px;
        line-height: 140%;
        color: #525252;
    }

    .lrg-para-txt{
        font-family: 'Exo 2', sans-serif;
        font-style: normal;
        font-size: 19px;
        font-weight: 500;
        margin-bottom: 10px;
        color: #525252;
    }

    .highlight-para-txt{
        font-family: 'Exo 2', sans-serif;
        font-style: italic;
        font-size: 21px;
        font-weight: 300;
        margin-bottom: 10px;
        color: #525252;
    }

    @media screen and (min-width: 400px) {
        .reg-para-txt{
            font-size: calc(17px + 2 * ((100vw - 400px) / 1000));
        }
        .lrg-para-txt{
            font-size: calc(19px + 2 * ((100vw - 400px) / 1000));
        }
        .highlight-para-txt{
            font-size: calc(21px + 4 * ((100vw - 400px) / 1000));
        }
    }

    @media screen and (min-width: 1400px) {
        .reg-para-txt{
            font-size: 19px;
        }
        
        .lrg-para-txt{
            font-size: 21px;
        }

        .highlight-para-txt{
            font-size: 25px;
        }
    }

    p strong,
    .reg-para-txt strong,
    .lrg-para-txt strong{
        font-weight: 700;
    }

    .reg-para-txt a,
    .lrg-para-txt a,
    .highlight-para-txt a{
        display: inline-block;
        cursor: pointer;
        color: inherit;
        
    }
    
    /**END OF Body Text Blocks Styling**/
    button{
        background: none;
        color: inherit;
        border: none;
        padding: 0;
        font: inherit;
        cursor: pointer;
        outline: inherit;
    }
    .button{
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        align-items: center;
        min-width: fit-content;
        min-width: -moz-fit-content;
        min-height: 45px;
        width: -webkit-fit-content !important;
        width: -moz-fit-content;
        width: fit-content;
        border-radius: 5px;
        overflow: hidden;
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        -webkit-transition: all 0.4s cubic-bezier(.25,.8,.25,1);
        -o-transition: all 0.4s cubic-bezier(.25,.8,.25,1);
        transition: all 0.4s cubic-bezier(.25,.8,.25,1);
        cursor: pointer;
        text-decoration: none;
        background-color: #FFFFFF;
    }
    .button div{
        height: 45px;
        width: calc(100% + 20px);
        margin-left: -20px;
        display: flex;
        align-items: center;
        padding: 15px 20px;
        transform: skewX(20deg);
        box-shadow: 1px 0px 6px 0px rgba(0, 0, 0, 0.15);
        flex-basis: 100%;
        
    }

    .button span{
        font-family: 'Exo 2', sans-serif;
        font-style: normal;
        font-weight: 700;
        margin-top: -4px;
        transform: skewX(-20deg);
        margin-left: 20px;
    }

    .button .izurch-arrow{
        transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        opacity: 100%;
        margin: 0 15px;
        min-width: 31px !important;
        height: 24px !important;
    }

    .button:hover{
        -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.12), 0 2px 3px rgba(0,0,0,0.20);
        box-shadow: 0 5px 10px rgba(0,0,0,0.12), 0 2px 3px rgba(0,0,0,0.20);
        -webkit-transform: scale(1.004);
        -ms-transform: scale(1.004);
            transform: scale(1.004);
        -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);
    }

    .button:active {
        -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.17), 0 1px 2px rgba(0,0,0,0.10);
                box-shadow: 0 2px 4px rgba(0,0,0,0.17), 0 1px 2px rgba(0,0,0,0.10);
        -webkit-transform: scale(0.97);
            -ms-transform: scale(0.97);
                transform: scale(0.97);
        -webkit-transform: translateY(1px);
            -ms-transform: translateY(1px);
                transform: translateY(1px);
    }

    .button:hover .izurch-arrow{
        stroke-dasharray: 100;
        stroke-dashoffset: 100;
        animation: dash 1s linear forwards;
        opacity: 0%;
    }

    .minor-link{
        text-decoration: none;
        display: inline-block;
        color: inherit;
    }

    .minor-link:after{
        display:block;
        content: '';
        border-bottom: solid 1px #FBBA00;
        transform: scaleX(0);  
        transition: transform 250ms ease-in-out;
        transform-origin:0% 50%;
    }

    .minor-link:hover{
        cursor:pointer;
    }

    .minor-link:hover:after { transform: scaleX(1); }
    
    /*List Styling*/
    .v-list{
        padding-left: 32px;
        list-style: none;
        font-style: normal;
        font-size: 17px;
        opacity: 1;
        font-family: 'Exo 2', sans-serif;
        opacity: 0.9;
        font-weight: 500;
        margin-bottom: 20px !important;
        color: #525252;
    }
    
    .v-list-u{
        counter-reset: my-counter;
    }

    .v-list-item-o{
        counter-increment: my-counter;
    }

    .v-list-item{
        position: relative;
        margin: 20px 0px;
    }

    .v-list-item:first-child{
        margin: 0px 0px 20px;
    }

    .v-list-item:last-child{
        margin: 20px 0px 0px;
    }

    .v-list-item-u:before,
    .lazyloaded.v-list-item-u:before{
        content: '';
        width: 9px;
        height: 9px;
        border-radius: 50%;
        opacity: 1;
        position: absolute;
        left: -25px;
        top: 6px;
        background-color: #525252;
    }
    .v-list-item-u.arrow-item:before{
        content: '';
        width: 18px;
        height: 13px;
        border-radius: 0;
        opacity: 1;
        position: absolute;
        left: -25px;
        top: 5px;
        background-size:contain !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

    .lazyloaded.v-list-item-u.arrow-item:before{
        background: url('/wp-content/uploads/2021/01/list-arrow.svg');
    }

    .v-list-item-u.social-item:before,
    .lazyloaded.v-list-item-u.social-item:before{
        content: '';
        width: 18px;
        height: 18px;
        border-radius: 0;
        opacity: 1;
        position: absolute;
        left: -25px;
        top: 1px;
        background-size:contain !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

    .lazyloaded.v-list-item-u.facebook:before{
        background: url('/wp-content/uploads/2021/02/iz-fb-icon-1.svg')
    }

    .lazyloaded.v-list-item-u.twitter:before{
        background: url('/wp-content/uploads/2021/02/iz-tw-icon-1.svg')
    }

    .lazyloaded.v-list-item-u.instagram:before{
        background: url('/wp-content/uploads/2021/02/iz-in-icon-1.svg')
    }

    .v-list-item-u.iz-yellow-bg-before:before{
        background-color: #FBBA00;
    }

    .v-list-item-u.iz-white-bg-before:before{
        background-color: #FFFFFF;
    }

    .v-list-item-u.iz-gradient-bg-before:before{
        background: linear-gradient(90deg, #E72F75 0%, #E9454B 99.95%, #E9454B 100%);
    }

    .v-list-item-u.iz-red-bg-before:before{
        background-color: #E9454B;
    }

    .v-list-item-u.iz-pink-bg-before:before{
        background-color: #E72F75;
    }

    .v-list-item-o:before{
        content: counter(my-counter)'. ';
        font-weight: 700;
        opacity: 0.7;
        left: -38px;
        position: absolute;
        text-align: right;
        width: 25px;
    }

    .contact-page-list {
        margin-bottom: 0px !important;
    }

    .contact-page-list .lazyloaded.v-list-item-u.arrow-item:before{
        background: url('/wp-content/uploads/2020/07/iZurch-Arrow.svg');
        width: 20px;
        height: 15px;
        top: 7px;
    }
    /*END OF List Styling*/

    /**Image Styling**/
    .block-image{
        width: 100%;
        height: auto;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
        border-radius: 4px;
    }
    /*END OF Image Styling*/


.front-page-hero .reg-para-txt{
    max-width: 550px;
}

.overflow-frontpage-header{
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 120px;
    position: relative;
}

.front-page-hero{
    position: relative;
    height: calc(100vh + 50px);
    overflow: hidden;
}

.front-page-hero:after,
.front-page-hero:before{
    content: '';
    overflow: hidden;
    background-repeat: no-repeat;
    background-blend-mode: screen;
    overflow: hidden;
    position: absolute;
    opacity: 0.5;
    z-index: 2;
    right: 0;
    bottom: -10px;
    height: 240px;
    width: 320px;
    -webkit-transform: skewY(3deg);
        -ms-transform: skewY(3deg);
            transform: skewY(3deg);
}

.front-page-hero:before{
    background-image:url("/wp-content/uploads/2021/02/chameleon-300-2.png");
    background-size: contain;
    background-position: right bottom;
    -webkit-filter: hue-rotate(186deg);
            filter: hue-rotate(186deg);
    -webkit-animation: opacity-change 4s ease-in-out 0.4s forwards, colour-change 12s linear 3s infinite forwards;
            animation: opacity-change 4s ease-in-out 0.4s forwards, colour-change 12s linear 3s infinite forwards;
    z-index: 3;
}
.front-page-hero:after{
    left: -80%;
    bottom: -4%;
}

@media screen and (min-width: 450px) {
    .front-page-hero:before{
        background-image:url("/wp-content/uploads/2021/01/chameleon-500.png");
    }

    .front-page-hero:after{
        background-image:url("/wp-content/uploads/2021/02/main-wave@0.75x.png");
        background-size: contain;
        background-position: center;
        min-height:250px;
        min-width:700px;
        height: calc(250px + 300 * ((100vw - 400px) / 200));
        width: calc(700px + 500 * ((100vw - 400px) / 200));
        left: calc(-80% - 2 * ((100vw - 400px) / 200));
        bottom: calc(-4% - 150 * ((100vw - 400px) / 200));
        opacity: 0.8;
        right: auto;
    }
}

@media screen and (min-width: 600px) and (min-height: 750px){
    .front-page-hero:before{
        height: calc(240px + 110 * ((100vw - 600px) / 300));
        width: calc(320px + 130 * ((100vw - 600px) / 300));
    }
    .front-page-hero:after{
        background-image:url("/wp-content/uploads/2021/02/main-wave@0.75x.png");
        height: calc(550px + 300 * ((100vw - 600px) / 300));
        width: calc(1200px + 500 * ((100vw - 600px) / 300));
        left: calc(-81% + 1 * ((100vw - 600px) / 300));
        bottom: calc(-22% - 200 * ((100vw - 600px) / 300));
    }
}

@media screen and (min-width: 900px) and (min-height: 750px){
    .front-page-hero:before{
        height: calc(350px + 200 * ((100vw - 900px) / 450));
        width: calc(450px + 275 * ((100vw - 900px) / 450));
    }
    .front-page-hero:after{
        background-image:url("/wp-content/uploads/2021/02/main-wave.png");
        height: 850px;
        width: 1700px;
        left: calc(-720px + 90 * ((100vw - 900px) / 450));
        bottom: calc(-46% + 20 * ((100vw - 900px) / 400));
    }
}

@media screen and (min-width: 1350px) {
    .front-page-hero:before{
        background-image:url("/wp-content/uploads/2021/01/chameleon-1000.png");
        height: calc(100% - 300px);
        width: calc(100vw - 650px);
        max-height:600px;
    }
}

@media screen and (max-height: 750px){
    .front-page-hero:after{
        background-size: contain;
        background-position: center;
        height: 250px;
        width: 750px;
        left: -80%;
        bottom: -9%;
        opacity: 0;
        right: auto;
    }
}

@media screen and (max-height: 750px) and (min-width: 450px){
    .front-page-hero:after{
        background-image:url("/wp-content/uploads/2021/02/main-wave@0.75x.png");
        height: calc(250px + 300 * ((100vw - 400px) / 950));
        width: calc(700px + 500 * ((100vw - 400px) / 950));
        left: calc(-80% + 650 * ((100vw - 400px) / 950));
        bottom: calc(-9% - 180 * ((100vw - 400px) / 950));
        opacity: 0.8;
    }
}

@media screen and (max-height: 750px) and (min-width: 1350px){
    .front-page-hero:after{
        background-image:url("/wp-content/uploads/2021/02/main-wave.png");
        height: 550px;
        width: 1200px;
        left: -15%;
        bottom: -225px;
    }
}

@-webkit-keyframes colour-change{
    0%{
        -webkit-filter: hue-rotate(186deg);
                filter: hue-rotate(186deg);
    }
    50%{
        -webkit-filter: hue-rotate(6deg);
                filter: hue-rotate(6deg);
    }
    100%{
        -webkit-filter: hue-rotate(186deg);
                filter: hue-rotate(186deg);
    }
}

@keyframes colour-change{
    0%{
        -webkit-filter: hue-rotate(186deg);
                filter: hue-rotate(186deg);
    }
    50%{
        -webkit-filter: hue-rotate(6deg);
                filter: hue-rotate(6deg);
    }
    100%{
        -webkit-filter: hue-rotate(186deg);
                filter: hue-rotate(186deg);
    }
}

@-webkit-keyframes opacity-change{
    0%{
        opacity: 0.5;
    }
    100%{
        opacity: 1;
    }
}

@keyframes opacity-change{
    0%{
        opacity: 0.5;
    }
    100%{
        opacity: 1;
    }
}

@media (min-width: 1000px) and (max-height:700px){
    .front-page-hero{
        height:750px;
    }
}

@media (max-width: 1000px) and (max-height:700px){
    .front-page-hero{
        height:750px;
    }
}

@media (max-width: 500px) and (max-height:767px){
    .front-page-hero{
        height:800px;
    }
    .front-page-hero:before{
        bottom: -30px;
    }
}

.overflow-frontpage-header .hero-section{
    margin-top: -120px;
    position: relative;
    -webkit-transform: skewY(-3deg);
        -ms-transform: skewY(-3deg);
            transform: skewY(-3deg);
    overflow: hidden;
    border-radius: 0 0 50px 0;
    z-index: 2;
}

@media (min-width:400px){
    .overflow-frontpage-header .hero-section {
        border-bottom-right-radius: calc(50px + 150 * ((100vw - 400px) / 1000));
    }
}

@media (min-width:1400px){
    .overflow-frontpage-header .hero-section {
        border-bottom-right-radius: 200px;
    }
}

.overflow-frontpage-header .hero-section .front-page-hero{
    z-index: 3;
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(#E72F75), to(#E9454B));
    background: -o-linear-gradient(left, #E72F75 0%, #E9454B 100%);
    background: linear-gradient(90deg, #E72F75 0%, #E9454B 100%);
}

.overflow-frontpage-header .hero-section .front-page-hero .content-container{
    -webkit-transform: skewY(3deg);
        -ms-transform: skewY(3deg);
            transform: skewY(3deg);
    position: relative;
    z-index: 4;
}
.overflow-frontpage-header .hero-section .front-page-hero .col-100{
    margin-top: 7%;
}

.sep-line{
    margin: 0px 7px -2px 7px !important; 
}

.header-arrow{
    margin-bottom: -2px;
    margin-right: 5px;
    display: inline-block;
}

@media (max-width: 385px){
    .sep-line{
        display: none !important;
    }
    .email{
        display: block;
        margin: 10px 0px 0px 37px ;
    }
}

.header-contact-para{
    padding-top: 10px;
}

.popout-section-teal .popout-inner-section{
    position: relative;
    background-color: #13B8C2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

.popout-section-teal .popout-img-content.lazyloaded{
    background-image: url('/wp-content/uploads/2021/01/dog.jpg');
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 40%;
    height: 100%;
    right: 0px;
    z-index: 1;
    border-radius: 0 7px 7px 0;
}
.popout-section-teal .popout-inner-section.lazyloaded:before{
    content: '';
    background-image: url('/wp-content/uploads/2021/01/Group-162.svg');
    width: 300px;
    max-width: 100%;
    height: 210px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -20px;
    z-index: 4;
}
.popout-section-teal .popout-inner-section.lazyloaded:after{
    content: '';
    width: 80px;
    height: 100px;
    position: absolute;
    right: -40px;
    top: calc(50% - 50px);
    background-image: url('/wp-content/uploads/2021/01/dog-treat.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 4;
}

.popout-section-teal .popout-text-content{
    padding: 50px 35px 50px 35px;
    background-color: #13B8C2;
    position: relative;
    width: 60%;
    z-index: 3;
    border-radius: 7px;
}

.popout-section-teal .popout-text-content:after{
    content: '';
    position: absolute;
    width: 200px;
    height: 100%;
    right: -85px;
    top: 0;
    background-color: #13B8C2;
    z-index: -1;
    border-radius: 0 0 160px 0;
    -webkit-transform: skewX(14deg);
        -ms-transform: skewX(14deg);
            transform: skewX(14deg);
}
.popout-section-teal .popout-inner-section .popout-text-content .h3-title{
    line-height: 120%;
    margin-bottom:30px;
}

.popout-section-teal .popout-inner-section .popout-text-content p{
    margin-bottom:20px !important;
}

@media screen and (min-width: 900px) {
    .popout-section-teal .popout-inner-section:before{
        right: calc(0px + 130 * ((100vw - 900px) / 450));
    }
    .popout-section-teal .popout-inner-section{
        position: relative;
        background-color: #13B8C2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 50px 0 0;
    }
}

@media screen and (min-width: 1350px) {
    .popout-section-teal .popout-inner-section:before{
        right: 130px;
    }
}

@media (max-width: 900px){
    .popout-section-teal .popout-text-content {
        padding: 25px 25px 0px;
        width: 100%;
        max-width: 100%;
    }

    .popout-section-teal .popout-img-content.lazyloaded {
        background-position: right center;
        position: relative;
        width: 100%;
        height: 350px;
    }

    .popout-section-teal .popout-inner-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .popout-section-teal .popout-text-content:after{
        content: '';
        position: absolute;
        width: 100%;
        height: 200px;
        right: 0px;
        top: auto;
        bottom: -70px;
        background-color: #13B8C2;
        z-index: -1;
        border-radius: 0 0 100px 0;
        -webkit-transform: skewY(6deg);
            -ms-transform: skewY(6deg);
                transform: skewY(6deg);
    }

    .popout-section-teal .popout-inner-section:after{
        display: none;
    }

    .popout-section-teal .shape {
    /* transform: skewX(13.3deg); */
        -webkit-transform: skewY(-7.3deg);
            -ms-transform: skewY(-7.3deg);
                transform: skewY(-7.3deg);
    }

    .popout-section-teal .popout-inner-section.lazyloaded::before {
        top: auto;
        bottom: 0px;
        left: 0px;
        width: 65%;
    }
}

.popout-inner-section{
    -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.35);
            box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.35);
    border-radius: 7px;
}

.fact-section{
    border-radius: 7px;
    padding: 40px 35px 0px;
}

.fact-section .col-33{
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.fact-section .col-33 img{
    margin-bottom: 10px;
}

.popout-section-blue .popout-inner-section.lazyloaded{
    background-color: #7099D1;
    background-image: url('/wp-content/uploads/2021/01/jumping-man.png') , url('/wp-content/uploads/2021/01/get-results.svg'), url('/wp-content/uploads/2021/01/Group-134.svg');
    background-position: left 11% top 60px , left -10px top -20px , right bottom;
    background-size: auto 700px, 476px auto, auto;
    background-repeat: no-repeat;
    padding: 90px 35px 115px;
}

.popout-section-blue .popout-inner-section .popout-text-content{
    max-width:57%;
    padding-left: 20px;
    margin-left: auto;
}

.popout-section-blue .popout-inner-section .popout-text-content .h3-title{
    line-height: 120%;
    margin-bottom:20px;
}

@media (max-width: 1200px){
    .popout-inner-section {
        margin: 0 3%;
    }
}

@media (max-width: 900px){
    .popout-section-blue .popout-inner-section .popout-text-content {
        max-width: 100%;
    }
    .popout-section-blue .popout-inner-section.lazyloaded {
        background-position: left 170px bottom -320px,left -10px bottom 220px,right bottom;
        padding: 50px 35px 405px;
    } 
    .fact-section {
        padding: 40px 0px 0;
    }
}

@media (max-width: 767px){
    .popout-section-blue .popout-inner-section.lazyloaded {
        background-position: center bottom -320px,left -10px bottom 220px,right bottom;
    }  
}

@media (max-width: 600px){
    .popout-section-blue .popout-inner-section .popout-text-content {
        max-width: 100%;
    }

    .popout-section-blue .popout-inner-section.lazyloaded {
        background-position: left bottom -220px,left -10px bottom 41%,right bottom;
        background-size: auto 600px,contain, auto;
        padding: 50px 1em 405px;
    }

    .popout-inner-section {
        margin: 0 3%;
    }

    section.popout-section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) {
        margin-bottom: 25px;
    }

    .popout-section-blue .popout-inner-section .popout-text-content {
        padding-left: 0px;
    } 
    .fact-section {
        padding: 0px 0px 0;
    }

    .fact-section .col-33 {
        margin-bottom: 50px;
    }
}

.main-section-chameleon{
    padding: 150px 0 70px;
    margin-top: -60px;
    position: relative;
    -webkit-transform: skewY(-2.6deg);
        -ms-transform: skewY(-2.6deg);
            transform: skewY(-2.6deg);
    overflow: hidden;
    border-radius: 6px 6px 0px 0px;
    border-bottom-right-radius: 120px 
}

@media screen and (min-width: 400px) {
    .main-section-chameleon{
        border-bottom-right-radius: calc(120px + 180 * ((100vw - 300px) / 1000));
    }
}

@media (min-width: 1300px){
    .main-section-chameleon{
        border-bottom-right-radius: 300px;
    }
}

.main-section-chameleon.lazyloaded:after{
    background: url("/wp-content/uploads/2021/01/zebra-min-1.png");
    background-size: 30vw;
    background-position: right center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transform: skewY(2.6deg);
        -ms-transform: skewY(2.6deg);
            transform: skewY(2.6deg);
}

.main-section-chameleon:before{
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#E72F75), color-stop(99.95%, #E9454B), to(#E9454B));
    background: -o-linear-gradient(left, #E72F75 0%, #E9454B 99.95%, #E9454B 100%);
    background: linear-gradient(90deg, #E72F75 0%, #E9454B 99.95%, #E9454B 100%);
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
}

.chameleon-overflow{
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 60px;
}

@media screen and (min-width: 767px){
    .chameleon-overflow{
        margin-bottom:100px;
    }
}

.main-section-chameleon .content-container{
    z-index: 3;
    position: relative;
    -webkit-transform: skewY(2.6deg);
        -ms-transform: skewY(2.6deg);
            transform: skewY(2.6deg);
}

.main-section-chameleon h2{
    max-width: 1080px;
}

.main-section-chameleon .questions{
    padding:40px 0px 0px 15px;
    max-width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.main-section-chameleon .question {
    max-width: 47%;
}

.question{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 40px;
 
    max-width:90%!important;
}

.main-section-strategy .question{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 40px;
    padding-top: 180px;
    padding-bottom:180px;
    max-width:90%!important;
}

.question-content{
    padding: 2px 0 0 30px;
}

.inline-iz-arrow{
    -webkit-transform: rotateZ(90deg);
        -ms-transform: rotate(90deg);
            transform: rotateZ(90deg);
}

.question-contact{
    margin-top:0.7em;
}

@media (max-width: 1400px){
    .main-section-chameleon .questions {
        padding: 40px 0 80px 15px;
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    
    .main-section-chameleon .question {
        max-width: 47%;
    }
    
    .main-section-chameleon {
        padding: 100px 0 70px;
    }
    
    .main-section-chameleon.lazyloaded::after {
        background-size: 35vw;
        background-position: right bottom -45px;
    }
    .main-section-chameleon.lazyloaded::after {
        background-size: 45vw;
        background-position: right bottom -90px;
    }
    .main-section-chameleon .questions {
        padding: 40px 0 0px 15px;
    }
}

@media (max-width: 1100px){
    .main-section-strategy .question {
        padding-top:0px;
        padding-bottom:0px;
    }

}
@media (max-width: 900px){
    .main-section-chameleon .questions {
        max-width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    .main-section-chameleon .questions {
        padding: 40px 0 55vw 15px;
    }
}

@media (max-width: 700px){

    .main-section-chameleon.lazyloaded::after {
        background-size: 40vw;
        background-position: right bottom -0px;
    }
    .main-section-chameleon .questions {
        display: inherit;
    }
    .main-section-chameleon .question {
        max-width: 100%;
    }
    .main-section-chameleon::after {
        height: calc(100% + 50px);
    }
}

@media (max-width: 580px){
    .main-section-chameleon.lazyloaded::after {
        background-position: right bottom -0px;
    }
    .main-section-chameleon .questions {
        padding: 40px 0 55vw 15px;
    }
}

@media (max-width: 480px){
    .main-section-chameleon .questions {
        padding: 40px 0 55vw 0px;
    }
    .question-content {
        padding: 2px 0 0 15px;
    }
    .main-section-chameleon .question img {
        max-width: 40px;
    }
}

@media (max-width: 360px){
    .main-section-chameleon.lazyloaded::after {
      background-size: 150px;
    }
}

.main-section-presence{
    background-color: #FBBA00;
    margin-top:0;
    margin-top: -10vw;
    padding-top: 10vw;
    border-radius: 0 0 7px 7px;

}

.main-section-presence .full-container.lazyloaded{
    background-color: #964499;
    border-radius: 0 100px 7px 7px;
    background-image: url('/wp-content/uploads/2021/01/do-tell.svg'), url('/wp-content/uploads/2021/01/Union.svg') , url('/wp-content/uploads/2021/01/Group-156-1.svg');
    background-size: 35vw, auto, 45vw;
    background-repeat: no-repeat;
    background-position: left 5vw top -1vw, left bottom -2px, right bottom;
}

@media (min-width:400px){
    .main-section-presence .full-container.lazyloaded {
        border-top-right-radius: calc(100px + 200 * ((100vw - 400px) / 1000));
    }
}

@media (min-width:1400px){
    .main-section-presence .full-container.lazyloaded{
        border-top-right-radius: 300px;
    }
}

.main-section-presence h2{
    margin-bottom: 20px;
}

.main-section-presence .row-50-50{
    margin-bottom: 30px;
}

.main-section-presence .content-container.lazyloaded{
    background-image: url('/wp-content/uploads/2021/01/shocked-girl.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right 11% bottom -20px;
    padding: 16vw 35px 6vw 15px;
}

.main-section-presence .content-container .text-content{
    max-width: 60%;
    padding-right: 20px;
}

@media (max-width: 1350px){
    .main-section-presence .content-container.lazyloaded {
        background-size: auto 95%,auto,auto;
        background-position: right 30px bottom -20px,left bottom -5px,right top;
    }
}

@media (max-width: 930px){
    .main-section-presence .content-container.lazyloaded {
        background-size: auto 80%,auto,auto;
        background-position: right 0px bottom -20px,left bottom -5px,right top;
    }
}

@media (max-width: 767px) {
    .main-section-presence .full-container.lazyloaded{
        background-size: 50vw, auto, 80vw;
    background-position: left 2vw top -6vw, left bottom -2px, right bottom;
    }
    .main-section-presence .content-container .text-content {
        max-width: 100%;
    }
    .main-section-presence .content-container.lazyloaded {
        background-image: url('/wp-content/uploads/2021/01/shocked-girl.png'),url('/wp-content/uploads/2021/01/Union.svg');
        padding: 35px 35px 300px 35px;
    }
    .main-section-presence .content-container.lazyloaded {
        background-size: auto 320px,auto;
        background-position: left 100px bottom -20px,left bottom -5px;
    }
    .main-section-presence .content-container .text-content{
        padding-right: 0px;
    }
    .main-section-presence h2 {
        margin-bottom: 5vw;
        margin-top:15vw
    }
}

@media (max-width: 599px) {
    .main-section-presence .content .row-container:nth-child(3) .col-50:nth-child(1){
        margin-bottom: 20px;
    }  
    .main-section-presence .content-container {
        padding: 25px 25px 100px 25px;
    }
    .main-section-presence .content-container.lazyloaded {
        background-size: auto 370px,auto,70%;
        background-position: right 10px bottom 0px,left bottom -5px,right bottom;
    }
    .main-section-presence .content-container.lazyloaded  {
        padding: 25px 25px 130px 25px;
    }
}
  
@media (max-width: 550px) {
    .main-section-presence .content-container.lazyloaded {
        background-size: auto 300px,auto,90%;
    }
    .main-section-presence .full-container.lazyloaded{
        background-image: url('/wp-content/uploads/2021/01/Union.svg') , url('/wp-content/uploads/2021/01/Group-156-1.svg');
        background-size: auto, 85vw;
        background-repeat: no-repeat;
        background-position: left bottom -2px, right bottom;
    }
}

@media (max-width: 500px) {

    .main-section-presence .content-container {
      padding: 25px 25px 300px 25px;
    }
    .main-section-presence .content-container.lazyloaded {
      background-position: left 30px bottom 0,left bottom -5px,right bottom;
    }
    .main-section-presence .content-container.lazyloaded {
      background-size: auto 300px,auto,150%;
    }
    .main-section-presence .content-container.lazyloaded  {
        padding: 25px 25px 300px 25px;
    }
}

.main-section-strategy{
    position: relative;
    overflow: hidden;
    -webkit-clip-path: polygon(0 calc(0% + 6vw),100% 0,100% calc(100% - 6vw),0 100%);
            clip-path: polygon(0 calc(0% + 6vw),100% 0,100% calc(100% - 6vw),0 100%);
    margin-bottom: 0;
    z-index: 3;
}

.main-section-strategy .content-container{
    position: relative;
    z-index: 2
}

.main-section-strategy .strategy-image-col{
    width: 100%;
    max-width: 855px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 135px 0 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.main-section-strategy .strategy-image-col *{
    max-width: 560px;
}

.strategy-image-col p{
    max-width: 500px;
}

.main-section-strategy .strategy-image-col *{
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}

.main-section-strategy .absolute-container{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    top: 0;
    right: 0;
    border: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.main-section-strategy .absolute-container .col-40{
    padding: 180px 0;
    max-width:536px;
}


.absolute-container .col-60{
    position: relative;
    -webkit-transform: skewX(-7deg);
        -ms-transform: skewX(-7deg);
            transform: skewX(-7deg);
    left: -70px;
    overflow: hidden;
}

.absolute-container .col-60 .absolute-container.lazyloaded{
    padding: 130px 0;
    position: relative;
    -webkit-transform: skewX(7deg);
        -ms-transform: skewX(7deg);
            transform: skewX(7deg);
    height: 100%;
    right: -70px;
    background-image: url('/wp-content/uploads/2021/01/Group-164.svg'), -o-linear-gradient(73.15deg, rgba(0, 0, 0, 0.15) 62.98%, rgba(0, 0, 0, 0) 177.67%), url('/wp-content/uploads/2021/01/Pew-pew_AdobeStock_222825338_mod_AW.jpg');
    background-image: url('/wp-content/uploads/2021/01/Group-164.svg'), linear-gradient(16.85deg, rgba(0, 0, 0, 0.15) 62.98%, rgba(0, 0, 0, 0) 177.67%), url('/wp-content/uploads/2021/01/Pew-pew_AdobeStock_222825338_mod_AW.jpg');
    background-size: auto, cover, cover;
    background-position: left 6vw top 10vw, center, center bottom;
    background-repeat: no-repeat;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background-blend-mode: difference;
}

.main-section-strategy .col-40 h2{
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.main-section-strategy .col-40 h2 img{
    width: 50px;
    margin-left: 20px;
    margin-right: 27px;
    margin-top: 6px;
}

@media (min-width:1100px){
    .custom-shape-divider-top-1611677694,
    .custom-shape-divider-bottom-1611678090{
        display: none;
    }
}

@media (max-width:1100px){
    .main-section-strategy .absolute-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .absolute-container .col-60 .absolute-container.lazyloaded{
        background-image:  -o-linear-gradient(73.15deg, rgba(0, 0, 0, 0.15) 62.98%, rgba(0, 0, 0, 0) 177.67%), url('/wp-content/uploads/2021/01/Pew-pew_AdobeStock_222825338_mod_AW.jpg');
        background-image:  linear-gradient(16.85deg, rgba(0, 0, 0, 0.15) 62.98%, rgba(0, 0, 0, 0) 177.67%), url('/wp-content/uploads/2021/01/Pew-pew_AdobeStock_222825338_mod_AW.jpg');
        background-size:  cover, cover;
        background-position: center, center bottom;
    }

    .main-section-strategy .col-60 {
        width: 100%;
    }

    .main-section-strategy .col-40 {
        width: 100%;
    }
    
    .main-section-strategy .absolute-container .col-40 {
        padding: 50px 0;
        max-width: 100%;
    }
    
    .main-section-strategy .absolute-container .col-60 {
        -webkit-transform: skewY(-2deg);
            -ms-transform: skewY(-2deg);
                transform: skewY(-2deg);
        left: 0;
        margin-top: -22px;
    }
    
    .main-section-strategy .absolute-container .col-60 .absolute-container.lazyloaded {
        padding: 160px 0 80px;
        -webkit-transform: skewY(2deg);
            -ms-transform: skewY(2deg);
                transform: skewY(2deg);
        right: 0px;
        background-position: center,center top -50px;
        top: 22px;
    }
    
    .custom-shape-divider-top-1610560087 {
        display: none;
    }
    
    .custom-shape-divider-bottom-1610559950 {
        display: none;
    }
    .main-section-strategy .question {
        max-width: 47%;
    }
    .main-section-strategy .questions {
        padding: 0px 15px;
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .main-section-strategy .strategy-image-col {
        padding: 0 15px 0 15px;
    }
}

@media (max-width:675px){
    .main-section-strategy .question {
        max-width: 100%;
    }

    .main-section-strategy .absolute-container .col-60 .absolute-container.lazyloaded {
        background-position: center,center top;
        padding: 180px 0 50px;
        background-image: -o-linear-gradient(73.15deg, rgba(0, 0, 0, 0.45) 62.98%, rgba(0, 0, 0, 0) 177.67%), url('/wp-content/uploads/2021/01/Pew-pew_AdobeStock_222825338_mod_AW.jpg');
        background-image: linear-gradient(16.85deg, rgba(0, 0, 0, 0.45) 62.98%, rgba(0, 0, 0, 0) 177.67%), url('/wp-content/uploads/2021/01/Pew-pew_AdobeStock_222825338_mod_AW.jpg');
    }
}

@media (max-width:480px){
    .main-section-strategy .question img{
        max-width: 50px;
    }
    .main-section-strategy .col-40 h2 img{
        width: 41px;
        margin-right: 18px;
    }
}













.combination-overflow{
    margin-top: 75px;
}

@media screen and (min-width:767px){
    .combination-overflow{
        margin-top: 100px;
    }
}

.main-section-combination .absolute-container {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow: hidden;
}

.main-section-combination img.block-image {
    max-width: 400px;
    margin-top: 1vw;
}

.main-section-combination .content-container{
    z-index: 2;
}

.main-section-combination .content-container .col-50{
    padding: 7vw 0 7vw 2vw;
}

.main-section-combination .content-container .col-50 .h4-title{
    margin-bottom: 15px;
}

.main-section-combination .content-container .col-50 .reg-para-txt{
    margin-bottom: 30px;
}

.main-section-combination .absolute-container .col-50.lazyloaded{
    width: calc(100% / 2);
    position: relative;
    background-image: url('/wp-content/uploads/2021/01/combo-dots.svg');
    background-position: right top;
    background-size: auto;
    background-repeat: no-repeat;
}

.main-section-combination .absolute-container .col-50:nth-child(1).lazyloaded{
    position: relative;
    background-image: url('/wp-content/uploads/2021/01/ice_cream_lady-min.jpg');
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
}


.main-section-combination .absolute-container .iz-gradient-bg{
    width: 2000px;
    min-height: 3000px;
    position: absolute;
    -webkit-transform: rotateZ(16deg);
        -ms-transform: rotate(16deg);
            transform: rotateZ(16deg);
    border-radius: 0 0 0 170px;
    left: 150px;
    bottom: -295px;
}

@media (min-width: 2160px){
    .main-section-combination .absolute-container .iz-gradient-bg{
        left: 6%;   
    }
}

@media (min-width: 767px) and (max-width: 840px){
    .main-section-combination .absolute-container .iz-gradient-bg{
        left: 130px;   
    }
}

.services-card{
    width: 360px;
    margin-right: 36px;
    border-radius:7px;
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
    margin-bottom:15px;
    overflow:hidden;
}

.services-card.iz-gradient-bg{
    background: -o-linear-gradient(230deg, #E72F75 0%, #E9454B 99.95%, #E9454B 100%);
    background: linear-gradient(-140deg, #E72F75 0%, #E9454B 99.95%, #E9454B 100%);
}

.service-card-content{
    padding: 18px;
}

.services-carousel{
    position: relative;
    margin-bottom: 55px;
    margin-top:30px;
}

.services-carousel:after,
.services-carousel:before{
    position: absolute;
    top: -10px;
    right:-2px;
    content: '';
    height: calc(100% - 55px);
    pointer-events: none;
    width: 50px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.services-carousel:before{
    right: auto;
    left: -2px;
    -webkit-transform: rotateZ(180deg);
        -ms-transform: rotate(180deg);
            transform: rotateZ(180deg);
    z-index: 3;
}

@media screen and (max-width: 500px){
    .services-card{
        width: 300px;
    }
}

@media screen and (max-width: 475px){
    .services-carousel:before{
        display: none;
    }
}

.services-list{
    margin-top:25px;
    -ms-flex-line-pack: baseline;
        align-content: baseline;
}

/* position dots up a bit */
  :root .flickity-page-dots{
    list-style-type:none;
    padding:0;
    margin:0 auto;
    padding-top:20px;
    padding-bottom:20px;
    position:relative;
    bottom: -25px !important;
    min-height:25px !important;
  }
  :root .flickity-page-dots .dot{
    display:inline-block;
    vertical-align:middle;
    border-radius:100%;
    width:20px;
    height:20px;
    background: -webkit-gradient(linear, left top, right top, from(#E72F75), to(#E9454B));
    background: -o-linear-gradient(left, #E72F75 0%, #E9454B 100%);
    background: linear-gradient(90deg, #E72F75 0%, #E9454B 100%);
    margin-left:7px;
    margin-right:7px;
    margin-bottom: 20px;
    cursor:pointer;
    color:white;
    position:relative;
    z-index:2;
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  :root .flickity-page-dots .dot.is-selected {
    -webkit-transform: scale(1.35);
        -ms-transform: scale(1.35);
            transform: scale(1.35);
  }

.service-card-img-transform{
    -webkit-transform: skewY(3deg);
        -ms-transform: skewY(3deg);
            transform: skewY(3deg);
    overflow: hidden;
    position: relative;
    margin-top: -10px;
    padding-bottom: 70%;
    border-radius: 0px 0px 30px 0px;
}

.service-card-img-transform img{
    -webkit-transform: skewY(-3deg);
        -ms-transform: skewY(-3deg);
            transform: skewY(-3deg);
    position: absolute;
    width: 100%;
    height:auto;
    top: 10px;
    border-radius: 7px;
}

.main-section-services{
    margin-top:100px;
}

@media screen and (min-width: 1350px){
    .services-card .service-card-content .h5-title {
        font-size: 26px;
    }
}

@media (min-width:720px) and (max-width:1000px){
    .services-list{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .services-list .col-50{
        width:100%;
    }
    .services-list .col-50:nth-child(1){
        margin-bottom:20px;
    }
}

@media (max-width:720px){
    .services-row-container{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .services-row-container .col-40,
    .services-row-container .col-60{
        width: 100%;
    }

    .services-row-container .col-40{
        margin-bottom:35px;
    }
}

@media (max-width:410px){
    .services-card {
        width: calc(100% - 60px);
        margin-right: 20px;
    }
}


@media (max-width: 767px){
    .main-section-combination .col-50 {
      width: 100%;
      
    }
  
    .main-section-combination .absolute-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    
    .main-section-combination .absolute-container .col-50.lazyloaded {
        width: 100%;
    }
    .main-section-combination .content-container .col-50:nth-child(2){
        padding: 40px 0;
    }
    .main-section-combination .content-container .col-50:nth-child(1) {
        padding: 165px 0;
    }
    
    .main-section-combination .absolute-container .iz-gradient-bg {
        width: 1000px;
        -webkit-transform: rotateZ(5deg);
            -ms-transform: rotate(5deg);
                transform: rotateZ(5deg);
        border-radius: 100px 0 0 0;
        left: -126px;
        bottom: auto;
        top: 0px;
    }
    
    .main-section-combination .absolute-container .col-50.lazyloaded:nth-child(1) {
        padding-top: 360px;
    margin-bottom: -50px;
    }
    
    .main-section-combination .row-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}

.main-section-form{
    position: relative;
}

.main-section-form.lazyloaded:before{
    width: 300px;
    height: 600px;
    content: '';
    position: absolute;
    left: -25px;
    top: -550px;
    background: url('/wp-content/uploads/2021/02/new-form-before.png');
    background-position: right bottom;
    background-size: 300px;
    background-repeat: no-repeat;
    z-index: -1;
}

.page-template-news-archive .main-section-form.lazyloaded:before{
    background: none;
}

.main-section-form.lazyloaded:after {
    width: 100vw;
    height: 400px;
    content: '';
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: -260px;
    background: url('/wp-content/uploads/2021/01/Group-169.png');
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (min-width:767px){
    .main-section-form.lazyloaded:before{
        width: 25vw;
        height: calc(30vw + 300px);
        top: -650px;
        background-position: left bottom;
        background-size: contain;
    }

    .main-section-form.lazyloaded:after{
        width:23vw;
        height:40vw;
        bottom:-320px;
        background-position: center;
    }
    
}

.form-title{
    margin: 0 auto;
    text-align: center;
    max-width: 1030px;
    text-shadow: none;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.wpforms-field-textarea{
    clear: both;
}

.wpforms-container textarea.wpforms-field-small {
    height: 60px;
    margin-top:20px;
    max-width: 100%;
    min-width: 100%;
}

.wpforms-field input,
.wpforms-field textarea{
    border: none;
    -webkit-box-shadow: inset 0 -1px rgba(82, 82, 82, 0.5);
            box-shadow: inset 0 -1px rgba(82, 82, 82, 0.5);
    padding: 10px 25px;
    background-color: rgba(82, 82, 82, 0.03);
    border-radius: 4px;
    min-height: 45px;
}

.wpforms-field input::-webkit-input-placeholder, .wpforms-field textarea::-webkit-input-placeholder{
    font-family: 'Exo 2', sans-serif;
    font-style: normal;
    font-size: 17px;
    opacity: 0.8;
    font-weight: 500;
    color: #E9454B;
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.wpforms-field input::-moz-placeholder, .wpforms-field textarea::-moz-placeholder{
    font-family: 'Exo 2', sans-serif;
    font-style: normal;
    font-size: 17px;
    opacity: 0.8;
    font-weight: 500;
    color: #E9454B;
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.wpforms-field input:-ms-input-placeholder, .wpforms-field textarea:-ms-input-placeholder{
    font-family: 'Exo 2', sans-serif;
    font-style: normal;
    font-size: 17px;
    opacity: 0.8;
    font-weight: 500;
    color: #E9454B;
    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.wpforms-field input::-ms-input-placeholder, .wpforms-field textarea::-ms-input-placeholder{
    font-family: 'Exo 2', sans-serif;
    font-style: normal;
    font-size: 17px;
    opacity: 0.8;
    font-weight: 500;
    color: #E9454B;
    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.wpforms-field input,
.wpforms-field textarea,
.wpforms-field input::placeholder,
.wpforms-field textarea::placeholder,
.wpforms-field .wpforms-field-label,
.wpforms-field .wpforms-captcha-equation,
.wpforms-confirmation-container p{
    font-family: 'Exo 2', sans-serif;
    font-style: normal;
    font-size: 17px;
    opacity: 0.8;
    font-weight: 500;
    color: #E9454B;
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.wpforms-confirmation-container p{
    color: rgba(82, 82, 82, 1);
}

.wpforms-field .wpforms-captcha-equation{
    color: rgba(82, 82, 82, 1);
    margin-right: 15px;
}

.wpforms-captcha-math{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 10px;
}

.wpforms-field input:active,
.wpforms-field textarea:active,
.wpforms-field input:focus,
.wpforms-field textarea:focus{
    outline: none;
    -webkit-box-shadow: inset 0 -2px rgba(82, 82, 82, 1);
            box-shadow: inset 0 -2px rgba(82, 82, 82, 1);
}

.wpforms-field input:active::-webkit-input-placeholder, .wpforms-field textarea:active::-webkit-input-placeholder, .wpforms-field input:focus::-webkit-input-placeholder, .wpforms-field textarea:focus::-webkit-input-placeholder{
    opacity: 1;
}

.wpforms-field input:active::-moz-placeholder, .wpforms-field textarea:active::-moz-placeholder, .wpforms-field input:focus::-moz-placeholder, .wpforms-field textarea:focus::-moz-placeholder{
    opacity: 1;
}

.wpforms-field input:active:-ms-input-placeholder, .wpforms-field textarea:active:-ms-input-placeholder, .wpforms-field input:focus:-ms-input-placeholder, .wpforms-field textarea:focus:-ms-input-placeholder{
    opacity: 1;
}

.wpforms-field input:active::-ms-input-placeholder, .wpforms-field textarea:active::-ms-input-placeholder, .wpforms-field input:focus::-ms-input-placeholder, .wpforms-field textarea:focus::-ms-input-placeholder{
    opacity: 1;
}

.wpforms-field input:active::placeholder,
.wpforms-field textarea:active::placeholder,
.wpforms-field input:focus::placeholder,
.wpforms-field textarea:focus::placeholder{
    opacity: 1;
}

.wpforms-container .wpforms-field input.wpforms-error{
    border: none !important;
    -webkit-box-shadow: inset 0 -1px rgba(231, 47, 117, 0.5);
            box-shadow: inset 0 -1px rgba(231, 47, 117, 0.5);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.wpforms-field input.wpforms-error:active,
.wpforms-field textarea.wpforms-error:active,
.wpforms-field input.wpforms-error:focus,
.wpforms-field textarea.wpforms-error:focus{
    outline: none;
    -webkit-box-shadow: inset 0 -2px rgba(231, 47, 117, 0.75);
            box-shadow: inset 0 -2px rgba(231, 47, 117, 0.75);
}

.wpforms-error{
    font-family: 'Exo 2', sans-serif;
    font-style: italic;
    font-size: 15px !important;
    opacity: 0.8;
    font-weight: 400;
    color: #E9454B !important;
    padding: 10px 25px 0px;
}

.wpforms-captcha-math label.wpforms-error{
    padding-left: 0px;
}

.wpforms-field-captcha{
    max-width: 200px;
    margin: 15px auto;
}

.wpforms-submit{
    margin: 0 auto;
}

.wpforms-confirmation-container p{
    text-align: center;
}

.wpforms-container .wpforms-submit-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 600px){
.wpforms-container .wpforms-one-half, .wpforms-container .wpforms-three-sixths, .wpforms-container .wpforms-two-fourths {
    width: 100% !important;
  }
  
  .wpforms-container textarea.wpforms-field-small {
    margin-top: 0px !important;
  }
  
  .wpforms-container .wpforms-five-sixths, .wpforms-container .wpforms-four-sixths, .wpforms-container .wpforms-four-fifths, .wpforms-container .wpforms-one-fifth, .wpforms-container .wpforms-one-fourth, .wpforms-container .wpforms-one-half, .wpforms-container .wpforms-one-sixth, .wpforms-container .wpforms-one-third, .wpforms-container .wpforms-three-fourths, .wpforms-container .wpforms-three-fifths, .wpforms-container .wpforms-three-sixths, .wpforms-container .wpforms-two-fourths, .wpforms-container .wpforms-two-fifths, .wpforms-container .wpforms-two-sixths, .wpforms-container .wpforms-two-thirds {
    margin-left: 0% !important;
  }
}

.izurch-arrow{
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 100%;
}

.animation-container{
    width: 130px !important;
    height:130px !important;
    margin-bottom: 10px;
}

.animation-container #mount div{
 -webkit-transform: scale(0.6) !important;
     -ms-transform: scale(0.6) !important;
         transform: scale(0.6) !important;
}
.animation-container #mount-2 div{
    -webkit-transform: scale(0.8) !important;
        -ms-transform: scale(0.8) !important;
            transform: scale(0.8) !important;
}

/**************/
/*Insights loop*/
/*****************/
article.post-thumb{
    background-color:#E72F75;
    border-radius: 7px;
    margin-bottom:30px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    transition: all 0.3s ease;
}

article.post-thumb a{
    height: 100%;
    display: flex;
    align-items: flex-end;
    text-decoration: none;
    border-radius: 7px;

}

article.post-thumb:hover{
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.12), 0 2px 3px rgba(0,0,0,0.20);
    box-shadow: 0 5px 10px rgba(0,0,0,0.12), 0 2px 3px rgba(0,0,0,0.20);
}

article.post-thumb:active{
-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.17), 0 1px 2px rgba(0,0,0,0.10);
box-shadow: 0 2px 4px rgba(0,0,0,0.17), 0 1px 2px rgba(0,0,0,0.10);

}


article.post-thumb .text-content{
    width: calc(100% - 30px);
    margin-top: 125px;
    padding: 35px 15px 20px 15px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    bottom: -60px;
}

article.post-thumb:hover .text-content{
    bottom: 0;
}

article.post-thumb:hover .text-content svg{
    opacity: 100%;
}

article.post-thumb:hover .text-content svg{
    animation: dash 0.6s 0.05s linear forwards;
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    opacity: 0%;
}

article.post-thumb .text-content .sml-para-txt{
    margin-bottom: 10px;
}

article.post-thumb .text-content *{
    z-index: 2;
    position: relative;
    border-radius:0 7px 0 7px;
}

article.post-thumb .text-content:after{
    content: '';
    position: absolute;
    z-index: 1;
    background: linear-gradient(90deg, #E72F75 0%, #E9454B 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: skewY(2deg);
    border-radius:0 7px 0 7px;
    opacity: 0.85;
    margin-top: 10px;
}
#insights{
    margin: 50px 0 150px;
}
#insights .h2-title{
    margin-bottom:40px;
}

article.post-thumb .text-content .izurch-arrow{
   margin-top: 15px;
}


@media screen and (min-width: 600px){
    article.post-thumb .text-content{
        width: 90%;
    }
    article.post-thumb .text-content{
        padding: 35px 15px 20px 15px;
    }
}

@media screen and (min-width: 900px){
    article.post-thumb .text-content{
        width:90%;
    }
    article.post-thumb:nth-child(1) .text-content,
    article.post-thumb:nth-child(4) .text-content{
        width:55%;
    }
    article.post-thumb .text-content{
        padding: 35px 15px 15px 35px;
    }
}

.line-graph{
    aspect-ratio: attr(width) / attr(height);
    width: 413px;
    height: 200px;
    max-width:100%;
    will-change: auto;
  }
  .line-graph .seo-line{
      will-change: stroke-dashoffset;
      stroke-dasharray: 500;
      stroke-dashoffset: 500;
  }
  
  .line-graph .sm-line{
      will-change: stroke-dashoffset;
      stroke-dasharray: 420;
      stroke-dashoffset: 420;
  }
  
  .line-graph.animate .seo-line{
      -webkit-animation: seo-line 3s ease-in-out forwards;
              animation: seo-line 3s ease-in-out forwards;
  }
  
  .line-graph.animate .sm-line{
      -webkit-animation: sm-line 3s ease-in-out forwards;
              animation: sm-line 3s ease-in-out forwards;
  }
  
  .line-graph .seo path,
  .line-graph .social-media path{
      opacity: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
  }
  .line-graph.animate .seo,
  .line-graph.animate .seo path,
  .line-graph.animate .social-media,
  .line-graph.animate .social-media path{
      -webkit-animation: names 1s ease-in-out 2s forwards;
              animation: names 1s ease-in-out 2s forwards;
  }
  
  @-webkit-keyframes seo-line {
      0%{
          stroke-dashoffset: 500;
      }
      100%{
          stroke-dashoffset: 1000;
      }
  }
  
  @keyframes seo-line {
      0%{
          stroke-dashoffset: 500;
      }
      100%{
          stroke-dashoffset: 1000;
      }
  }
  
  @-webkit-keyframes sm-line {
      0%{
          stroke-dashoffset: 420;
      }
      100%{
          stroke-dashoffset: 0;
      }
  }
  
  @keyframes sm-line {
      0%{
          stroke-dashoffset: 420;
      }
      100%{
          stroke-dashoffset: 0;
      }
  }

  @-webkit-keyframes names {
      0%{
          opacity: 0;
      }
      100%{
          opacity: 1;
      }
  }

  @keyframes names {
      0%{
          opacity: 0;
      }
      100%{
          opacity: 1;
      }
  }
  .main-section-stats .row-container-2{
    margin-top:25px;
  }
  .main-section-stats .h3-title{
      margin-bottom:25px;
  }
  .main-section-stats .col-33{
      margin-bottom:35px;
  }
  
  .main-section-stats .col-33 .h5-title{
      margin: 0 auto;
      text-align: center;
      padding: 15px 1em;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
  }
  
  .main-section-stats .col-33-3 .h5-title{
    margin-top:7px;
  }

  @media screen and (min-width: 767px) and (max-width: 1300px){
  .main-section-stats .col-33-2{
      -webkit-box-ordinal-group:4;
          -ms-flex-order:3;
              order:3;
  }
}

  
  @media screen and (max-width: 1300px){
    .main-section-stats .col-33-2,
    .main-section-stats .col-33-6{
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top:35px;
    }
    .main-section-stats .col-33-2 .h5-title,
    .main-section-stats .col-33-6 .h5-title{
      max-width: 550px;
      text-align: left;
      margin-left: 15px;
      margin-top:-10px;
    }
    .main-section-stats .col-33-2 figure,
    .main-section-stats .col-33-6 figure{
      margin: 0;
      min-width:50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .main-section-stats .col-33-2 figure .line-graph{
      margin: 0 auto;
    }
    .main-section-stats .col-33-1,
    .main-section-stats .col-33-3,
    .main-section-stats .col-33-4,
    .main-section-stats .col-33-5{
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
    }
  }
  
  @media screen and (max-width: 767px){
    .main-section-stats .col-33-2,
    .main-section-stats .col-33-6{
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top:25px;
    }
    .main-section-stats .col-33-2 .h5-title,
    .main-section-stats .col-33-6 .h5-title{
      max-width: 550px;
      text-align: center;
      margin: 0 auto;
    }
  }
  
  @media screen and (max-width: 700px){
    .main-section-stats .col-33-1,
    .main-section-stats .col-33-3,
    .main-section-stats .col-33-4,
    .main-section-stats .col-33-5{
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
    }
  
    .main-section-stats .col-33 .h5-title{
      padding-top: 0 !important;
    }
  }
  
  .main-section-stats figure {
      margin: 25px auto !important;
  }
  .chart {
    width: 200px;
    height: 200px;
    margin: 0;
    position: relative;
  }

  .graph{
      position: relative;
      max-width: 100%;
  }
  .chart.animate svg .circle-foreground {
    -webkit-animation: offset 3s ease-in-out forwards;
            animation: offset 3s ease-in-out forwards;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .chart-one.animate figcaption:after {
    -webkit-animation: chart-one-label 3s steps(68) forwards;
            animation: chart-one-label 3s steps(68) forwards;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .chart-three.animate figcaption:after {
      -webkit-animation: chart-three-label 3s steps(92) forwards;
              animation: chart-three-label 3s steps(92) forwards;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .chart-four.animate figcaption:after {
    -webkit-animation: chart-four-label 3s steps(69) forwards;
            animation: chart-four-label 3s steps(69) forwards;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .chart-five.animate figcaption:after {
    -webkit-animation: chart-five-label 3s steps(100) forwards;
            animation: chart-five-label 3s steps(100) forwards;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .chart-six.animate figcaption:after {
    -webkit-animation: chart-six-label 3s steps(100) forwards;
            animation: chart-six-label 3s steps(100) forwards;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .chart svg ,
  .graph svg{
    width: 100%;
    height: 100%;
  }
  .chart svg .circle-background, .chart svg .circle-foreground {
    r: 90px;
    cx: 50%;
    cy: 50%;
    fill: none;
    stroke-width: 20px;
  }
  
  .chart svg .circle-foreground{
    stroke-linecap: round;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  
  .chart-one svg .circle-foreground {
    stroke-dasharray: 384.336px 565.2px;
    stroke-dashoffset: 384.336px;
  }
  .chart-three svg .circle-foreground {
    stroke-dasharray: 515.54px 549.5px;
    stroke-dashoffset: 515.54px;
  }
  .chart-four svg .circle-foreground {
    stroke-dasharray: 389.988px 565.2px;
    stroke-dashoffset: 389.988px;
  }
  .chart-five svg .circle-foreground {
    stroke-dasharray: 561.2px 565.2px;
    stroke-dashoffset: 561.2px;
  }
  .chart-six svg .circle-foreground {
    stroke-dasharray: 561.2px 565.2px;
    stroke-dashoffset: 561.2px;
  }
  
  .chart figcaption,
  .graph figcaption {
    display: inline-block;
    width: 100%;
    height: 2.5rem;
    overflow: hidden;
    text-align: center;
    color: #525252;
    position: absolute;
    top: calc(50% - 1.5rem);
    left: 5px;
    font-size: 0;
  }
  .chart figcaption:after {
    display: inline-block;
    content: "0%\a 1%\a 2%\a 3%\a 4%\a 5%\a 6%\a 7%\a 8%\a 9%\a 10%\a 11%\a 12%\a 13%\a 14%\a 15%\a 16%\a 17%\a 18%\a 19%\a 20%\a 21%\a 22%\a 23%\a 24%\a 25%\a 26%\a 27%\a 28%\a 29%\a 30%\a 31%\a 32%\a 33%\a 34%\a 35%\a 36%\a 37%\a 38%\a 39%\a 40%\a 41%\a 42%\a 43%\a 44%\a 45%\a 46%\a 47%\a 48%\a 49%\a 50%\a 51%\a 52%\a 53%\a 54%\a 55%\a 56%\a 57%\a 58%\a 59%\a 60%\a 61%\a 62%\a 63%\a 64%\a 65%\a 66%\a 67%\a 68%\a 69%\a 70%\a 71%\a 72%\a 73%\a 74%\a 75%\a 76%\a 77%\a 78%\a 79%\a 80%\a 81%\a 82%\a 83%\a 84%\a 85%\a 86%\a 87%\a 88%\a 89%\a 90%\a 91%\a 92%\a 93%\a 94%\a 95%\a 96%\a 97%\a 98%\a 99%\a 100%\a";
    white-space: pre;
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-family: 'Exo 2', sans-serif;
    font-weight: 700;
  }
  
  @-webkit-keyframes chart-one-label {
    100% {
      -webkit-transform: translateY(-170rem);
              transform: translateY(-170rem);
    }
  }
  
  @keyframes chart-one-label {
    100% {
      -webkit-transform: translateY(-170rem);
              transform: translateY(-170rem);
    }
  }
  
  @-webkit-keyframes chart-three-label {
    100% {
      -webkit-transform: translateY(-230rem);
              transform: translateY(-230rem);
    }
  }
  
  @keyframes chart-three-label {
    100% {
      -webkit-transform: translateY(-230rem);
              transform: translateY(-230rem);
    }
  }
  
  @-webkit-keyframes chart-four-label {
    100% {
      -webkit-transform: translateY(-172.5rem);
              transform: translateY(-172.5rem);
    }
  }
  
  @keyframes chart-four-label {
    100% {
      -webkit-transform: translateY(-172.5rem);
              transform: translateY(-172.5rem);
    }
  }
  
  @-webkit-keyframes chart-five-label {
    100% {
        -webkit-transform: translateY(-250rem);
                transform: translateY(-250rem);
    }
  }
  
  @keyframes chart-five-label {
    100% {
        -webkit-transform: translateY(-250rem);
                transform: translateY(-250rem);
    }
  }
  
  @-webkit-keyframes chart-six-label {
    100% {
        -webkit-transform: translateY(-250rem);
                transform: translateY(-250rem);
    }
  }
  
  @keyframes chart-six-label {
    100% {
        -webkit-transform: translateY(-250rem);
                transform: translateY(-250rem);
    }
  }
  
  @-webkit-keyframes offset {
    100% {
      stroke-dashoffset: 0;
    }
  }
  @keyframes offset {
    100% {
      stroke-dashoffset: 0;
    }
  }

  .stats-call-to-action{
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-top:3em;
      padding-bottom:0em;
  }
  .stats-call-to-action .col-100{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

  .stats-call-to-action *:not(a){
      max-width:900px;
      text-align: center;
  }

  .stats-call-to-action .h4-title{
      padding-bottom: 0.4em;
  }

  .stats-call-to-action .lrg-para-txt{
    padding-bottom: 1em;
}

.services-link{
    background-color: rgba(255, 255, 255);
    width: 100%;
    height: 60px;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-decoration: none !important;
    padding: 0 1em;
    -webkit-clip-path: polygon(0 0, 100% 10px, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 10px, 100% 100%, 0 100%);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.services-link span{
    font-family: 'Exo 2', sans-serif;
    font-style: normal;
    font-size: 17px;
    font-weight: 700;
    line-height: 140%;
    text-decoration: none !important;
    margin-bottom: -3px;
}

.services-link .izurch-arrow{
    margin-bottom: -10px;
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 100%;
}
.services-link:hover .izurch-arrow{
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    -webkit-animation: dash 1s linear forwards;
            animation: dash 1s linear forwards;
}


/* home page carousel - disable some of services */
.services-card.services-card-1362,
.services-card.services-card-1432{
    display: none;
}