﻿/*shtall the ball on editing this file

    Been using Sass for the KYCware project, want to include it in this project too - this file was compiled from the sass files.
*/
@import url(../fonts/Poppins/poppins.css);

:root {
    --color-dark-blue: #6078ea;
    --colorPrimary: #142742;
    --color-light-blue: #c3eae4;
    --color-light-yellow: #f3f9b9;
    --colorPrimary: #6078ea;
    --colorPrimaryDark: #435192;
    --colorAccent: #17ead9;
    --colorAccentDark: #12c2b4;
    --colorAccentTransparent:#17ead96e; 
}

* {
    font-family: "Poppins", "Poppins-Regular", sans-serif;
}


.color-white {
    color: white
}

.color-dark-blue {
    color: var(--color-dark-blue) !important;
}

.color-navy {
    color: var(--colorPrimary)
}

.color-green {
    color: var(--colorAccentTransparent)
}

.color-lime-green {
    color: var(--colorAccent)
}


.color-light-blue {
    color: var(--color-light-blue)
}


.color-light-yellow {
    color: var(--color-light-yellow)
}

/*Background colors*/

.bg-dark-blue {
    background-color: var(--color-dark-blue)
}

.bg-navy {
    background-color: var(--colorPrimary)
}

.bg-green {
    background-color: var(--colorAccent)
}

.bg-lime-green {
    background-color: var(--colorAccent)
}


.bg-light-blue {
    background-color: var(--color-light-blue)
}


.bg-light-yellow {
    background-color: var(--color-light-yellow)
}

#footer {
    height: 50vh
}

.privacy-link {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

#requestDemoBtt {
    font-size: 1.2rem;
    position: absolute;
    top: 6px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

#ourClientsSection {
    font-size: 1.2rem;
    padding: 0 !important;
}

.head-lighter {
    font-weight: lighter;
    color: #0b3e54 !important;
    font-size: 2.7rem;
}

.contact-kyc {
    color: #0b3e54 !important;
    font-size: 4rem;
}

h1 {
    font-weight: bold;
    text-align: center;
    font-weight: bold;
    font-size: 4rem;
}

#cannavigia-description {
    color: white;
    text-shadow: 2px 2px 4px var(--colorAccent);
}

@media (max-width: 599px) {
    h1 {
        font-size: 2rem;
    }
}

@media (min-width: 600px) and (max-width: 899px) {
    h1 {
        font-size: 3rem;
    }
}

h1.dark {
    color: #0b3e54;
}

h1.sub {
    font-weight: normal;
    font-size: 3rem;
}

@media (max-width: 599px) {
    h1.sub {
        font-size: 2rem;
    }
}

@media (min-width: 600px) and (max-width: 899px) {

    h1.sub {
        font-size: 2rem;
    }
}

h2 {
    font-size: 3rem;
    color: #fff;
}

@media (max-width: 599px) {

    h2 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
}

@media (min-width: 600px) and (max-width: 899px) {
    h2 {
        font-size: 2rem;
    }
}

h3 {
    display: inline-block;
    padding: 12px 17px;
    font-weight: bold;
    margin-bottom: 22px;
}

h4 {
    display: table;
    padding: 12px 0;
    font-weight: bold;
    text-decoration: none;
    margin: 22px 0;
}

    h4.ourClientsHeader {
    }

@media (max-width: 1200px) {
    h4.ourClientsHeader {
        font-size: 1.3rem !important;
    }
}

h4.op-title {
    padding: 12px 17px;
    text-align: center;
    margin: 22px auto;
    border: 3px solid #ff9933;
}

h3.colour-prim, h4.colour-prim {
    color: #FF9933;
    border-color: #ff9933;
}

h3.colour-acc1, h4.colour-acc1 {
    color: #43b1ba;
    border-color: #43b1ba;
}

h3.colour-acc2, h4.colour-acc2 {
    color: #ff9933;
    border-color: #ff9933;
}

h5 {
    color: #fff;
    font-size: 2rem;
    padding: 2rem 0;
    font-weight: lighter;
}

