body {
    font-family: "Lato", sans-serif !important;
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):hover {
    color: #7d7d7d;
}

.navbar {
    padding: 0.75rem 1.5rem !important;
}

a:hover {
    color: #00b0eb;
    text-decoration: none;
}


/* push targets down */


/* 3BOT page */

.bot_page_banner.banner_3bot {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    top: 0;
}

.bot_page_banner.banner_3bot .banner {
    width: 100%;
    float: left;
    position: relative;
}

.bot_page_banner.banner_3bot .banner img.banner_img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.bot_page_banner.banner_3bot .desc {
    width: 100%;
    float: left;
    background: #006cbb;
    margin-top: -10%;
    padding-bottom: 6rem
}

.bot_page_banner.banner_3bot .desc p {
    color: #333;
    line-height: 1.2;
}

.bot_page_banner.banner_3bot .video_div {
    margin-top: -3px;
    width: 100%;
}

.bot_features_3dot {
    background: #006cbb;
}

.bot_features_3dot .image {
    float: right;
}

.bot_features_3dot .image img {
    object-fit: contain;
}

.bot_h_timeline_3dot {
    padding: 90px 0 290px;
}

.bot_bot_fpp_3dot .content_div .content .left {
    width: 130px;
    float: left;
}

.bot_bot_fpp_3dot .content_div .content .right {
    width: 260px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    text-align: left;
}

.bot_form .jumbotron {
    width: 100%;
    background: transparent;
    text-align: left;
}

.bot_form .jumbotron .form-group .form-control {
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding: 0;
    font-size: 20px;
    outline: 0 none;
    max-width: 450px;
    width: 80%;
}

.bot_form .jumbotron .form-group .form-control:focus {
    outline: 0 none;
    box-shadow: 0 0 0;
}

.bot.modal {
    text-align: center;
    padding: 0 !important;
}

.bot.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
    /* Adjusts for spacing */
}

.bot .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.bot .modal-dialog.modal-lg {
    width: 800px;
}

.bot .modal-dialog.modal-lg .modal-content {
    padding: 30px 30px 0 30px;
}

.hide {
    display: none !important;
}


/**/

.border-bottom {
    border-bottom: 3px solid #303030 !important
}

.bot_ps-timeline-sec {
    position: relative;
    /* background: #fff; */
    /* display: inline-block; */
    margin: 0 auto;
}

.bot_ps-timeline-sec .container {
    position: relative;
    width: 100%;
}

.bot_ps-timeline-sec .container ol:before {
    background: #348e80;
    /* content: ""; */
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: 8px;
    top: 49.5%;
    display: none;
}

.bot_ps-timeline-sec .container ol:after {
    background: #348e80;
    /* content: ""; */
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    right: 8px;
    top: 49.5%;
    display: none;
}

.bot_ps-timeline-sec .container ol.ps-timeline {
    margin: 1px 0 235px 0;
    padding: 0;
    /* border-top: 2px solid #348e80; */
    list-style: none;
}

.bot_ps-timeline-sec .container ol.ps-timeline li {
    float: left;
    width: 16.666%;
    padding-top: 30px;
    position: relative;
}

.bot_ps-timeline-sec .container ol.ps-timeline li label {
    margin-left: -80px;
    /* border-radius: 6px; */
    text-align: center;
    position: absolute;
    top: -26px;
    left: 50%;
    padding: 0px 33px;
    height: 40px;
    margin-bottom: 0;
}

.bot_ps-timeline-sec .container ol.ps-timeline li span {
    border-radius: 0;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

.bot_ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
    content: '';
    color: #696967;
    width: 2px;
    height: 45px;
    background: transparent;
    position: absolute;
    top: -50px;
    left: 50%;
    border-right: 2px dashed #696967;
}

.bot_ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
    content: '';
    color: #696967;
    width: 8px;
    height: 8px;
    background: #696967;
    position: absolute;
    bottom: 90px;
    left: 48%;
    border-radius: 100%;
}

.bot_ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
    content: '';
    color: #696967;
    width: 2px;
    height: 45px;
    background: transparent;
    position: absolute;
    bottom: -50px;
    left: 50%;
    border-right: 2px dashed #696967;
}

.bot_ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
    content: '';
    color: #333;
    width: 8px;
    height: 8px;
    background: #333;
    position: absolute;
    top: 90px;
    left: 48%;
    border-radius: 100%;
}

.bot_ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 130px;
    width: 100%;
}

.bot_ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
    display: table;
    margin: 0 auto;
}

.bot_ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
    position: absolute;
    margin-top: 60px;
    width: 100%;
}

.bot_ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img {
    display: table;
    margin: 0 auto;
}

.bot_ps-timeline-sec .container ol.ps-timeline li .desc {
    text-align: center;
    width: 140%;
    margin: 0 -20%;
    font-size: 20px;
    text-align: left;
}

.bot_ps-timeline-sec .container ol.ps-timeline li .desc h3 {
    font-size: 25px;
    margin: 0 0 5px 0;
    color: #333;
}

.bot_ps-timeline-sec .container ol.ps-timeline li .ps-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 120px;
    text-align: left
}

.bot_ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    position: absolute;
    margin-top: 60px;
}

.bot_ps-timeline-sec .container ol.ps-timeline li label.top_txt {
    background: #0A73B8;
}

.bot_ps-timeline-sec .container ol.ps-timeline li label.btm_txt {
    background: #57bd8d;
}

.bot_ps-timeline-sec .container ol.ps-timeline li label.top_txt:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 24px 40px 0;
    border-color: transparent #0A73B8 transparent transparent;
    top: 0;
    left: -23px;
}

.bot_ps-timeline-sec .container ol.ps-timeline li label.top_txt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 0 24px;
    border-color: transparent transparent transparent #0a73b8;
    top: 0;
    right: -23px;
}

.bot_ps-timeline-sec .container ol.ps-timeline li label.btm_txt:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 24px 40px 0;
    border-color: transparent #57bd8d transparent transparent;
    top: 0;
    left: -23px;
}

.bot_ps-timeline-sec .container ol.ps-timeline li label.btm_txt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 0 24px;
    border-color: transparent transparent transparent #57bd8d;
    top: 0;
    right: -23px;
}

.bot_soon_3dot {
    text-align: left
}


/* End 3OT page */


/* news pag */

.news-header {
    padding-bottom: 0px !important;
    font-size: 21px;
    /* font-weight: 300; */
    text-align: left;
}

.news-header strong {
    font-weight: 400;
}

.news-header a {
    color: #303030;
}

.news-header a:hover {
    color: #333;
    text-decoration: none;
}


/* End news page */


/* Svelte pages */

.dynamic-sec {
    padding: 50px 0 !important;
}

.rj-team .rj-team-member {
    margin: .5rem 0 !important;
}

.rj-team .member-photo.selected:after {
    left: -20px !important;
}

.dynamic-sec .intro h1 {
    font-size: 70px;
    font-family: "Bebas Neue", cursive !important;
    /* font-weight: 900 !important; */
}

.dynamic-sec h2 {
    /* font-size: 50px; */
    font-family: "Bebas Neue", cursive !important;
    text-transform: uppercase;
}

.dynamic-sec p {
    color: #333333 !important;
    font-size: 24px !important;
}

.dynamic-sec h1 {
    font-size: 100px;
    text-transform: uppercase;
    text-align: center;
}

.dynamic-sec p,
.dynamic-sec .button,
.dynamic-sec .rj-team-member-info-text .bio-excerpt,
.dynamic-sec .rj-team .rj-team-member .rj-team-member-info-text .member-name {
    font-family: "Lato", sans-serif !important;
    font-size: 1.5em !important;
    line-height: 1.2em !important
}

.dynamic-sec .rj-team .rj-team-member .rj-team-member-info-text .member-name a {
    margin-left: 0.375rem;
}

.dynamic-sec .rj-team .rj-team-member .rj-team-member-info-text .member-name a:hover {
    color: #444;
}

.rj-team .rj-team-member .rj-team-member-photo-rollover {
    height: 100px;
    width: auto !important;
    border-radius: 50%
}

.dynamic-sec .rj-team-member-info-text {
    text-align: left;
}


/* End Svelte */


/* Community page */

.banner_community {
    background-image: url(../assets/community/banner_bg.jpg);
    background-size: cover;
    background-position: center;
    min-height: 400px;
    background-repeat: no-repeat;
}

.banner_community ul.user_list {
    margin: 0;
    padding: 0;
}

.banner_community ul.user_list li {
    list-style: none;
    display: inline-block;
    width: 110px;
    margin: 12px;
}

.banner_community ul.user_list li.item a {
    text-decoration: none;
    display: inline-block;
}

.banner_community ul.user_list li.item a .image {
    width: 100%;
}

.banner_community ul.user_list li.item a .image img {
    width: 100%;
}

.banner_community ul.user_list li.item a .desc p {
    line-height: 1.2;
    margin: 0;
    color: #333;
    font-weight: 400;
}


/* End Community page */


/* TECH page */

.tech_page_banner.banner_tech {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    top: 0;
}

.tech_page_banner.banner_tech .banner {
    width: 100%;
    float: left;
    position: relative;
}

.tech_page_banner.banner_tech .banner img.banner_img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.tech_page_banner.banner_tech .banner img.tokenbanner_img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.tech_page_banner.banner_tech .banner img.banner_img2 {
    width: 100%;
    height: auto !important;
    object-fit: cover;
}


/*
.tech_page_banner.banner_tech .desc{width: 100%;float: left;margin-top: -4%;}
.tech_page_banner.banner_tech .desc p{color: #333;line-height: 1.2;}
.tech_page_banner.banner_tech .video_div {margin-top: -3px;width: 100%;}
*/

.banner_img2 {
    display: none;
}

.banner_tech .list {
    width: 100%;
    top: 0;
    left: 0;
}

.banner_tech .list ul {
    padding: 0;
    margin: 0;
    width: 100%;
}

.banner_tech .list ul li {
    width: 100%;
    float: left;
    text-align: left;
}


/*.banner_tech .main_desc{width: 60%;left: 50%;position: absolute;top: 100px;transform: translate(-50%, 10px);}*/

.tech_circles {
    padding: 10em 0;
}

.how_it_work {
    width: 80%;
}

.token_growth {
    background: #f2f2f2;
}

.scrollify_section .carousel-item {
    position: relative;
}

.scrollify_section .carousel-caption {
    position: absolute;
    left: 50px;
    top: 50px;
    float: left;
}

.banner_tech .banner-content-right {
    width: 45%;
    height: auto;
    max-width: 800px;
    margin: 0 auto;
    position: absolute;
    top: 20vh;
    left: 55%;
    padding-right: 5%;
}


/* .tech_page_banner.banner_tech .scroll_link {
width: 100%;
text-align: center;
position: absolute;
bottom: 35px;
left: 0;
} */


/*.scrollify_section .carousel-control-prev-icon, .scrollify_section .carousel-control-next-icon{background-color: #333;}*/


/**/

.tech_ps-timeline-sec {
    position: relative;
    /* background: #fff; */
    /* display: inline-block; */
    margin: 0 auto 250px;
}

.tech_ps-timeline-sec .container {
    position: relative;
    width: 100%;
}

.tech_ps-timeline-sec .container ol:before {
    background: #348e80;
    /* content: ""; */
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: 8px;
    top: 49.5%;
    display: none;
}

.tech_ps-timeline-sec .container ol:after {
    background: #348e80;
    /* content: ""; */
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    right: 8px;
    top: 49.5%;
    display: none;
}

.tech_ps-timeline-sec .container ol.ps-timeline {
    margin: 1px 0 235px 0;
    padding: 0;
    /* border-top: 2px solid #348e80; */
    list-style: none;
}

.tech_ps-timeline-sec .container ol.ps-timeline li {
    float: left;
    width: 20%;
    padding-top: 30px;
    position: relative;
}

.tech_ps-timeline-sec .container ol.ps-timeline li label {
    margin-left: -80px;
    /* border-radius: 6px; */
    text-align: center;
    position: absolute;
    top: -26px;
    left: 50%;
    padding: 0px 42px;
    height: 40px;
    margin-bottom: 0;
}

.tech_ps-timeline-sec .container ol.ps-timeline li span {
    border-radius: 0;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

.tech_ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
    content: '';
    color: #696967;
    width: 2px;
    height: 45px;
    background: transparent;
    position: absolute;
    top: -50px;
    left: 50%;
    border-right: 2px dashed #696967;
}

.tech_ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
    content: '';
    color: #696967;
    width: 8px;
    height: 8px;
    background: #696967;
    position: absolute;
    bottom: 90px;
    left: 48%;
    border-radius: 100%;
}

.tech_ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
    content: '';
    color: #696967;
    width: 2px;
    height: 45px;
    background: transparent;
    position: absolute;
    bottom: -50px;
    left: 50%;
    border-right: 2px dashed #696967;
}

.tech_ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
    content: '';
    color: #333;
    width: 8px;
    height: 8px;
    background: #333;
    position: absolute;
    top: 90px;
    left: 48%;
    border-radius: 100%;
}

.tech_ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 130px;
    width: 100%;
}

.tech_ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
    display: table;
    margin: 0 auto;
}

