body {
    font-family: 'Nunito', sans-serif;
    font-weight: 400
}

.w-30 {
    width: 30% !important
}

.container .row .col a:not(.btn) {
    color: #4ebef1;
    border-bottom: 2px dotted #f8e71c
}

.container .row .col a:not(.btn):hover {
    text-decoration: none;
    border-bottom: 2px solid #f8e71c
}

ol.list {
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 40px
}

ol.list li {
    margin: 0 0 2rem;
    counter-increment: my-awesome-counter;
    position: relative
}

ol.list li::before {
    content: counter(my-awesome-counter);
    color: #fcd000;
    font-size: 1.5rem;
    font-weight: 700;
    position: absolute;
    --size: 32px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    text-align: center
}

ol.list h3 {
    color: #000
}

.navbar a.navbar-brand {
    background-image: url('/img/logo.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px
}

.navbar .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .4);
    text-transform: uppercase;
    font-size: 13px;
    font-family: roboto, sans-serif;
    font-weight: 500;
    transition: transform .2s;
    position: relative;
    padding: 0 1rem
}

.navbar .navbar-nav .nav-link:hover {
    transform: scale(1.1);
    color: #e74c3c !important
}

.navbar .navbar-nav .nav-link.active {
    color: #e74c3c !important
}

.navbar .navbar-nav .nav-item.free-stuff {
    border-left: 2px solid #e74c3c;
    margin-left: 1.5rem;
    padding-left: 1.5rem
}

.navbar .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
    vertical-align: .2em !important;
    border-top: 2px solid #febd04;
    border-right: 0 solid transparent;
    border-left: 2px solid #febd04;
    position: relative;
    height: 8px;
    width: 8px;
    transform: rotate(225deg);
    transition: all .6s
}

.navbar .navbar-nav .dropdown-menu {
    min-width: 21rem !important;
    padding: 1rem;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .13);
    border-radius: .5rem
}

.navbar .navbar-nav .dropdown-menu .dropdown-item {
    white-space: initial;
    padding: .7rem;
    border-radius: 10px
}

.navbar .navbar-nav .dropdown-menu .dropdown-item small {
    display: block;
    color: #999
}

.navbar .navbar-nav .dropdown-menu .dropdown-item:last-child {
    border-bottom: none
}

@media(max-width:768px) {
    .nav-item.free-stuff {
        border-left: none !important;
        margin-left: inherit !important;
        padding-left: inherit !important
    }

    .nav-action {
        margin: auto !important
    }

    .navbar .navbar-nav .nav-link {
        padding: .5rem 1rem
    }
}

body.qs .nav-link.qs,
body.km .nav-link.km,
body.pricing .nav-link.pricing,
body.reviews .nav-link.reviews,
body.services .nav-link.services,
body.newsletter .nav-link.newsletter {
    color: #e74c3c !important
}

.navbar-toggler {
    border: none
}

h1 {
    font-size: 3.5rem
}

.jumbotron {
    background-color: transparent;
    border-radius: 0;
    max-width: 900px;
    margin: auto
}

.jumbotron .container {
    margin-top: 5rem
}

.lead {
    font-size: 1.6rem;
    max-width: 760px;
    margin: auto;
    color: #9b9b9b;
    line-height: 2.5rem
}

.btn {
    box-shadow: 0 3px 4px #ccc;
    transition: transform .5s;
    border-radius: 8px
}

.btn:hover {
    transform: scale(1.05)
}

.btn-lg {
    padding: 1rem 2rem;
    text-transform: uppercase;
    border-radius: 8px;
    margin-bottom: 2rem
}

.btn-white {
    background: #fff;
    border-radius: 8px;
    color: #555
}

footer {
    margin-top: 3rem;
    padding: 50px !important;
    background: #fafafa
}