@media (max-width: 599px) {
    h5 {
        font-size: 1.25rem;
        padding: 0.75rem;
    }
}

@media (min-width: 600px) and (max-width: 899px) {
    h5 {
        font-size: 1.5rem;
        padding: 1rem;
    }
}

h5 .str-rotate, h5 .rotating {
    font-weight: bold;
}

h6 {
    color: #fff;
    font-size: 1.5rem;
    line-height: 2rem;
}

@media (max-width: 599px) {
    h6 {
        font-size: 1rem;
    }
}

@media (min-width: 600px) and (max-width: 899px) {
    h6 {
        font-size: 1.25rem;
    }
}

h6 i {
    font-size: 1rem;
}

body {
    min-height: 100vh;
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
}

    body nav {
        -webkit-transition: all .35s;
        -moz-transition: all .35s;
        transition: all .35s;
    }

        body nav.kyc-nav-bg {
            background: rgba(255, 255, 255, 0.8);
        }

        body nav.navbar-shrink {
            font-size: .75rem !important;
            padding-top: 0;
            padding-bottom: 0;
        }

            body nav.navbar-shrink .btn {
                font-size: .75rem !important;
                -webkit-transition: all .35s;
                -moz-transition: all .35s;
                transition: all .35s;
            }

            body nav.navbar-shrink .navbar-brand {
                font-size: 1rem;
                margin-right: 100px;
            }

@media (max-width: 599px) {
    body nav.navbar-shrink .navbar-brand {
        margin-right: 0;
    }
}

body nav.navbar-shrink .navbar-brand img {
    -moz-transform: scale(0.75);
    -o-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

body nav .navbar-brand {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    color: #20302e !important;
    margin-right: 50px;
}

    body nav .navbar-brand img {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all .35s;
        -moz-transition: all .35s;
        transition: all .35s;
    }

body nav .btn {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

body nav .navbar-nav .nav-item {
    margin: 0 10px;
}

    body nav .navbar-nav .nav-item.active .nav-link {
        color: #20302e;
    }

@media (min-width: 992px) {
    body nav .navbar-nav .nav-item.demo {
        display: none;
    }
}

@media (max-width: 991px) {
    body nav .navbar-nav .nav-item.demo {
        display: block;
    }
}

body nav .navbar-nav .nav-item .nav-link:hover {
    color: #20302e;
}

@media (min-width: 992px) {
    body nav .demo-btn {
        display: block;
    }
}

@media (max-width: 991px) {
    body nav .demo-btn {
        display: none;
    }
}

.masthead {
    min-height: 100vh;
    position: relative;
    background: url(../../images/cannavigia/font-image.jpeg) no-repeat 100% 100%;
    background-size: cover;
}


body header .landing-bg {
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
}







@media (max-width: 991px) {
    body header h1 {
        margin-top: 100px;
    }
}

body header .headings-container {
    display: flex;
    flex-flow: column;
    min-height: 100vh;
    justify-content: center;
    text-align: center;
}

    body header .headings-container .catch {
        flex: 1;
        align-content: center;
    }

    body header .headings-container .subs {
        padding: 1rem 0 2rem 0;
    }

body .kyc-lg-section {
    min-height: 100vh;
    position: relative;
}

    body .kyc-lg-section h1 {
        padding: 5rem 0;
    }

    body .kyc-lg-section i {
        font-size: 4rem;
    }

#whyKycware i {
}

body .kyc-lg-section a i {
    font-size: 1rem;
}

body .kyc-lg-section .slick-arrow {
    width: 1.5rem;
    height: 1.5rem;
}

    body .kyc-lg-section .slick-arrow::before {
        color: #ff9933;
        font-size: 1.5rem;
    }

body .kyc-lg-section .kyc-slick-slider-icons .slick-slide .icon-container {
    width: 75px;
    height: 75px;
    background-color: none;
    border-radius: 50%;
    line-height: 75px;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

body .kyc-lg-section .kyc-slick-slider-icons .slick-slide i {
    font-size: 2rem;
    color: #fff;
}

body .kyc-lg-section .kyc-slick-slider-icons .slick-slide.slick-current .icon-container {
    width: 100px;
    height: 100px;
    line-height: 100px;
    background-color: #FF9933;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

body .kyc-lg-section .kyc-demo-tut {
    background: #fff;
    padding: 1rem 1.3rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 11;
}

@media (max-width: 599px) {
    body .kyc-lg-section .kyc-demo-tut {
        padding: 0.5rem;
    }
}

body .kyc-lg-section .kyc-demo-tut a {
    color: #ff9933;
}

body .kyc-lg-section#demo {
    overflow: hidden;
    background-color: #0b3e54;
}

    body .kyc-lg-section#demo .container-fluid {
        position: relative;
        z-index: 10;
        text-align: center;
    }

    body .kyc-lg-section#demo [class|="confetti"] {
        position: absolute;
    }

    body .kyc-lg-section#demo .red {
        background-color: #E94A3F;
    }

    body .kyc-lg-section#demo .yellow {
        background-color: #FAA040;
    }

    body .kyc-lg-section#demo .blue {
        background-color: #5FC9F5;
    }