.tech_ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
    position: absolute;
    margin-top: 60px;
    width: 100%;
}

.tech_ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img {
    display: table;
    margin: 0 auto;
}

.tech_ps-timeline-sec .container ol.ps-timeline li .desc {
    text-align: center;
    width: 140%;
    margin: 0 -20%;
    font-size: 20px;
    text-align: left;
}

.tech_ps-timeline-sec .container ol.ps-timeline li .desc h3 {
    font-size: 25px;
    margin: 0 0 5px 0;
    color: #333;
}

.tech_ps-timeline-sec .container ol.ps-timeline li .ps-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 120px;
    text-align: left
}

.tech_ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    position: absolute;
    margin-top: 60px;
}

.tech_ps-timeline-sec .container ol.ps-timeline li label.top_txt {
    background: #0A73B8;
}

.tech_ps-timeline-sec .container ol.ps-timeline li label.btm_txt {
    background: #57bd8d;
}

.tech_ps-timeline-sec .container ol.ps-timeline li label.top_txt:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 24px 40px 0;
    border-color: transparent #0A73B8 transparent transparent;
    top: 0;
    left: -23px;
}

.tech_ps-timeline-sec .container ol.ps-timeline li label.top_txt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 0 24px;
    border-color: transparent transparent transparent #0a73b8;
    top: 0;
    right: -23px;
}

.tech_ps-timeline-sec .container ol.ps-timeline li label.btm_txt:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 24px 40px 0;
    border-color: transparent #57bd8d transparent transparent;
    top: 0;
    left: -23px;
}

.tech_ps-timeline-sec .container ol.ps-timeline li label.btm_txt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 0 24px;
    border-color: transparent transparent transparent #57bd8d;
    top: 0;
    right: -23px;
}

.scrollify_section .carousel-caption {
    background: none;
}

.scrollify_section .carousel-caption {
    width: 320px;
    text-align: left;
    left: 9%;
}

.scrollify_section .carousel-caption h5 {
    position: relative;
    white-space: nowrap;
}

.scrollify_section .carousel-caption h5 label {
    background: #333;
    color: #fff;
    padding: 5px 13px 7px;
    left: 0;
    line-height: 1;
    margin-right: 10px;
}


/* End TECH page */


/*  Token page */

.token_page_banner.banner_token {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    top: 0;
}

.token_banner-content-right {
    width: 50%;
    height: auto;
    max-width: 800px;
    margin: 0 auto;
    position: absolute;
    top: 20vh;
    left: 50%;
    padding-right: 5%;
}

.token_banner-content-right .banner_inner .counter_div .left {
    width: 40%;
    float: left;
}

.token_banner-content-right .banner_inner .counter_div .right {
    width: 60%;
    float: left;
}

.token_banner-content-right .banner_inner .counter_div .right .group .f_group div {
    width: 100%;
    border: 0;
    font-size: 48px;
    text-align: right;
    padding: 18px 20px;
    background: #333;
    color: #fff;
    border-radius: 6px;
    line-height: 1;
}

.offer_div .offers .top .left {
    width: 40%;
    float: left;
}

.offer_div .offers .top .right {
    width: 60%;
    float: left;
}

.offer_div .offers .top .right .group .f_group div {
    width: 100%;
    border: 0;
    font-size: 50px;
    text-align: right;
    padding: 10px;
    background: #333;
    color: #fff;
    border-radius: 6px;
    line-height: 1;
}

.token_price h2.custom_head {
    font-size: 120px;
    line-height: 1;
    font-weight: 400;
}

.token_price .item .image {
    width: 90%;
}

.token_price .item .image img {
    width: 100%;
    height: 80px;
}

.fpp_3dot .content_div .content .left {
    width: 130px;
    float: left;
}

.fpp_3dot .content_div .content .right {
    width: 260px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    text-align: left;
}

.features_token_01 .image {
    float: right;
}

.features_token_01 .image img {
    object-fit: contain;
}

.token_exchange_offer {
    display: none;
}


/* Opacity #2 */


/* .hover12 a {
background: #1abc9c;


}*/

.hover12 a img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover12 a:hover img {
    opacity: .5;
}


/**/

.token_ps-timeline-sec {
    position: relative;
    /* background: #fff; */
    /* display: inline-block; */
    margin: 50px auto 200px;
}

.token_ps-timeline-sec .container {
    position: relative;
    width: 100%;
}

.token_ps-timeline-sec .container ol:before {
    background: #348e80;
    /* content: ""; */
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: 8px;
    top: 49.5%;
}

.token_ps-timeline-sec .container ol:after {
    background: #348e80;
    /* content: ""; */
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    right: 8px;
    top: 49.5%;
}

.token_ps-timeline-sec .container ol.ps-timeline {
    margin: 1px 0 235px 0;
    padding: 0;
    /* border-top: 2px solid #348e80; */
    list-style: none;
}

.token_ps-timeline-sec .container ol.ps-timeline li {
    float: left;
    width: 20%;
    padding-top: 30px;
    position: relative;
}

.token_ps-timeline-sec .container ol.ps-timeline li label {
    margin-left: -80px;
    /* border-radius: 6px; */
    text-align: center;
    position: absolute;
    top: -26px;
    left: 50%;
    padding: 0px 42px;
    height: 40px;
    margin-bottom: 0;
}

.token_ps-timeline-sec .container ol.ps-timeline li span {
    border-radius: 0;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

.token_ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
    content: '';
    color: #696967;
    width: 2px;
    height: 45px;
    background: transparent;
    position: absolute;
    top: -50px;
    left: 50%;
    border-right: 2px dashed #696967;
}

.token_ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
    content: '';
    color: #696967;
    width: 8px;
    height: 8px;
    background: #696967;
    position: absolute;
    bottom: 90px;
    left: 48%;
    border-radius: 100%;
}

.token_ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
    content: '';
    color: #696967;
    width: 2px;
    height: 45px;
    background: transparent;
    position: absolute;
    bottom: -50px;
    left: 50%;
    border-right: 2px dashed #696967;
}

.token_ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
    content: '';
    color: #333;
    width: 8px;
    height: 8px;
    background: #333;
    position: absolute;
    top: 90px;
    left: 48%;
    border-radius: 100%;
}

.token_ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 130px;
    width: 100%;
}

.token_ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
    display: table;
    margin: 0 auto;
}

.token_ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
    position: absolute;
    margin-top: 60px;
    width: 100%;
}

.token_ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img {
    display: table;
    margin: 0 auto;
}

.token_ps-timeline-sec .container ol.ps-timeline li .desc {
    text-align: center;
    width: 140%;
    margin: 0 -20%;
    font-size: 20px;
    text-align: left;
}

.token_ps-timeline-sec .container ol.ps-timeline li .desc h3 {
    font-size: 25px;
    margin: 0 0 5px 0;
    color: #333;
}

.token_ps-timeline-sec .container ol.ps-timeline li .ps-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 120px;
    text-align: left
}

.token_ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    position: absolute;
    margin-top: 60px;
}

.token_ps-timeline-sec .container ol.ps-timeline li label.top_txt {
    background: #0A73B8;
}

.token_ps-timeline-sec .container ol.ps-timeline li label.btm_txt {
    background: #57bd8d;
}

.token_ps-timeline-sec .container ol.ps-timeline li label.top_txt:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 24px 40px 0;
    border-color: transparent #0A73B8 transparent transparent;
    top: 0;
    left: -23px;
}

.token_ps-timeline-sec .container ol.ps-timeline li label.top_txt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 0 24px;
    border-color: transparent transparent transparent #0a73b8;
    top: 0;
    right: -23px;
}

.token_ps-timeline-sec .container ol.ps-timeline li label.btm_txt:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 24px 40px 0;
    border-color: transparent #57bd8d transparent transparent;
    top: 0;
    left: -23px;
}

.token_ps-timeline-sec .container ol.ps-timeline li label.btm_txt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 0 24px;
    border-color: transparent transparent transparent #57bd8d;
    top: 0;
    right: -23px;
}


/* End token page */


/* Grid page */

.grid_page_banner,
.ieo_page_banner,
.banner {
    position: relative;
}

.grid_page_banner .scroll_link,
.ieo_page_banner .scroll_link,
.home_page_banner.banner_home .scroll_link,
.banner .scroll_link {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
}

.grid_page_banner.banner_grid .desc {
    position: absolute;
    bottom: 70px;
}

.ieo_page_banner.banner_ieo .desc {
    position: absolute;
    bottom: 30px;
}

.grid_timeline_div .left .image img {
    width: 150%;
    margin-left: -30%;
}

.grid_page_fpp .content_div .content .left {
    width: 130px;
    float: left;
}

.grid_page_fpp .content_div .content .right {
    width: 260px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    text-align: left;
}

.grid_home_map_sec {
    background: #f2f2f2;
    width: 100%;
    float: left;
}

.grid_home_map_sec .map_left_desc p {
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
}

.grid_home_map_sec .map_left_desc h3 {
    margin-top: 15px !important;
    color: #4D4D4D !important;
}

.grid_home_map_sec .map_left_desc h4 {
    color: #000 !important;
    font-size: 32px !important;
}

.grid_home_map_sec .map_left_desc h5 {
    color: #666666 !important;
    font-size: 26px !important;
}

.serevices_grid .col-20 {
    flex: 0 0 20%;
    max-width: 20%;
}


/**/

.grid_ps-timeline-sec,
.ieo_ps-timeline-sec {
    position: relative;
    /* background: #fff; */
    /* display: inline-block; */
    margin: 0 auto 250px;
}

.grid_ps-timeline-sec .container,
.ieo_ps-timeline-sec .container {
    position: relative;
    width: 100%;
}

.grid_ps-timeline-sec .container ol:before,
.ieo_ps-timeline-sec .container ol:before {
    background: #348e80;
    /* content: ""; */
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: 8px;
    top: 49.5%;
}

.grid_ps-timeline-sec .container ol:after,
.ieo_ps-timeline-sec .container ol:after {
    background: #348e80;
    /* content: ""; */
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    right: 8px;
    top: 49.5%;
}

.grid_ps-timeline-sec .container ol.ps-timeline,
.ieo_ps-timeline-sec .container ol.ps-timeline {
    margin: 1px 0 235px 0;
    padding: 0;
    /* border-top: 2px solid #348e80; */
    list-style: none;
}

.grid_ps-timeline-sec .container ol.ps-timeline li,
.ieo_ps-timeline-sec .container ol.ps-timeline li {
    float: left;
    width: 33.3%;
    padding-top: 30px;
    position: relative;
}

.grid_ps-timeline-sec .container ol.ps-timeline li label,
.ieo_ps-timeline-sec .container ol.ps-timeline li label {
    margin-left: -80px;
    /* border-radius: 6px; */
    text-align: center;
    position: absolute;
    top: -26px;
    left: 30%;
    padding: 0px 135px;
    height: 40px;
    margin-bottom: 0;
}

.grid_ps-timeline-sec .container ol.ps-timeline li span,
.ieo_ps-timeline-sec .container ol.ps-timeline li span {
    border-radius: 0;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

.grid_ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before,
.grid_ps-timeline-sec .container ol.ps-timeline li.second span.ps-sp-top:before,
.grid_ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top-sec:before {
    content: '';
    color: #696967;
    width: 2px;
    height: 45px;
    background: transparent;
    position: absolute;
    top: -50px;
    left: 20%;
    border-right: 2px dashed #696967;
}

.grid_ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after,
.grid_ps-timeline-sec .container ol.ps-timeline li.second span.ps-sp-top:after,
.grid_ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top-sec:after {
    content: '';
    color: #696967;
    width: 8px;
    height: 8px;
    background: #696967;
    position: absolute;
    bottom: 90px;
    left: 19%;
    border-radius: 100%;
}

.grid_ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before,
.grid_ps-timeline-sec .container ol.ps-timeline li.third span.ps-sp-bot:before,
.grid_ps-timeline-sec .container ol.ps-timeline li.second span.ps-sp-bot-sec:before {
    content: '';
    color: #696967;
    width: 2px;
    height: 45px;
    background: transparent;
    position: absolute;
    bottom: -50px;
    left: 60%;
    border-right: 2px dashed #696967;
}

.grid_ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after,
.grid_ps-timeline-sec .container ol.ps-timeline li.third span.ps-sp-bot:after,
.grid_ps-timeline-sec .container ol.ps-timeline li.second span.ps-sp-bot-sec:after {
    content: '';
    color: #333;
    width: 8px;
    height: 8px;
    background: #333;
    position: absolute;
    top: 90px;
    left: 59%;
    border-radius: 100%;
}

.grid_ps-timeline-sec .container ol.ps-timeline li .img-handler-top,
.ieo_ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 130px;
    width: 100%;
}

.grid_ps-timeline-sec .container ol.ps-timeline li .img-handler-top img,
.ieo_ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
    display: table;
    margin: 0 auto;
}

.grid_ps-timeline-sec .container ol.ps-timeline li .img-handler-bot,
.ieo_ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
    position: absolute;
    margin-top: 60px;
    width: 100%;
}

.grid_ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img,
.ieo_ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img {
    display: table;
    margin: 0 auto;
}

