/**
* General
**/
html, body {
    overflow-x: hidden;
}
body {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: 160%;
    color: #3f3f3f;
    background: #ffffff;
    position: relative;
}


h1, .h1 {
    color: #535353;
    font-family: "Oswald", sans-serif;
    font-size: 45px;
    font-weight: 200;
    border-bottom: 2px solid #535353;
    line-height: 140%;
    display: inline;
}

h1:after {
    display: block;
    width: 100%;
    content: '';
    margin-bottom: 40px;
    .cf;
}

h2 {
    color: #535353;
    font-family: "Oswald", sans-serif;
    font-size: 35px;
    font-weight: 500;
    line-height: 140%;
}
h3 {
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 30px;
}

h4 {
    font-size: 22px;
    line-height: 140%;
    font-weight: bold;
    margin-bottom: 40px;
}
p, ol, ul, table, form {
    margin-bottom: 30px;
    margin-top: 0;
}

strong {
    font-weight: 700;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #b02740;
    outline: none;
}


a:hover,
a:focus,
a:active {
    text-decoration: underline;
    color: #b02740;
}

.container {
    width: 100%;
    max-width: 1360px;
}

.row {}



img[src*=".svg"],
.svg-container img {
    display: block;
    width: 100%;
}

.note {
    color: #b02740;
    text-decoration: underline;
}

/*******************************/


/*
* General Components
* ------------------
*/

.no-gutters > [class^="col-"],
.no-gutters > [class*=" col-"] {
    padding: 0px;
}

.btn {
    cursor: pointer;
    font-size: 22px;
    padding: 5px 30px;
    height: 45px;
    white-space: normal;
    text-align: center;
    background-color: transparent;
    box-shadow: none;
    position: relative;
    z-index: +1;
}

.btn-default {
    border-color: #1b1b1b;
    background-color: #b02740;
    color: #fed831;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background-color: #b02740;
    color: #fff;
}


header {
    height: 130px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(18,16,11,.2);
    display: flex;
    align-items: center;
    max-width: 100%;
}


@media (min-width: 1025px) {
    body {
        padding-top: 130px;
    }
    header {
        position: fixed;
        /* width: 100%; */
        left: 0;
        right: 0;
        top: 0;
        z-index: 99;
    }
}

/*******************************/
/*
 * Navigation
 * ----------------
 */

nav {
    width: 100%;
    position: relative;
}

#navbar-primary-collapse {
    padding: 0px;
    box-shadow: none;
}

.navbar {
    border: none;
    border-radius: 0px;
    background-color: transparent;
    margin-bottom: 0px;
    min-height: inherit;
    /* position: static; */
}