body #blockchain .bc-right {
    text-align: right;
}

@media (max-width: 991px) {
    body #blockchain .bc-right {
        text-align: center;
    }
}

body #blockchain .bc-left {
    text-align: left;
}

@media (max-width: 991px) {
    body #blockchain .bc-left {
        text-align: center;
    }
}

@media (max-width: 599px) {
    body #blockchain i {
        display: none;
    }
}

body #blockchain i {
    color: #ff9933;
}

body .kyc-sm-section {
    height: 200px;
    background-color: #20302e;
    position: relative;
}

    body .kyc-sm-section.line {
        position: relative;
        overflow: hidden;
        background: url("../../images/kycware/cloud-bg.svg") no-repeat;
        background-size: cover;
    }

        body .kyc-sm-section.line .line-svg {
            height: 100%;
            position: absolute;
            left: 50%;
            -moz-transform: translate(-50%, 0);
            -o-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            stroke-width: 4;
        }

            body .kyc-sm-section.line .line-svg path {
                stroke-dasharray: 1252;
                stroke-dashoffset: 1252;
            }

@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

body .kyc-sm-section.line .line-svg .send-line-anim {
    animation: dash 3s linear forwards;
}

body .kyc-sm-section.line .plane {
    position: absolute;
    width: auto;
}

body .kyc-sm-section.line #left-plane {
    height: 50%;
    bottom: 5%;
    left: 15%;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

body .kyc-sm-section.line #middle-plane {
    -moz-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
    top: 10%;
    left: 50%;
    height: 30%;
    -moz-transform: translateX(-50%, 0);
    -o-transform: translateX(-50%, 0);
    -ms-transform: translateX(-50%, 0);
    -webkit-transform: translateX(-50%, 0);
    transform: translateX(-50%, 0);
}

body .kyc-sm-section.line #right-plane {
    height: 75%;
    bottom: 10%;
    right: 10%;
}

body .kyc-sm-section.cogs {
    position: relative;
    overflow: hidden;
    background: url(../../images/kycware/cog-bg.svg) no-repeat;
    background-size: cover;
}

    body .kyc-sm-section.cogs svg {
        position: absolute;
        width: auto;
    }

    body .kyc-sm-section.cogs path {
        transform-origin: 50% 50%;
    }

    body .kyc-sm-section.cogs .left-cog {
        height: 125%;
        top: -30%;
        left: -5%;
    }

@media (max-width: 599px) {
    body .kyc-sm-section.cogs .left-cog {
        display: none;
    }
}