.grid_ps-timeline-sec .container ol.ps-timeline li .desc,
.grid_ps-timeline-sec .container ol.ps-timeline li.second .desc,
.ieo_ps-timeline-sec .container ol.ps-timeline li .desc {
    text-align: center;
    width: 55%;
    margin: 0;
    font-size: 20px;
}

.grid_ps-timeline-sec .container ol.ps-timeline li .desc h3,
.grid_ps-timeline-sec .container ol.ps-timeline li.second .desc h3,
.ieo_ps-timeline-sec .container ol.ps-timeline li .desc h3 {
    font-size: 25px;
    margin: 0 0 5px 0;
    color: #333;
}

.grid_ps-timeline-sec .container ol.ps-timeline li .ps-top,
.grid_ps-timeline-sec .container ol.ps-timeline li .ps-top-sec,
.ieo_ps-timeline-sec .container ol.ps-timeline li .ps-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 120px;
    text-align: left
}

.grid_ps-timeline-sec .container ol.ps-timeline li .ps-bot,
.grid_ps-timeline-sec .container ol.ps-timeline li.second .ps-bot-sec,
.ieo_ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    position: absolute;
    margin-top: 60px;
}

.grid_ps-timeline-sec .container ol.ps-timeline li label.top_txt,
.grid_ps-timeline-sec .container ol.ps-timeline li label.top_txt-sec,
.ieo_ps-timeline-sec .container ol.ps-timeline li label.top_txt {
    background: #0A73B8;
}

.grid_ps-timeline-sec .container ol.ps-timeline li label.btm_txt,
.grid_ps-timeline-sec .container ol.ps-timeline li.second label.btm_txt,
.ieo_ps-timeline-sec .container ol.ps-timeline li label.btm_txt {
    background: #57bd8d;
}

.grid_ps-timeline-sec .container ol.ps-timeline li.third label.top_txt,
.grid_ps-timeline-sec .container ol.ps-timeline li.third label.btm_txt {
    background: #999;
}

.grid_ps-timeline-sec .container ol.ps-timeline li label.top_txt:before,
.grid_ps-timeline-sec .container ol.ps-timeline li.third label.top_txt:before,
.grid_ps-timeline-sec .container ol.ps-timeline li label.top_txt-sec:before,
.ieo_ps-timeline-sec .container ol.ps-timeline li label.top_txt:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 24px 0 0;
    border-color: transparent #0A73B8 transparent transparent;
    top: 0;
    left: -23px;
}

.grid_ps-timeline-sec .container ol.ps-timeline li.third label.top_txt:before {
    border-color: transparent #999 transparent transparent;
}

.grid_ps-timeline-sec .container ol.ps-timeline li label.top_txt:after,
.grid_ps-timeline-sec .container ol.ps-timeline li.third label.top_txt:after,
.grid_ps-timeline-sec .container ol.ps-timeline li label.top_txt-sec:after,
.ieo_ps-timeline-sec .container ol.ps-timeline li label.top_txt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 24px;
    border-color: transparent transparent transparent #0a73b8;
    top: 0;
    right: -23px;
}

.grid_ps-timeline-sec .container ol.ps-timeline li.third label.top_txt:after {
    border-color: transparent transparent transparent #999;
}

.grid_ps-timeline-sec .container ol.ps-timeline li label.btm_txt:before,
.grid_ps-timeline-sec .container ol.ps-timeline li.third label.btm_txt:before,
.grid_ps-timeline-sec .container ol.ps-timeline li.second label.top_txt:before {
    /*.ieo_ps-timeline-sec .container ol.ps-timeline li label.btm_txt:before*/
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 24px 0 0;
    border-color: transparent #57bd8d transparent transparent;
    top: 0;
    left: -23px;
}

.grid_ps-timeline-sec .container ol.ps-timeline li.third label.btm_txt:before {
    border-color: transparent #999 transparent transparent;
}

.grid_ps-timeline-sec .container ol.ps-timeline li label.btm_txt:after,
.grid_ps-timeline-sec .container ol.ps-timeline li.third label.btm_txt:after,
.ieo_ps-timeline-sec .container ol.ps-timeline li label.btm_txt:after,
.grid_ps-timeline-sec .container ol.ps-timeline li.second label.top_txt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 24px;
    border-color: transparent transparent transparent #57bd8d;
    top: 0;
    right: -23px;
}

.grid_ps-timeline-sec .container ol.ps-timeline li.third label.btm_txt:after {
    border-color: transparent transparent transparent #999;
}

.node_grid .desc p {
    min-height: 168px;
}

.node_grid .image {
    min-height: 60px;
}


/* End Grid page */


/* Home page */

.logo-text {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    text-align: left;
    border-left: 1px solid #000;
    padding: 6px;
}

.logo-liqued {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    text-align: left;
    padding: 6px;
}

.home_page_banner.banner_home {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
}

.home_page_banner.banner_home .banner {
    width: 100%;
    float: left;
    position: relative;
}

.home_page_banner.banner_home .banner img.banner_img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.home_page_banner.banner_home .desc {
    width: 100%;
    float: left;
    position: absolute;
    top: 15%;
}

.deploy_header {
    width: 100%;
    float: left;
    position: absolute;
    top: 65%;
}

.deploy a,
.tf-projects a,
.deploy_launch,
.deploy_btn a {
    /* padding: 0 0 0 1em; */
    border: 0;
}

.deploy a span,
.tf-projects a span,
.deploy_launch span,
.deploy_btn a span {
    border-radius: 0 5px 5px 0;
    color: #256838;
    margin-left: 5px;
    /* font-size: 40px; */
    text-shadow: -1px 1px 1px #fff, 1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff;
}

.deploy_btn {
    margin-top: 8px;
}

.deploy_btn a {
    display: inline-block;
    color: #fff !important;
    /* padding-left: 20px !important; */
}

.deploy_btn span {
    padding: 2px 15px;
}

.deploy_btn a span {
    margin-left: 15px;
}

.deploy_btn a span:hover {
    color: #256838 !important;
    background-color: #4EC48F;
    border-color: #4EC48F;
}

.deploy_btn a:hover {
    color: #fff !important;
    /* background-color: #0A73B8; */
    border-color: #0A73B8;
}

.myborder:after {
    content: "";
    /* This is necessary for the pseudo element to work. */
    display: block;
    /* This will put the pseudo element on its own line. */
    margin: 0 auto;
    /* This will center the border. */
    width: 25%;
    /* Change this to whatever width you want. */
    padding-top: 20px;
    /* This creates some space between the element and the border. */
    border-bottom: 2px solid black;
    /* This creates the border. Replace black with whatever color you want. */
}

.benefits h5 {
    font-size: 33px;
}

.home_page_banner.banner_home .desc p {
    color: #333;
    line-height: 1.2;
}

.home_page_banner.banner_home .scroll_link {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
}

.home_page_banner.banner_home .scroll_link p {
    color: #333;
    line-height: 1.2;
}

.mt-0,
.my-0 {
    padding-bottom: 2rem !important;
    padding-top: 3rem !important;
}

.mt-0_home {
    padding-bottom: 0rem !important;
    padding-top: 3rem !important;
}

.comming {
    transform: translateX(-150px) translateY(-120px)
}

.home_map_sec {
    background: #fff;
    width: 100%;
    float: left;
}

.home_map_sec .map_left_desc p {
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
}

.home_map_sec .map_left_desc h3 {
    margin-top: 15px !important;
    color: #4D4D4D !important;
}

.home_map_sec .map_left_desc h4 {
    color: #000 !important;
    font-size: 32px !important;
}

.home_map_sec .map_left_desc h5 {
    font-size: 26px !important;
}

.home_world {
    padding: 120px 0;
}

.home_world ul li {
    font-size: 28px;
    list-style: none;
    display: inline-block;
    font-weight: 900;
    margin: 0 12px;
}

.home_autonomus .table_div .table {
    background: none !important;
    width: 90%;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    /* border: 15px solid #333333; */
    border: 0px solid #ffffff;
    /* width: 200px; */
    height: 56px;
    padding: 10px;
}

.home_autonomus .table_div .table th.row1 {
    vertical-align: middle;
}

.home_autonomus .indication ul li {
    display: inline-block;
    list-style: none;
    position: relative;
    margin: 0 0px 0 40px;
    line-height: 1;
}

.home_autonomus .indication ul li span {
    width: 15px;
    height: 15px;
    float: left;
    position: absolute;
    left: -20px;
    top: -2px;
    border-radius: 50%;
}

.home_ago .art_text h2 {
    line-height: 0.9;
    letter-spacing: 5px;
}


/*
.home_ago .container:before{content: '';width: 320px;height: 200px;background-image: url(assets/home/1.png);background-repeat: no-repeat;background-size: cover;position: absolute;left: 20%;top: -3%;}
.home_ago .container:after{content: '';width: 260px;height: 270px;background-image: url(assets/home/2.png);background-repeat: no-repeat;background-size: cover;position: absolute;right: 0;bottom: -6%;z-index: -1;}
*/

.home_netword_section .counter_div {
    width: 60%;
    float: left;
}

.home_netword_section .counter_div .left {
    width: 40%;
    float: left;
}

.home_netword_section .counter_div .right {
    width: 60%;
    float: left;
}

.home_netword_section .counter_div .right .group {
    width: 100%;
    float: left;
}

.home_netword_section .counter_div .right .group .f_group {
    width: 30%;
    float: left;
    margin: 0 1.5%;
    text-align: center;
}

.home_netword_section .counter_div .right .group .f_group div {
    width: 100%;
    border: 0;
    font-size: 30px;
    text-align: right;
    padding: 10px;
    background: #333;
    color: #fff;
    border-radius: 6px;
    line-height: 1;
}

.home_netword_section .counter_div .right .group .f_group label {
    font-weight: 700;
    color: #333;
    font-size: 13px;
    text-align: center;
    line-height: 1;
}

.banner_home .counter_div {
    width: 60%;
    float: left;
    max-width: 300px;
    min-width: 300px;
    position: absolute;
    top: 10px;
    left: 15px;
}

.banner_home .counter_div .left {
    width: 40%;
    float: left;
}

.banner_home .counter_div .right {
    width: 60%;
    float: left;
}

.banner_home .counter_div .right .group {
    width: 100%;
    float: left;
}

.banner_home .counter_div .right .group .f_group {
    width: 30%;
    float: left;
    margin: 0 1.5%;
    text-align: center;
}

.banner_home .counter_div .right .group .f_group div {
    width: 100%;
    border: 0;
    font-size: 30px;
    text-align: right;
    padding: 10px;
    background: #333;
    color: #fff;
    border-radius: 6px;
    line-height: 1;
}

.banner_home .counter_div .right .group .f_group label {
    font-weight: 700;
    color: #333;
    font-size: 13px;
    text-align: center;
    line-height: 1;
}

.home_cockpit .item .image {
    width: 100px;
    float: left;
}

.home_cockpit .item .image img {
    width: 100%;
    float: left;
}

.home_cockpit .item .desc {
    width: calc(100% - 115px);
    float: left;
    margin-left: 15px;
    text-align: left;
}

.home_partners .item .image {
    width: 60%;
    float: left;
}

.home_partners .item .image img {
    width: 100%;
    float: left;
}

.home_partners .item .desc {
    width: 100%;
    float: left;
    text-align: left;
}

.home_partners .desc p {
    min-height: 230px;
}

.home_partners .btn,
.strong_history .btn {
    border-radius: 15px;
}

.btn-secondary {
    border-radius: 15px;
}

.home_why {
    background-image: url(../assets/home/home_why_bg.png);
    background-repeat: no-repeat;
    background-position: 96% 0;
    background-size: contain;
}

.freeflow-header {
    font-family: 'Fredericka the Great';
    /* font-size: 70px; */
}

.freeflow_footer {
    font-size: 14px;
    text-align: left;
    margin-bottom: -5px;
    color: #fff;
}

.flow-button {
    border: 2px solid #f2f2f2;
    font-size: 1rem;
    border-radius: 1px;
    padding: 0.1rem 1rem;
    margin: 0.4rem;
}

.small-header {
    font-weight: 700;
}

.freeflow-paragraph {
    font-size: 21px;
    line-height: initial;
}


/* End Home page */


/* Why page */

.why_page_banner.banner_grid .desc {
    margin-top: -17%;
}

.why_page_banner.banner_grid .banner {
    position: relative;
}

.why_page_banner.banner_grid .banner a.play_space {
    width: 250px;
    height: 250px;
    display: inline-block;
    background: transparent;
    position: absolute;
    left: 50%;
    top: 44%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.why_globe {
    background-image: url(../assets/why/globe_bg.png);
    background-size: cover;
}

.why_globe .container-fluid {
    background-image: url(../assets/why/better_place.png);
    background-repeat: no-repeat;
    background-position: right;
    /* height:520px; */
    background-size: contain;
}

.why_globe .texture {
    width: 100%;
    text-align: left;
    margin-top: 8%;
}

.why_globe .texture img {
    width: 58%;
}

.scroll_div {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0px);
}


/* End Why page */


/* IEO page */

.ieo_page_banner h1,
.ieo_page_banner h2 {
    font-weight: 600;
    line-height: .8;
}

.ieo-number {
    margin-bottom: 10px !important;
}

.ieo_page_banner h2 {
    font-size: 55px;
}

