.tp-header-logo a img {
    width: 180px;
}

.tp-header-logo-2 a img {
    width: 180px;
}

.tp-footer-logo a img {
    width: 180px;
}

.tp-hero-title {
    letter-spacing: -1px;
}

.tp-about-wrapper-list ul li {
    width: 100%;
}

    .tp-about-wrapper-list ul li:nth-child(even) {
        padding-left: 0px;
    }

.tp-section-title {
    font-weight: 600;
    font-size: 36px;
    letter-spacing: 0.08px;
    color: var(--tp-heading-primary);
    line-height: 1.2;
    margin-bottom: 20px;
}

.bg {
    background: url(../img/hero/bg-white.jpg) no-repeat;
    background-size: cover;
}

.bg-white {
    background-size: cover;
    background-image: linear-gradient(to bottom, rgb(245 246 252 / 62%), rgb(255 255 255 / 66%)), url(../images/Global_network.jpg);
    background-position: center;
}

.outlook-img {
    width: 55%;
    position: absolute;
    top: 0;
}

.core-values-img {
    width: 100%;
}

.over-hidden {
    position: relative;
    overflow: hidden;
}

.flip-box {
    background-color: transparent;
    width: 100%;
    height: 200px;
    /* border: 1px solid #17aac9;*/
    border-radius: 10px;
    perspective: 1000px;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.flip-box-front {
    /*  background-image: var(--tp-gradient-primary);*/
    color: #fff;
    border-radius: 10px;
    /*   background-image: linear-gradient(-90deg, #004D6E 0%, #00ACCC 100%), url('../images/Global_network2.png');*/
    background-image: linear-gradient(-90deg, #004d6eb3 0%, #00ACCC 100%), url(../images/Global_network2.png);
    width:100%;
    background-size:cover;
}

    .flip-box-front h2 {
        font-size: 22px;
        margin-bottom: 0;
        color: #fff;
    }

.flip-box-back p {
    margin-bottom: 0;
}

.flip-box-front img {
    height: 50px;
    width: 50px;
}

.flip-box-front i {
    font-size: 62px;
    margin-bottom: 20px;
    display: inline-block;
    color: #fff;
    margin-bottom: 20px;
}

.flip-box-back {
    /*    background: linear-gradient(-90deg, #004D6E 0%, #00ACCC 100%);*/
    background-image: linear-gradient(-90deg, #004d6e 0%, #00acccba 100%), url(../images/Global_network2.png);
    color: #fff;
    transform: rotateY(180deg);
    border-radius: 10px;
    padding: 16px;
    width:100%;
    background-size:cover;
}

    .flip-box-back p {
        color: #fff;
    }

.space_mb30 {
    margin-bottom: 30px;
}

.focus_areas {
    display: flex;
    width: 100%;
    align-items: center;
}

    .focus_areas img {
        display: inline-block;
        margin-right: 20px;
        transition: .6s ease;
    }

    .focus_areas:hover > img {
        transform: scale(1.1);
    }

.bg-blue {
    background: url(../images/blue-background.jpg) no-repeat fixed;
    background-size: cover;
}

.tp-choose-area .tp-section-title-pre {
    -webkit-text-fill-color: #fff;
}

.focus_areas h4 {
    color: #fff;
}

.focus_areas p {
    color: #fff;
}

.tp-choose-area .tp-section-title {
    color: #fff;
}

.tp-process-item {
    border-bottom: 1px dotted #3c3c3c74;
}

    .tp-process-item:last-child {
        border-bottom: none;
    }

.tp-process-item-icon {
    position: relative;
    border-left: none;
}

    .tp-process-item-icon::before {
        content: '';
        position: absolute;
        background: url(../images/down-arrow.png) no-repeat;
        background-size: 100%;
        top: 0;
        left: 8px;
        width: 20px;
        height: 100%;
        transform: rotate(270deg);
    }

.tp-process-thumb .shape-1 {
    position: absolute;
    right: 0;
    bottom: -60%;
    z-index: 0;
}

.tp-process-counter {
    position: relative;
    bottom: -110px;
    left: 0;
    background: var(--tp-common-white);
    box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
    border-radius: 80px;
    width: 268px;
    padding: 12px 12px 10px;
    animation: updown-two 2s linear 0s infinite alternate;
}

.img_main img {
    width: 100%;
    border-radius: 20px;
    display: inline-block;
}

.tp-faq-bg::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: var(--tp-gradient-primary);
}

.img_z1 {
    position: relative;
    z-index: 9;
}

.brand_bg {
    box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
}

.tp-project-tab-wrapper .nav-pills .nav-item:not(:last-of-type) {
    margin-right: 20px;
    margin-bottom: 20px;
}

.tp-brand-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    padding: 30px 103px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {

    .tp-testimonial-nav button.testimonial-button-next-1 {
        right: 1%;
        top: 50%;
        transform: translateY(-50%);
    }

    .tp-testimonial-nav button {
        left: 1%;
        top: 50%;
        transform: translateY(-50%);
    }
}


/* roadmap css */
.cd-horizontal-timeline {
    opacity: 0;
    margin: 2em auto;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

    .cd-horizontal-timeline::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'mobile';
        display: none;
    }

    .cd-horizontal-timeline.loaded {
        /* show the timeline after events position has been set (using JavaScript) */
        opacity: 1;
    }

    .cd-horizontal-timeline .timeline {
        position: relative;
        height: 100px;
        width: 90%;
        max-width: 800px;
        margin: 0 auto;
    }

    .cd-horizontal-timeline .events-wrapper {
        position: relative;
        height: 100%;
        margin: 0 40px;
        overflow: hidden;
    }

        .cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
            /* these are used to create a shadow effect at the sides of the timeline */
            content: '';
            position: absolute;
            z-index: 2;
            top: 0;
            height: 100%;
            width: 20px;
        }

        .cd-horizontal-timeline .events-wrapper::before {
            left: 0;
            background-image: -webkit-linear-gradient( left, #f8f8f8, rgba(248, 248, 248, 0));
            background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
        }

        .cd-horizontal-timeline .events-wrapper::after {
            right: 0;
            background-image: -webkit-linear-gradient( right, #f8f8f8, rgba(248, 248, 248, 0));
            background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
        }

    .cd-horizontal-timeline .events {
        /* this is the grey line/timeline */
        position: absolute;
        z-index: 1;
        left: 0;
        top: 49px;
        height: 2px;
        /* width will be set using JavaScript */
        background: #dfdfdf;
        -webkit-transition: -webkit-transform 0.4s;
        -moz-transition: -moz-transform 0.4s;
        transition: transform 0.4s;
    }

        .cd-horizontal-timeline .events ol, li {
            list-style: none;
        }

    .cd-horizontal-timeline .filling-line {
        /* this is used to create the green line filling the timeline */
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #009bbc;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -ms-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
    }

    .cd-horizontal-timeline .events a {
        position: absolute;
        bottom: 0;
        z-index: 2;
        text-align: center;
        font-size: 1.3rem;
        padding-bottom: 15px;
        color: #004D6E;
        font-weight: 500;
        /* fix bug on Safari - text flickering while timeline translates */
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }

        .cd-horizontal-timeline .events a::after {
            /* this is used to create the event spot */
            content: '';
            position: absolute;
            left: 50%;
            right: auto;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            bottom: -5px;
            height: 12px;
            width: 12px;
            border-radius: 50%;
            border: 2px solid #dfdfdf;
            background-color: #f8f8f8;
            -webkit-transition: background-color 0.3s, border-color 0.3s;
            -moz-transition: background-color 0.3s, border-color 0.3s;
            transition: background-color 0.3s, border-color 0.3s;
        }

.no-touch .cd-horizontal-timeline .events a:hover::after {
    background-color: #009bbc;
    border-color: #006080;
}

.cd-horizontal-timeline .events a.selected {
    pointer-events: none;
}

    .cd-horizontal-timeline .events a.selected::after {
        background-color: #009bbc;
        border-color: #006080;
    }

.cd-horizontal-timeline .events a.older-event::after {
    border-color: #006080;
}

@media only screen and (min-width: 1100px) {
    .cd-horizontal-timeline {
        margin: 6em auto;
    }

        .cd-horizontal-timeline::before {
            /* never visible - this is used in jQuery to check the current MQ */
            content: 'desktop';
        }
}

.cd-timeline-navigation a {
    /* these are the left/right arrows to navigate the timeline */
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    /* replace text with an icon */
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

    .cd-timeline-navigation a::after {
        /* arrow icon */
        content: '';
        position: absolute;
        height: 30px;
        width: 30px;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        background: url(../icon/arrow-right.png) no-repeat;
        background-size: 100%;
    }

    .cd-timeline-navigation a.prev {
        left: 0;
        -webkit-transform: translateY(-50%) rotate(180deg);
        -moz-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        -o-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }

    .cd-timeline-navigation a.next {
        right: 0;
    }

.no-touch .cd-timeline-navigation a:hover {
    border-color: #004D6E;
}

.cd-timeline-navigation a.inactive {
    cursor: not-allowed;
}

    .cd-timeline-navigation a.inactive::after {
        background-position: 0 0px;
    }

.no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    margin: 2em 0;
    /* overflow: hidden; */
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
}

    .cd-horizontal-timeline .events-content li {
        position: absolute;
        z-index: 1;
        width: 100%;
        left: 0;
        top: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        padding: 0 5%;
        opacity: 0;
        -webkit-animation-duration: 0.4s;
        -moz-animation-duration: 0.4s;
        animation-duration: 0.4s;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

        .cd-horizontal-timeline .events-content li.selected {
            /* visible event content */
            position: relative;
            z-index: 2;
            opacity: 1;
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }

        .cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
            -webkit-animation-name: cd-enter-right;
            -moz-animation-name: cd-enter-right;
            animation-name: cd-enter-right;
        }

        .cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
            -webkit-animation-name: cd-enter-left;
            -moz-animation-name: cd-enter-left;
            animation-name: cd-enter-left;
        }

        .cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
            -webkit-animation-direction: reverse;
            -moz-animation-direction: reverse;
            animation-direction: reverse;
        }

        .cd-horizontal-timeline .events-content li > * {
            max-width: 900px;
            margin: 0 auto;
        }

    .cd-horizontal-timeline .events-content h2 {
        font-weight: bold;
        font-size: 2.6rem;
        font-weight: 700;
        line-height: 1.2;
        background: var(--tp-gradient-primary);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        width: fit-content;
        margin-left: 100px;
    }

    .cd-horizontal-timeline .events-content em {
        display: block;
        font-style: italic;
        margin: 10px auto;
    }

        .cd-horizontal-timeline .events-content em::before {
            content: '- ';
        }

    .cd-horizontal-timeline .events-content p {
        font-size: 1.4rem;
        color: #959595;
        background: #fff;
        padding: 40px 20px 20px;
        border-radius: 20px 20px 10px 10px;
        margin-top: -50px;
        position: relative;
        z-index: -1;
        box-shadow: 0px 7px 8px 0px #005a7b61, inset -2px -3px 5px #9595957d;
    }

    .cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
        line-height: 1.6;
    }