body .kyc-sm-section.cogs .middle-cog {
    height: 175%;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

body .kyc-sm-section.cogs .right-cog {
    height: 80%;
    bottom: -10%;
    right: -5%;
}

@media (max-width: 599px) {
    body .kyc-sm-section.cogs .right-cog {
        display: none;
    }
}

body .kyc-sm-section.blocks {
    position: relative;
    overflow: hidden;
    /*background: url("../../images/cannavigia/antiFraud.svg") no-repeat;*/
    background-color: var(--color-light-yellow);
    background-size: cover;
}

    body .kyc-sm-section.blocks .baby-blocks {
        position: absolute;
    }

    body .kyc-sm-section.blocks #block-1 {
        height: 350%;
        bottom: 5%;
        left: 15%;
    }

    body .kyc-sm-section.blocks #block-2 {
        height: 200%;
        top: 10%;
        left: 50%;
        -moz-transform: translateX(-50%, 0);
        -o-transform: translateX(-50%, 0);
        -ms-transform: translateX(-50%, 0);
        -webkit-transform: translateX(-50%, 0);
        transform: translateX(-50%, 0);
    }

    body .kyc-sm-section.blocks #block-3 {
        height: 155%;
        bottom: 10%;
        right: 10%;
    }

body .kyc-sm-section.sky {
    position: relative;
    overflow: hidden;
    background: url("../../images/kycware/sky-bg.svg") no-repeat;
    background-size: cover;
}

    body .kyc-sm-section.sky .rocket {
        position: absolute;
        width: 20%;
        left: 50%;
        margin-left: -10%;
        bottom: 0;
    }

body .kyc-global-btn {
    background: #ff9933;
    color: #fff;
}

    body .kyc-global-btn:hover {
        background: #f27c3d;
        color: #fff;
    }

    body .kyc-global-btn:focus {
        box-shadow: none;
    }

body .img-btn img {
    box-shadow: 0 0 5px rgba(32, 48, 46, 0.45);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

body .img-btn:hover img {
    box-shadow: 0 0 12px rgba(32, 48, 46, 0.2);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

body .color-btn {
    cursor: pointer;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

    body .color-btn:hover {
        -moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-transition: all .35s;
        -moz-transition: all .35s;
        transition: all .35s;
    }

    body .color-btn.color-blue {
        color: #214a81;
    }

    body .color-btn.color-purple {
        color: #7942c1;
    }

    body .color-btn.color-yellow {
        color: #ffd474;
    }

    body .color-btn.color-green {
        color: #4cca9b;
    }

    body .color-btn.color-red {
        color: #c94c4c;
    }

#img-globex-series {
    width: 100px;
}

.form-control:focus {
    border-color: #FF9933;
    box-shadow: 0 0 0 .2rem rgba(255,153,51,.5)
}

@media (max-width: 600px) {
    .form-control {
        margin-bottom: 10px;
    }
}

#img-whitepaper {
    height: 30rem;
}

.footer {
    background-color: #425e6e;
    padding-bottom: 50px;
}

    .footer p {
        color: white;
    }

    .footer #globex-solutions {
        color: #FF9933;
    }

#credits-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px
}

.kyc-table > tbody tr.success td {
    background-color: rgba(79, 162, 212, 0.1) !important;
}

.custom-select {
    width: inherit;
}

@media (min-width: 768px) {
    .row.equal {
        display: flex;
        flex-wrap: wrap;
    }
}



/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    /*body header {
        min-height: 80vh;
        position: relative;
    }

        body header .landing-bg {
            background: url(../../images/cannavigia/atTheSource.svg) no-repeat 0 50%;
            background-size: auto auto;
            background-size: contain;
            position: absolute;
            width: 100%;
            height: 80%;
            left: 0;
            top: 0;
        }

    .content {
        position: absolute;
        margin-top: 20px;
        top: 50%;
        width: 100%;
    }*/
}


/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 825px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

    #cannavigia-description {
        color: white !important
    }

    /*body header {
        min-height: 100vh;
        position: relative;
    }

        body header .landing-bg {
            background: url(../../images/cannavigia/atTheSource.svg) no-repeat 100% 50%;
            background-size: contain;
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 20%;
        } */
}

/* Laptops */

/* ----------- Non-Retina Screens ----------- */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {


    #cannavigia-description {
        color: white !important
    }


    /*body header {
        min-height: 100vh;
        position: relative;
    }

        body header .landing-bg {
            background: url(../../images/cannavigia/atTheSource.svg) no-repeat 80% 100%;
            background-size: contain;
            position: absolute;
            width: 100%;
            height: 70%;
            left: 0;
            top: 0;
        }*/
}

