@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');

body, html {
    font-family: 'PT Sans', sans-serif;
    position: relative;
    font-size: 17px
}

.container-fluid {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 576px) {
    .container-fluid {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container-fluid {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container-fluid {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container-fluid {
        max-width: 1140px
    }
}

@media (min-width: 1280px) {
    .container-fluid {
        max-width: 100%;
        padding-left: 80px;
        padding-right: 80px
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1350px !important;
    }
}

.navbar-light {
    padding: 1rem 0;
    background: 0 0 !important;
    transition: .25s ease all
}
.navbar-light.active {
    background: #fff !important;
    box-shadow: rgba(10,10,10,0.1) 0 0.5rem 0.5rem;
}
.navbar-light .navbar-brand img {
    height: 70px
}
.navbar-light .navbar-brand img.dark {
    display: block
}
.navbar-light .navbar-brand img.light {
    display: none
}
.navbar .navbar-nav {
    align-items: center
}
.navbar .nav-item > .nav-link {
    font-weight: 400;
    font-size: 1rem;
    color: #000;
    transition: .2s ease all;
    border-radius: 25px;
    padding: .5rem 1.5rem;
    margin: 0 1.5rem 0 0;
}
.navbar .nav-item.active > .nav-link, .navbar .nav-item > .nav-link.active, .navbar .nav-item > .nav-link:hover {
    color: #000
}
.navbar .nav-item:first-child > .nav-link {
    margin-left: 0
}
.navbar .nav-item:last-child > .nav-link {
    margin-right: 0
}
.navbar .nav-item.dropdown > .dropdown-toggle:before {
    display: inline-block;
    vertical-align: middle;
    background: url('../img/icons/arrow-down.png') center no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    content: ' ';
    margin-right: 0.25rem;
}
.navbar .nav-item.dropdown > .dropdown-toggle:after {
    display: none;
}
.navbar .nav-item.dropdown > .dropdown-menu {
    background: #fff;
    border: none;
    border-radius: 0.25rem;
    padding: .75rem .5rem;
    box-shadow: rgba(10, 10, 10, .15) 0 .5rem 1.5rem
}
.navbar .nav-item.dropdown > .dropdown-menu .scrollable-dropdown {
    min-width: 220px;
    max-height: 280px;
    overflow-x: hidden;
    padding-right: 10px
}
.navbar .nav-item.dropdown > .dropdown-menu .scrollable-dropdown::-webkit-scrollbar {
    width: 10px;
    border-radius: 5px
}
.navbar .nav-item.dropdown > .dropdown-menu .scrollable-dropdown::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .05);
    border-radius: 5px
}
.navbar .nav-item.dropdown > .dropdown-menu .scrollable-dropdown::-webkit-scrollbar-thumb {
    background-color: #a9a9a9;
    border-radius: 5px
}
.navbar .nav-item.dropdown > .dropdown-menu .scrollable-dropdown::-webkit-scrollbar-thumb:hover {
    background: #9a9a9a
}
.navbar .nav-item.dropdown > .dropdown-menu .dropdown-item {
    padding: .5rem 1rem;
    font-weight: 400;
    color: #000;
    border-radius: .5rem;
    transition: .2s ease all
}
.navbar .nav-item.dropdown > .dropdown-menu .dropdown-item:hover {
    background: #eee;
    color: #111
}
.navbar .nav-item.dropdown > .dropdown-menu .dropdown-item:active {
    background: #cacaca;
    color: #222
}
.navbar .nav-item.button > .nav-link {
    background: #4d4d4d;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    border-radius: 5px;
    padding: .45rem 1.5rem;
    text-transform: uppercase;
    position: relative;
    margin-left: -1rem;
}
.navbar .navbar-nav:not(#menu) {
    position: relative;
}
.navbar .navbar-nav:not(#menu):after {
    position: absolute;
    bottom: -1rem;
    left: 1rem;
    width: calc(100% - 1rem + 80px);
    height: 0.5px;
    content: ' ';
    background: #808080;
}

@keyframes hover-colors {
    0% {
        color: #ffb300
    }
    8% {
        color: #ee1e5c
    }
    16% {
        color: #861e9d
    }
    24% {
        color: #eb1170
    }
    32% {
        color: #f929c5
    }
    40% {
        color: #6424b5
    }
    48% {
        color: #8f24d9
    }
    56% {
        color: #3f56de
    }
    64% {
        color: #1fe4a4
    }
    72% {
        color: #4e40b1
    }
    80% {
        color: #2fb0d6
    }
    88% {
        color: #4d44bb
    }
    100% {
        color: #3f4ed5
    }
}

@keyframes background-animation {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0 50%
    }
}

span.carret {
    border-right: .125rem solid rgba(255, 255, 255, .75);
    height: 20px;
    margin-left: .15rem;
    display: inline-block;
    vertical-align: middle;
    animation: caret 1s steps(1) infinite
}

@keyframes caret {
    50% {
        border-color: transparent
    }
}

.page-wrapper {
    width: 100%;
    height: 100vh;
    display: block;
    position: relative
}
.page-screen {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    padding: 10vh 0;
    background: url('../img/screen-1.jpg') center right no-repeat;
    background-size: cover
}
.page-screen .page-box {
    width: 600px;
    display: flex;
    flex-direction: column
}
.page-screen .page-box.box-xl {
    width: 650px
}
.page-screen h1 {
    font-size: 2rem;
    font-weight: 600;
    color: #4d4d4d;
    margin: 0
}
.page-screen h4 {
    font-size: 1.05rem;
    font-weight: 400;
    color: #4d4d4d;
    margin: 3rem 0;
    text-transform: capitalize;
}
.page-screen h4 strong {
    font-weight: 400;
}
.page-screen p {
    font-size: 0.9rem;
    font-weight: 400;
    color: #4d4d4d;
}
.page-screen form {
    position: relative;
    padding: 1.5rem 0;
    display: flex;
    align-items: center;
}
.page-screen form:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #808080;
    content: ' ';
}
.page-screen form:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #808080;
    content: ' ';
}
.page-screen form .form-control {
    padding: 1.25rem 1.5rem;
    font-size: 0.9rem;
    height: auto;
    border: none;
    background: #fff;
    border-radius: 0;
}
.page-screen form .form-control:focus {
    box-shadow: rgba(10, 10, 10, .1) 0 15px 45px
}
.page-screen form .btn.btn-primary {
    background: linear-gradient(to right, #1c8ece 0, #48aca4 19%, #65b56b 38%, #96c51f 57%, #c4d71e 78%, #f3ea1d 100%);
    color: #fff;
    font-size: 1.05rem;
    border-radius: 5px;
    padding: .5rem 1.5rem;
    text-transform: uppercase;
    border: none;
    position: relative;
    transition: .2s ease all;
    white-space: nowrap;
    margin-left: 2.5rem;
}
.page-screen form .btn.btn-primary:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1.55rem;
    width: 15px;
    height: 26px;
    background: url("../img/icons/arrow-right.png") center no-repeat;
    background-size: contain;
    content: ' ';
    margin: auto;
}
.page-screen form .btn.btn-primary:hover {
    box-shadow: rgba(10, 10, 10, .1) 0 15px 45px
}
.page-screen form .btn.btn-primary:active, .page-screen form .btn.btn-primary:focus {
    filter: brightness(105%);
    box-shadow: rgba(10, 10, 10, .1) 0 15px 45px !important
}
.page-screen form .btn.btn-primary span {
    position: relative;
    z-index: 1;
    font-weight: 600
}
.page-screen form .btn.btn-secondary {
    background: #1e253b;
    color: #fff;
    box-shadow: none;
    font-weight: 700;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    border: none;
    border-radius: 35px;
    padding: 1rem 2.5rem
}
.page-screen form .btn.disabled, .page-screen form .btn:disabled {
    background: #666 !important
}
.page-screen form .btn.disabled:after, .page-screen form .btn:disabled:after {
    display: none
}
.page-screen form .alert.alert-success {
    position: absolute;
    bottom: -45px;
    padding: 0;
    height: 15px;
    line-height: 15px;
    left: 0;
    right: 0;
    background: 0 0;
    border: none;
    text-align: center;
    color: #333;
    font-weight: 600;
    font-size: .9rem
}
.page-screen.single-screen {
    justify-content: center;
    min-height: 80vh;
    height: 80vh;
    padding: 0
}
.page-screen.single-screen .page-box {
    height: auto
}
.page-screen.single-screen h1 {
    font-size: 3.45rem;
    text-align: center;
    line-height: 1.1;
}
.page-screen.single-screen h1 strong {
    display: block;
}
.page-screen.single-screen h4 {
    font-size: 1rem;
    text-align: center;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.page-screen.single-screen ul.check-list {
    list-style: none;
    margin: 2rem 0 4rem 0;
    padding: 0;
    display: block
}
.page-screen.single-screen ul.check-list li {
    display: block;
    position: relative;
    padding-left: 1.5rem;
    font-size: 1rem;
    font-weight: 400;
    white-space: nowrap;
    color: #676c6a
}
.page-screen.single-screen ul.check-list li:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: ' ';
    width: 1rem;
    height: 1rem;
    background: url('../img/icons/check-icon.png') center no-repeat;
    background-size: contain;
    margin: auto;
}
.page-screen.single-screen form {
    margin-top: 0;
    margin-bottom: 0;
}