.navbar .container {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-brand {
    padding: 0px;
    width: 200px;
    margin-left: 0px !important;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #b02740;
    text-align: center;
    font-size: 11px;
    line-height: 1.2;
    font-weight: bold;
    // font-family: "Oswald", sans-serif;
    font-weight: bold;
}

.navbar-brand img {
    max-width: 100%;
    margin-bottom: 5px;
    width: 246px;
    height: 65px;
}

.navbar-text {
    margin: 0px;
    width: 200px;
    text-align: right;
}

.icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.icon-account {
    width: 40px;
    height: 40px;
    background-image: url('../images/icon-account.png');
}

.icon-account:hover {
    background-image: url('../images/icon-account-hover.png');
}

.navbar-toggle {
    border: 0px;
    border-radius: 0px;
    background-color: transparent;
    padding: 10px 0px;
    margin: 0px;
}

.navbar-toggle .icon-bar {
    background: #fff;
    width: 35px;
    border-radius: 0px;
    height: 3px;
}

.navbar-collapse {
    text-align: center;
    border: 0px;
}

.navbar-nav {
    display: inline-block;
    margin-left: 10%;
    font-family: "Oswald", sans-serif;
    font-size: 19px;
    padding-top: 40px;
}

.navbar-nav > li {
    padding: 0px;
    margin-right: 5px;
}

.navbar-nav > li:first-of-type {
    margin-left: 0px;
}

.navbar-nav > li:last-of-type {
    margin-right: 0px;
}

.navbar-contact {
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    text-align: right;
    position: absolute;
    right: 15px;
    float: none;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 3px;
}
.navbar-contact a {
    text-transform: none;
    font-weight: 500;
    color: #646C7D;
    font-size: 19px;
}

.navbar-contact img {
    display: inline-block;
    vertical-align: middle;
}

.navbar-nav > li > a {
    color: #646C7D;
    padding: 0 7px;
    font-weight: 300;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.navbar-nav > li:hover > a,
.navbar-nav > li.active > a,
.navbar-nav > li > a:focus {
    color: #646C7D;
    text-decoration: none;
    outline: none;
    background: none;
    border-bottom: 3px solid #b02740;
    color: #b02740;
}

.nav > li.top-nav {
    position: absolute;
    width: 100%;
    background: #fff;
    min-height: 45px;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    float: none;
    margin-left: 0;
}

.nav > li.top-nav .container {
    padding: 10px 15px;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
}

.nav > li.top-nav .container:before,
.nav > li.top-nav .container:after {
    content: "";
    display: block;
    width: 2px;
    height: 22px;
    background: #D9DCDC;
    order:  2;
}


.nav > li.top-nav a {
    font-weight: 500;
    color: #646D7D;
    font-size: 16px;
    order:  2;
}

.nav > li.top-nav a:hover {
    text-decoration: underline;
}

.nav > li.top-nav a:first-child {
    order: 1;
}
.nav > li.top-nav a:last-child {
    order: 3;
}



.section {
    padding: 60px 0;
    position: relative;
}
.section--alternate {
    background: #fef2d8;
    padding-bottom: 0;
}

.section--alternate2 {
    background: #eeeeee;
    padding-bottom: 0;
}

.section--benefits h1:after {
    margin-bottom: 80px;
}
.section--benefits p + h4 {
    margin-top: -20px;
    margin-bottom: 15px;
}

.section--cta {
    background-color: #b02740;
    /* background-image: url(../images/bg-cta1.png), url(../images/bg-cta.png); */
    background-repeat: no-repeat, repeat-x;
    background-position: bottom center, bottom center;
    background-size: initial, cover;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    min-height: 660px;
}

.section--cta .container {
    max-width: 50%;
}

.section--cta h1 {
    color: #fed831;
    border-bottom-color: #fed831;
    display:inline;
}
.section--cta a {
    color: #fff;
}
.pricing-table {
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
    border-spacing: 4px;
    border-collapse: separate;
}
.pricing-legend {
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
    padding: 0 40px;
    font-size: 13px;
}
.pricing-table h2 {
    margin: 0;
    padding: 0;
}
.pricing-table td {
    background: #f5f5f5;
    padding: 13px 20px;
}

.pricing-table .price-totals td {
    background: #b02740;
    color: #fff;
    text-align: right;
}

.pricing-table .price-fees td:last-child,
.pricing-table .price-totals td:last-child {
    font-size: 27px;
    text-align: left;
    font-weight: 500;
}

.case-study-link {
    display: block;
    margin-bottom: 3px;
    background: #fef2d8;
    font-size: 23px;
    font-weight: bold;
    color: #3f3f3f;
    text-decoration: none;
    transition: all .2s ease;
    clear: both;
}
.case-study-link span {
    display: block;
    padding: 40px 40px 40px 0;
    background: url(../images/arrow.png) no-repeat 99% center;
}

.case-study-link:hover {
    background: #deaaa8;
}
.case-study-link:hover span {
    background-position: 100% center;
    text-decoration: none;
}
.case-study-link:hover,
.case-study-link:active,
.case-study-link:focus {
    text-decoration: none;
}

.case-studies-container {
    margin-bottom: 40px;
    position: relative;
}

.case-study-content {
    display: none;
}
.case-study-link.h1 {
    background: none;
    font-size: 50px;
    margin-bottom: 30px;
    color: #535353;
    border-bottom: none;
    font-weight: 300;
    border-bottom: none;
}

.case-study-link.h1 span {
    padding: 0;
    background: none;
    font-size: 45px;
    font-weight: 200;
    border-bottom: 2px solid #535353;
    line-height: 140%;
    display: inline;
}







/* footer */
footer {
    text-align: center;
    background: #fef2d8;
    padding-top: 150px;
    padding-bottom: 60px;
}

.footer-menu {
    margin-left: auto;
    margin-right: auto;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.footer-menu li {
    display: inline-block;
    margin: 0 20px;
}

.footer-menu a {
    color: #565656;
    text-decoration: none;
}

.footer-menu a:hover,
 .footer-submenu a:hover{
    text-decoration: underline;
    color: #b02740;
}
.footer-contact {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 19px;
}

.footer-submenu {
    letter-spacing: normal;
    margin-bottom: 30px;
    font-size: 14px;
    text-align: center;
}
.footer-submenu li {
    display: inline-block;
    margin: 0 10px;
}
.footer-submenu li a {
    color: #565656;
    text-decoration: none;
}


footer .copy {
    font-size: 14px;
}






















.svg-container {
    pointer-events: none;
    /* overflow: hidden; */
}
.svg--home1 {
    width: 100%;
    max-width: 650px;
    margin-left: -15px;
    position: relative;
    margin-bottom: 40px;
}

.svg--home1:before {
    width: 110%;
    height: 6px;
    background: #B0253D;
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: -5%;
    /* margin-left: -5%; */
    margin-bottom: -3px;
    z-index: 1;
}

.svg--home1:after {
    display: block;
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: #B0253D;
    right: 0;
    bottom: 0;
    /* margin-left: -3px; */
    margin-right: -5%;
    margin-bottom: -8px;
    border-radius: 100px;
}

.svg--home1-land1, .svg--home1-land2 {
    position: absolute;
}
.svg--home1-land1 {
    opacity: 1 !important;
}

.svg--home1-person1, .svg--home1-person2 {
    display: block;
    max-width: 70px;
    position: absolute;
    top: 100%;
    transform: translateY(-70%);
}

.svg--home1-person1 {
    left: 10%;
}
.svg--home1-person2 {
    left: 80%;
}



.svg--home2 {
    float: right;
    max-width: 570px;
    margin-bottom: -60px;
    width: 100%;
}
.svg--home2b {
    position: absolute;
    right: 40%;
    bottom: 80%;
    max-width: 10%;
    width: 100%;
}


.svg--home3 {
    width: 100%;
    max-width: 850px;
    margin-top: -200px;
    position: relative;
    float: left;
}
.svg--home3:before {
    width: 110%;
    height: 6px;
    background: #B0253D;
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: -5%;
    /* margin-left: -5%; */
    margin-bottom: -3px;
    z-index: 1;
}

.svg--home3:after {
    display: block;
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: #B0253D;
    right: 0;
    bottom: 0;
    /* margin-left: -3px; */
    margin-right: -5%;
    margin-bottom: -8px;
    border-radius: 100px;
}

.svg--home3-land1, .svg--home3-land2 {
    position: absolute;
}
.svg--home3-land1 {
    opacity: 1 !important;
}

.svg--home3-person1, .svg--home3-person2 {
    width: auto !important;
    display: block;
    max-height: 96px;
    position: absolute;
    top: 100%;
    transform: translateY(-70%);
}

.svg--home3-person1 {
    left: 10%;
}
.svg--home3-person2 {
    left: 80%;
}
.svg--home3c {
    position: absolute;
    right: 10%;
    bottom: -40px;
    max-width: 140px;
    width: 100%;
    z-index: +1 ;

}


.svg--home-baloons {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-around;
    margin-top: 30%;
}

.svg--home-baloon1 {
    width: 100%;
    max-width: 10%;
}
.svg--home-baloon2 {
    width: 100%;
    max-width: 30%;
}

.home-laptop {
    position: relative;
    margin-left: 40px;
    float: left;
    bottom: -40px;
}

.svg--cta {
    height: 660px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.svg--cta__level1,
.svg--cta__level2,
.svg--cta__level3 {
    position: absolute;
    bottom: 5px;
    left: 0;
    max-height: 660px;
    /* transform:  translateX(-50%); */
}

.svg--cta__level1 {
    max-width: none !important;
    width: auto !important;
    left: 0;
    right: auto;
    min-width: 2560px;
}

.svg--cta__level2,
.svg--cta__level3 {
    min-width: 1700px;
}

.svg--cta__level3 {
    opacity: 1 !important;
}

.svg--cta__person {
    position: absolute;
    max-width: 74px;
    left: 60%;
    bottom: -30px;
}
.svg--features1 {
    float: right;
    min-height: 220px;
    max-width: 1600px;
    width: 100%;
    margin-bottom: -60px;
    position: relative;
}

.svg--features1:before {
    width: 110%;
    height: 6px;
    background: #B0253D;
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: -5%;
    /* margin-left: -5%; */
    margin-bottom: -3px;
    z-index: 1;
}

.svg--features1:after {
    display: block;
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: #B0253D;
    left: 0;
    bottom: 0;
    /* margin-left: -3px; */
    margin-left: -5%;
    margin-bottom: -8px;
    border-radius: 100px;
}


.svg--features1__level1,
.svg--features1__level2 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    min-width: 1600px;
}

.svg--features1__level0 {
    display: block;
    max-width: 800px;
}
.svg--features1__level2 {
    opacity: 1 !important;
}

.svg--features1__person1 {
    position: absolute;
    left: 20%;
    bottom: -20px;
    width: 100%;
    max-width: 3%;
}


.svg--features2 {
    float: left;
    max-width: 710px;
    width: 100%;
    margin-bottom: -65px;
    z-index: 1;
    position: relative;
}

.svg--features2:before {
    width: 110%;
    height: 6px;
    background: #B0253D;
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: -5%;
    /* margin-left: -5%; */
    margin-bottom: -3px;
    z-index: 1;
}

.svg--features2:after {
    display: block;
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: #B0253D;
    left: 0;
    bottom: 0;
    /* margin-left: -3px; */
    margin-left: -5%;
    margin-bottom: -8px;
    border-radius: 100px;
}



.svg--features2__level1,
.svg--features2__level2 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.svg--features2__level0 {
    display: block;

}
.svg--features2__level2 {
    opacity: 1 !important;
}


.svg--features2__person1 {
    position: absolute;
    left: 30%;
    bottom: -30px;
    width: 100%;
    max-width: 10%;
}


.svg--features3 {
    max-width: 655px;
    width: 100%;
    z-index: 1;
    position: absolute;
    bottom: -62px;
    right: 0;

}

.svg--features-bus {
    width: 100%;
    max-width: 25%;
    position: absolute;
    left: 20%;
    bottom: -43%;
}
.svg--features-person3 {
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 100%;
    max-width: 7%;
}

.svg--features4 {
    width: 100%;
    max-width: 220px;
    float: right;
    margin-top: -150px;
    margin-right: -300px;
}

.svg--features5 {
    width: 100%;
    max-width: 205px;
    margin-left: -220px;
    margin-top: -150px;
}

.svg--features6 {
    position: absolute;
    bottom: 0;
    left: 100%;
    margin-left: 20px;
    margin-bottom: -60px;
    width: 100%;
    max-width: 476px;
}
.svg--features-person4 {
    width: 100%;
    max-width: 2%;
    position: absolute;
    left: 20%;
    bottom: -1px;
}



.svg--pricing1 {
    width: 100%;
    max-width: 1365px;
    float: right;
    margin-bottom: -65px;
    z-index: 1;
    position: relative;
    min-width: 800px;
}

.svg--pricing1:before {
    width: 110%;
    height: 6px;
    background: #B0253D;
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: -5%;
    /* margin-left: -5%; */
    margin-bottom: -3px;
    z-index: 1;
}

.svg--pricing1:after {
    display: block;
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: #B0253D;
    left: 0;
    bottom: 0;
    /* margin-left: -3px; */
    margin-left: -5%;
    margin-bottom: -8px;
    border-radius: 100px;
}



.svg--pricing1__level1,
.svg--pricing1__level2 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.svg--pricing1__level0 {
    display: block;
    min-width: 1200px;

}
.svg--pricing1__level2 {
    opacity: 1 !important;
}


.svg--pricing1__person1 {
    position: absolute;
    max-width: 4%;
    width: 100%;
    bottom: -25px;
    left: 10%;
}

.svg--pricing2 {
    display: block;
    width: 100%;
    max-width: 300px;
    position: relative;
    float: left;
    margin-top: -100px;
}
.svg--pricing-person2 {
    display: block;
    width: 100%;
    max-width: 2%;
    position: absolute;
    bottom: 0;
    right: 20%;
    max-height: 110px;
}



.svg--casestudies1 {
    max-width: 320px;
    width: 100%;
    display: block;
    position: absolute;
    top: 40px;
    right: 20px;
    pointer-events: none;
}
.svg--casestudies-cloud {
    display: block;
    width: 100%;
    max-width: 50%;
}
.svg--casestudies-baloon1 {
    display: block;
    width: 100%;
    max-width: 32%;
    position: relative;
    left: 20%;
    margin-top: -10%;
    z-index: 1;
}

.svg--casestudies-baloon1 img {
    transform: rotate(20deg);
}

.svg--casestudies-baloon2 {
    display: block;
    width: 100%;
    max-width: 15%;
    position: relative;
    margin-top: -40%;
    margin-left: 65%;
}
.svg--casestudies-baloon2 img {
    transform: rotate(-6deg);
}

.svg--casestudies-baloon3 {
    display: block;
    width: 100%;
    max-width: 7%;
    top: 65%;
    margin-left: 93%;
}

.svg--casestudies-baloon3 img {
    transform: rotate(0deg);
}

.svg--casestudies2 {
    display: block;
    width: 100%;
    max-width: 180px;
    position: absolute;
    left: 0;
    bottom: 30px;
}

.svg--casestudies2 img {
    width: 100%;
    display: block;
}

.svg--casestudies2a,
.svg--casestudies2b {
    display: block;
    max-width: 65px;
    float: right;
    width: 100%;
}

.svg--casestudies2a {
    margin-top: -40px;
    margin-left: 10px;
}
.svg--casestudies2a img {
    transform: scaleX(-1);
}




.svg--casestudies3 {
    display: block;
    width: 100%;
    max-width: 1040px;
    position: relative;
    margin-bottom: 40px;
    min-width: 800px;
}

.svg--casestudies3:before {
    width: 110%;
    height: 6px;
    background: #B0253D;
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: -5%;
    /* margin-left: -5%; */
    margin-bottom: -3px;
    z-index: 1;
}

.svg--casestudies3:after {
    display: block;
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: #B0253D;
    right: 0;
    bottom: 0;
    /* margin-left: -3px; */
    margin-right: -5%;
    margin-bottom: -8px;
    border-radius: 100px;
}



.svg--casestudies3__level1,
.svg--casestudies3__level2 {
    width: 100%;
    position: absolute;
    left: 0%;
    bottom: 0;
}

.svg--casestudies3__level0 {
    display: block;
}
.svg--casestudies3__level2 {
    opacity: 1 !important;
}


.svg--casestudies3__person1 {
    display: block;
    width: 100%;
    max-width: 5%;
    position: absolute;
    bottom: -40px;
    left: 15%;
}



.svg--aboutus1 {
    max-width: 1170px;
    width: 100%;
    margin-bottom: -60px;
    float: right;
    position: relative;
    z-index: 1;
    margin-top: 40px;
}

.svg--aboutus1:before {
    width: 110%;
    height: 6px;
    background: #B0253D;
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: -5%;
    /* margin-left: -5%; */
    margin-bottom: -3px;
    z-index: 1;
}

.svg--aboutus1:after {
    display: block;
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: #B0253D;
    left: 0;
    bottom: 0;
    /* margin-left: -3px; */
    margin-left: -5%;
    margin-bottom: -8px;
    border-radius: 100px;
}

.svg--aboutus1__level1,
.svg--aboutus1__level2 {
    width: 100%;
    position: absolute;
    left: 0%;
    bottom: 0;
    min-width: 800px;
}

.svg--aboutus1__level0 {
    display: block;
}
.svg--aboutus1__level2 {
    opacity: 1 !important;
}

.svg--aboutus1__person1 {
    position: absolute;
    max-width: 30px;
    width: 100%;
    bottom: -20px;
    left: 60%;
}


.svg--aboutus2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 740px;
    position: relative;

}
.svg--aboutus2__level1,
.svg--aboutus2__level2 {
    width: 100%;
    position: absolute;
    left: 0%;
    bottom: 0;
    max-width: 740px;
}

.svg--aboutus2__level0 {
    display: block;
}
.svg--aboutus2__level2 {
    opacity: 1 !important;
}


.svg--contactus {
    float: right;
    max-width: 1190px;
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: -60px;
    margin-top: 40px;
}

.svg--contactus:before {
    width: 110%;
    height: 6px;
    background: #B0253D;
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: -5%;
    /* margin-left: -5%; */
    margin-bottom: -3px;
    z-index: 1;
}

.svg--contactus:after {
    display: block;
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: #B0253D;
    left: 0;
    bottom: 0;
    /* margin-left: -3px; */
    margin-left: -5%;
    margin-bottom: -8px;
    border-radius: 100px;
}

.svg--contactus__level1,
.svg--contactus__level2 {
    width: 100%;
    position: absolute;
    left: 0%;
    bottom: 0;
    min-width: 800px;
}

.svg--contactus__level0 {
    display: block;
}
.svg--contactus__level2 {
    opacity: 1 !important;
}


.svg--contactus__car {
    display: block;
    width: 100%;
    max-width: 15%;
    position: absolute;
    right: 33%;
    bottom: -10%;
}

.svg--contactus__person {
    display: block;
    width: 100%;
    max-width: 4%;
    position: absolute;
    left: 0%;
    bottom: -5%;
}





.is-relative {
    position: relative;
}







/* responsive menu classes */

@media (max-width: 1520px) {
    .svg--casestudies1 {
        display: none;
    }
    .svg--cta__level3 {
        max-height: 450px;
        margin-left: -400px;
    }
}

@media (max-width: 1390px) {
    .home-laptop,
    .svg--home-baloons {
        display: none;
    }
}

@media (max-width: 1250px) {
    .svg--features2 {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .svg--features3 {
        display: none;
    }
    .svg--pricing2 {
        margin-left: auto;
        margin-right: auto;
        max-width: 200px;
        margin-top: 0;
        float: none;
        left: -40px;
    }
    .svg--casestudies2 {
        display: none;
    }
}

@media (max-width: 1180px) {
    .navbar-contact {
        display: none;
    }
}

/* tablet classes */
@media (max-width:992px) {

    header {
        height: 100px;
    }

    .navbar-brand {
        width: 140px;
    }

    .navbar-brand img {
        width: 140px;
        height: 37px;
    }

    .navbar-nav {
        margin-left: 0px;
        float: right;
    }

    .home-link p {
        left: 45px;
        bottom: 40px;
        padding-left: 20px;
        font-size: 20px;
    }
    .home-link--main p {
        font-size: 28px;
    }

    .footer-contact {
        font-size: 11px;
    }

    .page-header h1 {
        font-size: 28px;
        left: 30px;
        bottom: 30px;
        padding-left: 10px;
        border-left-width: 3px;
    }

    .section--blog-list {
        padding-top: 0;
    }

    .svg--casestudies1 {
        float: none;
        margin: 0;
        margin-bottom: 30px;
    }
    .svg--home3 {
        margin-top: 0;
    }

    .svg--pricing1 {
        float: left;
    }
}
@media (min-width: 1200px) {
    .section--cta .container {
        max-width: 850px;
    }
}

@media (max-width: 768px) {
    .section--cta .container {
        max-width: 100%;
    }
}
@media (max-width: 767px) {

    body {
        font-size: 15px;
        padding-top: 0;
    }


    header {
        position: relative;
    }

    .no-scroll {
        overflow: hidden;
    }

    nav {
        padding-top: 0;
    }

    .container>.navbar-header {
        margin-left: 0;
        margin-right: 0;
        position: relative;
    }

    .navbar-collapse {
        transition: none;
    }

    /* .navbar-collapse.collapse.in {
        position: fixed;
        top: 100px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
    } */

    .navbar-fixed-top {
        background: #fff;
    }

    .navbar-fixed-top .navbar-nav:after {
        display: block;
        position: absolute;
        width: 100%;
        height: 10px;
        margin-top: -10px;
        top: 0px;
        box-shadow: 0 4px 8px rgba(18,16,11,.2);
        content: "";

    }

    .navbar-toggle {
        position: relative;
        top: 30px;
    }

    .navbar-toggle .icon-bar {
        background: #b02740;
        width: 36px;
        height: 6px;
        border-radius: 10px;
    }

    .nav > li.top-nav {
        position: relative;
        background: none;
        min-height: 0;
    }

    .nav > li.top-nav .container {
        display: block;
    }

    .nav > li.top-nav a {
        display: block;
    }

    .nav > li.top-nav .container {
        padding: 0;
    }

    .navbar-fixed-top .navbar-collapse {
        max-height: 100%;
    }
    .navbar-nav {
        transform: translate3d(0,0,0);
        margin: 0;
        padding: 0;
        float: none;
        width: 100%;
        background: #e9e9e9;
        display: flex;
        /* height: calc(100vh - 100px); */
        flex-direction: column;
        /* z-index: 100; */
        align-items: stretch;
        box-shadow: inset 0 4px 8px rgba(18,16,11,.2);
    }
    .navbar-nav > li {
        margin: 0;
        height: auto;
        display: block;
        flex-grow: 1;
        display: flex;
        width: 100%;
        align-items: stretch;
    }

    .nav > li.top-nav .container:before,
    .nav > li.top-nav .container:after {
        display: none;
    }

    .navbar-nav a,
    .navbar-nav > li > a {
        display: block;
        padding: 20px;
        text-decoration: none;
        font-weight: 500;
        background: #e9e9e9;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #565656;
        border: 0;
    }

    .navbar-nav a:hover,
    .navbar-nav > li > a:hover,
    .navbar-nav > li.top-nav a:hover {
        text-decoration: none;
        color: #b02740;
        border: 0;
    }
    .navbar-nav > li.active > a,
    .navbar-nav > li > a:focus {
        background: #fff;
        color:  #565656;
        text-decoration: none;
        border:0;
    }

    .footer-menu {
        margin-left: auto;
        margin-right: auto;
        max-width: 320px;

        padding-left: 0;
        font-size: 16px;
        margin-bottom: 30px;
        overflow: hidden;
    }

    .footer-menu li {
        width: 50%;
        margin: 0;
        margin-bottom: 20px;
        display: block;
        float: left;
    }

    .footer-menu a:after {
        display: none;
    }

    .home-link {
        padding-left: 10px;
        padding-right: 10px;
    }

    .pricing-table {
        width: 100%;
        max-width: none;
    }
    .pricing-table td {
        display: block;
        padding: 5px 10px;
    }

    .pricing-table tr:not(.price-fees):not(.price-totals) td:last-child {
        display: none;
    }
    .pricing-table tr.price-fees td:last-child,
    .pricing-table tr.price-totals td:last-child {
        text-align: right;
    }

    .section {
        padding: 40px 0;
    }

    .section--alternate2 {
        padding-bottom: 0;
    }

    .svg--home2 {
        margin-bottom: -40px;
    }

    .svg--features2,
    .svg--pricing1 {
        margin-bottom: -45px;
    }

    .svg--pricing1__level0 {
        max-height: 200px;
    }

    .svg--features2__person1 {
        bottom: -10px;
    }

    .svg--features5 {
        margin-left: 50px;
        max-width: 130px;
        margin-top: 0;
        margin-bottom: -40px;
    }

    .svg--pricing-person2 {
        max-width: 3%;
    }
    .svg--aboutus3 {
        float: none;
        margin-top: -20%;
        margin-left: 0;
    }

    .svg--contactus {
        margin-top: 100px;
    }

    .svg--cta__level1,
    .svg--cta__level2,
    .svg--cta__level3 {
        max-height: 550px;
        max-width: 800px;
        min-width: 0;
    }
    .svg--cta__level2,
    .svg--cta__level3 {
        min-width: 800px;
        margin-left: -150px;
    }
    .svg--cta__person {
        left: 65%;
    }

    .svg--home3c {
        max-width: 100px;
    }

    .svg--features1__level1,
    .svg--features1__level2 {
        min-width: 1000px;
    }

    .svg--features1__person1,
    .svg--features-person4 {
        max-width: 7%;
    }

    .section--cta h1 {
        font-size: 30px;
    }

    .svg--casestudies3__person1 {
        max-width: 3%;
        bottom: -20px;
    }
	.site-wrapper {
       overflow: hidden;
	}

}

















.clearfix {*zoom: 1; }
.clearfix:before { content: ''; display: block; }
.clearfix&:after { content: ''; display: table; clear: both; }