/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap');*/

@import url('css2.css');
body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 49px;
}

h2 {
    font-size: 43px;
}

h3 {
    font-size: 35px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 28px;
}

h6 {
    font-size: 24px;
}

a {
    text-decoration: none !important;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
    width: auto;
}

/*==== Top Bar ====*/

.top_bar {
    padding: 8px 0;
    background: #08013d;
}

.top_bar .vynk_price h4,
.top_bar .token_markets h4 {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    margin: 0;
}

.top_bar .vynk_price h4 span {
    display: block;
    font-size: 15px;
    color: #fd7c00;
}

.top_bar .token_markets h4 {
    font-size: 14px;
    border-right: 1px solid #9391a5;
    padding-right: 25px;
}

.top_bar .top_bar_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top_bar .tokens_list_part .token_list li {
    display: inline-block;
    /*margin-right: 15px;*/
    margin-right: 9px;
    margin-bottom: 0;
}

.top_bar .tokens_list_part .token_list li:last-child {
    margin-right: 0;
}

.top_bar .tokens_list_part .token_list li .token_img {
    float: left;
    padding-top: 3px;
}

.top_bar .tokens_list_part .token_list li img {
    width: auto;
}

.top_bar .tokens_list_part .token_list li .token_desc {
    padding-left: 45px;
    text-align: center;
}

.top_bar .tokens_list_part .token_list li .token_desc h4 {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    margin: 8px 0 0;
    line-height: 8px;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.top_bar .tokens_list_part .token_list li:hover .token_desc h4 {
    color: #FD7C00;
}

.top_bar,
.top_bar .tokens_list_part {
    overflow: hidden;
}

@-moz-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translate(50%);
        -moz-transform: translate(50%);
        -o-transform: translate(50%);
        -ms-transform: translate(50%);
        transform: translate(50%);
    }
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translate(50%);
        -moz-transform: translate(50%);
        -o-transform: translate(50%);
        -ms-transform: translate(50%);
        transform: translate(50%);
    }
}

@-o-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translate(50%);
        -moz-transform: translate(50%);
        -o-transform: translate(50%);
        -ms-transform: translate(50%);
        transform: translate(50%);
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: ;
        -moz-transform: ;
        -o-transform: ;
        -ms-transform: ;
        transform: translate(50%);
    }
}


/* Move it (define the animation) */


/* @-moz-keyframes marqueee {
    0% {
        -moz-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
    }
}

@-webkit-keyframes marqueee {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
    }
} */

@keyframes marqueee {
    0% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
    }
    100% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@media only screen and (max-width: 520px) {
    .top_bar .top_bar_inner {
        margin-bottom: 15px;
        flex-direction: row-reverse;
    }
    .top_bar .vynk_price h4 {
        text-align: right;
    }
}

@media only screen and (max-width: 991px) {
    .top_bar .tokens_list_part .token_list {
        display: flex;
        -moz-animation: marqueee 15s linear infinite;
        -webkit-animation: marqueee 15s linear infinite;
        animation: marqueee 15s linear infinite;
    }
    .top_bar .tokens_list_part:hover .token_list {
        animation: none;
        -webkit-animation: none;
        -webkit-animation-play-state: paused;
        -moz-animation-play-state: paused;
        -o-animation-play-state: paused;
        -ms-animation-play-state: paused;
        animation-play-state: paused;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .top_bar .tokens_list_part .token_list li {
        margin-right: 0px;
    }
}


/*=== Header ===*/

header.site-header {
    position: absolute;
    width: 100%;
    padding: 10px 0;
    z-index: 999;
}

ul.navbar-nav li a {
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF !important;
    outline: none !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

ul.navbar-nav li a:hover,
ul.navbar-nav li a:focus,
ul.navbar-nav li a:active {
    color: #FD7C00 !important;
}

ul.navbar-nav li button.btn.btn-primary {
    width: 152px;
    height: 40px;
    left: calc(50% - 152px/2 + 518.5px);
    top: 35px;
    background: #FD7C00;
    border: 2px solid #FD7C00;
    box-sizing: border-box;
    box-shadow: 0px 8px 29px rgba(253, 124, 0, 0.29);
    border-radius: 68px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-border-radius: 68px;
    -moz-border-radius: 68px;
    -ms-border-radius: 68px;
    -o-border-radius: 68px;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0px 8px 29px rgba(253, 124, 0, 0.29) !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:hover,
.btn-primary:focus {
    color: #FD7C00 !important;
    background-color: transparent !important;
    border-color: #FD7C00 !important;
}

li.nav-item.active a {
    color: #FD7C00 !important;
}

button:focus {
    outline: none !important;
}


/*=== site banner ===*/

section.banner {
    background: linear-gradient(180deg, #20176A 0%, #10064D 100%);
    padding-top: 120px;
    position: relative;
    overflow: hidden;
}

section.first_banner {
    padding-bottom: 260px;
    padding-top: 160px;
}

section.about_main {
    padding-top: 190px !important;
}

.banner-heading h1 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    text-align: left;
    color: #fff;
    margin-bottom: 15px;
}

.banner-heading h1 span {
    color: #FD7C00;
}

.banner-heading p {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}

section.banner::after,
section.banner::before {
    position: absolute;
    content: "";
    background-image: url(../image/map.png);
    width: 100%;
    height: 75%;
    background-position: center;
    background-size: contain;
    top: 90px;
    background-repeat: no-repeat;
}

section.banner:after {
    background-image: url(../image/forex.png);
    background-size: contain;
    background-position: 100% 82%;
    display: none;
}

section.banner .container,
section.about-us .container {
    position: relative;
    z-index: 99;
}


/*== about us section ===*/

section.about-us {
    position: relative;
    overflow: hidden;
    padding-top: 320px;
    margin-top: -190px;
    padding-bottom: 120px;
}

section.about-us:after,
section.about-us:before {
    position: absolute;
    content: "";
    background-image: url(../image/about-circe-1.png);
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 100%;
    top: 13px;
    background-repeat: no-repeat;
}

section.about-us:before {
    background-image: url(../image/about-circle.png);
    top: 0;
}

.section-heading h2 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
    color: #192A59;
    display: inline-block;
    position: relative;
}

.section-heading h2:after {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #F2F3F9;
    border-radius: 4px;
    content: "";
    left: -27px;
    top: -5px;
    z-index: -1;
}

.sub-heading h3 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
    display: flex;
    align-items: center;
    color: #192A59;
}

.sub-heading h3 img {
    margin-right: 18px;
}

.sub-heading p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    display: flex;
    align-items: center;
    color: #999999;
}

.btn.btn-primary {
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    height: 40px;
    background: #FD7C00;
    border: 2px solid #FD7C00;
    box-sizing: border-box;
    box-shadow: 0px 8px 29px rgba(253, 124, 0, 0.29);
    border-radius: 68px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
}

.form-control:focus {
    border-color: #FD7C00 !important;
}

.about-body-container {
    background: #F2F3F9;
    position: relative;
    z-index: 999;
}

.about-image {
    background: linear-gradient(180deg, #21186B 0%, #0F054C 100%);
    box-shadow: 0px 18px 53px -5px rgba(25, 42, 89, 0.5);
    border-radius: 20px;
    text-align: center;
    padding: 20px;
    padding-left: 65px;
    margin-top: -50px;
    margin-bottom: -50px;
}

.about_image_mtb {
    margin-top: -48px;
    margin-bottom: -50px;
}

.about_image_mtb img {
    max-width: 120%;
}


/*=== ecosystem ===*/

section.scosystem {
    padding-top: 30px;
    position: relative;
    overflow: hidden;
}

.section-heading p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    color: #999999;
}