.ieo_page_banner img {
    height: 35%
}

#clockdiv {
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
}

#clockdiv>div {
    padding: 10px;
    border-radius: 3px;
    display: inline-block;
}

#clockdiv div>span {
    padding: 0 10px;
    border-radius: 3px;
    background: #333;
    display: inline-block;
    font-size: 50px;
}

.smalltext {
    padding-top: 5px;
    font-size: 16px;
    font-weight: bold;
}

.ieo_steps img {
    width: 100%;
    margin-bottom: 20px;
}

.play_video img {
    height: 100px;
}

.home_page_banner.banner_home .desc p,
.three_pillars p,
.lead,
.type-of-node p {
    color: #303030;
}

.three_pillars {
    padding-top: 20rem;
    position: relative;
}

.three_pillars h1 {
    letter-spacing: 2px;
    font-weight: 500;
}

.three_pillars .triangle {
    background-color: #f6f6f6;
    position: absolute;
    left: -65%;
    width: 100%;
    height: 100%;
    transform: rotate(50deg);
}

.life,
.bridge {
    position: relative;
}

.bridge {
    background-color: #f5f5f5;
    /* background: #f6f6f6 url("../assets/new-home/BG-arbesk.png") no-repeat; */
}

.strong_history {
    background: #ececec;
    /* background: #ececec url('../assets/new-home/bg3.png') top right no-repeat; */
}

.foundation {
    background-color: #ececec;
}

.tf-sep {
    position: absolute;
    bottom: -47px;
    left: 50%;
    margin-left: -47px;
    z-index: 999;
}

.advanced_internet p,
.grid_run p,
.meet_farmers p {
    line-height: 1.3;
}

.capacity_ps-timeline-sec {
    position: relative;
    background: #fff;
}

.capacity_ps-timeline-sec .container {
    position: relative;
}

.token_partners .desc p {
    min-height: 120px;
    max-height: 290px;
}

.partners .desc p {
    min-height: 225px;
    max-height: 290px;
}

.get_involved h1 {
    font-size: 8em;
}

.capacity_ps-timeline-sec .container ol.ps-timeline {
    margin: 200px 0;
    padding: 0;
    border-top: 10px solid #3c3c3b;
    border-radius: 5px;
    list-style: none;
}

.capacity_ps-timeline-sec .container ol.ps-timeline li {
    float: left;
    width: 20%;
    padding-top: 30px;
    position: relative;
}

.capacity_ps-timeline-sec .container ol.ps-timeline li span {
    position: absolute;
    top: -10px;
    left: 50%;
}

.capacity_ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
    content: '';
    width: 5px;
    height: 30px;
    background: #3c3c3b;
    position: absolute;
    top: -30px;
    left: 50%;
}

.capacity_ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
    content: '';
    width: 5px;
    height: 30px;
    background: #3c3c3b;
    position: absolute;
    bottom: -40px;
    left: 50%;
}

.capacity_ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 100px;
    width: 100%;
}

.capacity_ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
    display: table;
    margin: 0 auto;
}

.capacity_ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
    position: absolute;
    margin-top: 40px;
    width: 100%;
}

.capacity_ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img {
    display: table;
    margin: 0 auto;
}

.capacity_ps-timeline-sec .container ol.ps-timeline li p {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.capacity_ps-timeline-sec .container ol.ps-timeline li .ps-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 100px;
}

.capacity_ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    position: absolute;
    margin-top: 35px;
}

.list ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}

.list ul li a {
    color: #fff;
}

.social li {
    display: inline-block;
}

.digital_life h2,
.first_ex h2,
.coming_soon h1 {
    font-size: 60px;
}

.first_ex .container {
    background-image: url('../assets/experience/last-bg.png');
    background-position: top left;
    background-size: 100%;
    background-repeat: repeat;
}

.digital_life .container {
    background-image: url("../assets/experience/last-bg.png");
    background-size: cover;
}

.digital_life p,
.first_ex p {
    line-height: 1.2;
}

.coming_soon h3 {
    font-size: 2em;
    line-height: 1.1;
}

.tech_fpp .content_div {
    min-width: 400px;
}

.tech_fpp .content_div .content .left {
    width: 30%;
    float: left;
}

.tech_fpp .content_div .content .left img {
    width: 100%;
}

.tech_fpp .content_div .content .right {
    width: calc(70% - 10px);
    float: left;
}

.fpp_3dot .content_div {
    min-width: 400px;
}

.fpp_3dot .content_div .content .left {
    width: 30%;
    float: left;
}

.fpp_3dot .content_div .content .left img {
    width: 100%;
}

.fpp_3dot .content_div .content .right {
    width: calc(70% - 10px);
    float: left;
}

.token_banner-content-right,
.banner-content-right {
    top: 15vh
}

.grid_page_fpp .content_div {
    min-width: 400px;
}

.grid_page_fpp .content_div .content .left {
    width: 30%;
    float: left;
}

.grid_page_fpp .content_div .content .left img {
    width: 100%;
}

.grid_page_fpp .content_div .content .right {
    width: calc(70% - 10px);
    float: left;
}

.grid_ps-timeline-sec .container ol.ps-timeline li .ps-bot .desc,
.grid_ps-timeline-sec .container ol.ps-timeline li.second .ps-bot-sec .desc {
    margin: 0 40%;
}

.grid_ps-timeline-sec .container ol.ps-timeline li.second .ps-bot .desc {
    margin: 0 -10%;
}

.grid_ps-timeline-sec .container ol.ps-timeline li .ps-top-sec .desc {
    margin: 0 60%;
}

.grid_ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top-sec:before {
    left: 105%;
}

.grid_ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top-sec:after {
    left: 104%;
}

.grid_ps-timeline-sec .container ol.ps-timeline li.second span.ps-sp-bot:before {
    left: 10%
}

.grid_ps-timeline-sec .container ol.ps-timeline li.second span.ps-sp-bot:after {
    left: 9%
}

.grid_ps-timeline-sec .container ol.ps-timeline li.second .desc {
    margin: 0 30%;
}

.grid_ps-timeline-sec .container ol.ps-timeline li.second span.ps-sp-top:before {
    left: 65%;
}

.grid_ps-timeline-sec .container ol.ps-timeline li.second span.ps-sp-top:after {
    left: 64%;
}

.grid_ps-timeline-sec .container ol.ps-timeline li.second .ps-bot-sec .desc {
    margin: 0 50%;
}

.grid_ps-timeline-sec .container ol.ps-timeline li.second span.ps-sp-bot-sec:before,
.grid_ps-timeline-sec .container ol.ps-timeline li.second span.ps-sp-bot-sec:after {
    left: 80%
}

.grid_ps-timeline-sec .container ol.ps-timeline li.third .ps-bot .desc {
    margin: 0 55%;
}

.grid_ps-timeline-sec .container ol.ps-timeline li.third span.ps-sp-bot:before {
    left: 87%;
}

.grid_ps-timeline-sec .container ol.ps-timeline li.third span.ps-sp-bot:after {
    left: 86%;
}

.coming_soon .container {
    background-image: url('../assets/experience/comming-soon2.png');
    background-position: top left;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-bottom: 30rem;
}


/* .invitation {
background-image: url('../assets/experience/last-bg.png');
background-position: top left;
background-size: 100%;
background-repeat: no-repeat;
} */

.experience h2 {
    font-size: 3rem;
}

.three_pillars .th-dot .parent {
    position: relative;
    display: inline-block;
    height: 32px;
    width: 32px;
    border-radius: 50%;
}

.three_pillars .child {
    position: absolute;
    text-align: center;
    background-color: #fff;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: 1px solid #000;
    margin: 8px;
}

.blue-dots .parent {
    background-color: #4162a1;
}

.blue-text p,
.green-text,
.grey-text {
    font-size: 9px;
    font-weight: bold;
}

.green-dots .parent {
    background-color: #6fbd84;
}

.grey-dots .parent {
    background-color: #b3b2b2;
}


/* new Home page */

.home-projects img {
    width: 50%;
}

.navbar-brand img {
    width: auto;
    margin-left: 3rem;
}

.token-btn {
    position: relative;
}

.token-btn:after {
    content: "";
    width: 35px;
    height: 34px;
    background: url('../img/logo_button.svg') no-repeat;
    top: 7px;
    right: -10px;
    position: absolute;
    display: inline-block;
}

.video-col {
    background-color: #006cbb;
    height: 80vh;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.intro-storage {
    background-color: #f2f2f2;
}

.intro-storage p,
.node3 p,
.tf-projects p,
.future-of-threefold p,
.any-application p,
.wiki p {
    font-size: 1rem;
    line-height: 1.3;
}

.node3 .node h3 {
    text-decoration: underline;
}

.node3 .node h1 {
    font-size: 10em;
}

.node3 .container,
.node3 .row {
    height: 100%;
}

.emptyDiv {
    margin-top: -100px;
    height: 100px;
    background: #f2f2f2;
    /* For WebKit (Safari, Google Chrome etc) */
    /* background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#fff)); */
    /* For Mozilla/Gecko (Firefox etc) */
    /* background: -moz-linear-gradient(top, #f1f1f1, #fff); */
    /* For Internet Explorer 5.5 - 7 */
    /* filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#fff, endColorstr=#f1f1f1); */
    /* For Internet Explorer 8 */
    /* -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff, endColorstr=#f1f1f1)"; */
}

.emptyDiv img {
    height: 75px;
}

.home_map_sec .image h1 {
    font-size: 6em;
}

.map_title {
    text-align: center;
}

.home_map_sec .image .live {
    font-size: 11em;
}

.home_map_sec p {
    line-height: 1.2;
}

.by-everyone {
    background-image: linear-gradient(#fdfdfd, #ebebeb);
}

.by-everyone p {
    margin: 0;
}

.any-application {
    background-color: #f2f2f2;
}

.any-application img {
    width: 100%;
}

.any-application .compatible {
    margin-top: -180px;
    color: #8d8d8d;
}

.any-application .compatible h4 {
    color: #626262
}

.in-the-news .slick-prev:before {
    content: ' \25C0';
    color: #999999;
    font-size: 30px;
}

.in-the-news .slick-next:before {
    content: ' \25B6';
    color: #999999;
    font-size: 30px;
}


/* .slick-prev {
    left: -50px !important;
} */

.wiki {
    background-image: linear-gradient(to bottom left, #808080, #d2d2d2);
    color: #fff !important;
}

.wiki p {
    font-size: 1.5em;
}

.wiki img {
    width: 40%;
    margin-bottom: 20px;
}

.wiki .btn-primary {
    padding: 0.175em 3em;
}

.footer {
    /* background-color: #fff !important; */
    bottom: 0;
    color: #707070;
    height: 2em;
    left: 0;
    position: relative;
    font-size: small;
    width: 100%;
}

.footer_header {
    font-weight: 700 !important;
    font-size: 1.1rem !important;
}

.footer h4 {
    text-transform: lowercase !important;
}

.footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 10px;
}

.footer ul li {
    margin-bottom: 5px;
}

.footer ul li a {
    font-size: 1.5em;
    color: #727272;
}

.social li a {
    color: #333 !important;
}

.btn-primary {
    border-radius: 5px;
}

.home_page_banner h3 {
    color: #3c3c3b;
    font-size: 4em;
    margin-bottom: 20px;
}

.home_page_banner p {
    color: #303030;
    font-size: 1rem;
    line-height: 1.1;
}

.header-span {
    font-size: .6em;
    border-bottom: 5px solid #3c3c3b;
    vertical-align: top;
}

.about-us {
    position: relative;
}

.about-us p,
.stand-for p,
.experience-count p {
    font-size: 1.5em;
    line-height: 1.2;
}

.aboutus-roadmap {
    background-image: url(../assets/Farming_page/roadmap-platform.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.aboutus-roadmap .green-road {
    color: #4ec48f;
}

.aboutus-roadmap .blue-road {
    color: #006cbb;
}

.aboutus-roadmap .step-1 {
    margin-top: -190px;
}

.aboutus-roadmap .step-2 {
    margin-top: -85px;
}

.aboutus-roadmap .step-3 {
    margin-top: -145px;
}

.aboutus-roadmap .step-4 {
    margin-top: -70px;
}

.aboutus-roadmap .step-5 {
    margin-top: -10px;
}

.home_page_banner .blue,
.about-us .green {
    position: absolute;
    top: 0;
    left: 50px;
    height: 70%;
    width: 15%;
    text-align: center;
    background-color: #0071bc;
    border-radius: 0px 0px 200px 200px;
}

.about-us .green {
    background-color: #4ec48f;
}

.home_page_banner .blue a,
.about-us .green a {
    position: absolute;
    left: 17%;
    bottom: 50px;
    width: 65% !important;
}


/* end Home page */


/* deploy page  */

.deploy_border {
    border: 7px solid #fff !important;
}

.price_border {
    border-bottom: 2px solid #fff !important;
}

.deploy_button {
    padding: 0px 17px;
}

.deploy p {
    font-size: 1.5em;
}

.deploy h3 {
    line-height: .9;
    color: #3c3c3b !important;
}

.experiences p span,
.kubernetes p span,
.tf-grid p span {
    width: 140px;
    height: 2px;
    position: absolute;
    background-color: #fff;
    top: 53px;
    right: -175px
}

.tf-grid p span {
    top: 60px
}

.experiences p span {
    top: 53px
}

.experiences p span:before,
.kubernetes p span::after,
.tf-grid p span:before {
    content: "";
    display: inline-block;
    margin-left: 140px;
    vertical-align: middle;
    padding: 5px;
    margin-top: -15px;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 5px;
    height: 5px
}

.kubernetes p span {
    top: 70%;
    width: 59%;
    right: -75%
}

.experiences p span {
    left: -104%;
    width: 90%
}

.tf-grid p span {
    left: -70%;
    width: 60%
}

.kubernetes p span::after {
    margin-left: 100%
}

.experiences p span:before,
.tf-grid p span:before {
    margin-left: -13px
}

.navbar .navbar-toggler {
    font-size: x-large;
    border: none;
}

.nav-item {
    font-size: 0.85rem;
    font-weight: 700;
}

.farming h2,
.farming p,
.become_farmer h2,
.become_farmer p,
.become_farmer h3,
.become_farmer p {
    color: #303030 !important
}

.farming_icons h4 {
    font-size: 35px !important;
}

.farming_icons p {
    font-size: 1.3em;
}

.farming p {
    font-size: 1.6em;
    line-height: 1.1;
}

.become_farmer p {
    font-size: 1.5em;
}

.become_farmer button {
    font-size: 1em;
}

.characteristics p {
    font-size: 1.3em;
    line-height: 1.2;
}

.rod {
    position: relative;
    overflow: hidden;
    height: 620px;
    min-height: calc(100vh - 650px);
    width: 100%;
}

.rod .roadmapLine {
    position: absolute;
    width: 100%;
    height: 350px;
    bottom: 0;
}

.rod .green-road {
    color: #4ec48f;
}

.rod .blue-road {
    color: #006cbb;
}

.rod p {
    line-height: 1.2;
    color: #303030;
}

.rod .step-1,
.rod .step-2,
.rod .step-3,
.rod .step-4,
.rod .step-5 {
    position: absolute;
    height: 330px;
}

.rod .step-1 {
    top: 5px;
    left: 10%;
}

.rod .step-2 {
    top: 130px;
    left: 25%;
}

.rod .step-3 {
    top: 60px;
    left: 45%;
}

.rod .step-4 {
    top: 165px;
    left: 62%;
}

.rod .step-5 {
    top: 220px;
    left: 85%;
}

a:focus {
    outline: transparent;
}

.slick-slide img {
    margin: auto;
}

#video-popup-container {
    display: none;
    position: fixed;
    z-index: 1060;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    top: 20%;
    background-color: #fff;
}

#video-popup-close {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 998;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    background-color: #000;
    line-height: 25px;
    color: #fff;
}

#video-popup-iframe-container {
    position: absolute;
    z-index: 997;
    width: 100%;
    padding-bottom: 56.25%;
    border-radius: 2px;
    background-color: #000;
}

#video-popup-iframe {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
}