#pp-nav {
    display: none
}

/* MAIN */
.page-screen#main {
    background: url('../img/main-bg.jpg') center no-repeat;
    background-size: cover
}
.page-screen#main p.text-center {
    text-align: left !important;
    margin-top: 1rem;
}

/* FEATURES */
.page-screen#features {
    background: url('../img/features-bg.jpg') center no-repeat;
    background-size: cover;
    justify-content: flex-end;
}
.page-screen#features .page-box {
    width: 100%;
    text-align: center;
}
.page-screen#features .page-box form {
    margin-top: 4rem;
}
.page-screen#features .page-box form,
.page-screen#features .page-box p.text-center {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.page-screen#features .page-box p.text-center {
    text-align: left !important;
    margin-top: 1rem;
}
.page-screen#features h1 {
    font-size: 3.45rem;
    color: #000000;
    margin-top: auto;
    margin-bottom: 1rem;
    font-weight: bold;
}
.page-screen#features h4 {
    margin-top: 0;
}

/* CUSTOMERS */
.page-screen#customers {
    background: rgb(128,128,128);
    background: -moz-linear-gradient(-45deg, rgba(128,128,128,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(128,128,128,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(135deg, rgba(128,128,128,1) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#ffffff',GradientType=1 );
}
.customer-types {
    width: calc(100% + 1.5rem);
    margin: 0 -.75rem;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between
}
.page-link-box {
    width: 25%;
    display: block;
    height: calc(100vh - 10rem);
    position: relative;
    text-decoration: none;
    overflow: hidden;
    border-radius: 0;
    margin: 2.5rem 1.25rem 0 1.25rem;
    transition: .5s ease all;
}
.page-link-box:hover {
    width: 45%
}
.page-link-box:active {
    filter: brightness(120%);
    transition: .1s ease all
}
.page-link-box.inactive {
    opacity: .75
}
.page-link-box:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 65%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    content: ' ';
    z-index: 1
}
.page-link-box .link-bg {
    position: absolute;
    top: 0;
    right: -50%;
    width: 300%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
    z-index: 0;
    user-select: none;
    pointer-events: none;
    transition: .45s ease all;
    filter: grayscale(1);
}
.page-link-box:hover .link-bg {
    right: -25%;
    filter: grayscale(0);
}
.page-link-box:nth-child(1) .link-bg {
    width: 200%;
}
.page-link-box:nth-child(2) .link-bg {
    right: -80%;
}
.page-link-box:nth-child(2):hover .link-bg {
    right: -50%;
}
.page-link-box:nth-child(3) .link-bg {
    right: -90%;
}
.page-link-box:nth-child(3):hover .link-bg {
    right: -70%;
}
.page-link-box:nth-child(4) .link-bg {
    right: -100%;
    object-position: center;
}
.page-link-box:nth-child(4):hover .link-bg {
    right: -80%;
}
.page-link-box:nth-child(5) .link-bg {
    right: -200%;
}
.page-link-box:nth-child(5):hover .link-bg {
    right: -100%;
}
.page-link-box .link-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.5rem 1rem 1rem 1rem;
    z-index: 2;
    transition: .25s ease all
}
.page-link-box.inactive .link-info {
    opacity: 0
}
.page-link-box .link-info h2 {
    font-weight: 700;
    color: #221814;
    font-size: 1.35rem;
    margin: 0 0;
}
.page-link-box .link-info p {
    font-size: 1rem;
    color: #221814;
    margin: 0.25rem 0;
    font-weight: 400;
}
.page-link-box .link-info span {
    font-weight: 700;
    font-size: 1rem;
    color: #221814
}
.page-link-box .link-info span:after {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    margin-left: .5rem;
    width: .5rem;
    height: .5rem;
    background: url("../img/icons/arrow-right.png") center no-repeat;
    background-size: contain;
    transform-origin: center;
}
.popup-content {
    display: none
}

/* ENTREPRENEURS */
.page-screen#entrepreneurs h1 {
    position: relative;
    padding-top: 120px;
    color: #fff;
}
.page-screen#entrepreneurs h1:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    background: url("../img/icons/entrepreneur-icon.png") center no-repeat;
    background-size: contain;
    content: ' ';
}
.page-screen#entrepreneurs h4 {
    color: #fff;
}
.page-screen#entrepreneurs form:before,
.page-screen#entrepreneurs form:after {
    background: #fff;
}

/* DESIGNERS */
.page-screen#designers h1 {
    position: relative;
    padding-top: 120px;
    color: #fff;
}
.page-screen#designers h1:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    background: url("../img/icons/designer-icon.png") center no-repeat;
    background-size: contain;
    content: ' ';
}
.page-screen#designers h4 {
    color: #fff;
}
.page-screen#designers form:before,
.page-screen#designers form:after {
    background: #fff;
}

/* COMMUNITY */
.page-screen#community h1 {
    position: relative;
    padding-top: 120px;
    color: #fff;
    text-align: left;
    max-width: 200%;
    width: 200%;
}
.page-screen#community h1:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 30%;
    margin: auto;
    width: 100px;
    height: 100px;
    background: url("../img/icons/community-icon.png") center no-repeat;
    background-size: contain;
    content: ' ';
}
.page-screen#community h4 {
    color: #fff;
    text-align: left;
}
.page-screen#community form:before,
.page-screen#community form:after {
    background: #fff;
}

/* WEB AGENCIES */
.page-screen#web-agencies h1 {
    position: relative;
    padding-top: 120px;
    color: #fff;
}
.page-screen#web-agencies h1:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    background: url("../img/icons/web-agency-icon.png") center no-repeat;
    background-size: contain;
    content: ' ';
}
.page-screen#web-agencies h4 {
    color: #fff;
}
.page-screen#web-agencies form:before,
.page-screen#web-agencies form:after {
    background: #fff;
}

/* DEVELOPERS */
.page-screen#developers h1 {
    position: relative;
    padding-top: 120px;
    color: #fff;
}
.page-screen#developers h1:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    background: url("../img/icons/developer-icon.png") center no-repeat;
    background-size: contain;
    content: ' ';
}
.page-screen#developers h4 {
    color: #fff;
}
.page-screen#developers form:before,
.page-screen#developers form:after {
    background: #fff;
}