.one-card-img img {
    width: 55px;
    margin-bottom: 20px;
}

.one-card-content h4 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #24126A;
    margin-bottom: 15px;
}

.one-card-content h4 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: #24126A;
    margin-bottom: 15px;
}

.one-card-content p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 22px;
    color: #999999;
    margin: 0;
}

.row.scosystem {
    border-top: 2px solid #999999;
    position: relative;
}

.row.scosystem:after,
.row.scosystem:before {
    position: absolute;
    content: "";
    background: #999999;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    top: -9px;
    left: 0px;
}

.row.scosystem:before {
    left: auto;
    right: 0;
}

.one-markit-card:after {
    position: absolute;
    content: "";
    background: #999999;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    left: 0;
    right: 0;
    margin: auto;
    top: -53px;
}

.one-markit-card:before {
    position: absolute;
    content: "";
    background: transparent;
    width: 18px;
    height: 18px;
    border-radius: 50px;
    left: 0;
    right: 0;
    margin: auto;
    top: -58px;
    border: 1px solid #999;
}

.border-top-style:after {
    border-left: 2px solid #999999;
    content: "";
    height: 43px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: 0;
    top: -50px;
}

.border-top-style:before {
    position: absolute;
    height: 32px;
    width: 32px;
    content: "";
    background: transparent;
    border-top: 2px solid #999;
    border-left: 2px solid #999;
    transform: rotate(45deg) scale(1.1);
    left: 0px;
    right: 0;
    margin: auto;
}


/*=== how it work ===*/

section.create-an-account {
    background-image: url(../image/how-it-work-bg.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}

.how-it-content h4 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 27px;
    line-height: 47px;
    color: #FFFFFF;
}

.how-it-content p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    color: #FFFFFF;
}

.how-it-img {
    margin-top: -56px;
    position: relative;
    z-index: 1;
}

section.create-an-account .left_abs_img img {
    position: absolute;
    width: 55%;
    top: 4rem;
}

section.create-an-account .bottom_abs_img img {
    top: 12rem;
    position: absolute;
    height: 90%;
}

section.create-an-account .left_post_img img {
    top: -4rem;
    right: -4rem;
}

section.create-an-account .right_post_img img {
    top: 6rem;
    height: 40%;
    right: -4rem;
    width: 30%;
}

section.create-an-account .row_justify_center_create {
    justify-content: center;
}

.how-it-img.secong-img {
    margin-bottom: -56px;
}

.toke-sale-content {
    background-image: url(../image/toke-sale-map.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.count-tiel h5 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 45px;
    color: #192A59;
    margin-bottom: 5px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.pre-sale-count:hover .count-tiel h5,
.pre-sale-count:hover p {
    color: #009ada;
    cursor: pointer;
}

.count-tiel {
    position: relative;
    display: flex;
    align-items: center;
    background-image: url(../image/pre-sale-count.png);
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-left: 50px;
}

.count-tiel span {
    position: absolute;
    left: 16px;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 0;
    color: #FFFFFF;
    top: 21px;
}

.pre-sale-count p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    padding-left: 50px;
    color: #999999;
    margin: 10px 0 0 0;
    padding-right: 75px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.pre-sale-count.riverse .count-tiel {
    background-image: url(../image/pre-sale-count-reverse.png);
    background-position: right bottom;
    padding-right: 50px;
    padding-left: 0;
    justify-content: flex-end;
}

.pre-sale-count.riverse .count-tiel span {
    left: auto;
    right: 14px;
}

.pre-sale-count.riverse p {
    padding-left: 0;
    padding-right: 50px;
    padding-left: 75px;
    text-align: right;
}

.pre-sale-count {
    min-height: 152px;
}

.carousel-content h3 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    text-transform: capitalize;
    color: #192A59;
}

.carousel-content p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 26px;
    color: #999999;
}

.carousel-indicators {
    top: 0;
    bottom: auto;
    width: 100%;
    left: 0;
    margin: 0;
}

.carousel-indicators li {
    background-color: #ffffff !important;
    height: 11px;
    width: 11px;
    border-radius: 170px;
    border: 4px solid #FD7C00;
    margin: 0 65px;
    opacity: 1;
    position: relative;
}

.carouse-inner {
    display: inline-block;
    overflow: hidden;
}

.carousel-item {
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out !important;
}


/*

.carousel-item {
    width: 100%;
    max-width: 765px;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 999;
}*/

.carousel-indicators .active {
    background: #fd7c00 !important;
}

ol.carousel-indicators:after {
    position: absolute;
    content: "";
    background: #FD7C00;
    width: 66%;
    height: 5px;
    top: 7px;
    z-index: -1;
}

.carousel-inner {
    overflow: visible;
}

section.roadmap-carousel .carousel-inner {
    max-width: 765px;
    margin: auto;
    width: 100%;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}

.carousel-inner:after {
    position: absolute;
    content: "";
    background: url(../image/vector-left.png);
    height: 285px;
    width: 35%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: -25px;
    top: -40px;
}

.carousel-inner:before {
    position: absolute;
    content: "";
    background: url(../image/vector-right.png);
    height: 285px;
    width: 35%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    right: -25px;
    top: -40px;
}

section.roadmap-carousel {
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
}

span.carousel-control-next-icon,
span.carousel-control-prev-icon {
    width: 30px;
    height: 30px;
    background: #F2F3F9;
    border-radius: 4px;
}

.carousel-control-next,
.carousel-control-prev {
    width: auto;
    height: 20px;
    position: absolute !important;
    bottom: -30px !important;
    top: auto;
}

span.carousel-control-next-icon,
span.carousel-control-prev-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-control-next {
    right: 46%;
}

.carousel-control-prev {
    left: 46%;
}

span.carousel-control-next-icon img,
span.carousel-control-prev-icon img {
    width: 10px;
}

.team-car {
    background: #FFFFFF;
    box-shadow: 0px 0px 50px 5px rgba(25, 42, 89, 0.1);
    border-radius: 15px;
    overflow: hidden;
}

.team-details h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
    color: #363636;
    margin-top: 10px;
    margin-bottom: 0;
}

.team-details p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    color: #363636;
    margin-bottom: 10px;
}

.socil-icon ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.socil-icon ul li {
    width: 35px;
    height: 35px;
    background: #FFFFFF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 12px;
}

.card-img {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}


/* .socil-icon ul li img {
    width: 30px;
} */

.socil-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: #000000a1;
    display: none;
}

.team-car:hover .socil-icon {
    display: flex;
    transition: 0.5s;
}

.carousel-indicators li img {
    position: absolute;
    left: -18px;
    top: -70px;
    width: 50px;
    max-width: 50px;
}