footer .footer-logo {
    width: 30px;
    margin-bottom: 5px;
    background-image: url('/img/logo.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px
}

footer h5 {
    font-size: .8rem;
    text-transform: uppercase
}

footer ul li a {
    font-size: 12px;
    color: #6c757d
}

footer ul li a:hover {
    color: #6c757d
}

.ts-red {
    color: #e74c3c !important
}

.ts-gold {
    color: #fcd462 !important
}

.hero-perspective {
    margin: 6rem auto 5rem;
    position: relative;
    max-width: 1600px
}

.hero-perspective .col-6 {
    perspective: 2000px
}

.hero-perspective .col-6:hover {
    z-index: 1000
}

img.hero {
    height: auto;
    border-radius: 10px
}

.hero-left {
    padding-right: 0 !important;
    transform: scale(1.25) rotateY(40deg) translateX(2rem);
    transition: transform .7s
}

.hero-left img {
    box-shadow: -20px 5px 20px rgba(0, 0, 0, .1)
}

.hero-left:hover {
    transform: scale(1.25) translateX(40%)
}

.hero-right {
    padding-left: 0 !important;
    transform: scale(1.25) rotateY(-40deg) translateX(-2rem);
    transition: transform .7s
}

.hero-right img {
    box-shadow: 20px 5px 20px rgba(0, 0, 0, .1)
}

.hero-right:hover {
    transform: scale(1.25) translateX(-40%)
}

.col-6:hover .hero-left img,
.col-6:hover .hero-right img {
    box-shadow: 0 .2rem .5rem rgba(0, 0, 0, .1)
}

.ts-CTA {
    margin: 5rem 0 0
}

.btn-red-ts {
    color: #fff;
    font-size: .8rem;
    font-weight: 500;
    box-shadow: 8px 10px 20px 0 rgba(46, 61, 73, .15);
    border: none;
    background: #16bffd;
    background: -webkit-linear-gradient(to right, #CB3066, #16BFFD);
    background: linear-gradient(to right, #CB3066, #16BFFD)
}

.btn-red-ts:hover {
    color: #fff
}

.highlight {
    background-color: #f8e71c;
    display: inline-block;
    padding: 0 10px;
    color: #000
}

.testimonial {
    max-width: 700px
}

.testimonial .testimonial-txt {
    font-size: 1rem;
    color: #9b9b9b;
    font-weight: 300;
    margin: auto;
    display: block;
    position: relative
}

.testimonial .testimonial-txt .braket {
    font-size: 5rem;
    display: inline-block;
    position: absolute;
    top: -30px;
    left: -30px;
    color: #febd04
}

.testimonial .testimonial-sig {
    display: block;
    margin-top: 1.5em;
    font-size: .7em;
    font-weight: 100;
    font-style: normal;
    letter-spacing: .15em;
    color: #aaa;
    text-transform: uppercase
}


.testimonial .testimonial-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0 3px 4px #ccc;
    margin: 0 auto 2em
}


.testimonial .testimonial-img.tm {
    background-image: url('/img/tm.avif');
    background-size: cover
}

.testimonial .testimonial-img.reco {
    background-image: url('/img/reco.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position-x: 58%;
    background-position-y: center;
}


.review-box {
    border: none;
    border-radius: 8px;
    max-width: 900px;
    padding: 4rem;
    margin-bottom: 5rem !important
}

.review-box.brian {
    background: #fcd462
}

.review-box.adam {
    border: 1px solid rgba(0, 0, 0, .02)
}

.review-box .review-img {
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .1);
    width: 100px;
    height: 100px;
    background: #fff
}

.review-box .card-body {
    padding: 0 0 0 2.5rem
}

.review-box .card-title {
    color: #000;
    font-size: 2.5rem
}

.review-box .sig {
    line-height: 1.2rem;
    margin-top: 10px
}

.review-box .sig .name {
    color: #000 !important
}

.review-box .sig small {
    display: block
}

.review-box .btn-review {
    background: #000;
    color: #fff;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .1);
    padding: .6rem 2rem;
    margin: 2rem 0 0;
    border-radius: 100px
}

.customer-logos {
    margin: 1rem auto 4rem
}

.customer-logos .col-sm {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 40px;
    min-width: 180px;
    margin-top: 40px
}


.animated {
    -webkit-animation-fill-mode: unset !important;
    animation-fill-mode: unset !important
}

.nav-pills .nav-item {
    margin-right: 1em
}

.nav-pills .nav-link {
    color: rgba(0, 0, 0, .5);
    transition: transform .2s
}

.nav-pills .nav-link.active {
    background: 0 0;
    border: 0 solid rgba(0, 0, 0, .1);
    color: #e74c3c
}

.nav-pills .nav-link:hover {
    transform: scale(1.05)
}

.nav-pills .nav-link:hover,
.nav-pills .nav-link.active,
body.qs-overview .nav-pills .nav-link.qs-overview,
body.qs-analysis .nav-pills .nav-link.qs-analysis,
body.qs-regrouper .nav-pills .nav-link.qs-regrouper,
body.qs-history .nav-pills .nav-link.qs-history,
body.qs-ads .nav-pills .nav-link.qs-ads,
body.qs-todo .nav-pills .nav-link.qs-todo,
body.km-overview .nav-pills .nav-link.km-overview,
body.km-new .nav-pills .nav-link.km-new,
body.km-duplicates .nav-pills .nav-link.km-duplicates,
body.km-negatives .nav-pills .nav-link.km-negatives,
body.km-bids .nav-pills .nav-link.km-bids,
body.km-cleanup .nav-pills .nav-link.km-cleanup {
    background: #feca36;
    border: 0 solid rgba(0, 0, 0, .1);
    color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .13)
}

.nav-pills .nav-link:hover i.ts-nav-icon,
.nav-pills .nav-link.active i.ts-nav-icon,
body.qs-overview .nav-pills .nav-link.qs-overview i.ts-nav-icon,
body.qs-analysis .nav-pills .nav-link.qs-analysis i.ts-nav-icon,
body.qs-regrouper .nav-pills .nav-link.qs-regrouper i.ts-nav-icon,
body.qs-history .nav-pills .nav-link.qs-history i.ts-nav-icon,
body.qs-ads .nav-pills .nav-link.qs-ads i.ts-nav-icon,
body.qs-todo .nav-pills .nav-link.qs-todo i.ts-nav-icon,
body.km-overview .nav-pills .nav-link.km-overview i.ts-nav-icon,
body.km-new .nav-pills .nav-link.km-new i.ts-nav-icon,
body.km-duplicates .nav-pills .nav-link.km-duplicates i.ts-nav-icon,
body.km-negatives .nav-pills .nav-link.km-negatives i.ts-nav-icon,
body.km-bids .nav-pills .nav-link.km-bids i.ts-nav-icon,
body.km-cleanup .nav-pills .nav-link.km-cleanup i.ts-nav-icon {
    -moz-filter: none;
    -o-filter: none;
    -webkit-filter: none;
    filter: none
}

.mid-nav {
    background: #fff;
    z-index: 1060
}

.mid-nav .nav {
    flex-wrap: nowrap;
    overflow: hidden;
    padding: 10px 0
}

.mid-nav.sticky {
    padding: .2rem 0;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .13)
}