/* SERVICES */
.service-popup .modal-content {
    background: #fff;
    padding: 1.5rem;
    color: #000;
}
.service-popup .modal-content .modal-header {
    border-bottom: none;
    padding: 2.5rem 0;
    margin: 0 5rem;
    position: relative;
}
.service-popup .modal-content .modal-header img {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    z-index: 2;
}
.service-popup .modal-content .modal-header:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 150px;
    height: 100%;
    background: #fff;
    content: ' ';
    margin: auto;
    z-index: 1;
}
.service-popup .modal-content .modal-header:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #666;
    content: ' ';
    margin: auto;
    z-index: 0;
}
.service-popup .modal-content .modal-body {
    position: relative;
    padding: 0 50% 5rem 5rem;
}
.service-popup .modal-content .modal-body .popup-background {
    position: absolute;
    top: 0;
    right: 5rem;
    width: calc(40% - 5rem);
    max-height: 80%;
    object-fit: contain;
    user-select: none;
    pointer-events: none
}
.service-popup .modal-content .modal-body .close {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 1;
    color: #fff;
    text-shadow: none
}
.service-popup .modal-content h2 {
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    padding: 5px 15px;
    border-radius: 6px;
    background: rgba(255, 255, 255, .15);
    display: none;
}
.service-popup .modal-content h3 {
    font-weight: 700;
    font-size: 2.5rem;
    margin: 0 0 15px 0;
    line-height: 1.1;
}
.service-popup .modal-content ul {
    display: block;
    list-style: none;
    margin: 0 0 25px 0;
    padding: 0
}
.service-popup .modal-content ul li {
    display: block;
    position: relative;
    margin-bottom: 0;
    color: #221814;
    font-size: 1rem;
    padding-left: 1.15rem;
}
.service-popup .modal-content ul li:before {
    width: 0.75rem;
    height: 0.75rem;
    background: url('../img/icons/check-icon.png') center no-repeat;
    background-size: contain;
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.features-section {
    padding: 5rem 0 0 0;
    background: #ece2cc;
}
.service-item {
    background: #fff;
    padding: 2rem;
    text-align: center;
    margin-bottom: 30px;
    cursor: pointer;
    transition: .2s ease all;
    user-select: none
}
.service-item:hover {
    transform-origin: center;
    transform: scale(1.075)
}
.service-item:active {
    background: #fff;
    box-shadow: rgba(10, 10, 10, .15) 0 .65rem .65rem
}
.service-item img {
    width: 4rem;
    display: block;
    margin: auto;
    transition: .2s ease all
}
.service-item:active img, .service-item:focus img, .service-item:hover img {
    filter: grayscale(0)
}
.service-item h4 {
    margin: 1rem 0 0 0;
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    transition: .2s ease all;
    text-transform: uppercase;
}
@media (min-width: 1400px) {
    .features-section .row {
        margin-left: -2rem;
        margin-right: -2rem;
    }
    .features-section .row .col-xl-2 {
        padding-left: 2rem;
        padding-right: 2rem;
        max-width: 20%;
        flex: 0 0 20%;
    }
    .service-item {
        margin-bottom: 4rem;
    }
    .service-popup .modal-dialog.modal-lg {
        max-width: 1100px;
    }
}

.scroll {
    position: fixed;
    bottom: 2rem;
    left: 80px;
    z-index: 9;
    display: none;
}
.scroll span {
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    opacity: .25;
    transform-origin: center;
    transform: rotate(-45deg);
    animation: bouncing-effect 2s ease infinite
}

@keyframes bouncing-effect {
    0% {
        transform: rotate(-45deg) translateY(0) translateX(0)
    }
    50% {
        transform: rotate(-45deg) translateY(-15px) translateX(15px)
    }
    100% {
        transform: rotate(-45deg) translateY(0) translateX(0)
    }
}

.chat {
    position: fixed;
    bottom: 2rem;
    right: 80px;
    z-index: 9;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    box-shadow: rgba(10, 10, 10, .2) 0 15px 35px;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    transition: .2s ease all
}
.chat img {
    width: 32px;
    height: 32px
}
.chat:hover {
    box-shadow: rgba(0, 0, 0, .35) 0 15px 40px
}

/* INNER PAGES */
.system-features {
    display: block;
    background: #fff;
}
.system-features .system-feature-box {
    display: block;
    background: #fff;
    position: relative;
    z-index: 1;
    color: #000;
}
.system-features .system-feature {
    padding: 0 !important;
}
.system-features .system-feature h3 {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.075
}
.system-features .system-feature p {
    font-size: 1rem;
    margin: 10px 0 0 0
}
.system-features .system-feature .row {
    margin: 0;
}
.system-features .system-feature .row div[class*='col'] {
    padding-left: 0;
    padding-right: 0;
}
.system-features .system-feature .col-md-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
}

/* REVIEWS */
.reviews {
    display: block;
    background: #ece2cc;
    padding: 100px 0
}
.reviews .review-box {
    display: block;
    padding: 1.25rem 2.25rem;
    background: #fff;
    border-radius: 0
}
.reviews .review-box p {
    margin: 0;
    color: #000;
    font-size: 1.5rem;
    line-height: 1.1;
    font-weight: 500
}
.reviews .review-box .review-stars {
    display: none;
}
.reviews .review-people {
    display: flex;
    flex-direction: row;
    padding-left: 25px
}
.reviews .review-people .review-person {
    display: block;
    padding-top: 20px;
    padding-right: 65px;
    position: relative;
    cursor: pointer
}
.reviews .review-people .review-person img {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 5px
}
.reviews .review-people .review-person span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    color: #231815;
    margin: 0;
    font-weight: 400
}
.reviews .review-people .review-person.active:before {
    position: absolute;
    top: -11px;
    left: 40px;
    width: 20px;
    height: 20px;
    background: #fff;
    content: ' ';
    transform-origin: center;
    transform: rotate(45deg);
    clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
}
.reviews .review-people .review-person.active span {
    color: #000
}

/* VIDEO */
.video-wrapper .container,
.video-wrapper .container-fluid {
    padding: 0;
    max-width: 100% !important;
}
.video-wrapper .video-box {
    display: block;
    position: relative;
    cursor: pointer;
    z-index: 2;
    width: 100%;
}
.video-wrapper .video-box .img-fluid {
    position: relative;
    z-index: 0;
    user-select: none;
    pointer-events: none;
    max-width: 100%;
    width: 100%;
}
.video-wrapper .video-box .video-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background: rgba(10, 10, 10, .45);
    backdrop-filter: blur(2px) grayscale(1)
}
.video-wrapper .video-box.colorized .video-info {
    backdrop-filter: blur(2px)
}
.video-wrapper .video-box .video-info img {
    width: 64px;
    height: 64px
}
.video-wrapper .video-box .video-info h5 {
    font-weight: 600;
    color: #fff;
    margin: 15px 0 5px 0;
    font-size: 2rem
}
.video-wrapper .video-box .video-info p {
    color: #999;
    font-size: .9rem;
    margin: 0
}
.video-wrapper .video-box.colorized .video-info p {
    color: #fff
}