#video-popup-overlay {
    display: none;
    position: fixed;
    z-index: 1050;
    top: 0;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
}

#video-popup-close:hover {
    color: #DE0023;
}

.type-of-node p {
    font-size: 1.3em;
    line-height: 1.5;
    font-weight: normal;
}

.type-of-node span {
    font-size: 1em;
    line-height: 1.5;
    display: block;
}

.type-of-node .potential .fa {
    display: inline-block;
}

.type-of-node .potential .checked {
    color: orange;
    text-align: center;
}

.type-of-node .btn-success {
    padding: 2px 15px;
}

.ribbon {
    position: absolute;
    top: 26px;
    left: -5px;
    padding: 5px 15px;
}

.ribbon-content {
    position: relative;
    height: 75px;
}

.ribbon.base {
    background: #006cbb;
    color: #fff;
    border-right: 5px solid #006cbb;
}

.ribbon.base.success {
    background: #4EC48F;
    border-right: 5px solid #4EC48F;
}

.ribbon:before,
.ribbon:after {
    content: '';
    position: absolute;
    right: -32px;
    border-left: 10px solid transparent;
}

.ribbon:before {
    top: 0;
}

.ribbon:after {
    bottom: 0;
}

.ribbon.base:before,
.ribbon.base.success:before {
    width: 0;
    height: 0;
    border-top: 27px solid #006cbb;
    border-right: 27px solid transparent;
}

.ribbon.base.success:before {
    border-top: 27px solid #4EC48F;
}

.ribbon.base:after,
.ribbon.base.success:after {
    width: 0;
    height: 0;
    border-bottom: 27px solid #006cbb;
    border-right: 27px solid transparent;
}

.ribbon.base.success:after {
    border-bottom: 27px solid #4EC48F;
}

.plug-farm-option {
    background-color: #1a1a1a;
    color: #fff;
}

.plug-farm-option .pluto {
    color: #1a73e8;
}

.plug-farm-option .titan {
    color: #4EC48F;
    display: inline-block;
    margin-right: 20px;
}

.plug-farm-option .venus {
    color: #5d6369;
}

.plug-farm-option p {
    line-height: 1.3;
}

.plug-farm-option .ribbon-content {
    width: 50%;
    display: inline-block;
    height: 50px;
}

.plug-farm-option span {
    display: block;
    line-height: 1.3;
}

.token_price a {
    border-radius: 5px;
}

.play_store {
    font-size: 0.7rem;
    font-weight: bold;
    border-radius: 5px;
}

.play_store img {
    width: 15%;
    float: left
}

.mob-video {
    display: none;
}

.telegram_btn {
    /* background-color: #3070b6!important; */
    border: none!important;
    border-radius: 4px!important;
    box-shadow: none!important;
    color: #fff!important;
    cursor: pointer;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif!important;
    font-size: 14px!important;
    font-weight: 700!important;
    line-height: 21px!important;
    height: auto;
    padding: 10px!important;
    width: 93%!important;
    box-sizing: border-box!important;
}

@media screen and (max-width:3840px) {
  .Planet_mobile {
      display: none;
  }
}

@media screen and (max-width:1920px) {
    .liqued {
        display: none;
    }
    .Planet_mobile {
        display: none;
    }
    .deploy-headre {
        padding-top: 50px;
    }
    .navbar-brand img {
        width: 50%;
    }
}

@media screen and (max-width:1400px) {
    .navbar-brand img {
        margin-left: 2rem;
        width: 60%;
    }
}

@media screen and (max-width:1300px) {
    .experiences p span,
    .experiences p span:before,
    .kubernetes p span,
    .kubernetes p span::after,
    .tf-grid p span,
    .tf-grid p span:before {
        display: none
    }
    .bot_fpp_3dot .content_div {
        min-width: 400px;
    }
    .banner_tech .banner-content-right {
        width: 45%;
        height: auto;
        max-width: 800px;
        margin: 0 auto;
        position: absolute;
        top: 10vh;
        left: 55%;
        padding-right: 5%;
    }
    .blue,
    .about-us .green {
        width: 20.5% !important;
    }
    .bot_fpp_3dot .content_div .content .left {
        width: 30%;
        float: left;
    }
    .bot_fpp_3dot .content_div .content .left img {
        width: 100%;
    }
    .bot_fpp_3dot .content_div .content .right {
        width: calc(70% - 10px);
        float: left;
    }
    .three_pillars .triangle {
        left: -81%;
    }
    .rod .step-1 {
        top: 35px;
    }
    .rod .step-2 {
        top: 140px;
    }
    .rod .step-4 {
        top: 180px;
    }
    .rod .step-5 {
        top: 240px
    }
    .experiences p span,
    .experiences p span:before,
    .kubernetes p span,
    .kubernetes p span::after,
    .tf-grid p span,
    .tf-grid p span:before {
        display: none
    }
    .bot_fpp_3dot .content_div {
        min-width: 400px;
    }
    .banner_tech .banner-content-right {
        width: 45%;
        height: auto;
        max-width: 800px;
        margin: 0 auto;
        position: absolute;
        top: 10vh;
        left: 55%;
        padding-right: 5%;
    }
    .bot_fpp_3dot .content_div .content .left {
        width: 30%;
        float: left;
    }
    .bot_fpp_3dot .content_div .content .left img {
        width: 100%;
    }
    .bot_fpp_3dot .content_div .content .right {
        width: calc(70% - 10px);
        float: left;
    }
    .three_pillars .triangle {
        left: -81%;
    }
    .home_page_banner h3 {
        font-size: 3.5em !important;
    }
    .navbar-brand img {
        width: 60%;
        margin-left: 3rem;
    }
}

@media screen and (max-width:1200px) {
    .banner_tech .list ul li h1 {
        font-size: 30px;
    }
    .tech_why_page_banner.banner_tech .banner img.banner_img {
        height: 600px;
    }
    .tech_why_page_banner.banner_tech .banner img.tokenbanner_img {
        height: 600px;
    }
    .banner_img2 {
        display: block;
    }
    .tokenbanner_img {
        display: none;
    }
    .aboutus-roadmap .step-1 {
        margin-top: -145px;
    }
    .aboutus-roadmap .step-2 {
        margin-top: -75px;
    }
    .aboutus-roadmap .step-3 {
        margin-top: -145px;
    }
    .aboutus-roadmap .step-4 {
        margin-top: -70px;
    }
    .aboutus-roadmap .step-5 {
        margin-top: -10px;
    }
    .navbar-brand img {
        width: 50%;
    }
}

@media screen and (max-width:1100px) {
    .why_page_banner.banner_grid .desc {
        margin-top: -20%;
    }
    .banner_img2 {
        display: block;
    }
    .tokenbanner_img {
        display: none;
    }
    .rod .step-1 {
        top: 40px;
    }
    .rod .step-5 {
        top: 250px;
    }
    .navbar-brand img {
        width: 50%;
    }
    .nav-link,
    .nav-link button,
    .nav-link span {
        font-size: 0.7rem;
    }
}

@media screen and (max-width:1024px) {
    .banner_tech .banner-content-right {
        position: static;
        width: 100%;
        padding: 30px;
        float: left;
        top: 10vh;
    }
    .blue,
    .about-us .green {
        width: 22% !important;
        left: 71px !important;
    }
    .tech_page_banner.banner_tech .scroll_link {
        display: none
    }
    .home_fpp {
        background-image: none
    }
    .home_page_banner.banner_home .desc {
        top: 13%;
    }
    .comming {
        transform: translateX(-15px) translateY(-230px) !important;
    }
    .why_page_banner.banner_grid .desc {
        margin-top: -24%;
    }
    .scroll_link {
        display: none;
    }
    .banner_img2 {
        display: block;
    }
    .tokenbanner_img {
        display: none;
    }
    .rod .step-1 {
        top: 50px;
    }
    .rod .step-3 {
        top: 65px;
    }
    .rod .step-5 {
        top: 265px;
    }
    .navbar-brand img {
        width: 50%;
    }
}

@media screen and (max-width:991px) {
    .token_price h2.custom_head {
        font-size: 84px;
    }
    .token_price .item .image {
        width: 100%;
    }
    .offer_div .offers .top .left h5 {
        font-size: 30px !important;
    }
    .offer_div .w-50 {
        width: 530px !important;
    }
    .token_banner-content-right {
        top: 5vh !important;
    }
    .grid_page_banner.banner_token .scroll_link,
    .ieo_page_banner.banner_ieo .scroll_link {
        bottom: 3px;
    }
    .banner_img {
        height: 50vh
    }
    .tokenbanner_img {
        height: 50vh
    }
    .banner_img2 {
        height: 50vh
    }
    .scroll_link {
        display: none;
    }
    .banner_img2 {
        display: block;
    }
    .tokenbanner_img {
        display: none;
    }
    .small-header {
        font-size: 15px !important;
    }
    .navbar {
        background-color: #fff;
    }
    .rod .step-1 {
        top: 55px;
    }
    .rod .step-2 {
        top: 155px;
    }
    .rod .step-3 {
        top: 70px;
    }
    .rod .step-4 {
        top: 205px;
    }
    .rod .step-5 {
        top: 275px;
    }
    .navbar-brand img {
        width: 50%;
    }
}

