﻿/********** Template CSS **********/
@import url(https://fonts.googleapis.com/css?family=Lato:400,700|Montserrat:400,700);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800&amp;display=swap');


.logoauthentific{
    align-self:center;
    margin-left:40%;
    margin-bottom:5%;
}
.TittleOwnership{
    font-size: 2rem;
    margin-top: 2%;
    text-align:center;
}
.SubTittle{
    font-size: 1.5rem
}

.TextTittle {
    margin-top: 0;
}

.TextCenter {
    text-align: center;
}


.Ownership-work {
    position: relative;
    text-align: center;
    background-color: #ffffff;
    padding: 50px 42px;
    border-radius: 12px;
    /* border: 1px solid #e2ebf5;*/
    /* box-shadow: 0 0px 5px rgba(71,71,71,.2);*/
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}


.Ownership-work-icon {
    display: inline-block;
    color: #50616c;
    width: 50%;
    height: 80px;
    line-height: 80px;
    background: #eef2f600;
}
.Ownership-work-icon2 {
    display: inline-block;
    color: #50616c;
    width: 20%;
    height: 80px;
    line-height: 80px;
    background: #eef2f600;
}


/*    .single-how-works2-icon img {
        max-width: 220px;
        max-height: 85px;
        object-fit: contain;
    }*/

.Ownership-work h2 a {
    /*font-size: 18px; OR*/
    font-size: 24px;
    margin: 35px 0 20px;
    /*  color:#ffffff;*/
}

    .Ownership-work h2 a span {
        text-transform: lowercase;
    }

.Ownership-work p {
    margin-bottom: 25px;
    text-transform: initial;
}

.Ownership-work-icon [class^="flaticon-"]:before, .Ownership-work-icon [class*=" flaticon-"]:before, .Ownership-work-icon [class^="flaticon-"]:after, .Ownership-work-icon [class*=" flaticon-"]:after {
    font-size: 35px;
}

.Ownership-work-icon2 [class^="flaticon-"]:before, .Ownership-work-icon2 [class*=" flaticon-"]:before, .Ownership-work-icon2 [class^="flaticon-"]:after, .Ownership-work-icon2 [class*=" flaticon-"]:after {
    font-size: 35px;
}

.Ownership-work:hover .Ownership-work-icon .Ownership-work-icon2 [class^="flaticon-"]:before, .Ownership-work:hover .Ownership-work-icon .Ownership-work-icon2 [class*=" flaticon-"]:before, .Ownership-work:hover .Ownership-work-icon .Ownership-work-icon2 [class^="flaticon-"]:after, .Ownership-work:hover .Ownership-work-icon .Ownership-work-icon2 [class*=" flaticon-"]:after {
    color: #ff545a;
}

.Ownership-work:hover h2 a, .Ownership-work:hover p {
    color: #040404;
}

.Ownership-work:hover .Ownership-work-icon .Ownership-work-icon2 {
    /*background: #eef2f600;*/
    background: #9ad2ff;
}


.welcome-hero-btn2.how-work-btn2 {
    display: inline-block;
    margin: 0;
    width: 100%;
    height: 35px;
    font-size: 16px;
    background: transparent;
    color: #767f86;
    border: 1px solid #d3d6d9;
    border-radius: 3px;
}

.welcome-hero-btn2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    width: 170px;
    height: 70px;
    background: #ff545a;
    text-transform: capitalize;
    margin-left: 30px;
    border-radius: 3px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

    .welcome-hero-btn2:hover { /*background: #fd4043;*/
        background: #f43032;
    }

    .welcome-hero-btn2 svg {
        width: 14px;
        height: auto;
        margin-left: 12px;
    }


.Ownership-work:hover .welcome-hero-btn2.how-work-btn2 {
    background: #ffffff;
    color: #ff545a;
}

.Ownership-work:hover {
    box-shadow: 0 0px 10px rgba(71,71,71,.4);
    /*background: #ff545a;*/
    background: #9ad2ff;
}

.DescriptionOwnership {
    /*font-size: 20px;*/
    /* font-size: calc(0.625rem + 0.5vw);*/
    font-size: calc(0.325rem + 0.5vw);
}



/* NEW Badge */
.new-badge2 {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #ff545a;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 6px 10px;
    border-radius: 20px;
    line-height: 1;
    z-index: 2;
    animation: newBlink 1.5s infinite;
}

.new-dot2 {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    margin-right: 5px;
    vertical-align: middle;
    animation: dotBlink 1s infinite;
}

@keyframes newBlink {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.55;
    }
}