.img-outer {
    background: #FFFFFF;
    box-shadow: 0px 30px 40px rgba(212, 217, 232, 0.2);
    border-radius: 16px;
    width: 170px;
    height: 86px;
    margin: 0 0 25px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-outer.shaddow-none {
    box-shadow: none;
}

.logos-row {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.form-group input {
    height: 52px;
    border: 1px solid #999999;
    box-sizing: border-box;
    border-radius: 0;
    box-shadow: none !important;
    outline: none;
}

.form-group textarea {
    border: 1px solid #999999;
    box-sizing: border-box;
    border-radius: 0;
    box-shadow: none !important;
    outline: none;
    height: 125px;
}

section.contact-us {
    position: relative;
    padding-bottom: 135px;
}

footer {
    background: linear-gradient(180deg, #20176A 0%, #10064D 100%);
    padding-top: 70px;
}

footer ul.navbar-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-top: 15px;
}

.footer-bottom ul.navbar-nav {
    margin: 0;
    justify-content: flex-end;
}

.footer-bottom ul.navbar-nav a {
    padding-top: 0;
    padding-bottom: 0;
}

.footer-bottom p,
.footer-bottom a {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px !important;
    line-height: 20px !important;
    text-transform: capitalize !important;
    color: #FFFFFF;
}

.footer-bottom {
    background: rgb(255 255 255 / 0.2);
    position: relative;
    overflow: hidden;
    padding: 5px 0;
    margin-top: 10px;
}

section.contact-us:after {
    position: absolute;
    content: "";
    background-image: url(../image/about-circe-1.png);
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 100%;
    bottom: -32px;
    background-repeat: no-repeat;
    top: auto;
    z-index: 9999;
}

section.contact-us:before {
    position: absolute;
    content: "";
    background-image: url(../image/about-circle.png);
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 100%;
    bottom: -45px;
    background-repeat: no-repeat;
    top: auto;
    z-index: 9999;
}

section.contact-us .container {
    position: relative;
    z-index: 999999999999;
}


/* VYNK CHAIN page css here */


/* About VYNK CHAIN Section CSS */

section.about_vynk {
    /* padding-top: 280px; */
    padding-bottom: 80px;
}

.btn.read_more_btn {
    padding: .375rem 40px;
}

section.about_vynk .about_vynk_inner .btn.read_more_btn {
    margin-top: 10px;
}

section.about_vynk .about_vynk_inner .about-image,
section.vynk_money .vynk_money_inner .about-image {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}


/* Use vynk Section CSS */

.use_vynk .vynk_card,
.roadmap_area .vynk_card {
    background: #F2F3F9;
    border-radius: 30px;
    padding: 15px 10px 50px 10px;
    margin: 40px 10px 45px;
    position: relative;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.use_vynk .vynk_card::before,
.roadmap_area .vynk_card::before {
    position: absolute;
    content: "";
    height: 85%;
    width: 106%;
    top: -17px;
    left: -15px;
    z-index: -1;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background: linear-gradient(90.52deg, #101D6B 0.4%, #101679 99.55%);
    background: -webkit-linear-gradient(90.52deg, #101D6B 0.4%, #101679 99.55%);
    background: -moz-linear-gradient(90.52deg, #101D6B 0.4%, #101679 99.55%);
    background: -o-linear-gradient(90.52deg, #101D6B 0.4%, #101679 99.55%);
}

.use_vynk .vynk_card h3 {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 28.18px;
    color: #192A59;
}

.use_vynk .vynk_card p {
    color: #999999;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22.32px;
    margin-top: 18px;
}

.use_vynk .vynk_card .vynk_img,
.roadmap_area .vynk_card .vynk_img {
    width: 82px;
    height: 82px;
    background: linear-gradient(180deg, #211869 0%, #11074E 100%);
    line-height: 5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    left: 42%;
}

.use_vynk .vynk_card .vynk_img::after,
.roadmap_area .vynk_card .vynk_img::after {
    position: absolute;
    content: "";
    border: 1px solid #192A59;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    height: 92px;
    width: 95px;
    left: -7px;
    z-index: -1;
}


/* vynk Money Section CSS Here */

.vynk_money .vynk_money_inner .vynk_money_desc h3.top_desc {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #192A59;
    position: relative;
    margin-bottom: 1rem;
    padding-left: 1rem;
}

.vynk_money_inner .vynk_money_desc h3.top_desc::before {
    position: absolute;
    content: "";
    height: 43px;
    width: 5px;
    background: #192A59;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    top: -10px;
    left: 0;
}

.vynk_money_inner .vynk_money_desc p {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #999999;
}

.vynk_money .vynk_money_inner .vynk_money_desc ul {
    margin-top: 1.8rem;
}

.vynk_money_desc ul li .token_img {
    height: 80px;
    width: 80px;
    background: #F2F3F9;
    box-shadow: 0px 0px 9px rgba(61, 148, 242, 0.19);
    border-radius: 10px;
    text-align: center;
    line-height: 4.5;
    margin-right: 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-bottom: 20px;
}

section.vynk_money .vynk_money_inner .about-image {
    position: relative;
    padding: 0;
}

section.vynk_money .vynk_money_inner .about-image::after {
    position: absolute;
    content: "";
    background: #E2E2EB;
    height: 95%;
    width: 100%;
    left: 25px;
    z-index: -1;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    top: -20px;
}


/* vynk Token Section CSS here */

section.vynk_token ul li {
    margin-bottom: 1rem;
}

section.vynk_token ul li h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #999999;
    margin-bottom: 0;
    margin-left: .7rem;
}


/* ICO Page CSS Here */


/* ICO Page Banner Section */

section.ico_banner,
section.blog_banner {
    background: linear-gradient(180deg, #20176A 0%, #10064D 100%);
    background: -webkit-linear-gradient(180deg, #20176A 0%, #10064D 100%);
    background: -moz-linear-gradient(180deg, #20176A 0%, #10064D 100%);
    background: -o-linear-gradient(180deg, #20176A 0%, #10064D 100%);
    padding: 175px 0 110px;
}

section.ico_banner::before,
section.ico_banner::after {
    display: none;
}

section.ico_banner .banner-heading {
    padding-right: 5px;
}

section.ico_banner .banner-heading h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0em;
    text-align: left;
}

section.ico_banner .banner-heading h3,
section.banner .banner-heading h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    margin: 1.3rem 0 2rem;
}

section.ico_banner .banner-heading p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 1.5rem;
}


/* Section Use vynk CSS */

section.use_ico {
    background-image: url(../image/grey_ico.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 4rem 0;
    overflow: hidden;
}

section.use_ico .section-heading h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: center;
    color: #999999;
    margin-bottom: 2.5rem;
}

section.use_ico .use_vynk_inner ul li .left_side_desc h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #999;
    margin-bottom: .8rem;
}

section.use_ico .use_vynk_inner ul li .right_side_desc p {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    color: #999;
    margin-bottom: .8rem;
}


/* Roadmap Page CSS Here */

section.about_ico::before,
section.about_ico::after {
    display: none;
}

section.ico_banner::after {
    height: 135px;
    width: 100%;
    position: absolute;
    background: #FFFFFF;
    opacity: 0.7;
    transform: rotate(-0.9deg);
    -webkit-transform: rotate(-0.9deg);
    -moz-transform: rotate(-0.9deg);
    -ms-transform: rotate(-0.9deg);
    -o-transform: rotate(-0.9deg);
    content: "";
    top: 780px;
    left: 3px;
    display: block;
}

section.roadmap_banner::after {
    top: 748px;
}

.font_20 {
    font-size: 20px !important;
}

section.about-us .about_vynk_inner .team_img_area {
    margin: 0 auto;
}

.about_vynk_inner .team_img_area .team-car .card-img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.about_vynk_inner .team_img_area .team-car {
    border: 6px solid #EFF1F9;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

section.about-us .about_vynk_inner .card_col_content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    color: #999999;
}

section.use_roadmap .vynk_card {
    background: #fff;
    margin: 40px 0 45px;
    padding: 15px 25px 50px;
}

section.about_roadmap {
    padding-bottom: 0;
}

.use_roadmap .vynk_card::before {
    display: none;
}

section.use_roadmap {
    margin-top: -5rem;
    padding-top: 5rem;
}

.use_roadmap .vynk_card .vynk_img::after {
    z-index: inherit;
    border: none;
    border-bottom: 1px solid #192A59 !important;
}

section.contact_bread .contact_bread_inner {
    background-color: #10064E;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color: #fff;
    background-image: url(../image/mask_bg.png);
    padding: 45px 25px;
    background-size: cover;
    background-repeat: no-repeat;
}

section.contact_bread .contact_bread_inner p {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0;
}

section.contact_bread {
    padding-top: 5rem;
}

section.roadmap_group .section-heading p,
section.ico_token .section-heading p,
section.roadmap_area .section-heading p,
section.service_about .section-heading p,
section.contact-us .section-heading p,
section.about_community .section-heading p {
    font-size: 18px;
}

section.roadmap_group .roadmap_group_img img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: relative;
}

section.roadmap_group .roadmap_group_img .overlay .top_img {
    border: 5px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    padding: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 3;
    margin: 0 auto;
    margin-top: 30px;
}

section.roadmap_group .roadmap_group_img .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FD7C00;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
}

section.roadmap_group .roadmap_group_img {
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
}

section.roadmap_group .roadmap_group_img:hover {
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
}

section.roadmap_group .section-heading p {
    margin-bottom: 4rem !important;
}

section.roadmap_group .roadmap_group_img:hover .overlay {
    height: 100%;
}

section.roadmap_group .roadmap_group_img .overlay .text {
    color: white;
    position: absolute;
    top: 40%;
    padding: 0 25px;
    line-height: 25px;
    letter-spacing: 0em;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
}

section.roadmap_group .roadmap_group_img .overlay .text h3 {
    font-size: 20px;
    font-weight: 700;
}

section.roadmap_group .roadmap_group_img .overlay .text p {
    font-size: 18px;
    font-weight: 400;
}

.roadmap_area .roadmap-wrap {
    position: relative;
    padding: 20px 0 10px;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.roadmap_area .roadmap-wrap::before,
.roadmap_area .roadmap-wrap::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    z-index: 7;
}

.roadmap_area .roadmap-line {
    position: absolute;
    left: 50%;
    top: 40px;
    background: #192A59;
    height: 82%;
    width: 1px;
    content: '';
    z-index: 9;
}

.roadmap_area .roadmap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 10;
    padding-bottom: 30px;
}

.roadmap_area .roadmap .roadmap-year {
    /* height: 60px;
    width: 60px; */
    position: static;
    margin-left: auto;
    margin-right: auto;
}

.roadmap_area .vynk_card {
    background: #EFF1F9;
    padding: 20px 20px 4rem;
}

.roadmap_area .vynk_card .vynk_img {
    text-align: center;
    margin-top: 1rem;
}

.roadmap_area .vynk_card ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #999;
    margin-bottom: 1rem;
}

.roadmap_area .roadmap-step::after {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    border: 1px solid #192A59;
    background: #FD7C00;
    top: 80px;
    z-index: 1;
    position: absolute;
    content: '';
    left: 110%;
}

.roadmap_area .roadmap .roadmap-step-year h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 200px;
    font-style: normal;
    font-weight: 600;
    line-height: 235px;
    letter-spacing: 0em;
    text-align: left;
    color: #EFF1F9;
}

.roadmap_area .roadmap-step.card_after::after {
    border: 1px solid #192A59;
    background: #fff;
    left: -13%;
}

.roadmap_area .roadmap-step.card_after_bg::after {
    background: #fff;
}

.about_vynk_inner .flex_dirction_col_mobile .img_area_aboout {
    position: relative;
}

.about_vynk_inner .flex_dirction_col_mobile .img_area_aboout::before {
    position: absolute;
    content: "";
    background-image: url(../image/elipse_1377.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 217px;
    height: 220px;
    z-index: -1;
    left: -40px;
    top: -40px;
}

.why_use_card_heading {
    background: #2a216e;
    padding: 15px 15px 15px;
    color: #fff;
    border-radius: 25px 25px 0 0;
}

.why_use_card_heading h3 {
    font-size: 35px;
    font-weight: 600;
    margin: 0;
    margin-top: 5px;
}

.why_use_card_discription {
    padding: 0 18px;
}

.why_use_card_icon {
    width: 80px;
    height: 80px;
    background: #2a216e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 51px;
    padding: 14px;
    position: relative;
    bottom: -35px;
    margin: auto;
}

.why_use_card_discription p {
    font-size: 16px;
    font-weight: 500;
}

.why_use_card {
    box-shadow: 0 3px 38px 0px rgb(0 0 0 / 14%);
    border-radius: 25px;
    height: 100%;
    min-height: 348px;
}

.why_use_card.yello .why_use_card_heading,
.why_use_card.yello .why_use_card_icon {
    background: #f6cd46;
}

.why_use_card.red .why_use_card_heading,
.why_use_card.red .why_use_card_icon {
    background: #e84a58;
}

.why_use_card.purple .why_use_card_heading,
.why_use_card.purple .why_use_card_icon {
    background: #6e2158;
}

.why_use_card.green .why_use_card_heading,
.why_use_card.green .why_use_card_icon {
    background: #56e568;
}

.why_use_card.pink .why_use_card_heading,
.why_use_card.pink .why_use_card_icon {
    background: #e250ab;
}

.why_use_card_discription {
    min-height: 167px;
}


/*== we are nunique ==*/

section.about_vynk.about-us.about_ico.are_we_unique {
    background: #f1f3f8;
    padding-top: 80px;
    margin-top: 0;
}

section.about_vynk.about-us.about_ico.are_we_unique .section-heading h2:after {
    background: #fd7c04;
}

section.about_vynk.about-us.about_ico.are_we_unique .img_area_aboout:before {
    display: none;
}

section.about_vynk.about-us.about_ico.are_we_unique .sub-heading h5 {
    color: #182958;
    font-size: 18px;
    line-height: 35px;
    font-style: italic;
    font-weight: 600;
}

section.about_vynk.about-us.about_ico.are_we_unique .sub-heading p {
    line-height: 35px;
}


/* Service Page CSS */

section.service_banner::after {
    top: 785px;
}

section.service_about .about_vynk_inner .bottom_desc p {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 0;
    color: #999999;
}

section.service_more {
    padding-top: 30px;
    margin-top: 50px;
    padding-bottom: 50px;
    background: #f2f3f9;
    overflow: inherit;
}

section.service_more::after,
section.service_more::before {
    position: absolute;
    content: "";
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    display: block;
    width: 212px;
    height: 211px;
}

section.service_more::before {
    background-image: url(../image/Vector_right.png);
    right: 0;
    top: -211px;
}

section.service_more::after {
    background-image: url(../image/Vector_left.png);
    left: 0;
    bottom: -211px;
    top: inherit;
}

.payment-images img {
    margin-top: -120px;
}


/* Community Page CSS */

section.community_banner::after {
    top: 840px;
    opacity: 1 !important;
}

section.contact_area {
    padding-top: 8rem;
    padding-bottom: 65px;
}

section.projects_area {
    position: relative;
}

section.projects_area:after {
    position: absolute;
    content: "";
    background-image: url(../image/about-circe-1.png);
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 100%;
    bottom: -32px;
    background-repeat: no-repeat;
    top: auto;
    z-index: 9999;
}

section.projects_area:before {
    position: absolute;
    content: "";
    background-image: url(../image/about-circle.png);
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 100%;
    bottom: -45px;
    background-repeat: no-repeat;
    top: auto;
    z-index: 9999;
}

section.about_community .image_about_community img {
    max-width: 120%;
    margin: -60px 0 -90px -25px;
}


/* FAQ's Page CSS */

section.about_fqs .demo {
    padding-top: 15px;
}

section.about_fqs .demo .accordion>.card>.card-header {
    background: #F2F3F9;
    border: none;
    padding: 5px;
}

section.about_fqs .demo .accordion>.card {
    border: none !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    margin-bottom: 1.5rem;
}

.demo .accordion>.card>.card-header h2 button {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #262626;
    border: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.demo .accordion>.card>.card-header h2 button i {
    font-size: 22px;
}

section.about_fqs .demo .accordion>.card p {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    color: #999999;
}

section.about_fqs .demo .accordion>.card>.collapse {
    border: 1px solid #999999;
    border-top: none;
}


/* Blog Page CSS Here */

section.blog_banner {
    padding: 0 0 95px !important;
}

section.blog_area {
    padding: 5rem 0 2rem;
}

.blog_area .left_side_blog .side-Inner_desc .left_side_top h2 {
    font-size: 22px;
    color: #131149;
    font-weight: 600;
    margin-bottom: 12px;
}

.blog_area .left_side_blog .left_side_top .date_blog .date_desc {
    font-size: 13px;
    font-weight: 500;
    color: #3b3b3b;
    margin-left: .2rem;
}

.blog_area .left_side_blog .left_middle_desc p {
    font-size: 14px;
    text-align: justify;
    font-weight: 400;
    color: #666666;
}

.blog_area .left_side_blog .left_middle_desc .first-blog-list {
    padding-left: 2rem;
}

.blog_area .left_side_blog .first-blog-list li p {
    margin-left: .5rem;
}

.blog_area .left_side_blog ul li img,
section.blog_area .right_side_blog .news_box ul li img {
    width: auto;
}

.blog_area .left_side_blog .left_middle_desc ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.blog_area .left_side_blog .left_middle_desc ul li p {
    margin-bottom: 0;
}

.blog_area .side-Inner_desc .left_middle_desc .box_blog_desc {
    border: 1px solid #dcd3d3;
    padding: 1rem 2rem 1.5rem 3rem;
    margin: 2rem 0 .5rem 5rem;
}

.blog_area .side-Inner_desc .left_middle_desc .box_blog_desc .author h4 {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    margin-bottom: 0;
}

.blog_area .side-Inner_desc .left_bottom_desc {
    margin-top: 3rem;
    padding-top: .5rem;
    border-top: 1px solid #dcdbdb;
}

.blog_area .side-Inner_desc .left_bottom_desc .tag_desc h4,
.blog_area .side-Inner_desc .left_bottom_desc .share_desc span {
    font-size: 14px;
    color: #666666;
    font-weight: 500;
    margin-left: .5rem;
    margin-bottom: 0;
}

.blog_area .side-Inner_desc .left_bottom_desc .share_desc span,
.blog_area .side-Inner_desc .left_bottom_desc .share_desc ul li {
    margin: 0 .8rem 0 0;
}

.blog_area .left_side_blog .leave_comment_inner {
    margin-top: 5rem;
}

.blog_area .left_side_blog .leave_comment_inner h3,
.blog_area .left_side_blog .comment_form h4 {
    margin-bottom: 2.5rem;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}

.blog_area .leave_comment_inner .comment_list .single_comment {
    margin-bottom: 2rem;
}

.blog_area .leave_comment_inner .comment_list .comment_reply_desc {
    margin-left: 2rem;
}

.blog_area .left_side_blog .comment_list .single_comment .thumb {
    margin-right: 1rem;
}

.blog_area .left_side_blog .comment_list .single_comment .thumb img {
    width: 105px;
    height: 70px;
    object-fit: contain;
}

.blog_area .comment_list .single_comment .desc h4.author_name {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}

.blog_area .comment_list .single_comment .desc p.comment {
    font-size: 13px;
    text-align: justify;
    color: #666666;
    font-weight: 400;
    margin-bottom: .5rem;
}

.blog_area .single_comment .bottom_comment_desc a {
    font-size: 13px;
    font-weight: 400;
    color: #f27d0e;
}

.blog_area .single_comment .bottom_comment_desc a img {
    margin-right: .3rem;
}

.blog_area .single_comment .bottom_comment_desc .date_desc {
    margin-left: 3rem;
}

.blog_area .single_comment .bottom_comment_desc .date_desc span {
    color: #666666;
    font-size: 13px;
    font-weight: 600;
}

.blog_area .single_comment .bottom_comment_desc .date_desc img {
    margin-right: .8rem;
}

.blog_area .comment_form .form-group button {
    margin-top: 1rem;
    border: 2px solid #f27d0e;
    background-color: #f27d0e;
    width: 175px;
    height: 52px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.3px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.blog_area .comment_form .form-group button:hover,
.blog_area .comment_form .form-group button:focus {
    background-color: transparent;
    color: #f27d0e;
}

.blog_area .new_blog_sections {
    padding-top: 5rem;
}

.blog_area .new_blog_sections h4.blog_cards_heading {
    font-size: 22px;
    color: #131149;
    font-weight: 600;
    margin-bottom: 1rem;
    padding-left: 15px;
}

section.blog_area .blog_card {
    background: #FFFFFF;
    box-sizing: border-box;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    margin-top: 2.2rem;
    box-shadow: 0px 0 18px 0 rgba(0, 0, 0, 0.20);
}

section.blog_area .blog_card .card_head .card_img {
    position: relative;
}

section.blog_area .blog_card .card_head .abs_img img {
    position: absolute;
    top: 45px;
    left: 25px;
    z-index: 1;
}

section.blog_area .form-group input,
section.blog_area .form-group textarea {
    border: 1px solid #e7e7e7;
}

section.blog_area .form-group {
    margin-bottom: 1.5rem;
}

section.blog_area .blog_card .card_body {
    padding: 15px 18px;
}

section.blog_area .blog_card .card_body h3 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #000000;
}

section.blog_area .blog_card .card_body p {
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    text-align: justify;
    color: #999999;
    margin-bottom: 0;
}

section.blog_area .blog_card .card_footer h4 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
    color: #000;
}

section.blog_area .blog_card .card_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px 20px;
}

section.blog_area .blog_card .card_footer .btn.read_more_btn {
    padding: .375rem 30px;
}

section.blog_area .right_side_blog .news_part_area h3.heading,
section.blog_area .right_side_blog .most_popular_part h3.heading {
    font-size: 18px;
    font-weight: bold;
    color: #131149;
}

section.blog_area .right_side_blog {
    padding-left: 10rem;
}

section.blog_area .right_side_blog .news_box h4 {
    line-height: .8;
    margin-bottom: .8rem;
}

section.blog_area .right_side_blog .news_box h4 a {
    font-size: 15px;
    color: #333333;
    font-weight: 600;
}

section.blog_area .right_side_blog .news_box ul {
    display: flex;
    align-items: center;
}

section.blog_area .right_side_blog .news_box ul li {
    margin-right: 1rem;
}

section.blog_area .right_side_blog .news_box ul li span {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    margin-left: .5rem;
}

section.blog_area .right_side_blog .most_popular_part ul li h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

section.blog_area .right_side_blog .most_popular_part ul li h3 a:hover {
    color: #f27d0e;
}

.blog_pagination_area {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
}

.blog_pagination_area .page-link {
    margin-right: 10px;
    box-shadow: none;
    padding: 12px 15px;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    color: #999999;
    font-family: Open sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    background-color: #F2F3F9;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    padding: 8px 15px;
}

.blog_pagination_area .page-link span img {
    width: 12px;
}

section.about_banner::after {
    top: 808px;
}

.about_main .about_main_bottom {
    display: flex;
    align-items: flex-start;
    margin-top: 25px;
    margin-bottom: 10px;
}

.about_main .about_main_bottom .description p {
    font-size: 18px;
    color: #7d7c7b;
    margin-left: 25px;
}

.about_main .about_main_bottom .left_img img {
    width: 250px;
}

.about_main_new {
    padding-bottom: 20px !important;
}

.scosystem .scosystem_row .scosytem_card {
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    border-radius: 10px;
    padding-bottom: 15px;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.scosystem .scosystem_row .scosytem_card.scosytem_card_hgt {
    min-height: 370px;
}

.scosystem .scosystem_row .scosytem_card .card_desc h2 {
    font-size: 22px;
    color: #152756;
    margin: 15px 0 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.scosystem .scosystem_row .scosytem_card .card_desc {
    padding: 0 28px;
}

.scosystem .scosystem_row .scosytem_card .card_desc p {
    font-size: 17px;
    color: #7d7c7b;
    text-align: justify;
}

.scosystem .scosystem_row .scosytem_card .card_img img {
    margin-top: -50px;
}

.work_details {
    background: url(../image/bg-1-new.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding: 60px 0 80px;
}

.work_details .section-heading h2 {
    color: #fd7c04;
    text-transform: uppercase;
    z-index: 1;
    margin-bottom: 3rem;
}

.work_details .working_card .card_desc h2 {
    font-size: 25px;
    margin: 0 0 20px;
    font-weight: 600;
}

.work_details .working_card .card_desc p {
    font-size: 17px;
}

.work_details .working_card .card_desc {
    padding: 0 50px;
}

.work_details .col-lg-6 {
    border-right: 5px dotted #fd7c04;
    border-bottom: 5px dotted #fd7c04;
    padding: 20px 0 30px;
}


/*== home page */

.list-unstyled img {
    width: 15%;
}


/*
ul.list-unstyled li {
    margin-bottom: 15px;
}*/
ul.list-unstyled li {
  margin: 11px 0px;
}
.qhyn-safe_img .img_outer {
    background: #fff;
    box-shadow: 0 3px 38px 0 rgb(0 0 0 / 14%);
    border-radius: 13px;
    padding: 15px;
    width: 100%;
    max-width: 140px;
    margin: auto;
    text-align: center;
    margin-bottom: 17px;
}

.qhyn-safe_img .img_outer img {
    width: 75%;
}

.qhyn-safe_img.text-center h5 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.our_project_outer {
    background: #f1f3f8;
    padding: 37px 20px;
    border-radius: 25px;
}

.supported_area .support_wallets {
    display: inline-block;
    width: 100%;
}

.supported_area .our_project_outer .section-heading h2 {
    z-index: 1;
}

.supported_area .our_project_outer .section-heading h2::after {
    background: #FFFFFFD1;
}

.supported_area .support_wallets ul li h3 {
    font-size: 30px;
    font-weight: 600;
}

section.work_details .section-heading h2:after {
    opacity: 0.16;
}

.about_vynk_inner .col_about_vynk_inner_pl {
    padding-left: 3rem;
}

img.img_width_chg {
    width: 95px;
}

.about_community .community_about_img_chg {
    margin-top: -35px;
    margin-bottom: -35px;
    height: 425px;
}

.about_community .community_about_img_chg img {
    max-width: 120%;
    margin-left: -4rem;
    margin-top: 3rem;
}

/*.sidebar_icons_list {
    position: fixed;
    right: 0;
    z-index: 99999;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: min-content;
    text-align: right;
    background: #f7f6f7;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 10%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}*/

.sidebar_icons_list {
    position: fixed;
    right: 20px;
    z-index: 99999;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: min-content;
    text-align: right;
    background: #f7f6f7;
    border-radius: 50px;
    /*box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 10%);*/
    box-shadow:0px 3px 16px 0px rgba(15, 5, 76, 0.18);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    padding: 7px;
}

/*.sidebar_icons_list ul li,
section.first_banner .banner_bottom_desc ul li {
    border: 2px solid #f7f6f7;
    background: #fff;
    font-size: 40px;
    text-align: center;
    margin-bottom: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}*/

.sidebar_icons_list ul li img {
   /* width: 40px;*/
    width: 100%;
}

/*.sidebar_icons_list ul li a {
    position: relative;
}*/
.sidebar_icons_list ul li a {
  position: relative;
  width: 28px;
  display: block;
}
.sidebar_icons_list ul li:hover a span {
    visibility: visible;
    right: 35px;
    opacity: 1;
}

.sidebar_icons_list ul li a span {
    line-height: 30px;
    right: 60px;
    position: absolute;
    text-align: center;
    /*width: 120px;*/
    font-size: 15px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: -1;
    opacity: 0;
    top: 3px;
    color: #fff;
    padding: 0px 14px;
}

.sidebar_icons_list ul li.facebook a span {
    background-color: #294f92;
}

.sidebar_icons_list ul li.twitter a span {
    background-color: #1da1f2;
}

.sidebar_icons_list ul li.linkedin a span {
    background-color: #0077b5;
}

.sidebar_icons_list ul li.telegram a span {
    background-color: #27a6e6;
}

.sidebar_icons_list ul li.coinmarketcap a span {
    background-color: #08013d;
}

section.first_banner .banner_bottom_desc,
section.first_banner .banner_bottom_desc ul {
    display: flex;
    align-items: center;
    margin-top: 28px;
}

section.first_banner .banner_bottom_desc ul {
    margin-left: 25px;
    margin-top: 0;
}

section.first_banner .banner_bottom_desc ul li {
    border: none;
    background-color: transparent;
    padding: 3px;
    line-height: 0;
    margin-right: 5px;
}

section.first_banner .banner_bottom_desc ul li a {
    color: #fff;
    font-size: 25px;
    display: inline-block;
    border: 1px solid transparent;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

section.first_banner .banner_bottom_desc ul li:hover a {
    color: #fd7c04;
    background-color: #fff;
}


/* ------- Newsletter Modal CSS -------- */

body.modal-open,
.modal,
.modal-open {
    padding: 0 !important;
    overflow: hidden !important;
}

.newsletter_modal .modal-header button.close {
    opacity: 1 !important;
    outline: none !important;
    font-size: 28px;
}

.newsletter_modal .modal-header {
    align-items: center;
    padding: 10px 1.5rem;
}

.newsletter_modal .modal-header .modal-title {
    font-size: 28px;
    font-weight: 600;
    color: #333;
}

.newsletter_modal .modal-body p {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
}

.newsletter_modal .modal-body p span {
    color: #fd7c00;
    font-weight: 600;
}

.newsletter_modal .modal-body .form-control {
    height: 55px;
    border-radius: 30px;
    padding-left: 25px;
    box-shadow: none !important;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.newsletter_modal .modal-body button {
    width: 150px;
    height: 45px;
    margin-bottom: 1rem;
}


/*=== vynk chain page ===*/

h1.banner_heading {
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    font-size: 70px;
    line-height: 80px;
    font-weight: 600;
    font-family: "Open Sans";
    margin-bottom: 0;
}

.vynpay_banner h4 {
    letter-spacing: 0px;
    color: #FD7C04;
    font-size: 35px;
}

.vynpay_banner p {
    margin-top: 31px;
    margin-bottom: 31px;
    line-height: 34px;
    font-size: 16px;
    font-weight: 300;
    padding-right: 10px;
}

section#vynkpay_banner::after,
section#vynkpay_banner::before {
    position: absolute;
    content: "";
    background-image: url(../image/map.png);
    width: 100%;
    height: 100%;
    background-position: 35% 38%;
    background-size: 58%;
    background-repeat: no-repeat;
    top: 0 !important;
    bottom: 0;
    margin: auto;
}

section.about-us.about_main.about_main_new.crypto_bank_outer {
    overflow: visible;
    background: #fff;
    padding-top: 40px !important;
    margin-top: -130px;
}

section.about-us.about_main.about_main_new.crypto_bank_outer::before {
    top: -30px;
    background-image: url(../image/about-circe-1.png);
}

.banner_bottom_desc.vynpay_banner_button a.btn {
    font: normal normal 600 18px/24px Open Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    padding: .375rem 65px;
}

.crypto_bank_detail p {
    color: #353535;
    font-weight: 600;
}

.crypto_bank_outer .about_image_mtb img {
    width: 100% !important;
    max-width: 100% !important;
}

.crypto_bank_detail_inner h3 {
    text-align: left;
    font: normal normal bold 30px/34px Open Sans;
    letter-spacing: 0px;
    color: #1A2747;
    opacity: 1;
}

.crypto_bank_detail_inner p {
    font: normal normal 600 17px/34px Open Sans;
    letter-spacing: 0px;
    color: #353535;
    opacity: 1;
}

.crypto_bank_detail_inner a.btn.btn-primary {
    font: normal normal 600 18px/24px Open Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    padding: .375rem 65px;
}

.crypto_bank_detail_inner {
    padding: 190px 0 100px;
}

.crypto_bank_outer .about_image_mtb img {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: -90px;
}

.about-body-container.crypto_body {
    margin-top: 160px !important;
}

section.crypto_bank_outer .crypto_body {
    background-image: url(../image/crypto_bank_outer_bg.png);
    background-size: 146px;
    background-repeat: no-repeat;
    background-position: 15px 39px;
}

.send_card_pay .card_img img {
    width: 100px;
}

.send_card_pay .card_desc h2 {
    margin-top: 24px !important;
    color: #162756 !important;
    margin-bottom: 35px !important;
}

.send_card_pay .card_desc p {
    letter-spacing: 0px;
    color: #7D7C7B !important;
    opacity: 1;
    text-align: center !important;
    margin-bottom: 0;
}

.scosytem_card.scosytem_card_hgt.send_card_pay {
    min-height: auto !important;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 32px #221f2014;
    border-radius: 20px;
    opacity: 1;
    border: none;
    padding-bottom: 55px;
}

.how-it-img.crypto_img {
    margin-top: -86px;
    padding-left: 50px;
    position: relative;
}

.crypto_account .how-it-content p {
    margin: 0;
}

.crypto_account .how-it-content h4 {
    font-size: 30px !important;
    margin-bottom: 25px;
}

.how-it-img.crypto_img:after {
    position: absolute;
    content: "";
    height: 279px;
    width: 178px;
    background-image: url(../image/crypto_bank_outer_bg.png);
    left: -70px;
    top: 18%;
    bottom: 0;
    margin: auto;
    background-size: 85%;
    z-index: -1;
    background-repeat: no-repeat;
}

.how-it-img.crypto_img:before {
    position: absolute;
    content: "";
    height: 115px;
    width: 115px;
    background-image: url(../image/send_bitcoin_r.png);
    left: 0;
    top: auto;
    bottom: -15%;
    margin: auto;
    background-size: 100%;
    z-index: -1;
    background-repeat: no-repeat;
}

.row.crypto_img_reverse .how-it-img.crypto_img {
    margin-bottom: -105px;
    padding-right: 50px;
    position: relative;
    margin-top: 0;
    padding-left: 0;
}

.row.crypto_img_reverse .how-it-img.crypto_img:before {
    bottom: auto;
    top: -8%;
    z-index: 1;
    right: -80%;
}

.row.crypto_img_reverse .how-it-img.crypto_img img {
    z-index: 9;
    position: relative;
}

.row.crypto_img_reverse .how-it-img.crypto_img:after {
    background-image: url(../image/send_bitcoin_bg.png);
    width: 279px;
    height: 178px;
    right: -50%;
    top: -3%;
    left: auto;
}

.crypto_account .how-it-content p {
    margin: 0;
    font-size: 17px;
    line-height: 30px;
}

.crypto_img_reverse .how-it-content {
    margin-bottom: 60px;
}

.crypto_img_reverse {
    margin-top: 25px;
}

section.service_crupto {
    margin-top: 56px !important;
    padding-top: 84px !important;
}

.service_recharge h4 {
    font: normal normal 600 28px/48px Open Sans;
    letter-spacing: 0px;
    color: #070707;
    margin-bottom: 0;
}

.service_recharge img {
    width: 74.2%;
    margin-top: -10px;
}

.service_recharge p {
    font: normal normal 600 19px/30px Open Sans;
    letter-spacing: 0px;
    color: #000000;
    margin: -5px 0 0 0;
}

.service_recharge {
    padding-left: 15px;
    position: relative;
    padding-bottom: 60px;
}

.service_recharge:after {
    position: absolute;
    content: "";
    width: 55px;
    height: 55px;
    background: url(../image/service_indicator.png);
    border-radius: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    left: -60px;
    top: 0px;
}

.service_recharge:before {
    height: 100%;
    width: 4px;
    background: #180F5A;
    position: absolute;
    content: "";
    left: -33px;
    top: 10%;
}

.service_recharge:last-child:before {
    display: none;
}

.service_recharge:last-child {
    padding-bottom: 0;
}

.service_crupto_pay_img {
    padding-right: 40px;
}

.service_crupto_pay .toke-sale-content {
    background-image: none;
}

html {
    overflow-x: hidden;
}

section.token-sale.service_crupto_pay {
    background-image: url(../image/service_bg.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 80px;
}

section.roadmap-carousel.pt-5.mt-5.vynpay_safe {
    background-color: #f2f3f9;
    padding-top: 80px !important;
    background-image: url(../image/private_bg.png);
    padding-bottom: 260px;
    background-size: cover;
    background-position: center;
}

.priva_safe_card_img img {
    width: 155px;
}

.priva_safe_card_img {
    text-align: center;
    padding-bottom: 60px;
    position: relative;
}

.priva_safe_card_text h4 {
    font: normal normal 600 21px/34px Open Sans;
    letter-spacing: 0px;
    color: #2C2C2C;
    opacity: 1;
    margin-bottom: 22px;
    min-height: 68px;
}

.priva_safe_card_text p {
    font: normal normal 600 14px/30px Open Sans;
    letter-spacing: 0px;
    color: #2C2C2C;
    opacity: 1;
    margin: 0;
}

.priva_safe_card {
    padding-right: 60px;
}

.priva_safe_card {
    padding-right: 30px;
    padding-left: 30px;
}

.priva_safe_card_img:after {
    width: 40px;
    height: 40px;
    background: transparent radial-gradient(closest-side at 40% 30%, #FFBA5F 0%, #FD7C04 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    position: absolute;
    content: "";
    border-radius: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    top: 60%;
    margin: auto;
}

.priva_safe_card_img:before {
    position: absolute;
    content: "";
    width: 130%;
    height: 4px;
    background: red;
    bottom: 0;
    margin: auto;
    top: 60%;
    left: 58%;
    right: 0;
}

.after_none .priva_safe_card_img:before {
    display: none;
}

@media (max-width: 960px) {
    .crypto_body .row {
        flex-direction: column-reverse;
    }
    .crypto_bank_detail_inner {
        padding: 50px 0 50px;
    }
    .crypto_bank_outer .about_image_mtb img {
        margin-top: 40px;
    }
    section.scosystem.send_section {
        padding-top: 50px !important;
    }
    section.token-sale.service_crupto_pay {
        padding-top: 120px !important;
    }
    section.token-sale.service_crupto_pay .toke-sale-content .row {
        justify-content: flex-start;
    }
    .service_recharge {
        padding-left: 80px;
        padding-bottom: 30px !important;
    }
    .service_recharge:before {
        left: 15px;
    }
    .service_recharge:after {
        left: -10px;
    }
    section.roadmap-carousel.pt-5.mt-5.vynpay_safe {
        padding-bottom: 80px;
    }
    .after_tab_none .priva_safe_card_img:before {
        display: none;
    }
}

@media (max-width: 767px) {
    section#vynkpay_banner .banner_img {
        margin-top: 0;
    }
    section.about-us.about_main.about_main_new.crypto_bank_outer {
        margin-top: 0;
    }
    section.about-us.about_main.about_main_new.crypto_bank_outer::before {
        top: 0;
    }
    section#vynkpay_banner {
        padding-bottom: 60px;
    }
    .about-body-container.crypto_body {
        margin-top: 0px !important;
    }
    .scosytem_card.scosytem_card_hgt.send_card_pay {
        margin-bottom: 0 !important;
    }
    .how-it-img.crypto_img {
        margin-top: 90px;
        padding-left: 50px;
        position: relative;
    }
    .how-it-img.crypto_img:before {
        bottom: -10%;
    }
    section.token-sale.service_crupto_pay {
        padding-bottom: 40px;
    }
    section.roadmap-carousel.pt-5.mt-5.vynpay_safe {
        padding-bottom: 40px;
        padding-top: 40px !important;
    }
    .priva_safe_card_img:after,
    .priva_safe_card_img:before {
        display: none;
    }
    .priva_safe_card_img {
        padding-bottom: 0;
    }
    .priva_safe_card_text h4 {
        margin-bottom: 15px;
        min-height: auto;
    }
    .priva_safe_card {
        padding-right: 0;
        padding-left: 0;
    }
    .priva_safe_card_img {
        text-align: left;
    }
    .priva_safe_card_img img {
        width: 130px;
    }
}


/*=== vynsafe banner ===*/

.vynsafe_b p {
    padding-right: 25%;
}

.vynsafe_saving .crypto_bank_detail_inner h3 {
    text-align: left;
    font: normal normal bold 48px/70px Open Sans;
    letter-spacing: 0px;
    color: #1A2747;
    opacity: 1;
    text-transform: uppercase;
}

.vynsafe_saving .about_image_mtb {
    margin-top: 0;
    margin-bottom: 0;
}

.vynsafe_saving .crypto_bank_detail_inner {
    padding: 60px 0;
}

.vynsafe_saving .crypto_bank_detail_inner p {
    padding-right: 10%;
}

.crypto_bank_outer .vynsafe_saving .about_image_mtb img {
    margin-top: -100px;
    margin-bottom: -100px;
}

.about-body-container.crypto_body.vynsafe_saving {
    margin-top: 80px !important;
    margin-bottom: 95px;
    background-image: none;
}

.vyn_pay_saving .card_img {
    background: transparent linear-gradient( 0deg, #0E0849 0%, #0E0849 0%, #1F1A66 100%, #1F1A66 100%) 0% 0% no-repeat padding-box;
    border-radius: 20px;
    opacity: 1;
    height: 100px;
    width: 100px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}

.scosystem .scosystem_row.vyn_pay_saving .scosytem_card .card_img img {
    margin-top: 0;
}

.transfer_vynpay:after {
    position: absolute;
    content: "";
    height: 250px;
    width: 135px;
    background-image: url(../image/crypto_bank_outer_bg.png);
    left: 20px;
    top: 76px;
    bottom: auto;
    margin: auto;
    background-size: 85%;
    z-index: 9;
    background-repeat: no-repeat;
}

.transfer_vynpay:before {
    position: absolute;
    content: "";
    background-size: 85%;
    z-index: 9;
    background-repeat: no-repeat;
    background-image: url(../image/send_bitcoin_bg.png);
    width: 250px;
    height: 135px;
    right: 20px;
    left: auto;
    top: auto;
    bottom: 76px;
}

.crypto_account.transfer_vynpay .how-it-content h4 {
    text-align: left;
    font: normal normal bold 48px/70px Open Sans !important;
    letter-spacing: 0px;
    color: #fff;
    opacity: 1;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.crypto_account.transfer_vynpay .how-it-content img {
    transform: scaleX(-1);
    width: 50%;
    margin-bottom: 21px;
}

.crypto_account.transfer_vynpay .how-it-content p {
    padding-right: 50%;
}

.transfer_vynpay .container {
    background-image: url(../image/transfer_bg.png);
    background-position: center 25%;
    background-size: 52%;
    background-repeat: no-repeat;
    position: relative;
}

section.create-an-account.crypto_account.transfer_vynpay {
    z-index: 9;
}

section.roadmap-carousel.pt-5.mt-5.vynpay_safe.vyn_safe_feature {
    background-image: url(../image/vyn_chain_feature_bg.png);
    background-position: top center;
    margin-top: -18px !important;
    padding-top: 125px !important;
    padding-bottom: 150px;
}

.feature_icon_box_content h4 {
    font: normal normal 600 26px/36px Open Sans;
    letter-spacing: 0px;
    color: #070707;
    opacity: 1;
    margin-bottom: 5px;
}

.feature_icon_box_content p {
    text-align: left;
    font: normal normal normal 19px/28px Open Sans;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin: 0;
}

.feature_icon_box_img img {
    width: 100%;
    max-width: 100%;
}
.feature_icon_box_img {
    width: 15%;
    flex: 15%;
}
.feature_icon_box_content {
    width: 100%;
    flex: 100%;
}
.feature_icon_box {
    display: flex;
    align-items: center;
}

.feature_icon_box_img {
    margin-right: 30px !important;
}

.row.spcing_top {
    margin-top: 150px;
}

@media (max-width: 960px) {
    .row.spcing_top.reverse {
        flex-direction: column-reverse;
    }
}

@media (max-width: 767px) {
    .vynsafe_b p {
        padding-right: 0;
    }
    .about-body-container.crypto_body.vynsafe_saving {
        margin-top: 10px !important;
        margin-bottom: 0px;
        background-image: none;
    }
    .vynsafe_saving .crypto_bank_detail_inner p {
        padding-right: 0;
    }
    .vynsafe_saving .crypto_bank_detail_inner h3 {
        font: normal normal bold 35px/54px Open Sans !important;
        margin-bottom: 5px !important;
    }
    .crypto_bank_outer .vynsafe_saving .about_image_mtb img {
        margin-top: 0;
        margin-bottom: 0;
    }
    .vynsafe_saving .crypto_bank_detail_inner {
        padding: 40px 0 57px 0;
    }
    .crypto_body.vynsafe_saving {
        padding-bottom: 30px;
    }
    .crypto_account.transfer_vynpay .how-it-content p {
        padding-right: 0;
    }
    .crypto_account.transfer_vynpay .how-it-content h4 {
        font: normal normal bold 35px/54px Open Sans !important;
    }
    section.roadmap-carousel.pt-5.mt-5.vynpay_safe.vyn_safe_feature {
        padding-top: 60px !important;
        padding-bottom: 60px;
    }
    .row.spcing_top {
        margin-top: 70px;
    }
    .transfer_vynpay:before,
    .transfer_vynpay:after {
        display: none;
    }
    .feature_icon_box_content p {
        font: normal normal normal 15px/28px Open Sans;
    }
    .row.crypto_img_reverse .how-it-img.crypto_img:after {
        right: -4%;
    }
    .row.crypto_img_reverse .how-it-img.crypto_img:before {
        right: -70%;
    }
    .feature_icon_box_img {
    width: 20%;
    flex: 20%;
}
}

@media (min-width: 576px)
{
    #vynk-offer-popup .modal-dialog{
        max-width: 770px;
    }
}