.mid-nav.sticky .nav-item {}

.mid-nav.sticky .nav-item i.ts-nav-icon {
    width: 30px;
    height: 30px;
    background-size: contain !important
}

.mid-nav.sticky .nav-link {
    padding: .1rem .5rem
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) {
    .mid-nav .nav {
        overflow: scroll
    }
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%
}

.sticky+.content {
    padding-top: 60px
}
i.ts-nav-icon {
    margin: 0 10px 0 0;
    background-size: 40px;
    width: 50px;
    margin: 0 20px;
    background-size: 40px;
    width: 50px;
    height: 50px;
}


i.icon-1 {
    background: url('/img/icons/1.svg') no-repeat center
}
i.icon-2 {
    background: url('/img/icons/2.svg') no-repeat center
}
i.icon-3 {
    background: url('/img/icons/3.svg') no-repeat center
}
i.icon-4 {
    background: url('/img/icons/4.svg') no-repeat center
}
i.icon-5 {
    background: url('/img/icons/5.svg') no-repeat center
}
i.icon-6 {
    background: url('/img/icons/6.svg') no-repeat center
}

.shadow-big {
    box-shadow: 0 1rem .9rem 0 rgba(0, 0, 0, .1)
}

.hero-container {
    margin-top: 5rem
}

.hero-img {
    border-radius: 10px;
    max-width: 100%;
    height: auto
}