@media screen and (max-width:767px) {
    .token-btn:after {
        display: none;
    }
    .deploy {
        background-position: top !important;
        background-size: contain !important;
    }
    .deploy .row {
        justify-content: center !important;
        margin-top: 100px;
    }
    .blue,
    .green {
        display: none;
    }
    .bot_ps-timeline-sec .container ol:before {
        background: #348e80;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        position: absolute;
        top: 130px !important;
        left: 36px !important;
    }
    .bot_ps-timeline-sec .container ol:after {
        background: #348e80;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        position: absolute;
        top: inherit !important;
        left: 36px;
    }
    .bot_ps-timeline-sec .container ol.ps-timeline {
        margin: 0px 0 !important;
        border-left: 2px solid #348e80;
        padding-left: 0 !important;
        padding-top: 120px !important;
        border-top: 0 !important;
        margin-left: 25px !important;
    }
    .bot_ps-timeline-sec .container ol.ps-timeline li {
        height: 220px;
        float: none !important;
        width: inherit !important;
    }
    .bot_ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .img-handler-bot img {
        width: 70px;
    }
    .bot_ps-timeline-sec .container ol.ps-timeline li:last-child {
        margin: 0;
        bottom: 0 !important;
        height: 120px;
    }
    .bot_ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot {
        bottom: 40px !important;
        width: 40% !important;
        margin-left: 25px !important;
        margin-top: 0 !important;
    }
    .bot_ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot img {
        width: 100%;
    }
    .bot_ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top {
        margin-bottom: 0 !important;
        top: 20px;
        width: 50% !important;
    }
    .bot_ps-timeline-sec .container ol.ps-timeline li span {
        left: 0 !important;
    }
    .bot_ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
        content: none !important;
    }
    .bot_ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
        content: none !important;
    }
    .bot_ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
        content: none !important;
    }
    .bot_ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
        content: none !important;
    }
    .bot_ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
        position: absolute !important;
        bottom: 150px !important;
        width: 30% !important;
        float: left !important;
        margin-left: 35px !important;
        margin-bottom: 0 !important;
    }
    .bot_ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
        margin: 0 auto !important;
        width: 80% !important;
    }
    .bot_ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
        position: absolute !important;
        bottom: 115px !important;
        width: 30% !important;
        float: left !important;
        margin-left: 35px !important;
        margin-bottom: 0 !important;
    }
    .bot_ps-timeline-sec .container ol.ps-timeline li p {
        text-align: left !important;
        width: 100% !important;
        margin: 0 auto !important;
        margin-top: 0px !important;
    }
    .bot_ps-timeline-sec .container ol.ps-timeline li .ps-top {
        width: 60% !important;
        float: right !important;
        right: 0;
        top: -40px;
    }
    .bot_ps-timeline-sec .container ol.ps-timeline li .ps-bot {
        width: 60% !important;
        float: right !important;
        right: 0;
        top: -40px;
    }
    .bot_ps-timeline-sec .container ol.ps-timeline li .desc {
        width: 100%;
    }
    .features_3dot .item {
        margin-bottom: 30px;
    }
    .soon_3dot {
        background-image: none !important;
        text-align: center
    }
    .bot_h_timeline_3dot {
        padding: 90px 0;
    }
    .bot_ps-timeline-sec .container ol.ps-timeline li .ps-bot {
        margin-top: 0;
    }
    .bot_ps-timeline-sec .container ol.ps-timeline li .desc {
        width: 100%;
        padding: 0 10%;
    }
    .bot_ps-timeline-sec .container ol.ps-timeline li .ps-top {
        width: 100% !important;
        top: 25px;
    }
    .bot_ps-timeline-sec .container ol.ps-timeline li .ps-bot {
        width: 100% !important;
        top: 25px;
    }
    .bot_ps-timeline-sec .container ol.ps-timeline li .desc {
        margin: 0 0;
    }
    .bot_ps-timeline-sec .container ol.ps-timeline li label {
        left: 120px;
    }
    .features_3dot {
        padding-top: 18% !important;
    }
    .modal-lg {
        width: 90%;
    }
    .banner_img2 {
        display: block;
    }
    .tokenbanner_img {
        display: none;
    }
    .tech_page_banner.banner_tech .desc {
        margin-bottom: 0px;
        display: none;
    }
    .tech_titles .display-2 {
        font-size: 60px;
    }
    .tech_titles .display-3 {
        font-size: 50px;
    }
    .tech_desc p {
        font-size: 14px;
    }
    .tech_circles {
        padding: 2em 0;
    }
    .tech_circles .fs-16 {
        font-size: 14px;
    }
    .timeline_tech {
        padding: 90px 0;
    }
    .tech_ps-timeline-sec .container ol.ps-timeline li .ps-bot {
        margin-top: 0;
    }
    .tech_ps-timeline-sec .container ol.ps-timeline li .desc {
        width: 100%;
        padding: 0 10%;
    }
    .tech_ps-timeline-sec .container ol.ps-timeline li .ps-top {
        width: 100% !important;
        top: 25px;
    }
    .tech_ps-timeline-sec .container ol.ps-timeline li .ps-bot {
        width: 100% !important;
        top: 25px;
    }
    /* .tech_ps-timeline-sec .container ol.ps-timeline li .desc {
margin: 0 0;
} */
    .tech_ps-timeline-sec .container ol.ps-timeline li label {
        left: 120px;
    }
    .scrollify_section .carousel-caption {
        background: none;
    }
    .scrollify_section .carousel-caption {
        width: 80%;
        text-align: center;
        left: 10%;
        top: 0;
    }
    .scrollify_section .carousel-caption h5 {
        padding-left: 0px;
        margin-bottom: 10px !important;
        font-size: 30px;
    }
    .scrollify_section .carousel-caption p {
        line-height: 1.2;
    }
    .scrollify_section .carousel-item img.img-fluid {
        visibility: hidden;
    }
    .tech_page_banner.banner_tech .banner img.banner_img {
        height: auto;
    }
    .tech_page_banner.banner_tech .banner img.tokenbanner_img {
        height: auto;
    }
    .tech_page_banner.banner_tech .banner img.banner_img2 {
        height: auto;
        padding-top: 40px;
    }
    .banner_tech .main_desc {
        top: 30px;
    }
    .banner_tech .banner-content-right {
        position: static;
        width: 100%;
        padding: 30px;
        float: left;
    }
    .tech_page_banner.banner_tech .scroll_link {
        position: static;
        margin-bottom: 50px;
    }
    .banner_tech .banner-content-right .banner_inner .text-left {
        text-align: center !important;
    }
    .banner_tech .list ul li {
        text-align: center !important;
    }
    .tech_page_banner.banner_tech .scroll_link {
        display: none
    }
    .tech_ps-timeline-sec .container ol:before {
        background: #348e80;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        position: absolute;
        top: 130px !important;
        left: 36px !important;
    }
    .tech_ps-timeline-sec .container ol:after {
        background: #348e80;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        position: absolute;
        top: inherit !important;
        left: 36px;
    }
    .tech_ps-timeline-sec .container ol.ps-timeline {
        margin: 0px 0 !important;
        border-left: 2px solid #348e80;
        padding-left: 0 !important;
        padding-top: 120px !important;
        border-top: 0 !important;
        margin-left: 25px !important;
    }
    .tech_ps-timeline-sec .container ol.ps-timeline li {
        height: 220px;
        float: none !important;
        width: inherit !important;
    }
    .tech_ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .img-handler-bot img {
        width: 70px;
    }
    .tech_ps-timeline-sec .container ol.ps-timeline li:last-child {
        margin: 0;
        bottom: 0 !important;
        height: 120px;
    }
    .tech_ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot {
        bottom: 40px !important;
        width: 40% !important;
        margin-left: 25px !important;
        margin-top: 0 !important;
    }
    .tech_ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot img {
        width: 100%;
    }
    .tech_ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top {
        margin-bottom: 0 !important;
        top: 20px;
        /* width: 50% !important; */
    }
    .tech_ps-timeline-sec .container ol.ps-timeline li span {
        left: 0 !important;
    }
    .tech_ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
        content: none !important;
    }
    .tech_ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
        content: none !important;
    }
    .tech_ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
        content: none !important;
    }
    .tech_ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
        content: none !important;
    }
    .tech_ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
        position: absolute !important;
        bottom: 150px !important;
        width: 30% !important;
        float: left !important;
        margin-left: 35px !important;
        margin-bottom: 0 !important;
    }
    .tech_ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
        margin: 0 auto !important;
        width: 80% !important;
    }
    .tech_ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
        position: absolute !important;
        bottom: 115px !important;
        width: 30% !important;
        float: left !important;
        margin-left: 35px !important;
        margin-bottom: 0 !important;
    }
    .tech_ps-timeline-sec .container ol.ps-timeline li p {
        text-align: left !important;
        width: 100% !important;
        margin: 0 auto !important;
        margin-top: 0px !important;
    }
    .tech_ps-timeline-sec .container ol.ps-timeline li .ps-top {
        width: 60% !important;
        float: right !important;
        right: 0;
        /* top: -40px; */
    }
    .tech_ps-timeline-sec .container ol.ps-timeline li .ps-bot {
        width: 60% !important;
        float: right !important;
        right: 0;
        /* top: -40px; */
    }
    .tech_ps-timeline-sec .container ol.ps-timeline li .desc {
        width: 100%;
    }
    .token_ps-timeline-sec .container ol:before {
        background: #348e80;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        position: absolute;
        top: 130px !important;
        left: 36px !important;
        display: none;
    }
    .token_ps-timeline-sec .container ol:after {
        background: #348e80;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        position: absolute;
        top: inherit !important;
        left: 36px;
        display: none;
    }
    .token_ps-timeline-sec .container ol.ps-timeline {
        margin: 0px 0 !important;
        border-left: 2px solid #348e80;
        padding-left: 0 !important;
        padding-top: 120px !important;
        border-top: 0 !important;
        margin-left: 25px !important;
    }
    .token_ps-timeline-sec .container ol.ps-timeline li {
        height: 220px;
        float: none !important;
        width: inherit !important;
    }
    .token_ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .img-handler-bot img {
        width: 70px;
    }
    .token_ps-timeline-sec .container ol.ps-timeline li:last-child {
        margin: 0;
        bottom: 0 !important;
        height: 120px;
    }
    .token_ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot {
        bottom: 40px !important;
        width: 40% !important;
        margin-left: 25px !important;
        margin-top: 0 !important;
    }
    .token_ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot img {
        width: 100%;
    }
    .token_ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top {
        margin-bottom: 0 !important;
        top: 20px;
        /* width: 50% !important; */
    }
    .token_ps-timeline-sec .container ol.ps-timeline li span {
        left: 0 !important;
    }
    .token_ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
        content: none !important;
    }
    .token_ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
        content: none !important;
    }
    .token_ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
        content: none !important;
    }
    .token_ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
        content: none !important;
    }
    .token_ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
        position: absolute !important;
        bottom: 150px !important;
        width: 30% !important;
        float: left !important;
        margin-left: 35px !important;
        margin-bottom: 0 !important;
    }
    .token_ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
        margin: 0 auto !important;
        width: 80% !important;
    }
    .token_ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
        position: absolute !important;
        bottom: 115px !important;
        width: 30% !important;
        float: left !important;
        margin-left: 35px !important;
        margin-bottom: 0 !important;
    }
    .token_ps-timeline-sec .container ol.ps-timeline li p {
        text-align: left !important;
        width: 100% !important;
        margin: 0 auto !important;
        margin-top: 0px !important;
    }
    .token_ps-timeline-sec .container ol.ps-timeline li .ps-top {
        width: 60% !important;
        float: right !important;
        right: 0;
        top: -40px;
    }
    .token_ps-timeline-sec .container ol.ps-timeline li .ps-bot {
        width: 60% !important;
        float: right !important;
        right: 0;
        top: -40px;
    }
    .token_ps-timeline-sec .container ol.ps-timeline li .desc {
        width: 100%;
    }
    .banner_token .banner {
        overflow: hidden;
    }
    .banner {
        height: 300px !important;
    }
    .banner_token .banner img.banner_img {
        width: 900px !important;
        height: 420px !important;
        overflow: hidden;
        object-position: -50px 0;
    }
    .features_token_01 .item {
        margin-bottom: 30px;
    }
    /* .token_price {
        padding-left: 30px;
        padding-left: 30px;
    } */
    .token_price h5.text-white br {
        display: none;
    }
    .token_price h2.custom_head {
        float: left;
    }
    .token_price .item {
        margin-bottom: 30px;
    }
    .token_price .item .image {
        width: 170px;
    }
    .token_price .pl-0 {
        padding-left: 15px !important;
    }
    .offer_div .w-50 {
        width: 320px !important;
    }
    .offer_div .offers .top .left h5 {
        font-size: 20px;
    }
    .offer_div .offers .top .right .group .f_group div {
        font-size: 24px;
    }
    .offer_div .offers .top .right .group .f_group .fs-18 {
        font-size: 13px;
    }
    .token_banner-content-right {
        width: 100%;
        left: 0;
        position: static;
        padding: 30px 30px 60px 30px;
        float: left;
    }
    .token_banner-content-right .banner_inner .counter_div .right .group .f_group div {
        font-size: 24px;
        padding: 12px;
    }
    .token_banner-content-right .banner_inner .counter_div .right .group .f_group .fs-18 {
        font-size: 13px;
    }
    .timeline_token {
        padding: 90px 0;
    }
    .token_ps-timeline-sec .container ol.ps-timeline li .ps-bot {
        margin-top: 0;
    }
    .token_ps-timeline-sec .container ol.ps-timeline li .desc {
        width: 100%;
        padding: 0 10%;
    }
    .token_ps-timeline-sec .container ol.ps-timeline li .ps-top {
        width: 100% !important;
        top: 25px;
    }
    .token_ps-timeline-sec .container ol.ps-timeline li .ps-bot {
        width: 100% !important;
        top: 25px;
    }
    .token_ps-timeline-sec .container ol.ps-timeline li .desc {
        margin: 0 0;
    }
    .token_ps-timeline-sec .container ol.ps-timeline li label {
        left: 120px;
    }
    .grid_page_banner.banner_token .scroll_link,
    .ieo_page_banner.banner_ieo .scroll_link {
        display: none;
    }
    .grid_ps-timeline-sec .container ol:before,
    .ieo_ps-timeline-sec .container ol:before {
        background: #348e80;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        position: absolute;
        top: 130px !important;
        left: 36px !important;
        display: none;
    }
    .grid_ps-timeline-sec .container ol:after,
    .ieo_ps-timeline-sec .container ol:after {
        background: #348e80;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        position: absolute;
        top: inherit !important;
        left: 36px;
        display: none;
    }
    .grid_ps-timeline-sec .container ol.ps-timeline,
    .ieo_ps-timeline-sec .container ol.ps-timeline {
        margin: 0px 0 !important;
        border-left: 2px solid #348e80;
        padding-left: 0 !important;
        padding-top: 120px !important;
        border-top: 0 !important;
        margin-left: 25px !important;
    }
    .grid_ps-timeline-sec .container ol.ps-timeline li,
    .ieo_ps-timeline-sec .container ol.ps-timeline li {
        height: 220px;
        float: none !important;
        width: inherit !important;
    }
    .grid_ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .img-handler-bot img,
    .ieo_ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .img-handler-bot img {
        width: 70px;
    }
    .grid_ps-timeline-sec .container ol.ps-timeline li:last-child,
    .ieo_ps-timeline-sec .container ol.ps-timeline li:last-child {
        margin: 0;
        bottom: 0 !important;
        height: 120px;
    }
    .grid_ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot,
    .ieo_ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot {
        bottom: 40px !important;
        width: 40% !important;
        margin-left: 25px !important;
        margin-top: 0 !important;
    }
    .grid_ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot img,
    .ieo_ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot img {
        width: 100%;
    }
    .grid_ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top,
    .ieo_ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top {
        margin-bottom: 0 !important;
        top: 20px;
        width: 50% !important;
    }
    .grid_ps-timeline-sec .container ol.ps-timeline li span,
    .ieo_ps-timeline-sec .container ol.ps-timeline li span {
        left: 0 !important;
    }
    .grid_ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before,
    .ieo_ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
        content: none !important;
    }
    .grid_ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after,
    .ieo_ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
        content: none !important;
    }
    .grid_ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before,
    .ieo_ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
        content: none !important;
    }
    .grid_ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after,
    .ieo_ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
        content: none !important;
    }
    .grid_ps-timeline-sec .container ol.ps-timeline li .img-handler-top,
    .ieo_ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
        position: absolute !important;
        bottom: 150px !important;
        width: 30% !important;
        float: left !important;
        margin-left: 35px !important;
        margin-bottom: 0 !important;
    }
    .grid_ps-timeline-sec .container ol.ps-timeline li .img-handler-top img,
    .ieo_ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
        margin: 0 auto !important;
        width: 80% !important;
    }
    .grid_ps-timeline-sec .container ol.ps-timeline li .img-handler-bot,
    .ieo_ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
        position: absolute !important;
        bottom: 115px !important;
        width: 30% !important;
        float: left !important;
        margin-left: 35px !important;
        margin-bottom: 0 !important;
    }
    .grid_ps-timeline-sec .container ol.ps-timeline li p,
    .ieo_ps-timeline-sec .container ol.ps-timeline li p {
        text-align: left !important;
        width: 100% !important;
        margin: 0 auto !important;
        margin-top: 0px !important;
    }
    .grid_ps-timeline-sec .container ol.ps-timeline li .ps-top,
    .grid_ps-timeline-sec .container ol.ps-timeline li .ps-top-sec,
    .ieo_ps-timeline-sec .container ol.ps-timeline li .ps-top {
        width: 60% !important;
        float: right !important;
        right: 0;
        top: 30px;
    }
    .grid_ps-timeline-sec .container ol.ps-timeline li .ps-bot,
    .grid_ps-timeline-sec .container ol.ps-timeline li.second .ps-bot-sec,
    .ieo_ps-timeline-sec .container ol.ps-timeline li .ps-bot {
        width: 60% !important;
        float: right !important;
        right: 0;
        top: -40px;
    }
    .grid_ps-timeline-sec .container ol.ps-timeline li .desc,
    .grid_ps-timeline-sec .container ol.ps-timeline li.second .desc,
    .ieo_ps-timeline-sec .container ol.ps-timeline li .desc {
        width: 100%;
    }
    .timeline_grid {
        padding: 90px 0;
    }
    .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
        margin-top: 0;
    }
    .ps-timeline-sec .container ol.ps-timeline li .desc {
        width: 100%;
        padding: 0 10%;
    }
    .ps-timeline-sec .container ol.ps-timeline li .ps-top {
        width: 100% !important;
        top: 25px;
    }
    .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
        width: 100% !important;
        top: 25px;
    }
    .ps-timeline-sec .container ol.ps-timeline li .desc {
        margin: 0 0;
    }
    .ps-timeline-sec .container ol.ps-timeline li label {
        left: 120px;
    }
    .serevices_grid .col-20 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .serevices_grid .item .desc.text-left {
        text-align: center !important;
    }
    .partners_grid .item .text-left {
        text-align: center !important;
    }
    .grid_map_left_desc {
        padding-left: 30px;
        padding-right: 30px;
    }
    .grid_home_map_sec .col-md-9.pl-5.mt-3 {
        padding-left: 15px !important;
    }
    .grid_page_banner.banner_grid,
    .ieo_page_banner.banner_ieo {
        background-position: center !important;
    }
    .grid_home_why .button {
        display: block;
        margin-left: 0 !important;
        margin-top: 20px;
    }
    /*    .home_page_banner.banner_home .desc{margin-top: -80px;padding-bottom: 56px;}*/
    .grid_ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top-sec:before,
    .grid_ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top-sec:after,
    .grid_ps-timeline-sec .container ol.ps-timeline li.second span.ps-sp-bot-sec:before,
    .grid_ps-timeline-sec .container ol.ps-timeline li.second span.ps-sp-bot-sec:after {
        display: none;
    }
    .grid_ps-timeline-sec .container ol.ps-timeline li {
        height: 400px;
    }
    .grid_ps-timeline-sec .container ol.ps-timeline li .ps-top {
        left: 10%;
    }
    .grid_ps-timeline-sec .container ol.ps-timeline li .ps-bot {
        top: 100px;
        left: -38px
    }
    .grid_ps-timeline-sec .container ol.ps-timeline li .ps-top-sec {
        top: 250px;
        left: -74px;
    }
    .grid_ps-timeline-sec .container ol.ps-timeline li .desc {
        text-align: left;
    }
    .grid_ps-timeline-sec .container ol.ps-timeline li.second {
        height: 350px;
    }
    .grid_ps-timeline-sec .container ol.ps-timeline li.second .ps-bot {
        top: -30px;
        left: 15%;
    }
    .grid_ps-timeline-sec .container ol.ps-timeline li.second .ps-top {
        top: 120px;
        left: -25px;
    }
    .grid_ps-timeline-sec .container ol.ps-timeline li.second .ps-bot-sec {
        top: 160px;
        left: -60px;
    }
    .grid_ps-timeline-sec .container ol.ps-timeline li label,
    .grid_ps-timeline-sec .container ol.ps-timeline li .desc,
    .grid_ps-timeline-sec .container ol.ps-timeline li.second .desc {
        text-align: left;
    }
    .grid_ps-timeline-sec .container ol.ps-timeline li.third .ps-bot {
        top: 55px;
        left: -65px;
    }
    .grid_ps-timeline-sec .container ol.ps-timeline {
        padding-bottom: 120px;
    }
    .grid_ps-timeline-sec .container ol.ps-timeline li label {
        padding: 0 100px;
    }
    .home_page_banner.banner_home .desc {
        width: 96%;
    }
    .home_netword_section .text-left,
    .life .text-left,
    .bridge .text-left,
    .foundation .text-left {
        text-align: center !important;
        padding-top: 0 !important;
    }
    .life h3 {
        margin-bottom: 10px !important;
    }
    .home_netword_section .img-fluid {
        width: 70%;
        margin: 0 auto;
    }
    .home_netword_section .btn {
        margin: 0 auto;
    }
    .home_page_banner.banner_home .banner img.banner_img {
        min-height: 420px;
    }
    .home_netword_section .counter_div {
        max-width: 300px;
        min-width: 300px;
        float: none;
        margin: 0 auto !important;
    }
    .home_netword_section .counter_div .left .text-left {
        text-align: left !important;
    }
    .home_why {
        background-image: none;
        padding-left: 30px;
        padding-right: 30px;
    }
    .home_cockpit .head_div p.text-secondary {
        padding: 0 !important;
        margin: 0 !important;
    }
    .home_cockpit .item .image {
        width: 100%;
        float: left;
    }
    .home_cockpit .item .image img {
        width: 150px;
        float: none;
    }
    .home_cockpit .item .desc {
        width: 100%;
        padding: 0 !important;
        margin: 0 !important;
        text-align: center;
    }
    .map_left_desc {
        padding-left: 30px;
        padding-right: 30px;
    }
    .home_map_sec .col-md-9.pl-5.mt-3 {
        padding-left: 15px !important;
    }
    .comming {
        transform: translateX(-3px) translateY(-230px)
    }
    .why_page_banner.banner_grid .banner .banner_img {
        opacity: 1;
    }
    .why_page_banner {
        background-color: #e1e1df;
    }
    .why_page_banner.banner_grid .desc {
        padding-bottom: 0 !important;
        margin: 0;
        background: #1375b6;
        padding: 0 10px 30px 10px;
    }
    .why_page_banner.banner_grid .desc .text_img img {
        width: 60% !important;
        margin-bottom: 30px;
    }
    .why_node_grid {
        margin-top: 45px;
        padding: 30px;
    }
    .why_node_grid .item .text-left {
        text-align: center !important;
    }
    .why_node_grid .item .text-left img {
        object-position: center !important;
    }
    .why_page_banner.banner_grid .desc .video_div {
        padding-left: 15px !important;
    }
    .scroll_div {
        display: none;
    }
    #videCont {
        padding-top: 500px !important;
    }
    .why_globe .container-fluid {
        /* background-image: none; */
        background-size: 200px;
        background-position: bottom right;
    }
    .why_globe .texture img {
        width: 100%;
    }
    .foundation_logo {
        margin: 15px 0;
    }
    .foundation_logo img {
        width: 280px !important;
        float: left;
        padding-bottom: 15px;
    }
    .bridge {
        background-size: cover;
        background-position: center;
    }
    .bridge-title,
    .bridge-img,
    .foundation-title,
    .foundation-img,
    .life-titles,
    .life-img {
        display: inline-block;
    }
    .bridge-img img {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .strong_history {
        padding-top: .5rem !important;
        padding-bottom: .5rem;
    }
    .strong_history .container {
        background-position: bottom !important;
    }
    .strong_history h1 {
        padding-bottom: .5rem !important;
    }
    .three_pillars {
        padding-top: 5rem;
    }
    .three_pillars .triangle {
        display: none;
    }
    .capacity_ps-timeline-sec .container ol.ps-timeline {
        margin: 50px 0 !important;
        border-left: 10px solid #3c3c3b;
        padding-left: 0 !important;
        padding-top: 120px !important;
        border-top: 0 !important;
        margin-left: 25px !important;
    }
    .capacity_ps-timeline-sec .container ol.ps-timeline li {
        height: 220px;
        float: none !important;
        width: inherit !important;
    }
    .capacity_ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .img-handler-bot img {
        width: 70px;
    }
    .capacity_ps-timeline-sec .container ol.ps-timeline li:last-child {
        margin: 0;
        bottom: 0 !important;
        /*height: 120px;*/
    }
    .capacity_ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot {
        bottom: 40px !important;
        width: 40% !important;
        margin-left: 25px !important;
        margin-top: 0 !important;
    }
    .capacity_ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot img {
        width: 100%;
    }
    .capacity_ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top {
        margin-bottom: 0 !important;
        top: 20px;
        width: 50% !important;
    }
    .capacity_ps-timeline-sec .container ol.ps-timeline li span {
        left: 0 !important;
    }
    .capacity_ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
        content: none !important;
    }
    .capacity_ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
        content: none !important;
    }
    .capacity_ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
        position: absolute !important;
        bottom: 150px !important;
        width: 75% !important;
        float: left !important;
        margin-left: 35px !important;
        margin-bottom: 0 !important;
    }
    .capacity_ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
        margin: 0 auto !important;
        width: 80% !important;
    }
    .capacity_ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
        position: absolute !important;
        bottom: 115px !important;
        width: 75% !important;
        float: left !important;
        margin-left: 35px !important;
        margin-bottom: 0 !important;
    }
    .capacity_ps-timeline-sec .container ol.ps-timeline li p {
        text-align: left !important;
        width: 100% !important;
        margin: 0 auto !important;
        margin-top: 0px !important;
    }
    .capacity_ps-timeline-sec .container ol.ps-timeline li .ps-top {
        width: 60% !important;
        float: right !important;
        right: 0;
        top: -40px;
    }
    .capacity_ps-timeline-sec .container ol.ps-timeline li .ps-bot {
        width: 60% !important;
        float: right !important;
        right: 0;
        top: -40px;
    }
    .coming_soon .container {
        padding-bottom: 4.5rem !important;
        background: none !important;
    }
    .emptyDiv {
        margin-top: 0;
    }
    .emptyDiv img {
        width: 50px;
    }
    .any-application .compatible {
        margin-top: 20px;
    }
    .home_page_banner .blue a,
    .about-us .green {
        left: 10px;
    }
    .navbar-brand img {
        margin-left: 0 !important;
    }
    .aboutus-roadmap {
        background-image: none;
    }
    .aboutus-roadmap .step-1,
    .aboutus-roadmap .step-2,
    .aboutus-roadmap .step-3,
    .aboutus-roadmap .step-4,
    .aboutus-roadmap .step-5 {
        margin-top: 20px;
    }
    .aboutus-roadmap .step-1 img,
    .aboutus-roadmap .step-2 img,
    .aboutus-roadmap .step-3 img,
    .aboutus-roadmap .step-4 img,
    .aboutus-roadmap .step-5 img {
        width: auto !important;
    }
    .aboutus-roadmap {
        height: auto !important;
        padding-top: 0 !important;
    }
    .rod .roadmapLine {
        display: none;
    }
    .rod>div {
        position: static !important;
        height: auto !important;
        display: block;
    }
    .rod>div img {
        width: auto !important;
    }
    .node3 .node {
        width: 50%;
    }
    .home {
        position: relative;
        justify-content: flex-start !important;
    }
    .home .filter {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5)
    }
    .home_intro {
        justify-content: start !important;
    }
    .home_page_banner h3 {
        margin-top: 100px;
        font-size: 3em;
        color: #fff;
        z-index: 999;
    }
    .home_page_banner p {
        font-size: 1.3em;
        color: #fff;
        z-index: 999;
    }
    .header-span {
        border-color: #fff;
    }
    .intro-storage h3 {
        font-size: 2.5em !important;
    }
    .node3 h4 {
        font-size: 2em;
    }
    .emptyDiv img:first-child {
        margin-left: auto !important;
        margin-right: auto !important;
        width: 50%;
    }
    .tf-projects button {
        display: block;
        width: auto;
        margin: auto;
    }
    .by-everyone-grad {
        background-image: url(../img/tf_home/for_application2.png);
        height: 250px;
        background-size: contain;
        background-position: bottom;
        background-repeat: no-repeat;
    }
    .by-everyone-grad img {
        display: none !important;
    }
    .any-application img {
        margin-top: 0;
    }
    .step-2,
    .step-3,
    .step-4,
    .step-5 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important;
    }
    .rod {
        height: auto;
    }
    .deploy h2,
    .deploy p {
        color: #3c3c3b;
    }
    .app_part img {
        width: 50%;
        margin: auto;
    }
    .navbar-brand {
        width: 80%;
    }
    .mob-video {
        display: block;
    }
}