@media only screen and (min-width: 768px) {
    .cd-horizontal-timeline .events-content h2 {
        font-size: 6rem;
    }

    .cd-horizontal-timeline .events-content em {
        font-size: 2rem;
    }

    .cd-horizontal-timeline .events-content p {
        font-size: 1.2rem;
    }
}

@-webkit-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.tp-route-area {
    background: url(../images/roadmap-bg.jpg) no-repeat;
    background-size: cover;
}

.tp-team-item {
    background-image: url('../images/team_img/team_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    background-position: center;
}

.tp-team-item-thumb img {
    width: 100%;
}

.tp-presentation {
    background: url(../images/map-bg.png) no-repeat center fixed;
    background-size: cover;
}

.pdf-box {
    padding: 30px 15px 15px;
    text-align: center;
    background-color: #ffffffab;
    border-radius: 20px;
    margin-bottom: 25px;
    box-shadow: 0 2px 9px #efefef, inset 4px -2px 5px #efefef, inset -2px 3px 10px #d1d0d0;
}

figure {
    position: relative;
    text-align: center;
    transition: .3s ease;
}

.pdf-box .pdf-icon {
    width: 140px;
    position: relative;
}

.pdf-box .flag {
    position: absolute;
    left: 50%;
    transform: translateX(-33%) skewy(352deg);
    width: 50px;
    top: 53%;
    border-radius: 50%;
    transition: .3s ease;
}

.pdf-box:hover .flag {
    box-shadow: -4px 4px 4px 0px #525151;
}

.pdf-box:hover figure {
    transform: translateY(-8px)scale(1.02);
}

.pdf-content .tp-btn {
    padding-top: 8px;
    padding-bottom: 8px;
}


/*  new css 8/25*/


.bdr2 {
    border: 2px solid #004d6e;
}

.circle_flag {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 9px 0px #009bbcb3;
    margin-bottom: 25px;
}

    .circle_flag img {
        width: 100%;
    }

.country_name {
    color: #004D6E;
    margin-bottom: 25px;
}

.tp-team-item-thumb::before {
    position: absolute;
    content: "";
    top: 74%;
    left: 0;
    right: auto;
    bottom: 0;
    width: 100%;
    height: 26%;
    background: linear-gradient(0deg, #004d6e 10%, #004d6e 15%, rgba(0, 77, 110, 0) 100%);
    border-radius: 5px;
    z-index: 1;
}

/*.cursor_pointer {
    cursor: pointer;
}
*/
.btn-close {
    font-size: 18px;
}

.download_btn2 {
    background: #005273;
    border-radius: 10px;
    padding: 6px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .download_btn2 .text {
        padding-right: 10px;
    }

    .download_btn2 .icon {
        width: 25px;
        font-size: 24px;
        line-height: 1;
    }

        .download_btn2 .icon i {
            color: #00ACCC;
        }

.text p {
    font-size: 13px;
    margin: 0;
    font-weight: 700;
    color: #fff;
}

.download_btn2 .text .for {
    line-height: 1;
    font-size: 10px;
    margin-top: -3px;
    margin-bottom: 7px;
}

.butn_box {
    background: #05506f;
    padding: 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    transition: .3s ease;
}

    .butn_box span {
        font-size: 20px;
        font-weight: bold;
        color: #fff;
    }

    .butn_box i {
        font-size: 20px;
        font-weight: bold;
        color: #fff;
    }

/*new css 26/08*/

.tp-inst-sec {
    position: relative;
}

    .tp-inst-sec .wallet {
        position: relative;
        margin-bottom: 25px;
        padding: 20px;
        transition: .5s ease;
    }

        .tp-inst-sec .wallet img {
            width: 100%;
            position: relative;
        }

        .tp-inst-sec .wallet .content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 1;
        }

            .tp-inst-sec .wallet .content p {
                font-size: 20px;
            }

        .tp-inst-sec .wallet .wallet-icon {
            position: absolute;
            z-index: 2;
            width: 120px;
            right: 20px;
            opacity: 0;
            transition: .8s ease-in-out;
        }

        .tp-inst-sec .wallet:hover {
            margin-top: -10px;
        }

            .tp-inst-sec .wallet:hover .wallet-icon {
                opacity: 1;
                transform: rotate(-360deg) scale(1.1);
            }

.tp-inst-sec2 {
    position: relative;
}

    .tp-inst-sec2 ul li {
        position: relative;
        display: flex;
        flex-direction: column;
        margin-bottom: 25px;
        font-size: 25px;
        font-weight: 600;
        color: #009bbc;
        padding-left: 15px;
        padding-top: 15px;
        padding-bottom: 20px;
        border-bottom: 2px solid #009bbc;
        border-left: 2px solid #009bbc;
        border-radius: 20px;
        box-shadow: -2px 4px 5px #3838385e;
    }

/* .tp-inst-sec2 ul li:last-child{
  border-bottom: none;
} */




.pricingTable {
    background: repeating-linear-gradient(#fff,#fff 10px,#f9f9f9 10px,#f5f5f5 20px);
    font-family: open sans,sans-serif;
    text-align: center;
    border: 1px solid #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.4);
    border-radius: 10px;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin: 30px 15px 60px;
}

    .pricingTable .pricingTable-header {
        color: #161616;
        background: linear-gradient(-90deg,#de9f17 0%,#d19c15 33%,#fff58a 67%,#ffd147 100%);
        text-align: left;
        padding: 22px 20px;
        margin: -20px 20px 30px -20px;
        border-radius: 7px;
        position: relative
    }

        .pricingTable .pricingTable-header:before, .pricingTable .pricingTable-header:after {
            content: "";
            background: linear-gradient(to top right,transparent 50%,#315f88 52%);
            width: 19px;
            height: 20px;
            position: absolute;
            bottom: -16px;
            left: 0;
            z-index: -1
        }

        .pricingTable .pricingTable-header:after {
            width: 17px;
            height: 19px;
            transform: rotate(180deg);
            top: 0;
            right: -13px;
            left: auto;
            bottom: auto
        }

    .pricingTable .title {
        font-size: 28px;
        letter-spacing: 1px;
        margin: 0 0 10px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700
    }

    .pricingTable .price-value .currency {
        font-size: 22px
    }

    .pricingTable .price-value .amount {
        font-size: 22px;
        margin: 0 0 5px;
        display: inline-block;
        font-weight: 800;
        color: #fff
    }

    .pricingTable .price-value .duration {
        font-size: 24px;
        display: block
    }

    .pricingTable .pricing-content {
        text-align: left;
        list-style: none;
        padding: 0 30px 40px
    }

        .pricingTable .pricing-content li {
            color: #272727;
            font-size: 15px;
            margin: 0 0 18px;
            position: relative
        }

            .pricingTable .pricing-content li:last-child {
                margin: 0
            }

            .pricingTable .pricing-content li:before {
                color: #305d86;
                content: "\f00c";
                font-family: "font awesome 5 free";
                font-size: 17px;
                font-weight: 900;
                line-height: 14px;
                width: 19px;
                height: 19px;
                padding-left: 2px;
                border-radius: 50%;
                border: 2px solid #0c384f;
                position: absolute;
                top: 3px;
                left: 0;
                display: none
            }

.pricingTable-signup {
    transition: .5s ease-in-out;
    opacity: 0;
    position: absolute;
    left: 0%;
    transform: translateX(-50%);
    bottom: -20px
}

.pricingTable:hover .pricingTable-signup {
    opacity: 1;
    left: 50%
}

.pricingTable .pricingTable-signup a {
    background: linear-gradient(to right,#315f87,#103c55);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 7px 30px;
    border-radius: 30px;
    display: inline-block
}

.pricingTable.blue .pricingTable-header, .pricingTable.blue .pricingTable-signup a {
    color: #fff;
    background: linear-gradient(0deg,rgba(23,170,201,1) 0%,rgba(4,70,78,1) 100%)
}

    .pricingTable.blue .pricingTable-header:before {
        background: linear-gradient(to top right,transparent 50%,#17aac9 52%)
    }

    .pricingTable.blue .pricingTable-header:after {
        background: linear-gradient(to top right,transparent 50%,#075560 52%)
    }

.pricingTable.blue .pricing-content li:before {
    color: #17aac9;
    border-color: #17aac9
}

.pricing-content li span {
    float: right
}

.pricingTable:hover {
    transform: scale(1.06)
}

.pricingTable {
    position: relative;
    transition: .5s ease-in-out
}

.flexnn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg_plan {
    background: url(../images/plan-bg1.jpg) no-repeat center fixed;
    background-size: cover;
    position: relative;
}

.abt_text {
    color: #fff;
}

.ft_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.ft_left p {
    font-size: 16px;
    color: #007C80;
    margin: 0;
}

.ft_right a {
    border: 2px solid rgba(23,170,201,1);
    background: transparent;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    width: 90px;
}

.text_cl {
    color: #17aac9;
}


.footer_list li {
    display: inline-block;
}

    .footer_list li::after {
        position: absolute;
        content: "";
        display: none !important;
    }

.g_pay_btn {
    background: #000;
    padding: 8px 25px;
    border: 1px solid #fff;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
}

div#google_translate_element {
    height: 50px;
    overflow: hidden;
    float: left;
    margin-top: 16px;
}

.goog-te-gadget .goog-te-combo {
    margin: 8px 0 !important;
    padding: 10px 10px;
    border-radius: 20px;
}

.passive_text li img {
    width: 24px;
    margin-right: 5px;
}

.passive_text li {
    font-family: var(--tp-ff-p);
    font-size: 16px;
    font-weight: 400;
    color: var(--tp-text-body);
    line-height: 40px;
    margin-bottom: 0px;
}

blockquote::after {
    position: absolute;
    content: "";
    height: 55px;
    width: 2px;
    top: 25px;
    left: 0;
    background: var(--tp-gradient-primary);
}

.reward_main:hover {
    background: #17aac917;
    transform: scale(1.1);
}

.reward_main img {
    width: 100%;
}

.reward_main, .remember_reward {
    width: 100%;
    transition: .5s ease-in-out;
}

    .reward_main:hover {
        background: #17aac917;
        transform: scale(1.1)
    }

    .remember_reward:hover  {
        transform: scale(1.1)
    }

    .remember_reward, .remember_reward img {
        width: 100%;
        transition: .5s ease-in-out
    }

.remember_reward {
    background: #05506f;
    border-radius: 30px;
}

.space_mb40 {
    margin-bottom: 40px;
}
.tp-inst-sec2 {
    position: relative;
    z-index: 0;
}

    .tp-inst-sec2 ul li span {
        color: #525151;
        font-size: 20px;
        font-weight: 500;
        padding-top: 10px;
    }

    .tp-inst-sec2 .withdrawal-img {
        position: relative;
        border-radius: 20px;
        z-index: 0;
    }

    .tp-inst-sec2 .backover {
        content: '';
        position: absolute;
        background: var(--tp-gradient-primary);
        width: 50%;
        height: 60%;
        top: -20px;
        right: 0px;
        border-radius: 20px;
        z-index: -1;
    }
.brand_bg img {
    width:100%;
}
.offcanvas__logo img {
    width:140px;
}

@media(max-width:1024px) {
    .tp-inst-sec .wallet .content h3 {
        font-size: 22px;
    }

    .tp-inst-sec .wallet .content p {
        font-size: 16px;
        line-height: 1.15;
    }

    .tp-inst-sec .wallet .wallet-icon {
        opacity: 1;
    }
}

@media(max-width:540px) {
    .tp-inst-sec .wallet {
        padding: 0;
    }

        .tp-inst-sec .wallet .wallet-icon {
            width: 60px;
        }

    .tp-inst-sec2 ul li {
        font-size: 20px;
    }

        .tp-inst-sec2 ul li span {
            font-size: 16px;
        }

    .tp-inst-sec .wallet .content {
        width: 100%;
        text-align: center;
        padding: 0 45px;
    }

        .tp-inst-sec .wallet .content p {
            font-size: 15px;
        }

    .tp-inst-sec .col-lg-6:last-child .wallet .content {
        margin-top: 10px;
    }

    .tp-inst-sec2 .backover {
        display: none;
    }

    .tp-brand-wrapper {
        padding: 30px 22px;
    }
    .tp-header-logo a img {
        width: 140px;
    }
    .tp-header-logo-2 a img {
        width: 140px;
    }
    .offset-1 {
        margin-left:0;
    }
    .offset-2 {
        margin-left: 0;
    }
    .mob_non{
        display:none;
    }
    .g_pay_btn {
        padding: 8px 18px;
    }
    .mob1 {
        display:block!important;
    }
    .destop1 {
        display:none;
    }
    .ft_left p {
        font-size: 15px;
    }
}

.mob1 {
    display: none;
}

.mob_btn a {
    padding: 10px 30px;
    margin-bottom: 20px;
}
.footer_text a {
    font-weight: 400;
    font-size: 16px;
    color: var(--tp-common-white);
}

.footer_text span {
    font-size: 20px;
    margin-right:5px;
    font-weight: 900;
    background: linear-gradient(90deg, #004D6E 0%, #00ACCC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.footer_text h3 {
    color:#00ACCC;
    margin-bottom:15px;
}
.font_sz {
    font-size:18px;
}
.about_bg {
   background-image: url('../images/roadmap-bg.jpg');
   background-size:cover;
   background-repeat:no-repeat;
   width:100%;
   height:100%;
}
.passive_bg {
    
    background-image: url('../images/main_img/pbg.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.line_10 {
    height: 4px;
    width: 100%;
    background: var(--tp-gradient-primary);
    margin: 20px 0px;
    opacity: 1;
    border: none;
}
.single-terms {
    margin-bottom: 30px;
}
    .single-terms .number {
        color: #17aac9;
        font-weight: 600;
        padding-right: 10px;
        float: left;
    }
.condition-text {
    padding-left: 40px;
    display: inherit;
    font-size: 20px;
    font-weight: 600;
}
.policy_text li {
    margin-left: 40px;
    font-size: 16px;
}
.single-terms p {
    padding-left: 40px;
}

 /*login page css*/
.lg_bg {
    background-image: url(../images/main_img/lg_bg.png);
    background-size: cover;
    background-position: center;
}

.login-title {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

#login-page {
    overflow: hidden;
    display: flex;
    width: 100%;
    border-radius: 10px;
    box-shadow: 1px -1px 12px #00a5c5;
}

.notice {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 10px;
}

.login {
    width: 50%;
    height: 100%;
    background: #004e6f;
    padding: 50px;
}

    .login a {
        margin-top: 8px;
        text-align: center;
        font-size: 14px;
        display: inline-block;
        font-weight: 700;
        color: #fff;
    }

        .login a:hover {
            color: #0090b0;
        }

.form-login {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

    .form-login label {
        text-align: left;
        font-size: 16px;
        margin-left: 20px;
        display: block;
        color: #fff;
    }


.input-password {
    width: 100%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    border: 1px solid #0079a9f5;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
    height: 50px;
    width: 100%;
    outline: none;
    border: none;
    background: transparent;
    color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    border: 1px solid #0079a9f5;
    padding: 0px 15px;
}

.icon {
    padding: 4px;
    color: #666;
    min-width: 30px;
    text-align: center;
}

input[type="email"],
input[type="password"] {
    width: 100%;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 4px 0;
    outline: none;

}
.select_option {
    width: 100%;
    background: #eef6f8;
    border-radius: 25px;
    padding: 24px 25px;
    display: flex;
    align-items: center;
    box-shadow: 0px 2px 0px #0079a9f5;
    overflow:hidden;
    
}

.lr_option {
    width: 100%;
    background: #eef6f8;
    border-radius: 25px;
    padding: 24px 25px;
    display: flex;
    align-items: center;
/*    box-shadow: 0px 2px 0px #0079a9f5;*/
}
.lr_option .list {
    width: 100%;
    height: auto!important;
}
.space_bt {
    margin-bottom:20px;
}

.nice-select.open .list {
    width: 100%;
    height: 200px ;
    overflow: auto!important;
}
/* width */
    .nice-select.open .list::-webkit-scrollbar {
        width: 10px;
    }

/* Track */
    .nice-select.open .list::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

/* Handle */
    .nice-select.open .list::-webkit-scrollbar-thumb {
        background: #888;
    }

    /* Handle on hover */
        .nice-select.open .list::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.form-control:focus {
    color: #212529;
    background-color: #fff;
     border-color: #86b7fe; 
     outline: 0;
     box-shadow:none;
}
/*.form-control:focus {
    color: #fff !important;
    background: transparent !important;
}
*/
button[type="submit"] {
    width: 100%;
    border: 0;
    border-radius: 25px;
    padding: 14px;
    background-image: var(--tp-gradient-primary);
    color: #FFF;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    transition: ease all 0.3s;
}

    button[type="submit"]:hover {
        opacity: 0.9;
    }

.bg_login {
    height: 80vh;
    background-size: cover;
    background: linear-gradient(to right, #00a4c4, #008eaf) no-repeat 0 0 / cover;
    /* background: linear-gradient(60deg, rgb(0 81 114 / 74%), rgb(0 122 155 / 82%)), url(../images/main_img/login_img.jpg) center no-repeat;*/
}

.bg_signup {
    height: 100vh;
    /* background: linear-gradient(60deg, rgb(0 81 114 / 64%), rgb(0 122 155 / 70%)), url(../images/main_img/signup_img.jpg) center no-repeat;*/
    background-size: cover;
    background: linear-gradient(to right, #00a4c4, #008eaf) no-repeat 0 0 / cover;
}

.background {
    width: 50%;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .background h1 {
        color: #FFF;
        padding: 0;
        margin: 0;
    }

    .background p {
        max-width: 650px;
        color: #ffffff;
        font-size: 16px;
        padding: 0;
        margin: 15px 0 0 0;
    }

.created {
    margin-top: 40px;
    text-align: center;
}

    .created p {
        font-size: 16px;
        font-weight: bold;
        color: #008552;
    }

    .created a {
        color: #666;
        font-weight: normal;
        text-decoration: none;
        margin-top: 0;
    }

.checkbox label {
    display: inline;
    margin: 0;
}

::placeholder {
    font-size: 16px;
}

.login_text {
    font-size: 14px;
    color: #dedede;
}

@media(max-width:600px) {
    .background {
        width: 100%;
    }

    .login {
        width: 100%;
        padding: 20px;
        height:100%!important;
    }

    #login-page {
        flex-direction: column;
    }
}
.text_wt li {
    color:#fff;
}
.tp-process-item-3-icon img {
    width:45px;
}

.brand_item {
    transition: all 0.3s ease;
    cursor: pointer;
}
    .brand_item:hover {
        box-shadow: 0 0 0 5px rgb(0 84 117 / 40%), 0 0 0 10px #01aed0d9;
    }

.heartbeat {
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat 1.5s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
.cir_bg1 {
    background-image: linear-gradient(90deg, #ffffffe3, #f4f5fae6), url(../images/main_img/cir1.jpg);
}
.cir_bg2 {
    background-image: linear-gradient(90deg, #ffffffe3, #f4f5fae6), url(../images/main_img/cir2.jpg);
}
.cir_bg3 {
    background-image: linear-gradient(90deg, #ffffffe3, #f4f5fae6), url(../images/main_img/cir3.jpg);
}
.cir_bg4 {
    background-image: linear-gradient(90deg, #ffffffe3, #f4f5fae6), url(../images/main_img/cir4.jpg);
}
.cir_bg5 {
    background-image: linear-gradient(90deg, #ffffffe3, #f4f5fae6), url(../images/main_img/cir5.jpg);
}
.opacity_o::before {
    opacity:0;
}
.main_box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
}
.box {
    width: 150px;
    margin-right: 15px;
}
.box img {
    width:100%;
}

/*claculater css*/
.value_box {
    background: #1B2654;
    border-radius: 8px;
    padding: 10px 15px;
    width: 100%;
    margin-bottom: 25px;
}
    .value_box input {
        width: 100%;
        border: none;
        height: 30px;
        outline: none;
        border-radius: 4px;
        text-indent: 15px;
        background: transparent;
        color: #fff;
    }
    .value_box p {
        font-size: 12px;
        color: #fff;
        margin-bottom: 0;
    }
.space_mb30 {
    margin-bottom: 30px;
}

.nice-select .option {
    color: #fff;
}
.nice-select .option:hover {
    background:rgba(23,170,201,0.5);
}

.spacemt40 {
    margin-top: 40px;
}

.value_box {
    background: var(--tp-gradient-primary);
    border-radius: 8px;
    padding: 10px 15px;
    width: 100%;
    margin-bottom: 25px;
}

.opt_select {
    width: 100%;
    background: var(--tp-gradient-primary);
    height: 55px;
    line-height: 55px;
    color: #fff;
}

.value_box p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
}

.value_box h4 {
    margin-bottom: 0;
    color:#fff;
}

.rangeField {
    position: relative;
}

.rangeField:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    height: 16px;
    border-radius: 16px;
    background: #dedede;
}

    .rangeField input[type=range] {
        position: relative;
        height: 20px;
        width: 100%;
        display: block;
        margin-bottom: 6px;
        background: 0 0;
        -webkit-appearance: none;
        z-index: 1;
    }

.rangeField__label {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    text-align: center;
}

    .rangeField__label li {
        position: relative;
    }

        .rangeField__label li:before {
            content: "";
            position: absolute;
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background: hsla(0, 0%, 88%, 1);
            top: -18px;
            left: 50%;
            transform: translateX(-50%);
        }

.space_mb30 {
    margin-bottom: 30px;
}
.calculator_bg {
    padding: 20px;
    background: #fffc;
    border-radius: 20px;
}

/*whatsaap css*/

.phone-call {
    position: fixed;
    z-index: 99999;
    bottom: 165px;
    left: -30px;
}

.cbh-ph-circle {
    width: 110px;
    height: 110px;
    top: 40px;
    left: 40px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: 0.1;
    -webkit-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -o-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.cbh-phone.cbh-active .cbh-ph-circle1 {
    -webkit-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
    -moz-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
    -ms-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
    -o-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
    animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
}

.cbh-phone.cbh-static .cbh-ph-circle {
    -webkit-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
    -moz-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
    -ms-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
    -o-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
    animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
}

.cbh-phone.cbh-hover .cbh-ph-circle {
    border-color: rgba(0, 175, 242, 1);
    opacity: 0.5;
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle {
    border-color: rgba(117, 235, 80, 1);
    opacity: 0.5;
}

.cbh-phone.cbh-green .cbh-ph-circle {
    border-color: rgba(0, 175, 242, 1);
    opacity: 0.5;
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle {
    border-color: rgba(204, 204, 204, 1);
    opacity: 0.5;
}

.cbh-phone.cbh-gray .cbh-ph-circle {
    border-color: rgba(117, 235, 80, 1);
    opacity: 0.5;
}

.cbh-ph-circle-fill {
    width: 74px;
    height: 74px;
    top: 58px;
    left: 58px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 0.1;
    -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.cbh-phone.cbh-active .cbh-ph-circle-fill {
    -webkit-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
    -moz-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
    -ms-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
    -o-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
    animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
}

.cbh-phone.cbh-static .cbh-ph-circle-fill {
    -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    opacity: 0 !important;
}

.cbh-phone.cbh-hover .cbh-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75 !important;
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    opacity: 0.75 !important;
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75 !important;
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill {
    background-color: rgba(204, 204, 204, 0.5);
    opacity: 0.75 !important;
}

.cbh-phone.cbh-gray .cbh-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    opacity: 1 !important;
}

.cbh-ph-img-circle1 {
    width: 50px;
    height: 50px;
    top: 70px;
    left: 70px;
    position: absolute;
    background-image: url(https://360imagem.com/google/images/wpp-icon.png);
    background-size: 40px 40px;
    background-color: rgba(30, 30, 30, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    -o-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    animation: cbh-circle-img-anim 1s infinite ease-in-out;
}

.cbh-phone.cbh-active .cbh-ph-img-circle1 {
    -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
    -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
    -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
    -o-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
    animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
}

.cbh-phone.cbh-static .cbh-ph-img-circle1 {
    -webkit-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
    -moz-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
    -ms-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
    -o-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
    animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
}

.cbh-phone.cbh-hover .cbh-ph-img-circle1 {
    background-color: rgba(0, 175, 242, 1);
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover {
    background-color: rgba(117, 235, 80, 1);
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
    background-color: rgba(0, 175, 242, 1);
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
    background-color: rgba(0, 175, 242, 1);
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1 {
    background-color: rgba(204, 204, 204, 1);
}

.cbh-phone.cbh-gray .cbh-ph-img-circle1 {
    background-color: rgba(117, 235, 80, 1);
}

@-moz-keyframes cbh-circle-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: 0.1;
        -moz-opacity: 0.1;
        -webkit-opacity: 0.1;
        -o-opacity: 0.1;
    }

    30% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.5;
        -moz-opacity: 0.5;
        -webkit-opacity: 0.5;
        -o-opacity: 0.5;
    }

    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: 0.6;
        -moz-opacity: 0.6;
        -webkit-opacity: 0.6;
        -o-opacity: 0.1;
    }
}

@-webkit-keyframes cbh-circle-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }

    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-o-keyframes cbh-circle-anim {
    0% {
        -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
        -o-opacity: 0.1;
    }

    30% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        -o-opacity: 0.5;
    }

    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        -o-opacity: 0.1;
    }
}

@keyframes cbh-circle-anim {
    0% {
        transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: 0.1;
    }

    30% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.5;
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: 0.1;
    }
}

@-moz-keyframes cbh-circle-fill-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }

    50% {
        -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
        opacity: 0.2;
    }

    100% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@-webkit-keyframes cbh-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }

    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: 0.2;
    }

    100% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@-o-keyframes cbh-circle-fill-anim {
    0% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }

    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: 0.2;
    }

    100% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@keyframes cbh-circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: 0.2;
    }

    100% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@keyframes cbh-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    100%, 50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@-moz-keyframes cbh-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
    }

    100%, 50% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@-webkit-keyframes cbh-circle-img-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    100%, 50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@-o-keyframes cbh-circle-img-anim {
    0% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
    }

    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg);
    }

    100%, 50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
    }
}

.cbh-ph-img-circle1 {
}

.cbh-phone.cbh-green .cbh-ph-circle {
    border-color: rgb(0, 242, 164);
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
    background-color: rgb(0, 242, 164);
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
    background-color: rgb(46, 203, 113);
}

/*hide show eye*/

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: 0px;
    position: relative;
    z-index: 2;
    color:#fff;
}


@media(max-width:992px) {
    .tp-process-item-icon::before {
        content: '';
        position: absolute;
        background: url(../images/down-arrow.png) no-repeat;
        background-size: 100%;
        top: 20px;
        transform: rotate(2deg);
    }
    .opacity_o::before {
        opacity:1;
    }
    .text_rt {
        text-align:left!important;
    }
    .mob_non {
        display:none;
    }
    .tp-header-logo-bg {
        width: 58%;
        height: 100%;
    }
    .img_main {
        margin-bottom:30px;
    }
    .pt-100 {
        padding-top: 30px;
    }

    .pt-130 {
        padding-top: 80px;
    }

    .pb-120 {
        padding-bottom: 50px;
    }
    .order1 {
        order: -1;
    }

}

.tp-contact-input input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password], input[type=url], textarea {
    color: #fff;
    height: 50px;
    width: 100%;
    padding: 0px 15px;
}
.Cp_section {
    padding: 15px 0px;
    margin: 15px 0px;
}

.Cp_section p {
    color: #fff;
}

@media(max-width:1300px) {
    .offset-2 {
        margin-left:0;
    }
}
.text_rt {
    text-align: right;
}
.Cp_section h3 {
    font-weight: 500;
    font-size: 36px;
    letter-spacing: 0.08px;
    color: var(--tp-heading-primary);
    color:#fff;
    margin-right:5px;

}

.trading_view {
    background: url(../images/trading_view.jpg) no-repeat;
    background-size: contain;
}

.animat_cs {
    animation: zoom-in-zoom-out 5s ease infinite;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .animat_cs a {
        font-size: 24px;
        text-align: center;
    }

    .animat_cs:hover > a {
        color: #004f70;
        text-decoration: underline;
    }

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}

.overlay-panel {
    color: #fff;
    position: relative;
    height: 100%;
    width: 100%;
    transform: translateY(0);
    transition: transform .6s ease-in-out;
    padding: 20px;
}
    .overlay-panel h3 {
        color:#fff;
    }

    .login_logo {
        width: 160px;
        margin-bottom: 15px;
        display: inline-block;
    }

.btn_form {
    border-radius: 50px;
    /* box-shadow: 0px 1px 1px; */
    border: 1px solid #f9f9f9;
    background: #0095b5;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
    margin-top: 20px;
    display: inline-block;
}
.btn_submit {
    width: 100%;
    border: 0;
    border-radius: 25px;
    padding: 14px;
    background: linear-gradient(90deg, #015e86 0%, #00ACCC 100%);
    color: #FFF;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    transition: ease all 0.3s;
}

    .btn_submit:hover {
        color: #fff !important;
        opacity: 0.9;
    }

.spacemt20 {
    margin-top: 20px;
}
.page_img {
    padding:15px;
}
    .page_img img {
        width: 80%;
        margin-top: 10px;
    }

.background {
    background: linear-gradient(to right, #00a4c4, #008eaf) no-repeat 0 0 / cover;
}

/* rj jjjj*/


@media (max-width: 768px) {
    .ft_box {
        display: flex;
        justify-content: space-between;
        align-items: start;
        margin-bottom: 20px;
        /*flex-direction: column;*/
    }

    .ft_left {
        margin-bottom: 10px;
    }

    .tp-footer-widget .text-end {
        text-align: left !important;
    }

    .tp-footer-widget-social a {
        margin-bottom: 10px;
    }

    .tp-project-tab-wrapper .nav-pills .nav-item:not(:last-of-type) {
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .tp-project-tab-wrapper .nav-pills .nav-item .nav-link.active {
        background-image: var(--tp-gradient-primary);
        color: var(--tp-common-white);
    }

    .tp-project-tab-wrapper .nav-pills .nav-item .nav-link {
        background: #F6F6F9;
        background-image: none;
        border-radius: 5px;
        font-weight: 400;
        font-size: 20px;
        font-family: var(--tp-ff-heading);
        color: #67687A;
        letter-spacing: -0.8px;
        padding: 3px 12px;
        margin-bottom: 5px;
        letter-spacing: 0px;
        font-size: 14px;
    }

    .pb-150 {
        padding-bottom: 50px;
    }

    .pt-165 {
        padding-top: 50px;
    }

    .tp-inst-sec .wallet .content p {
        font-size: 12px;
    }
    
}

@media only screen and (min-width: 1260px) and (max-width: 1286px) {
    .tp-header-logo-bg {
        position: absolute;
        top: 0;
        left: -120px;
    }

    .container {
        max-width: 100%;
    }

    .tp-header-main-menu {
        padding-left: 80px;
    }
}

@media(max-width:600px) {
    .background {
        display: none;
    }
}
@media (max-width:768px) {
    .login {
        width: 100% !important;
        padding: 25px 15px !important;
        height: 100% !important;
    }

    .selecting {
        margin-bottom: 20px;
    }
}