.bg-white {
    background-color: #fff
}

.bg-grey {
    background-color: #fafafa
}

.content {
    max-width: 1000px;
    margin-top: 9rem
}

.content.ai {
    max-width: 700px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    border-radius: 8px;
    overflow: hidden
}

.content.ai h4 {
    font-size: 5rem !important
}

.content.ai .content-text {
    padding: 0
}

.content.timeline .content-text {
    height: auto !important;
    max-width: 600px !important;
    display: block !important;
    margin: 0 auto 2rem !important
}

.content.timeline .content-img {
    border: none
}

.content.last .content-text {
    height: auto !important;
    max-width: 600px !important;
    display: block !important;
    margin: 0 auto !important
}

.content .content-item .content-text {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 16rem;
    padding: 0 1rem
}

.content .content-item .content-text span.number {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .13);
    margin-bottom: 1rem;
    text-align: center;
    vertical-align: middle;
    line-height: 52px;
    font-size: 1.5rem;
    font-weight: 500;
    z-index: 1;
    position: relative
}

.content .content-item .content-text h4 {
    font-size: 2rem;
    font-weight: 400
}

.content .content-item .content-text h4 abbr {
    font-size: .5rem
}

.content .content-item .content-text p {
    font-size: 1.2rem;
    color: rgba(0, 0, 0, .4);
    margin-bottom: 5px
}

.content .content-item .content-text a.more-link {
    color: #4a90e2
}

body.km .content .content-img {
    padding: 0
}

body.km .content .content-img img {
    border-radius: 6px
}

span.slimmed {
    color: rgba(0, 0, 0, .5);
    font-weight: 300
}

.placeholder {
    width: 100%;
    height: 16rem;
    border-radius: 8px;
    display: table-cell;
    vertical-align: middle
}

.placeholder.boxed {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    background: #fff
}

.placeholder.no-height {
    height: 100%
}

.placeholder.no-height img {
    border-radius: 8px
}

.placeholder .loser-by-CTR {
    padding: 0 .7rem
}

.placeholder .loser-by-CTR img {
    border-radius: 8px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1)
}

.placeholder .content-img {
    padding: 2rem;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    border-radius: 8px;
    background: #fff;
    text-align: center;
    display: inline-block;
    border: 2px solid #fff
}

.placeholder .content-img.account-qs {
    padding: 1.2rem 2rem 1.5rem
}

.placeholder .content-img.components {
    padding: 1rem 2.5rem 0
}

.placeholder .content-img.distributions {
    padding: 1rem
}

.placeholder .content-img.regrouper {
    padding: 0
}

.placeholder .content-img.regrouper img {
    border-radius: 4px
}

.placeholder .content-img.smag {
    padding: .6rem .3rem .6rem .6rem
}

.placeholder .content-img.regrouper-settings {
    padding: .5rem
}

.placeholder .content-img.pause-ads {
    padding: 0
}

.placeholder .content-img.pause-ads img {
    border-radius: 4px
}

.placeholder .content-img.write-ads {
    padding: 0
}

.placeholder .content-img.write-ads img {
    border-radius: 6px
}

.placeholder .content-img.todo {
    padding: 0;
    border: none;
    margin-bottom: 5rem
}

.placeholder .content-img.todo img {
    border-radius: 8px
}

.placeholder .content-img.history {
    padding: 0
}

.placeholder .content-img.history img {
    border-radius: 6px
}

.placeholder .content-img.daily-updates {
    padding: 2rem;
    background: #fafafa;
    border: 2px solid #fff
}

span.dotted-line {
    position: absolute;
    display: none;
    height: 1px;
    border-top: 2px dotted rgba(0, 0, 0, .3);
    z-index: 0
}

span.dotted-line.a1 {
    width: 120px;
    left: -4rem;
    top: 3.8rem
}

span.dotted-line.b1 {
    width: 875px;
    left: -4rem;
    top: -815px;
    transform: rotate(90deg);
    transform-origin: bottom left
}