/* OTHER APPS */
.other-apps {
    display: block;
    position: relative;
    padding: 60px 0;
    background: #060e13
}
.other-apps:before {
    position: absolute;
    top: -160px;
    left: 0;
    width: 100%;
    height: 160px;
    z-index: 0;
    content: ' ';
    background: #060e13;
    clip-path: polygon(0 90%, 100% 0, 100% 100%, 0 100%)
}
.other-apps h3 {
    text-align: center;
    font-weight: 600;
    color: #000;
    font-size: 1rem;
    margin: 0 0 45px 0;
}
.other-apps .app-logos {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    user-select: none;
    pointer-events: none
}
.other-apps .app-logos img.app-logo {
    max-height: 40px;
    max-width: 150px;
    margin: 10px;
    filter: brightness(0) invert(1);
    opacity: .45
}
.light-mode .other-apps {
    background: #fff
}
.light-mode .other-apps:before {
    background: #fff
}
.light-mode .other-apps h3 {
    color: #1f1f1f
}
.light-mode .other-apps .app-logos img.app-logo {
    filter: brightness(0)
}

/* FOOTER */
footer {
    background: #ece2cc;
    color: #1a1a1a;
    padding: 60px 0 60px 0;
    position: relative
}
footer.light-footer {
    background: #fff;
}
footer .logo {
    display: inline-block;
    vertical-align: middle;
}
footer .logo img {
    height: 45px
}
footer p.copyright {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 0.5rem;
    font-size: .8rem;
    color: #1a1a1a;
}
footer ul.links {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0
}
footer ul.links li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}
footer ul.links li a {
    font-size: .9rem;
    color: #000;
}
footer p.disclaimer {
    padding-top: 20px;
    margin-bottom: 0;
    font-size: .9rem;
    color: #000;
}

/* FEATURES */
.page-screen#features-screen {
    padding: 10rem 0 20rem 0;
    height: auto;
}
.page-screen#features-screen .page-box {
    margin-left: auto;
    margin-right: auto;
    width: 650px;
    position: relative;
}
.page-screen#features-screen h1 {
    font-size: 3.45rem;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0.5rem;
}
.page-screen#features-screen ul {
    margin: 0;
}
.page-screen#features-screen form {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    display: block;
    padding: 0;
}
.page-screen#features-screen form:before,
.page-screen#features-screen form:after {
    display: none;
}
.page-screen#features-screen form .form-control {
    display: none;
}
.page-screen#features-screen form .btn.btn-primary {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    text-align: center;
    white-space: normal;
    display: block;
    padding: 1rem;
    margin: 0 0 0 auto;
}
.page-screen#features-screen form .btn.btn-primary:before {
    display: none;
}

/* PRICING */
.pricing {
    position: relative;
    padding: 10rem 0 1px 0;
    margin-bottom: 7.5rem;
    background: #d3f0e3
}
.pricing:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35%;
    content: ' ';
    background: #fff;
    z-index: 0;
    clip-path: polygon(0 95%, 100% 0, 100% 100%, 0% 100%)
}
.pricing .container {
    position: relative;
    z-index: 1
}
.pricing .pricing-box {
    display: flex;
    flex-direction: column;
    position: relative;
    height: calc(100% + 4.5rem);
    margin-bottom: -4.5rem;
    background: #fff;
    padding: 2rem;
    box-shadow: rgba(10, 10, 10, .2) 0 .15rem .45rem;
    transition: .25s ease all
}
.pricing .pricing-box:hover {
    box-shadow: rgba(10, 10, 10, .1) 0 .5rem .5rem
}
.pricing .pricing-box h4.pricing-title {
    font-weight: 700;
    font-size: 2.3rem;
    line-height: 1.075;
    color: #000000
}
.pricing .pricing-box p.pricing-info {
    font-size: 1.6rem;
    font-weight: 400;
    color: #000000
}
.pricing .pricing-box ul.pricing-features {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0
}
.pricing .pricing-box ul.pricing-features li {
    display: block;
    position: relative;
    padding-left: 1rem;
    font-size: 1.6rem;
    font-weight: 400;
    color: #000000;
    margin-top: .25rem
}
.pricing .pricing-box ul.pricing-features li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0.65rem;
    height: 0.65rem;
    content: ' ';
    background: url("../img/icons/check-icon.png") center no-repeat;
    background-size: contain;
    margin: auto
}
.pricing .pricing-box .pricing-buy {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    padding-top: 2.5rem;
}
.pricing .pricing-box .pricing-buy strong {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1
}
.pricing .pricing-box .pricing-buy strong span {
    display: block;
    color: #7a7a7a;
    font-weight: 400;
    font-size: .9rem;
    margin: .25rem 0 0 0
}
.pricing .pricing-box .btn.btn-primary {
    background: linear-gradient(to right, #1c8ece 0, #48aca4 19%, #65b56b 38%, #96c51f 57%, #c4d71e 78%, #f3ea1d 100%);
    color: #fff;
    text-transform: uppercase;
    border: none;
    position: relative;
    transition: .2s ease all;
    width: 140px;
    height: 140px;
    padding: 1rem;
    text-align: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.pricing .pricing-box .btn.btn-primary:active, .pricing .pricing-box .btn.btn-primary:focus {
    filter: brightness(105%);
    box-shadow: none !important
}
.pricing .pricing-box .btn.btn-primary span {
    position: relative;
    z-index: 1;
    font-weight: 600
}

.service-options {
    padding: 20rem 0 20rem 0;
    background: url("../img/services-bg.jpg") center bottom no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}
.service-options h1 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1;
    padding-right: 30%;
    color: #37453f;
}
.service-options p {
    font-size: 1.35rem;
    padding-right: 30%;
    color: #4c665a;
}

.service-boxes {
    background: #f2f2f2;
}
.service-boxes .row {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
}
.service-boxes .row .col-md-6 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.service-boxes .service-box {
    display: block;
    padding: 4rem;
    background: #fff;
    box-shadow: rgba(10, 10, 10, .1) 0 .15rem 1rem;
    margin: -5rem 0 0 0;
    z-index: 1;
    position: relative;
    transition: .25s ease all;
    text-decoration: none;
    cursor: pointer;
    color: inherit
}
.service-boxes .service-box:hover {
    box-shadow: rgba(10, 10, 10, .1) 0 .5rem .5rem
}
.service-boxes .service-box img {
    display: block;
    width: 100%;
}
.service-boxes .service-box .service-person-type {
    padding: .25rem 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: .9rem;
    font-weight: 600;
    display: block;
    position: relative;
    color: #999;
    margin: 2rem auto 1.5rem;
    max-width: 220px;
    text-align: center;
}
.service-boxes .service-box h2 {
    font-weight: 700
}
.service-boxes .service-box p {
    font-size: 1rem;
    margin: 0
}

.package-types {
    display: block;
    padding: 5rem 0;
    background: #f2f2f2
}
.package-types h3 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #000000;
    margin: 0;
}
.package-types p.lead {
    font-size: 1.35rem;
    color: #000000;
    margin: 0 0 3rem 0;
}
.package-types.type-dark {
    padding: 0 0 5rem 0;
}
.package-types.type-dark h4 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #000000;
    margin: 0;
}