@media screen and (max-width:480px) {
    .cru,
    .core2,
    .capacity {
        font-size: 50px !important;
    }
    .app_part h1 {
        font-size: 55px;
    }
    .experiences {
        margin-bottom: 0px !important;
    }
    .kubernetes {
        margin-top: 3.5rem !important;
    }
    .Planet_desktop {
        display: none !important;
    }
    .Planet_mobile {
        display: block;
    }
    .bg-success img {
        width: 65% !important;
    }
    .compute_part {
        width: 65% !important;
    }
    /* .deploy {
        top: 45px !important;
    } */
    .space_part {
        display: none;
    }
    .app_part h5 {
        font-size: 35px !important;
    }
    .yor_benefits {
        width: 75%;
    }
    .navbar-nav .dropdown-menu {
        text-align: center;
    }
    .strong_history h2 {
        text-align: center!important;
    }
    .strong_history p {
        text-align: center!important;
    }
    .strong_history .text-right {
        text-align: center!important;
    }
    .strong_history .text-left {
        text-align: center!important;
    }
    .home_partners .desc p {
        min-height: 150px;
    }
    .dynamic-sec h2 {
        font-size: 45px !important;
    }
    .dynamic-sec p {
        font-size: 1.3em !important;
    }
    .partners_grid .image img {
        width: 100% !important;
    }
    .lead {
        font-size: 1.1rem;
        font-weight: 300;
        line-height: 1.2rem;
    }
    .token_page_banner {
        height: auto !important;
    }
    .dropdown-menu {
        border: 0px;
    }
    .bot_fpp_3dot .content_div {
        min-width: 300px;
    }
    .banner_img2 {
        display: block;
    }
    .tokenbanner_img {
        display: none;
    }
    .why_globe .container-fluid {
        background-image: none !important;
    }
    .bot_fpp_3dot {
        background-position: -200px 0 !important;
        background-size: cover !important;
    }
    .bot_soon_3dot {
        background-image: none !important;
    }
    .teck_text .fs-18 {
        font-size: 18px !important;
    }
    .tech_fpp .content_div {
        min-width: 300px;
    }
    .tech_titles .display-2 {
        font-size: 40px;
    }
    .tech_titles .display-3 {
        font-size: 34px;
    }
    .tech_page_banner.banner_tech .desc {
        margin-top: -7%;
    }
    .scrollify_section .carousel-caption h5 {
        font-size: 18px;
    }
    .scrollify_section .carousel-item img.img-fluid {
        height: 275px;
    }
    .banner_tech .main_desc {
        width: 90%;
    }
    .banner_tech .banner-content-right {
        position: static;
        width: 100%;
        padding: 30px;
        float: left;
    }
    .tech_page_banner.banner_tech .scroll_link {
        display: none
    }
    .home_fpp {
        background-image: none !important;
    }
    .fpp_3dot .content_div {
        min-width: 300px;
    }
    .fpp_3dot {
        background-position: -200px 0 !important;
        background-size: cover !important;
    }
    .token_page_banner.banner_token .scroll_link {
        display: none;
    }
    .fpp_3dot {
        background-image: none !important;
    }
    .grid_page_fpp .content_div {
        min-width: 300px;
    }
    .grid_page_fpp {
        background-position: -200px 0 !important;
        background-size: cover !important;
    }
    .grid_page_banner.banner_grid,
    .ieo_page_banner.banner_ieo {
        background-position: center !important;
    }
    .grid_page_banner.banner_grid .desc {
        bottom: -3%;
    }
    .ieo_page_banner.banner_ieo .desc {
        bottom: -10%;
    }
    .grid_page_banner .banner .banner_img,
    .ieo_page_banner .banner .banner_img {
        height: 400px;
    }
    .grid_page_fpp {
        background-image: none !important;
    }
    .banner_home .counter_div {
        left: 50%;
        transform: translate(-50%, 0px);
    }
    .ieo_page_banner img {
        height: 25%;
    }
    .ieo_page_banner h2 {
        font-size: 25px;
    }
    .table>tbody>tr>td,
    .table>tbody>tr>th,
    .table>tfoot>tr>td,
    .table>tfoot>tr>th,
    .table>thead>tr>td,
    .table>thead>tr>th {
        border-width: 1px;
    }
    .home_autonomus .table_div .table th.row1 {
        font-size: 11px !important;
    }
    .home_autonomus .table_div .table th.col {
        font-size: 8px !important;
    }
    .home_netword_section .btn {
        width: 100% !important;
    }
    .home_fpp {
        background-image: none !important;
    }
    .comming {
        transform: translateX(67px) translateY(-80px) !important;
        width: 60% !important;
    }
    .grid_page_fpp .left,
    .bot_fpp_3dot .left,
    .fpp_3dot .left,
    .logo-liqued,
    .logo-text {
        display: none;
    }
    .liqued {
        display: block;
    }
    .bot_fpp_3dot .right {
        text-align: left
    }
    .grid_ps-timeline-sec,
    .tech_ps-timeline-sec {
        margin: 0 auto;
    }
    .tech_page_banner {
        background-position: 20% 100% !important;
    }
    h6 {
        font-size: 16px !important;
    }
    .dynamic-sec .image {
        text-align: center !important;
    }
    .dynamic-sec .stars {
        text-align: center !important;
    }
    /* .dynamic-sec .desc {
margin-left: 1.5rem !important;
margin-right: 1.5rem !important;
} */
    .btn {
        font-size: 0.70rem;
    }
    .ieo_steps img {
        width: 40%;
        float: left;
    }
    .three_pillars .th-dot .child {
        margin: 8px -8px;
    }
    .table {
        display: block !important;
        overflow-x: auto !important;
        width: 100% !important;
    }
    .how_it_work {
        width: 100%;
    }
    .deploy-headre {
        padding-top: 0px;
    }
    .deploy_h3 {
        font-size: 32px !important;
    }
    .home_page_banner h3 {
        font-size: 2.4em !important;
    }
    .slick-slide img {
        margin: 0;
        margin-left: 25px;
    }
}