/* ----------- Retina Screens ----------- */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {

    #cannavigia-description {
        color: white !important
    }
}
/* ----------RegTechNotarisations --------*/

#RegTechNotarisations {
    background: #fff; /*#ebe7e4;*/
    height: 100%;
}

    #RegTechNotarisations #top_page {
        width: 90%;
        min-height: 30vh;
    }

#top_page #filter-row {
    margin-left: 0 !important;
    margin-top: 6rem;
}

#RegTechNotarisations #main_table {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#RegTechNotarisations p {
    font-size: 2rem;
    color: var(--navy);
}

#RegTechNotarisations table {
    font-size: 13px;
    background: white;
}

table#main_table {
    word-break: keep-all;
}

#main_table th {
    /*font-size: 15px;*/
    color: #fff;
    line-height: 1.4;
    text-transform: uppercase;
    background-color: var(--colorPrimaryDark);
}

#main_table .row-main:hover td {
    background-color: var(--colorAccentTransparent);
    color: var(--colorPrimary) !important;
}

#main_table .row-main td:hover {
    /*font-weight:bold;*/
}

#main_table a {
    color: var(--colorPrimary);
    word-wrap: anywhere;
}

.CannaButton {
    background: var(--colorPrimaryDark);
    color: white;
}

    .CannaButton:hover,
    .CannaButton:focus {
        box-shadow: 0 0 0 .2rem rgba(159,218,36,.75);
    }

#RegTechNotarisations .fa-sync {
    color: var(--colorAccent)
}
/* ---------- RegTechAdmin --------*/
#RegTechAdmin h3 {
    font-size: 3rem;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    color: var(--colorPrimary)
}

#RegTechAdmin a {
    color: var(--colorAccent);
}

.row-notarisation input {
    width: 100%
}

/* ---------- QRCodes --------*/
.qr {
    box-shadow: rgba(50,50,50,0.3) 0px 0px 10px;
    padding: 10px;
    border-radius: 10px;
    margin: 20px;
    transition: ease all 0.3s;
}

    .qr:hover {
        box-shadow: rgba(50,50,50,0.2) 0px 0px 5px;
        transition: ease all 0.3s;
    }
/* ------------ Global Report ----------------*/

body header .landing-report {
    background-size: contain;
    /*position: absolute;*/
    width: 100%;
    height: 25vh;
}

.reporthead {
    min-height: 20vh;
    position: relative;
    background-size: cover;
}

#btnPurchaseReport:hover {
    background-color: #78a911;
}

.reportsImage {
    height: 22rem;
}

@media (max-width: 300px) {
    h3 {
        font-size: 1.25rem;
    }

    h4 {
        font-size: 1rem;
    }

    p {
        font-size: 0.75rem;
    }
}
body {
    background-color: var(--colorPrimary);
    height: 100vh;
}

.btn-primary {
    display: table;
    margin: 0 auto;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    transition: 0.3s ease all;
    font-size: 2rem;
    font-weight: bold;
}

    .btn-primary:hover {
        background-color: #fff;
        transition: 0.3s ease all;
        color: var(--colorPrimary);
        border: 2px solid #fff;
    }


    .btn-primary:active, .btn-primary:focus {
        background-color: #fff !important;
        border: 3px solid #fff !important;
        transition: 0.3s ease all;
        box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
        color: #0065f3;
    }

.btn-secondary {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    transition: 0.3s ease all;
    font-size: 1rem;
    font-weight: bold;
}
    .btn-secondary:hover {
        background-color: #fff;
        transition: 0.3s ease all;
        color: var(--colorPrimary);
        border: 2px solid #fff;
    }


    .btn-secondary:active, .btn-secondary:focus {
        background-color: #fff !important;
        border: 3px solid #fff !important;
        transition: 0.3s ease all;
        box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
        color: #0065f3;
    }
.table-orders a {
    color: #212529 !important;
}
.table-orders a:hover {
    color: black !important;
}