.service-package {
    display: block;
    padding: 2.5rem;
    background: #fff;
    box-shadow: rgba(10, 10, 10, .1) 0 .15rem .75rem;
    margin-top: 2.5rem
}
.service-package .img-fluid {
    border-radius: .25rem;
    width: 100%;
    display: block;
    margin: 0 0 1rem 0;
    box-shadow: rgba(10, 10, 10, .05) 0 .15rem .15rem
}
.service-package .service-person-type {
    font-size: 1rem;
    color: #999;
    font-weight: 700
}
.service-package h1 {
    font-size: 1.65rem;
    font-weight: 700;
    color: #000;
    margin: 0.25rem 0 0 0
}
.service-package h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #000;
    margin: .25rem 0
}
.service-package ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0
}
.service-package ul li {
    display: block;
    position: relative;
    padding-left: 1.25rem;
    color: #221814;
}
.service-package ul li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: .8rem;
    height: .8rem;
    content: ' ';
    background: url("../img/icons/check-icon.png") center no-repeat;
    background-size: contain;
    margin: auto
}
.service-package .service-included h5 {
    font-size: .8rem;
    color: #7a7a7a
}
.service-package .service-included ul li {
    padding: .25rem .75rem;
    font-size: .7rem;
    border-radius: 5px;
    background: #f2f3f4;
    margin: 0 0 .5rem 0;
    display: block;
    text-align: center;
}
.service-package .service-included ul li:before {
    display: none
}
.service-package .service-fees {
    display: none;
    padding: .5rem 0
}
.service-package .service-fees .service-fee {
    font-size: .8rem;
    color: #7a7a7a;
    display: flex;
    justify-content: space-between;
    align-items: center
}
.service-package .service-fees .service-fee strong {
    font-weight: 600
}
.service-package .service-fees .service-fee.fee-final {
    align-items: flex-start;
    border-top: 1px solid #eee;
    padding-top: .5rem;
    margin-top: .5rem
}
.service-package .service-fees .service-fee.fee-final strong {
    font-size: 2rem;
    color: #1e253b;
    margin-top: -.25rem;
    font-weight: 700
}
.service-package .service-cta {
    text-align: center;
    padding-top: 1rem;
}
.service-package .btn.btn-primary {
    background: linear-gradient(to right, #1c8ece 0, #48aca4 19%, #65b56b 38%, #96c51f 57%, #c4d71e 78%, #f3ea1d 100%);
    color: #fff;
    border-radius: 5px;
    padding: 0.5rem 1.5rem;
    text-transform: uppercase;
    border: none;
    position: relative;
    transition: .2s ease all;
    display: block;
    width: 100%;
    text-align: center;
}
.service-package .btn.btn-primary:active, .service-package .btn.btn-primary:focus {
    filter: brightness(105%);
    box-shadow: none !important
}
.service-package .btn.btn-primary span {
    position: relative;
    z-index: 1;
    font-weight: 600
}

.packages, .process {
    padding: 1.5rem 0 0 0
}
.process h4 {
    display: none;
}
.process .process-item {
    display: block;
    padding: 2rem;
    position: relative;
    color: #fff;
    background: #999999;
    border-radius: 0;
    margin-top: .5rem
}
.process .process-item img {
    width: 64px;
    height: 64px;
    filter: brightness(0) invert(1);
    margin: auto;
    display: block;
}
.process .process-item h2 {
    font-size: 1.65rem;
    font-weight: 700;
    margin: 1.5rem 0 0 0;
    text-align: center;
}
.process .process-item h3 {
    font-size: 0.7rem;
    font-weight: 400;
    color: #fff;
    margin: 0.5rem 0 1rem 0;
    text-align: center;
}
.process .process-item ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0
}
.process .process-item ul li {
    display: block;
    font-size: 1rem;
    color: #fff;
    position: relative;
    padding-left: 1.15rem
}
.process .process-item ul li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0.6rem;
    height: 0.6rem;
    background: url("../img/icons/check-icon.png") center no-repeat;
    background-size: cover;
    filter: brightness(0) invert(1);
    content: ' ';
    margin: auto;
}
.package {
    display: block;
    padding: 2.5rem;
    background: #fff;
    box-shadow: rgb(10 10 10 / 10%) 0 0.15rem 0.75rem;
    margin-top: 2.5rem;
}
.service-package .service-person-type {
    font-size: .9rem;
    color: #999;
    font-weight: 600
}
.package .package-title strong {
    font-size: 1.65rem;
    font-weight: 700;
    color: #000;
    margin: 0 0;
    display: block;
}
.package .package-title span {
    font-size: 1.25rem;
    font-weight: 700;
    color: #000;
    margin: 0 0 .5rem 0;
    display: block
}
.package .package-explanation {
    padding-top: 0;
    counter-reset: section
}
.package .package-explanation p {
    display: block;
    position: relative;
    font-size: 1rem;
    margin: 0 0 .25rem 0;
    padding-left: 1.25rem;
    color: #000
}
.package .package-explanation p:before {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0.8rem;
    height: 0.8rem;
    background: url("../img/icons/check-icon.png") center no-repeat;
    background-size: contain;
    margin: auto;
}
.package .package-deliverables h5 {
    padding: .5rem .75rem;
    font-size: .7rem;
    border-radius: 5px;
    background: #f2f3f4;
    margin: 0 0 .5rem 0;
    display: block;
    text-align: center;
}
.package .package-deliverables ul {
    display: block;
    list-style: none;
    margin: 0 0 1rem 0;
    padding: 0
}
.package .package-deliverables ul li {
    position: relative;
    font-size: .8rem;
    color: #000;
}
.package .package-price {
    padding-bottom: 1rem;
    line-height: 1;
    display: none;
}
.package .package-price strong {
    font-size: 2rem;
    color: #1e253b;
    display: block;
    font-weight: 700
}
.package .package-price span {
    display: block;
    font-size: .8rem;
    color: #7a7a7a
}
.package .btn.btn-primary {
    background: linear-gradient(to right, #1c8ece 0, #48aca4 19%, #65b56b 38%, #96c51f 57%, #c4d71e 78%, #f3ea1d 100%);
    color: #fff;
    border-radius: 5px;
    padding: 0.5rem 1.5rem;
    text-transform: uppercase;
    border: none;
    position: relative;
    transition: .2s ease all;
    display: block;
    width: 100%;
}
.package .btn.btn-primary:active, .package .btn.btn-primary:focus {
    filter: brightness(105%);
    box-shadow: none !important
}
.package .btn.btn-primary span {
    position: relative;
    z-index: 1;
    font-weight: 600
}
.package .package-image {
    position: relative;
    text-align: center
}
.package .package-image img {
    border-radius: .25rem;
    width: 100%;
    display: block;
    margin: 0 0 1rem 0;
    box-shadow: rgba(10, 10, 10, .05) 0 .15rem .15rem
}
.package .package-image span {
    display: inline-block;
    padding: 0 .5rem;
    color: #b2b2b2;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase
}
.packages .disclaimer {
    font-size: .8rem;
    color: #999;
    margin-top: 1.5rem;
    text-align: center
}
.become-partner-header {
    position: relative;
    padding: 10rem 0 0 0;
    background: url("../img/become-partner-bg.jpg") center no-repeat;
    background-size: cover
}
.become-partner-header:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .35);
    content: ' ';
    z-index: 0
}
.become-partner-header .container {
    position: relative;
    z-index: 2
}
.become-partner-header h2 {
    font-size: 3rem;
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -1px;
    color: #fff;
    margin: 0
}
.become-partner-header h3 {
    font-size: 2rem;
    font-weight: 400;
    color: #fff;
    margin: 2rem 0;
    text-transform: capitalize
}
.become-partner-header .btn.btn-primary {
    background: linear-gradient(to right, #1c8ece 0, #48aca4 19%, #65b56b 38%, #96c51f 57%, #c4d71e 78%, #f3ea1d 100%);
    color: #fff;
    border-radius: 5px;
    padding: 0.5rem 1.5rem;
    text-transform: uppercase;
    border: none;
    position: relative;
    transition: .2s ease all
}
.become-partner-header .btn.btn-primary:active, .become-partner-header .btn.btn-primary:focus {
    filter: brightness(105%);
    box-shadow: none !important
}
.become-partner-header .btn.btn-primary span {
    position: relative;
    z-index: 1;
    font-weight: 600
}
.become-partner-header .header-features {
    position: relative;
    margin-top: 5rem;
    padding: 2rem 0;
    background: rgba(0, 0, 0, .25);
    backdrop-filter: blur(3px);
    color: #fff
}
.become-partner-header .header-features .header-feature {
    display: block;
    position: relative;
    font-weight: 600;
    text-align: center
}
.become-partner-header .header-features .header-feature img {
    width: 4rem;
    height: 4rem;
    display: block;
    margin: auto auto 1rem auto;
    filter: brightness(0) invert(1)
}

.business-types {
    padding: 5rem 0 calc(5rem - 30px) 0
}
.business-types .business-type {
    width: 100%;
    background: #eee;
    margin-bottom: 30px;
    padding-top: 100%;
    box-shadow: rgba(10, 10, 10, .2) 0 .15rem .35rem;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: .15s ease all;
    user-select: none;
    text-decoration: none;
    display: block
}
.business-types .business-type:hover {
    box-shadow: rgba(10, 10, 10, .25) 0 .25rem .45rem;
    transform: scale(1.025)
}
.business-types .business-type:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    content: ' ';
    z-index: 0
}
.business-types .business-type h2 {
    font-size: 1.5rem;
    font-weight: 700;
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    z-index: 1
}
.business-types .business-type.type-1 {
    background: url("../img/screen-1.jpg") center right -50px no-repeat;
    background-size: cover;
    color: #fff
}
.business-types .business-type.type-2 {
    background: url("../img/screen-2.jpg") center right -50px no-repeat;
    background-size: cover;
    color: #fff
}
.business-types .business-type.type-3 {
    background: url("../img/screen-3.jpg") center right -50px no-repeat;
    background-size: cover;
    color: #fff
}
.business-types .business-type.type-4 {
    background: url("../img/screen-4.jpg") center right -50px no-repeat;
    background-size: cover;
    color: #fff
}
.business-types .business-type.type-5 {
    background: url("../img/screen-5.jpg") center right -50px no-repeat;
    background-size: cover;
    color: #fff
}
.business-types .business-type.type-6 {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 1.5rem;
    height: calc(100% - 30px)
}
.business-types .business-type.type-6:before {
    display: none
}
.business-types .business-type.type-6 img {
    height: 2rem;
    width: auto;
    margin-bottom: 1.5rem
}
.business-types .business-type.type-6 h3 {
    font-weight: 700;
    font-size: 1.5rem
}
.business-types .business-type.type-6 p {
    margin-bottom: 0
}