@keyframes dotBlink {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }
}
/* =========================================
   AUTHENTIFIC 6-STEP TECHNOLOGY FLOW
   ========================================= */

.authentific-flow {
    width: 100%;
    padding: 80px 20px;
    background: transparent;
    overflow: hidden;
}

.auth-flow-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}


    /* =========================================
   CONNECTING PATH
   ========================================= */

    .auth-flow-wrapper::before {
        content: "";
        position: absolute;
        top: 44px;
        left: 7%;
        right: 7%;
        height: 2px;
        background: linear-gradient( 90deg, #dce6f0 0%, #4f86bd 50%, #dce6f0 100% );
        z-index: 0;
    }


    /* Animated travelling dot */

    .auth-flow-wrapper::after {
        content: "";
        position: absolute;
        top: 39px;
        left: 7%;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #2f73b7;
        box-shadow: 0 0 0 5px rgba(47, 115, 183, 0.10), 0 0 18px rgba(47, 115, 183, 0.45);
        z-index: 2;
        animation: authFlowMove 6s linear infinite;
    }


@keyframes authFlowMove {

    0% {
        left: 7%;
    }

    100% {
        left: 92%;
    }
}


/* =========================================
   FLOW STEP
   ========================================= */

.auth-flow-step {
    width: 16%;
    text-align: center;
    position: relative;
    z-index: 3;
}


/* =========================================
   ICON
   ========================================= */

.auth-flow-icon {
    width: 88px;
    height: 88px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #dce6f0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}


    .auth-flow-icon i {
        font-size: 32px;
        color: #2f73b7;
        transition: transform 0.35s ease, color 0.35s ease;
    }

.IconImg {
    max-width: 50%;
}


/* =========================================
   HOVER EFFECT
   ========================================= */

.auth-flow-step:hover .auth-flow-icon {
    transform: translateY(-8px);
    border-color: #2f73b7;
    box-shadow: 0 12px 30px rgba(47, 115, 183, 0.18);
}


    .auth-flow-step:hover .auth-flow-icon i {
        transform: scale(1.12);
    }


/* =========================================
   NUMBER
   ========================================= */

.auth-flow-number {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #8a9bad;
    margin-bottom: 8px;
}


/* =========================================
   TITLE
   ========================================= */

.auth-flow-step h4 {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.8px;
    color: #17324d;
}


/* =========================================
   DESCRIPTION
   ========================================= */

.auth-flow-step p {
    max-width: 190px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.65;
    color: #718096;
}


/* =========================================
   RESPONSIVE - TABLET
   ========================================= */

@media (max-width: 1100px) {

    .auth-flow-wrapper {
        flex-wrap: wrap;
        gap: 50px 20px;
    }

    .auth-flow-step {
        width: 30%;
    }

    .auth-flow-wrapper::before,
    .auth-flow-wrapper::after {
        display: none;
    }
}


/* =========================================
   RESPONSIVE - MOBILE
   ========================================= */

@media (max-width: 767px) {

    .authentific-flow {
        padding: 60px 20px;
    }

    .auth-flow-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 45px;
    }

    .auth-flow-step {
        width: 100%;
        max-width: 350px;
    }

    .auth-flow-icon {
        width: 78px;
        height: 78px;
    }

        .auth-flow-icon i {
            font-size: 28px;
        }

    .auth-flow-step h4 {
        font-size: 14px;
    }

    .auth-flow-step p {
        font-size: 12px;
        max-width: 280px;
    }
}