span.dotted-line.c1 {
    width: 250px;
    left: -4rem;
    top: -50.9rem
}

span.dotted-line.a3 {
    width: 190px;
    left: -7rem;
    top: 3.8rem
}

span.dotted-line.b3 {
    width: 1625px;
    left: -7rem;
    top: -1565px;
    transform: rotate(90deg);
    transform-origin: bottom left
}

span.dotted-line.c3 {
    width: 300px;
    left: -7rem;
    top: -1565px
}

span.dotted-line.a2 {
    width: 98px;
    left: 28rem;
    top: 3.8rem
}

span.dotted-line.b2 {
    width: 965px;
    left: 34rem;
    top: -905px;
    transform: rotate(90deg);
    transform-origin: bottom left
}

span.dotted-line.c2 {
    width: 97px;
    left: 28rem;
    top: -905px
}

span.dotted-line.a4 {
    width: 98px;
    left: 29.6rem;
    top: 3.8rem
}

span.dotted-line.b4 {
    width: 1570px;
    left: 36rem;
    top: 61px;
    transform: rotate(-90deg);
    transform-origin: bottom left
}

span.dotted-line.c4 {
    width: 160px;
    left: 26rem;
    top: -1510px
}

span.dotted-line.a5 {
    width: 572px;
    left: 20rem;
    top: 3.8rem
}

span.dotted-line.b5 {
    width: 1853px;
    left: 56rem;
    top: 61px;
    transform: rotate(-90deg);
    transform-origin: bottom left
}

span.dotted-line.c5 {
    width: 89px;
    left: 50.2rem;
    top: -1790px
}

span.dotted-line.km-1a {
    width: 180px;
    left: -8rem;
    top: 2.6rem
}

span.dotted-line.km-1b {
    width: 905px;
    left: -8rem;
    top: -865px;
    transform: rotate(90deg);
    transform-origin: bottom left
}

span.dotted-line.km-1c {
    width: 120px;
    left: -8rem;
    top: -54.2rem
}

span.dotted-line.km-2a {
    width: 170px;
    left: -7rem;
    top: 1.8rem
}

span.dotted-line.km-2b {
    width: 1245px;
    left: -7rem;
    top: -1220px;
    transform: rotate(90deg);
    transform-origin: bottom left
}

span.dotted-line.km-2c {
    width: 105px;
    left: -7rem;
    top: -76.2rem
}

span.dotted-line.km-3a {
    width: 170px;
    left: -6rem;
    top: 1.8rem
}

span.dotted-line.km-3b {
    width: 1680px;
    left: -6rem;
    top: -1655px;
    transform: rotate(90deg);
    transform-origin: bottom left
}

span.dotted-line.km-3c {
    width: 87px;
    left: -6rem;
    top: -103.4rem
}

span.dotted-line.km-4a {
    width: 130px;
    left: -5rem;
    top: 3.8rem
}

span.dotted-line.km-4b {
    width: 2065px;
    left: -5rem;
    top: -2005px;
    transform: rotate(90deg);
    transform-origin: bottom left
}

span.dotted-line.km-4c {
    width: 70px;
    left: -5rem;
    top: -125.4rem
}

span.dotted-line.km-5a {
    width: 80px;
    left: -2.5rem;
    top: 2.9rem
}

span.dotted-line.km-5b {
    width: 2540px;
    left: -2.5rem;
    top: -156rem;
    transform: rotate(90deg);
    transform-origin: bottom left
}

span.dotted-line.km-5c {
    width: 25px;
    left: -2.5rem;
    top: -155.9rem
}

span.dotted-line.km-5d {
    width: 176px;
    left: -.9rem;
    top: -2582px;
    transform: rotate(90deg);
    transform-origin: bottom left
}

.container.focus {
    max-width: 600px
}

.focus img.todo {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    border-radius: 8px
}

.bg-slant {
    height: 110rem;
    background: #fafafa;
    transform: skewY(-15deg);
    position: absolute;
    top: 40rem;
    z-index: -100000000
}

body.home .nav-link {
    color: #fff !important
}