.modal.business-type-popup .modal-content {
    border-radius: 0;
    padding: 0;
    border: none
}
.modal.business-type-popup .modal-body {
    padding: 0;
    border-radius: 0;
    border: none
}
.modal.business-type-popup .business-image {
    height: 100%;
    position: relative
}
.modal.business-type-popup .business-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    user-select: none
}
.modal.business-type-popup .business-image .business-slogan {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 70%;
    height: auto;
    padding: 25px;
    background: rgba(0, 0, 0, .35);
    color: #fff;
    font-weight: 700
}
.modal.business-type-popup .business-content {
    padding: 40px 25px
}
.modal.business-type-popup .business-content .business-info + .business-info {
    margin-top: 25px
}
.modal.business-type-popup .business-content .business-info h4 {
    font-weight: 700;
    color: #1e253b;
    font-size: 1.15rem
}
.modal.business-type-popup .business-content .business-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block
}
.modal.business-type-popup .business-content .business-info ul li {
    color: #1e253b;
    font-size: .9rem
}
.modal.business-type-popup .business-content .business-info ul li:before {
    content: '-';
    margin-right: .5rem;
    opacity: .5
}
.modal.business-type-popup .btn.btn-primary {
    background: linear-gradient(to right, #1c8ece 0, #48aca4 19%, #65b56b 38%, #96c51f 57%, #c4d71e 78%, #f3ea1d 100%);
    color: #fff;
    border-radius: 5px;
    padding: 0.5rem 1.5rem;
    text-transform: uppercase;
    border: none;
    position: relative;
    transition: .2s ease all
}
.modal.business-type-popup .btn.btn-primary:active, .modal.business-type-popup .btn.btn-primary:focus {
    filter: brightness(105%);
    box-shadow: none !important
}
.modal.business-type-popup .btn.btn-primary span {
    position: relative;
    z-index: 1;
    font-weight: 600
}

.how-it-works {
    padding: 0 0 5rem 0;
    background: #fff;
    text-align: center
}
.how-it-works h3 {
    font-weight: 700;
    color: #1e253b;
    font-size: 2rem
}
.how-it-works .hiw-item {
    margin-top: 1.5rem
}
.how-it-works .hiw-item img {
    width: 4rem;
    height: 4rem;
    margin: auto auto 1rem auto;
    display: block
}
.how-it-works .hiw-item h4 {
    font-weight: 700;
    font-size: 1.25rem;
    color: #1e253b
}
.how-it-works .hiw-item p {
    margin: 0;
    padding: 0 10%
}
.contact-form {
    padding: 5rem 0 0 0;
    background: #fafafa
}
.contact-form h3 {
    font-weight: 700;
    color: #1e253b;
    font-size: 2rem;
    margin: 0 0 1rem 0
}
.contact-form .btn.btn-primary {
    background: linear-gradient(to right, #1c8ece 0, #48aca4 19%, #65b56b 38%, #96c51f 57%, #c4d71e 78%, #f3ea1d 100%);
    color: #fff;
    border-radius: 5px;
    padding: 0.5rem 1.5rem;
    text-transform: uppercase;
    border: none;
    position: relative;
    transition: .2s ease all
}
.contact-form .btn.btn-primary:active, .contact-form .btn.btn-primary:focus {
    filter: brightness(105%);
    box-shadow: none !important
}
.contact-form .btn.btn-primary span {
    position: relative;
    z-index: 1;
    font-weight: 600
}
.contact-form .form-group label {
    font-size: 1rem;
    font-weight: 600;
    display: block;
    margin: 0 0 .15rem 0
}
.contact-form .form-group .form-control {
    padding: 1rem;
    height: auto
}
.contact-form .form-group .form-control:focus {
    box-shadow: rgba(10, 10, 10, .15) 0 .15rem .25rem;
    outline: 0;
    border-color: #ccc
}
.contact-form .form-group textarea.form-control {
    min-height: 140px
}
.contact-form .partner-img .partner-name {
    z-index: 1;
    right: -50px;
    top: 10%;
    font-size: 1.5rem
}

@media (min-width: 1400px) {
    .contact-form .partner-img .partner-name {
        right: -100px
    }
}

.faq {
    padding: 5rem 0;
    background: #f2f3f4
}
.faq h3 {
    font-weight: 700;
    color: #1e253b;
    font-size: 2rem;
    margin: 0 0 1rem 0
}
.faq .card {
    border: none;
    background: 0 0;
    margin-top: 1.5rem
}
.faq .card .card-header {
    padding: 0;
    background: 0 0;
    box-shadow: none;
    border: none;
    outline: 0
}
.faq .card .card-header .btn {
    display: block;
    white-space: normal;
    text-align: left;
    width: 100%;
    font-weight: 600;
    color: #1e253b;
    font-size: 1.15rem;
    padding: 0;
    background: 0 0;
    box-shadow: none;
    outline: 0;
    text-decoration: none
}
.faq .card .card-header .btn:hover, .faq .card .card-header .btn:not(.collapsed) {
    color: #f2116d
}
.faq .card .card-body {
    padding: .25rem 0 0 0;
    font-size: .9rem
}

@media (min-width: 1481px) and (max-width: 1919px) {
    .navbar .nav-item > .nav-link {
        padding: .5rem 1rem
    }
}

@media (min-width: 1200px) and (max-width: 1480px) {
    .navbar .nav-item > .nav-link {
        padding: .5rem 1rem
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    body, html {
        font-size: 14px
    }

    .navbar-light .navbar-brand img {
        height: 40px
    }

    .navbar .nav-item > .nav-link {
        padding: .5rem .75rem;
        font-size: 1rem;
        margin: 0
    }

    .navbar .nav-item.button > .nav-link {
        margin-left: 0;
        font-size: .8rem;
        padding: .5rem 1.5rem
    }

    .page-screen.single-screen {
        height: auto;
    }

    .page-screen .page-box {
        width: 500px;
    }

    .page-screen .page-box.box-xl {
        width: 550px;
    }

    .page-screen#community h1 {
        width: 150%;
        max-width: 150%;
    }

    .page-link-box {
        width: calc(50% - 1rem);
        margin: .5rem .5rem
    }

    .page-link-box .link-info {
        padding: 1.5rem
    }

    .page-link-box .link-info h2, .page-link-box .link-info h2 strong {
        font-size: 1.25rem
    }

    .page-link-box .link-info p {
        font-size: .7rem;
        margin-bottom: .5rem
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body, html {
        font-size: 14px
    }
    .navbar-light .navbar-brand img {
        height: 40px
    }
    .navbar .nav-item > .nav-link {
        padding: .5rem 1rem;
        font-size: 1rem
    }
    .navbar .nav-item.button > .nav-link {
        margin-left: 0
    }

    .page-link-box {
        margin: 2.5rem 0.5rem 0 0.5rem;
    }

    .page-screen#web-agencies,
    .page-screen#community {
        position: relative;
    }
    .page-screen#web-agencies:before,
    .page-screen#community:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        content: ' ';
        z-index: 0;
        opacity: 0.25;
    }
    .page-screen#web-agencies .container,
    .page-screen#community .container {
        position: relative;
        z-index: 1;
    }

    .page-screen.single-screen {
        height: auto;
    }
    .page-screen .page-box {
        width: 500px;
    }
    .page-screen .page-box.box-xl {
        width: 550px;
    }
    .page-screen#community h1 {
        width: 150%;
        max-width: 150%;
    }

    .system-features {
        padding: 1.5rem 0;
    }
    .system-features .system-feature {
        padding: 1.5rem 0 !important;
    }
    .system-features .system-feature h3 {
        font-size: 2rem;
    }
    .system-features .system-feature .col-md-5 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .service-options {
        padding: 10rem 0
    }

    .service-options h1 {
        font-size: 2.5rem
    }

    .service-options p {
        font-size: 1.25rem
    }
    .service-boxes .service-box {
        margin-top: -2.5rem;
        padding: 2rem;
    }

    .service-popup .modal-content {
        padding: 0;
    }
    .service-popup .modal-content .modal-header img {
        width: 60px;
    }
    .service-popup .modal-content .modal-body {
        padding: 18rem 5rem 3rem 5rem;
    }
    .service-popup .modal-content .modal-body .popup-background {
        width: calc(100% - 10rem);
        height: 15rem;
        object-fit: cover;
        max-height: inherit;
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-light {
        padding: 1rem 0;
    }
    .navbar-light .navbar-brand {
        margin-left: 0;
        margin-right: auto;
        transform: translateX(10px);
        width: auto
    }
    .navbar-light .navbar-brand img {
        height: 40px
    }
    .navbar-light .navbar-toggler {
        border-color: transparent;
        outline: 0;
        box-shadow: none
    }
    .navbar-collapse {
        background: #fff;
        padding: 2rem 2rem 1.5rem 2rem;
        border-radius: 10px;
        box-shadow: rgba(10, 10, 10, .1) 0 15px 55px;
        margin-top: 15px
    }
    .navbar .nav-item > .nav-link {
        margin: 0 0 .5rem 0;
        text-align: center
    }
    .navbar .nav-item.button > .nav-link {
        margin-left: 0;
        margin-top: 1rem;
        display: block;
        width: 100%
    }
    .navbar-light.dark-mode .navbar-toggler {
        filter: invert(1)
    }
    .navbar-light.dark-mode .navbar-collapse {
        background: #fff
    }
    .navbar .navbar-nav:not(#menu):after {
        display: none;
    }

    .page-screen {
        background-color: #fff !important;
        background-position: center top !important;
        padding-bottom: 0;
        padding-top: 5rem;
        text-align: left;
        justify-content: inherit
    }
    .page-screen#main {
        background: url("../img/main-bg-mobile.jpg") center bottom no-repeat;
        background-size: cover;
        padding-top: 15vh
    }
    .page-screen#features {
        background: url("../img/features-bg-mobile.jpg") center bottom no-repeat #020b1c !important;
        background-size: cover !important;
        padding-top: 15vh;
        justify-content: flex-start;
    }
    .page-screen#features .page-box form {
        width: 100%;
        margin-top: 0;
    }
    .page-screen#features h1 {
        font-size: 2.45rem;
        line-height: 1.1;
        margin-top: 0;
    }
    .page-screen .container-fluid {
        position: relative;
        z-index: 1
    }
    .page-screen .page-box, .page-screen .page-box.box-xl {
        width: 100%;
        margin: 0;
        height: calc(100vh - 56.25% - 30px)
    }
    .page-screen h1, .page-screen.single-screen h1 {
        font-size: 1.5rem;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 1.25;
        width: 100%;
        margin-bottom: 0 !important
    }
    .page-screen h1 strong {
        letter-spacing: 0;
        font-size: 1.5rem;
        text-transform: none
    }
    .page-screen#community h1 {
        width: 100%
    }
    .page-screen h4 {
        font-size: 1.2rem;
        margin: 0 0 1rem 0;
        line-height: 1.35;
        width: 100%
    }
    .page-screen p {
        font-size: .75rem;
        text-align: left !important
    }
    .page-screen form {
        flex-direction: column;
        justify-content: stretch;
    }
    .page-screen form .form-control {
        border: 1px solid #eee;
        text-align: center;
    }
    .page-screen form .btn.btn-primary {
        position: relative;
        display: block;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        padding: 1rem 2rem;
        width: 100%;
        margin-top: 0.5rem !important;
        margin-bottom: 0 !important;
        margin-left: 0;
        margin-right: 0;
    }
    .page-screen form .btn.btn-primary:before {
        display: none;
    }
    .home-screens .page-screen form .btn {
        display: block;
        padding: .75rem 1.5rem;
        font-size: .9rem;
        margin: 0
    }
    .home-screens .page-screen form .btn.btn-secondary {
        display: none !important;
    }
    .home-screens .page-screen form .btn.btn-secondary:after {
        display: none
    }
    .customer-types {
        flex-direction: column;
        height: calc(100vh - 10rem)
    }
    .page-link-box {
        height: 100%;
        width: calc(100% - 1rem);
        margin: .25rem .5rem;
        border-radius: .5rem;
        text-decoration: none !important;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column
    }
    .page-link-box:hover {
        width: calc(100% - 1rem);
        background: #333
    }
    .page-link-box:after {
        height: 100%;
        background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
        background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
    }
    .page-link-box .link-bg {
        width: 100% !important;
        right: 0 !important;
        top: 0 !important;
        height: 100% !important;
        filter: none
    }
    .page-link-box:hover .link-bg {
        right: 0
    }
    .page-link-box .link-info {
        display: block;
        position: relative;
        padding: 1rem
    }
    .page-link-box .link-info h2, .page-link-box .link-info h2 strong {
        font-size: 1.1rem;
        margin: 0
    }
    .page-link-box .link-info h2 strong {
        display: block
    }
    .page-link-box .link-info p {
        font-size: .8rem;
        margin: 0;
        display: none
    }
    .page-link-box.inactive, .page-link-box.inactive .link-info {
        opacity: 1
    }
    #pp-nav.right {
        display: none
    }
    .scroll {
        left: 0;
        right: 0;
        margin: auto;
        width: 40px;
        text-align: center
    }
    .scroll span {
        margin: auto;
        opacity: .25
    }
    .page-screen.single-screen {
        padding: 5rem 0;
        height: auto;
        min-height: auto
    }
    .page-screen.single-screen h4 {
        margin-top: 0.25rem;
        font-size: 1rem
    }
    .system-features {
        padding: 1.5rem 0;
    }
    .system-features .system-feature {
        padding: 1.5rem 0 !important;
    }
    .system-features .system-feature h3 {
        font-size: 1.5rem;
        margin: 15px 0 5px 0
    }
    .system-features .system-feature .col-md-5 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .reviews {
        padding-top: 15px;
        padding-bottom: 40px
    }
    .reviews .review-box {
        padding: 25px;
        text-align: center
    }
    .reviews .review-box p {
        font-size: 1.15rem
    }
    .reviews .review-people .review-person {
        text-align: center;
        padding-right: 10px;
        padding-left: 10px
    }
    .reviews .review-people .review-person img {
        width: 60px;
        height: 60px;
    }
    .reviews .review-people .review-person.active:before {
        left: -5px;
        right: 0;
        margin: auto
    }
    .video-wrapper .video-box .video-info img {
        width: 24px;
        height: 24px
    }
    .video-wrapper .video-box .video-info h5 {
        font-size: 1rem
    }
    .video-wrapper .video-box .video-info p {
        font-size: .7rem
    }
    .video-wrapper .video-box .video-info {
        padding-left: 35px;
        padding-right: 35px;
        text-align: center
    }
    .other-apps {
        padding-top: 100px
    }
    .other-apps h3 {
        font-size: 1.25rem
    }
    .other-apps .app-logos img.app-logo {
        max-height: 25px;
        max-width: 80px
    }
    footer {
        padding-top: 15px
    }
    footer p.disclaimer {
        padding-top: 10px;
        margin-top: 10px
    }
    .pricing {
        padding-top: 5rem;
        margin-bottom: 5rem
    }
    .pricing .pricing-box h4.pricing-title {
        font-size: 1.5rem
    }
    .pricing .pricing-box {
        margin-bottom: 1rem;
        height: auto
    }
    .pricing .pricing-box p.pricing-info {
        font-size: 1rem
    }
    .pricing .pricing-box .pricing-buy {
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
    .pricing .pricing-box .btn.btn-primary {
        margin-top: 1.5rem
    }
    .service-options {
        padding: 5rem 0
    }
    .service-options h1 {
        font-size: 1.5rem
    }
    .service-options p {
        font-size: 1rem
    }
    .service-boxes .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .service-boxes .row .col-md-6 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .service-boxes .service-box {
        margin: 1.5rem 0 0 0
    }
    .service-boxes .service-box h2 {
        font-size: 1.25rem
    }
    .service-boxes .service-box p {
        font-size: .9rem
    }
    .package-types, .package-types.type-dark {
        padding: 5rem 0 0 0
    }
    .package-types p.lead {
        font-size: 1rem
    }
    .package-types h3,
    .package-types.type-dark h4 {
        font-size: 2rem;
    }
    .service-package h1 {
        font-size: 1.5rem
    }
    .service-package h3 {
        font-size: 1rem;
        font-weight: 600
    }
    .service-package .service-included {
        margin-top: 1.5rem
    }
    .service-package .service-included h5 {
        color: #1e253b;
        font-weight: 600
    }
    .packages {
        padding-top: 3rem
    }
    .package .package-title strong {
        font-size: 1.5rem;
        margin: 1.5rem 0 0 0
    }
    .package .package-title span {
        font-size: 1rem;
        font-weight: 600
    }
    .package .package-deliverables {
        margin-top: 1rem
    }
    .package .package-buy, .package .package-price {
        text-align: center
    }
    .page-screen.single-screen ul.check-list {
        margin: 0 0 1rem 0
    }
    .page-screen.single-screen ul.check-list li {
        font-size: 1rem;
        white-space: normal
    }
    .service-popup .modal-content .modal-body {
        padding: 0
    }
    .service-popup .modal-content h3 {
        font-size: 1.5rem;
        font-weight: 600
    }
    .service-popup .modal-content .modal-body .popup-background {
        position: relative;
        width: 100%;
        right: 0;
        left: 0;
        object-fit: cover;
    }
    .service-popup .modal-content h2 {
        display: none
    }
    .service-popup .modal-content .modal-header {
        margin: 0;
        padding: 1.5rem 0;
    }
    .service-popup .modal-content .modal-header img {
        width: 80px;
    }
    .become-partner-header h2 {
        font-size: 2rem
    }
    .become-partner-header h3 {
        font-size: 1.25rem;
        margin: 1rem 0
    }
    .become-partner-header .header-features {
        padding: 1rem 0
    }
    .become-partner-header .header-features .header-feature {
        display: flex;
        padding: 1rem 0;
        align-items: center
    }
    .become-partner-header .header-features .header-feature img {
        margin: 0 1rem 0 0;
        width: 3rem;
        height: 3rem
    }
    .business-types {
        padding: 2.5rem 0 1.5rem 0
    }
    .business-types .business-type {
        margin-bottom: 1rem;
        aspect-ratio: auto;
        padding: 4.5rem 1.5rem 1rem 1.5rem;
        background-position: center right !important
    }
    .business-types .business-type h2 {
        position: relative;
        bottom: 0;
        left: 0;
        font-size: 1.25rem
    }
    .business-types .business-type:before {
        height: 80%
    }
    .business-types .business-type.type-6 {
        padding: 2.5rem
    }
    .how-it-works {
        padding-bottom: 2.5rem
    }
    .contact-form {
        padding: 2.5rem 0 0 0
    }
    .faq {
        padding: 2.5rem 0
    }
    .faq h3 {
        margin-bottom: 0
    }
    .page-screen#features, .page-screen#main {
        text-align: center
    }
    .page-screen#features p.text-center, .page-screen#main p.text-center {
        text-align: center !important
    }
    .modal.business-type-popup .close {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 1;
        font-size: 2rem
    }
    .modal.business-type-popup .business-image {
        height: 250px
    }
    .contact-form .partner-img .partner-name {
        bottom: 10%;
        top: auto;
        right: 10%;
        background: rgba(255, 255, 255, 0.25);
        color: #fff;
        font-size: 1rem;
    }
    .pricing .pricing-box ul.pricing-features li {
        font-size: 1rem;
    }
    .pricing .pricing-box .pricing-buy {
        padding-top: 1rem;
    }

    .page-screen#designers,
    .page-screen#entrepreneurs,
    .page-screen#web-agencies,
    .page-screen#community {
        position: relative;
    }
    .page-screen#designers:before,
    .page-screen#entrepreneurs:before,
    .page-screen#web-agencies:before,
    .page-screen#community:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        content: ' ';
        z-index: 0;
        opacity: 0.25;
    }
    .page-screen#designers .container,
    .page-screen#entrepreneurs .container,
    .page-screen#web-agencies .container,
    .page-screen#community .container {
        position: relative;
        z-index: 1;
    }
    .page-screen#features-screen .page-box {
        width: 100%;
    }
    .page-screen#features-screen h1 {
        font-size: 2.5rem;
        line-height: 1.1;
    }
    .page-screen#features-screen h1 strong {
        margin: 0.5rem 0;
    }
    .page-screen#features-screen form {
        position: relative;
        width: 100%;
        padding-top: 1.5rem;
    }
    .page-screen#features-screen form .btn.btn-primary {
        margin-right: auto;
    }
}