@media screen and (max-width:375px) {
    .table {
        display: block !important;
        overflow-x: auto !important;
        width: 100% !important;
    }
    .ieo_page_banner.banner_ieo .desc {
        bottom: -40%;
    }
    .strong_history h2 {
        text-align: center!important;
    }
    .strong_history p {
        text-align: center!important;
    }
    .strong_history .text-right {
        text-align: center!important;
    }
    .strong_history .text-left {
        text-align: center!important;
    }
    .ieo_page_banner img {
        height: -35% !important;
    }
    .freeflow-paragraph {
        font-size: 14px;
    }
    .grid_ps-timeline-sec .container ol.ps-timeline li label {
        left: 40%;
        padding: 0 40px;
    }
    .grid_ps-timeline-sec .container ol.ps-timeline li .ps-bot {
        left: -44px;
    }
    .three_pillars .th-dot .child {
        margin: 8px -8px;
    }
    .lead {
        font-size: 1.1rem !important;
        font-weight: 300;
        line-height: 1.2rem !important;
    }
    .get_involved h1 {
        font-size: 6em;
    }
    .tokenomics .mt-4 {
        margin-top: 0px !important;
    }
    .tokenomics .pt-5 {
        padding-top: 0rem !important;
    }
    .tokenomics .mt-5 {
        margin-top: 0rem !important;
    }
    .tokenomics .pb-5 {
        padding-bottom: 0rem !important;
    }
    .tokenomics .mb-5 {
        margin-bottom: 0rem !important;
        margin-top: 2rem !important;
    }
    .advanced_internet {
        background-image: none !important;
    }
    .desc img {
        width: 75% !important;
    }
}

@media screen and (max-width:320px) {
    .ieo_page_banner.banner_ieo .desc {
        bottom: -55%;
    }
    .ieo_page_banner img {
        height: -18% !important;
    }
    .mr-3 {
        margin-right: 0px !important;
    }
    .three_pillars .th-dot .child {
        margin: 8px -8px;
    }
    .lead {
        font-size: 1.1rem;
        font-weight: 300;
        line-height: 1.2rem;
    }
    .partners .mt-4 {
        margin-top: 0px !important;
    }
    .advanced_internet {
        background-image: none !important;
    }
}


}
.deploy-headre {
    padding-top: 0px;
}
.deploy_h3 {
    font-size: 32px !important;
}
.home_page_banner h3 {
    font-size: 3.4em !important;
}
.slick-slide img {
    margin: 0;
    margin-left: 25px;
}

}
@media screen and (max-width: 375px) {
    .table {
        display: block !important;
        overflow-x: auto !important;
        width: 100% !important;
    }
    .ieo_page_banner.banner_ieo .desc {
        bottom: -40%;
    }
    .strong_history h2 {
        text-align: center !important;
    }
    .strong_history p {
        text-align: center !important;
    }
    .strong_history .text-right {
        text-align: center !important;
    }
    .strong_history .text-left {
        text-align: center !important;
    }
    .ieo_page_banner img {
        height: -35% !important;
    }
    .freeflow-paragraph {
        font-size: 14px;
    }
    .grid_ps-timeline-sec .container ol.ps-timeline li label {
        left: 40%;
        padding: 0 40px;
    }
    .grid_ps-timeline-sec .container ol.ps-timeline li .ps-bot {
        left: -44px;
    }
    .three_pillars .th-dot .child {
        margin: 8px -8px;
    }
    .lead {
        font-size: 1.1rem !important;
        font-weight: 300;
        line-height: 1.2rem !important;
    }
    .get_involved h1 {
        font-size: 6em;
    }
    .tokenomics .mt-4 {
        margin-top: 0px !important;
    }
    .tokenomics .pt-5 {
        padding-top: 0rem !important;
    }
    .tokenomics .mt-5 {
        margin-top: 0rem !important;
    }
    .tokenomics .pb-5 {
        padding-bottom: 0rem !important;
    }
    .tokenomics .mb-5 {
        margin-bottom: 0rem !important;
        margin-top: 2rem !important;
    }
    .advanced_internet {
        background-image: none !important;
    }
}
@media screen and (max-width: 320px) {
    .ieo_page_banner.banner_ieo .desc {
        bottom: -55%;
    }
    .ieo_page_banner img {
        height: -18% !important;
    }
    .mr-3 {
        margin-right: 0px !important;
    }
    .three_pillars .th-dot .child {
        margin: 8px -8px;
    }
    .lead {
        font-size: 1.1rem;
        font-weight: 300;
        line-height: 1.2rem;
    }
    .partners .mt-4 {
        margin-top: 0px !important;
    }
    .advanced_internet {
        background-image: none !important;
    }
}