body.home .navbar-toggler-icon {
    background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMzIgMzInIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggc3Ryb2tlPSdyZ2JhKDI1NSwyNTUsMjU1LCAwLjkpJyBzdHJva2Utd2lkdGg9JzInIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLW1pdGVybGltaXQ9JzEwJyBkPSdNNCA4aDI0TTQgMTZoMjRNNCAyNGgyNCcvPjwvc3ZnPg==)
}

body.home .bg-slant {
    top: -30rem;
    background: #222;
    height: 98rem
}

body.home h1 {
    color: #fff
}

body.home .ts-CTA {
    margin: 8rem 0 0
}

body.home .ts-CTA .btn-red-ts {
    border: none;
    background: #16bffd;
    background: -webkit-linear-gradient(to right, #CB3066, #16BFFD);
    background: linear-gradient(to right, #CB3066, #16BFFD)
}

body.qs-overview .bg-slant {
    height: 172rem;
    top: 60rem
}

body.qs-overview .content {
    margin-top: 9rem
}

body.qs-analysis .bg-slant {
    height: 112rem;
    top: 49rem
}

body.qs-regrouper .bg-slant {
    height: 125rem;
    top: 50rem
}

body.qs-ads .bg-slant {
    height: 146.5rem;
    top: 48rem
}

body.qs-history .bg-slant {
    height: 136rem;
    top: 60rem
}

body.qs-todo .bg-slant {
    height: 47rem;
    top: 42rem
}

body.km-bids .bg-slant {
    height: 166rem;
    top: 50rem
}

body.km-overview .bg-slant {
    height: 189rem;
    top: 50rem
}

body.km-new .bg-slant {
    height: 150rem;
    top: 50rem
}

body.km-duplicates .bg-slant {
    height: 112rem;
    top: 50rem
}

body.km-negatives .bg-slant {
    height: 60rem;
    top: 50rem
}

body.km-cleanup .bg-slant {
    height: 105.7rem;
    top: 51rem
}

body.alternative .bg-slant {
    height: 50rem;
    top: 51rem
}

body.pricing h2.lead {
    max-width: 590px
}

body.pricing .btn-red-ts {
    display: none
}

body.pricing .nav-link {
    padding: .5rem 2rem
}

body.pricing .nav-pills .nav-link:hover,
body.pricing .nav-pills .nav-link.active {
    background: rgba(0, 0, 0, .7);
    color: #fff;
    border-radius: 30px
}

body.pricing .pricing-box {
    border-radius: 12px;
    border: none;
    max-width: 24rem;
    margin: 0 auto 3rem;
    text-align: center;
    box-shadow: 0 7px 14px 0 rgba(60, 66, 87, .2), 0 3px 6px 0 rgba(0, 0, 0, .07);
    cursor: pointer
}

body.pricing .pricing-box .price-body {
    padding: 6rem 3rem
}

body.pricing .pricing-box .price-amount h3 {
    font-size: 6rem;
    font-family: Roboto
}

body.pricing .pricing-box .btn.btn-smb,
body.pricing .pricing-box .btn.btn-agency {
    color: #fff;
    font-size: .8rem;
    font-weight: 500;
    box-shadow: 8px 10px 20px 0 rgba(46, 61, 73, .15);
    border: none;
    margin: 3rem auto 0;
    background: #16bffd;
    background: -webkit-linear-gradient(to right, #CB3066, #16BFFD);
    background: linear-gradient(to right, #CB3066, #16BFFD)
}

body.pricing .pricing-box.agency {
    background: rgba(0, 0, 0, .8);
    color: #fff;
    cursor: auto
}

body.pricing .pricing-box.agency .price-body {
    padding: 6rem 3rem 3rem
}

body.pricing .pricing-box.agency .price-amount h3 {
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #fff
}

body.pricing .pricing-box.agency .card-text {
    margin: 1rem 0 3rem
}

body.pricing .pricing-box.agency .price-package {
    color: #febd04
}

body.pricing .pricing-box.agency .btn-agency {
    color: #fff !important;
    font-size: .8rem !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    padding: 1rem !important;
    text-transform: uppercase !important
}

body.pricing .pricing-box .structure-fee {
    background: #333;
    padding: 4rem 3rem;
    color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

body.pricing .pricing-box .structure-fee p.card-text {
    font-size: .9rem
}

body.pricing .pricing-box .structure-fee .list-group {
    margin-top: 3rem
}

body.pricing .pricing-box .structure-fee .list-group .list-group-item {
    background: 0 0;
    padding: 1.2rem 0;
    font-size: .9rem;
    border-top: 1px dotted rgba(255, 255, 255, .15)
}

body.pricing .pricing-box .structure-fee .list-group .list-group-item:last-child {
    border-bottom: none
}

body.pricing .pricing-box .structure-fee a.contact {
    color: #fff;
    border-bottom: 1px dotted #fff
}

body.pricing .pricing-box .structure-fee a.contact:hover {
    text-decoration: none
}

body.pricing .pricing-detail {
    max-width: 300px;
    top: 36rem;
    right: -20rem;
    position: absolute;
    color: rgba(0, 0, 0, .5);
    text-align: left
}

body.pricing .pricing-detail strong {
    color: #000
}

body.pricing .ts-CTA {
    margin: 1.5rem 0 0
}

body.pricing .ts-CTA .btn-red-ts {
    max-width: 24rem;
    font-size: .8rem;
    padding: 1.4rem
}

body.pricing .bg-slant {
    top: 35rem;
    height: 35rem
}

body.team .team-mate {
    height: 600px;
    background-size: cover !important;
    padding: 1rem;
    border-radius: 2px
}

body.team .team-mate .name {
    position: absolute;
    bottom: 10px
}

body.team .team-mate .name span {
    display: block;
    color: #fff
}

body.team .team-mate.prynce {
    background: url(../images/prynce-2.jpg) no-repeat center
}

body.team .team-mate.chretien {
    background: url(../images/chret-bw.jpg) no-repeat center
}

body.team .team-mate.chris {
    background: url(../images/chris.jpg) no-repeat center
}

.table thead th {
    border-top: none;
    border-bottom: 1px solid #dee2e6
}

.table tr th {
    width: 30%
}

.table tr .bg-green {
    background: rgba(40, 208, 102, .2)
}

.table tr .bg-red {
    background: rgba(255, 138, 101, .3)
}

.table .table-section {
    padding-top: 3rem;
    text-transform: uppercase;
    overflow: visible;
    white-space: nowrap
}

@media(max-width:576px) {
    h1 {
        font-size: 2.5rem
    }

    .lead {
        font-size: 1.1rem
    }

    .placeholder {
        height: 6rem
    }

    img.hero {
        border-radius: 3px
    }

    body.home .bg-slant {
        height: 85rem
    }

    body.qs-overview .bg-slant {
        height: 175rem;
        top: 55rem
    }

    ul.nav-pills {
        padding: 5px
    }

    ul.nav-pills .nav-item .nav-link {
        padding: .5rem
    }

    .testimonial .testimonial-txt {
        font-size: .8rem
    }

    .testimonial .testimonial-sig {
        font-size: 12px
    }

    .row.logo-row {
        flex-wrap: nowrap;
        overflow-x: scroll
    }
}

@media(max-width:768px) {
    .pricing-detail {
        display: none
    }
}

img,
h1,
h2,
p,
.dotted-line {
/*    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s*/
}

@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-ms-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}
h1.jumbotron-heading {
    font-size: 3.7rem;
    font-family: 'DM Serif Display', serif;
    font-weight: bold;
}

grey {
    color: grey;
}

.lead {
    font-size: 1.5rem;
}

.lead span {
    color: #666;
}

.lead a:hover {
    color: #FEBD04;
}

h3.sub-lead {
    font-size: 1rem;
    display: block;
    max-width: 500px;
    margin: 2rem auto 0;
    padding: 20px;
    color: rgba(0, 0, 0, 0.7);
    background: #f0efe9;
    border-radius: 10px;
    border-left: 5px solid #e74b3b;
}

.testimonial .testimonial-txt {
    font-size: 1.45rem;
}



.list-group {
    max-width: 600px;
    margin-top: 40px;
}

.list-group-item {
    border: none;
    padding: 1rem 0rem;
    background-color: #f0efe9;
    margin-bottom: 10px;
}

.list-group-text {
    margin-top: 5px;
    width: calc(100% - 50px);
}

.list-group-text p {
    color: grey;
}

.list-group-text h5 {
    color: black;
}

.list-group-item-action {
    border-radius: 10px !important;
}

h2 {
    font-size: 3.9rem;
}

h3 {
    font-size: 1.4rem;
    line-height: 1.6em;
    color: #999;
}

img.thumbnail {
    width: 100%;
    border: 0px solid #fafafa;
    border-radius: 5px;
    box-shadow: 0px 10px 20px 0px rgba(46, 61, 73, 0.2);
}

img.thumbnail.image {
    border: none;
    box-shadow: none;
}

.vid-caption {
    text-align: center;
    max-width: 200px;
    margin: 10px auto;
}

.vid-wrap {
    max-width: 250px;
    margin: 30px auto 50px;
}

.modal-open .modal {
    backdrop-filter: blur(5px);
}

.modal-body {
    padding: 0px;
}

.modal-content {
    border-radius: 9px;
}

/* Make youtube video responsive */
.video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

/* End Youtube video responsive */

.row.row-1280px {
    max-width: 1280px;
    margin: 4rem auto;
}

.blog-content {
    background: #f0efe9;
}

.blog-content a {
    color: #e84b39;
}

.card {
    border-radius: .5rem;
    box-shadow: 0px 10px 20px 0px rgba(46, 61, 73, 0.2);
    border: none;
    margin-bottom: 1rem;
}

.card-img-top {
    border-top-left-radius: calc(.5rem - 1px);
    border-top-right-radius: calc(.5rem - 1px);
}

p.card-text {
    color: grey;
}


.ts-CTA {
    margin: 10rem 0 0 0;
}

.btn-lg {
    margin-bottom: 0;
}

.btn-red-ts {
    font-size: 1rem;
}


a.view-pricing,span.view-pricing {
    margin-bottom: 6rem;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    color: #444;
}

@media screen and (max-width: 768px) {
    a.view-pricing,span.view-pricing {
    margin-bottom: 2rem;
    }
}

.jumbotron-bottom {
    background-color: #fafafa;
    border-radius: 10px;
    margin: 4rem auto 0;
    padding: 5rem 3rem 2rem;
}

.jumbotron-bottom .row-2 {
    margin-top: 4.5rem;
}

.jumbotron-bottom .row-2 .col {
    border-right: 1px solid #e9e9e9;
}

.jumbotron-bottom .row-2 .col-sm h3 {
    color: black;
}

.jumbotron-bottom .row-2 .col-sm p {
    color: grey;
}

.jumbotron-bottom .row-2 .col:last-child {
    border-right: none;
}

footer {
    background: white;
}


a.box-hover:hover {
    text-decoration: none !important;
}

a.box-hover:hover h3 {
    color: #e84b39 !important;
    text-decoration: none !important;
}

a.box-hover:hover p {
    color: black !important;
    text-decoration: none !important;
}





.navbar {
    position: fixed;
    top: 0px;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1000;
    backdrop-filter: blur(2px);
}

.at4-follow {
    right: auto !important;
    left: 40px;
    z-index: 1000;
}

.slideInRight {
    animation-name: slideInLeft;
}

.at4-follow .at4-follow-container .at-icon-wrapper {
    filter: grayscale(0.7) !important;
}

.at4-follow .at4-follow-inner .at4-follow-close-control div {
    display: none !important;
}

.at-follow-btn:focus, .at-follow-btn:hover, .navbar a.navbar-brand:hover img {
    transform: rotate(45deg);
}

span.nav-badge {
    display: inline-block;
    padding: 1px 5px 0;
    background: #e84b39;
    border-radius: 4px;
    font-size: 8px;
    position: relative;
    top: -11px;
    left: -5px;
    color: white;
}

span.nav-badge.new {
    background: #2ECC71;
}

.navbar .navbar-nav .nav-link:hover span.nav-badge {
    color: white;
}
