@font-face {
    font-family: 'icomoon';
    src:  url('/fonts/icomoon.eot?f18t1u');
    src:  url('/fonts/icomoon.eot?f18t1u#iefix') format('embedded-opentype'),
      url('/fonts/icomoon.ttf?f18t1u') format('truetype'),
      url('/fonts/icomoon.woff?f18t1u') format('woff'),
      url('/fonts/icomoon.svg?f18t1u#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  .fa-twitter {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .fa-twitter:before {
    content: "\e900" !important;
    color: #f77179;
    font-size: 21px;
  }
  

.toggle-button,
.toggle-button:before {
    height: 100px;
    border-radius: 50px;
    -webkit-transition: 0.4s;
}
.toggle-button:before,
.toggle-button:checked {
    background-color: #bdbdbd;
}
body,
ul {
    padding: 0;
}
img {
    max-width: 100%;
}
.block_chain .data_img .infra_right .infra_cont,
.menu-toggler {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.show,
.support .img {
    overflow: hidden;
}
.banner-slider .slider .slide img,
.banner-slider .slider .slide.slick-center .child-element img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}
.menu-toggler.fixed {
    top: 10px;
}
li.dropdown.open ul.dropdown-menu {
    display: block !important;
    position: static !important;
    border: 0;
    padding-left: 36px;
    padding-top: 0;
}
li.dropdown.open ul.dropdown-menu li a
{
    font-size: 24px;
    padding: 0;
    margin: 1rem;
    line-height: normal;
    font-weight: 700;
    display: inline-block;
    color: #000;
}
a.dropdown-toggle.nav-link {
    margin-bottom: 0 !important;
}

li.dropdown.open ul.dropdown-menu li a
{
    position:relative;
}
li.dropdown.open ul.dropdown-menu li a:before {
    content: "";
    position: absolute;
    bottom: -7px;
    width: 0;
    height: 3px;
    background: #f77179;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

li.dropdown.open ul.dropdown-menu li a:hover:before {
    width: 100%;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1383px !important;
    }
}
::-webkit-input-placeholder {
    font-size: 13px;
}
::-moz-placeholder {
    font-size: 13px;
}
:-ms-input-placeholder {
    font-size: 13px;
}
::placeholder {
    font-size: 13px;
}
.block_chain .data_cont h2,
.privacy-policy h3,
.protocol_wrap .inner_wrap h2,
.rb-investments-block h3,
.snapshot h1,
.terms-services h3,
h2 {
    font-size: 35px;
    font-weight: 700;
}
.block_chain .data_cont h2 span,
.blog .blog_wrap a .client-block .img_caption p span,
.blog .blog_wrap a:hover .img_caption h3,
.coming_soon .cont p span,
.coming_soon h2 span,
.cookies-policy p span a,
.footer .ft-nav ul li a:hover,
.page .price-sec .ptables-head h1 span,
.privacy-policy h3 span,
.privacy-policy p span a,
.protocol_wrap .inner_wrap h2 span,
.rb-investments-block h3 span,
.snapshot h1 span,
.terms-services h3 span,
.terms-services li span a,
.terms-services p span a,
.top_section .banner .banner_cont h1 span,
.why_radium h2 span,
h2 span {
    color: #f77179;
}
.block_chain .data_cont p,
.privacy-policy ol li,
.terms-services ol li,
p {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 30px;
    color: #333;
}
.show,
.top_section .top_bar p {
    font-size: 14px;
    text-align: center;
}
ul {
    margin: 0;
}
ul li {
    list-style: none;
}
a {
    text-decoration: none !important;
}
button,
button:focus {
    box-shadow: none;
    outline: 0;
}
img {
    width: 100%;
    height: auto;
}
:root {
    --bg-color: #f9fbfc;
    --text-color: #333;
}
[data-theme="dark"] {
    --bg-color: #263238;
    --text-color: #e0e0e0;
}
body {
    color: var(--text-color);
    background-color: var(--bg-color);
    font-family: Raleway, sans-serif !important;
    margin: 0;
}
.toggle-button {
    -webkit-appearance: none;
    outline: 0;
    width: 200px;
    background-color: #212121;
    position: relative;
    transition: 0.4s;
}
.toggle-button:before {
    content: "";
    position: absolute;
    width: 100px;
    top: 0;
    bottom: 0;
    transition: 0.4s;
}
.toggle-button:checked:before {
    -webkit-transform: translate(100%);
    -ms-transform: translate(100%);
    transform: translate(100%);
    background-color: #212121;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
}
.menu-toggler,
.show {
    width: 60px;
    height: 60px;
    cursor: pointer;
    border-radius: 50%;
    position: fixed;
}
.se-pre-con img {
    width: 400px;
}
.se-pre-con .load {
    position: absolute;
    right: 50%;
    top: 50%;
    width: 14.4px;
    height: 14.4px;
    -webkit-animation: 1.4s linear infinite spinner-z355kx;
    animation: 1.4s linear infinite spinner-z355kx;
    border-radius: 14.4px;
    box-shadow: 36px 0 0 0 #f77179, 22.3px 28.1px 0 0 #f77179, -7.9px 34.9px 0 0 #f77179, -32.4px 15.5px 0 0 #f77179, -32.4px -15.5px 0 0 #f77179, -7.9px -34.9px 0 0 #f77179, 22.3px -28.1px 0 0 #f77179;
}
@-webkit-keyframes spinner-z355kx {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner-z355kx {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.show {
    left: auto;
    right: 10px;
    top: auto;
    bottom: 10px;
    outline: 0;
    color: #000;
    background: rgba(0, 0, 0, 0.2);
    line-height: 60px;
    -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    z-index: 99;
    opacity: 1;
}
.show:hover {
    background: rgba(0, 0, 0, 0.5);
}
.menu-toggler {
    top: 2%;
    right: 2%;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1000;
    -webkit-transition: 650ms ease-out;
    transition: 650ms ease-out;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 54px;
    padding: 20px;
}
.top_section,
nav .nav-list {
    position: relative;
    display: block;
}
.coming_soon,
.support,
.top_section {
    background: url(../img/bg-pattern.svg) bottom right/40% no-repeat;
}
.menu-toggler .bar {
    background-color: #000;
    width: 100%;
    height: 2px;
    border-radius: 0.8rem;
}
.menu-toggler .bar.top {
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform 650ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transition: transform 650ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
}
.menu-toggler .bar.bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform 650ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transition: transform 650ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
}
.menu-toggler.open {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu-toggler.open .bar.top {
    -webkit-transform: rotate(-450deg) translateX(0.1rem);
    -ms-transform: rotate(-450deg) translateX(0.1rem);
    transform: rotate(-450deg) translateX(0.1rem);
    width: 50%;
}
.menu-toggler.open .bar.bottom {
    -webkit-transform: rotate(-450deg) translateX(-0.1rem);
    -ms-transform: rotate(-450deg) translateX(-0.1rem);
    transform: rotate(-450deg) translateX(-0.1rem);
    width: 50%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
    .logo {
        display: block;
        text-align: center;
        margin-top: 20px;
    }
}
nav {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: -200vh;
    z-index: -1;
    left: 0;
    background-color: #fff;
    border-bottom-right-radius: 100%;
    border-bottom-left-radius: 100%;
    -webkit-transition: 650ms cubic-bezier(1, 0, 0, 1);
    transition: 650ms cubic-bezier(1, 0, 0, 1);
}
nav .nav-list {
    width: 100%;
    list-style: none;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    top: 20%;
    left: 10%;
}
nav .nav-list a.nav-link {
    font-size: 34px;
    padding: 0;
    margin: 1rem;
    line-height: 62px;
    font-weight: 700;
    display: inline-block;
    color: #000;
    text-decoration: none;
    position: relative;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
nav .nav-list a.nav-link:before {
    content: "";
    position: absolute;
    bottom: 8px;
    width: 0;
    height: 3px;
    background: #f77179;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.coming_soon .video video,
.location .map_wrap svg,
.network-icon .outer-network .box-network .left-icon img,
.network-icon .outer-network .box-network .logo-network img,
.page .price-sec .pricing-dtl-table-outer .pricing-dtl-table-inside .pricing-details-table .panel-group .panel-collapse .panel-body .pricing-dtl-table-block,
.page .price-sec .pricing-dtl-table-outer .pricing-dtl-table-inside .pricing-details-table .pricing-dtl-heading-table .pricing-dtl-heading-tab,
nav .nav-list a.nav-link:hover:before {
    width: 100%;
}
nav.open {
    top: 0;
    border-radius: initial;
    z-index: 999;
    overflow-y: scroll;
    overflow-x: hidden;
}
.top_section {
    height: auto;
}
.top_section:before {
    position: absolute;
    width: 824px;
    height: 382px;
    content: "";
    background: url(../img/top-pattern-svg.svg);
    top: 0;
    left: 0;
}
.top_section .top_bar p {
    background: #e1e6f3;
    padding: 8px 30px;
    border-radius: 10px;
    margin: 30px 0;
    font-weight: 700;
    position: relative;
}
.top_section .header {
    position: relative;
    z-index: 1;
}
.top_section .header .logo img {
    width: 314px;
    height: 85px;
}
@media (max-width: 345px) {
    .top_section .header .logo img {
        width: 285px;
    }
}
.top_section .header .social_icons {
    height: 100%;
}
.top_section .header .social_icons .social-media-menu {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 115px;
}
.top_section .header .social_icons .social-media-menu li {
    margin-right: 12px;
}
.top_section .header .social_icons .social-media-menu li a {
    font-size: 22px;
    color: #f77179;
}
.top_section .banner {
    position: relative;
    padding-bottom: 125px;
}
.top_section .banner .banner_cont h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 100px;
    color: #333;
    margin: 0;
}
.page .price-sec .pricing-dtl-table-outer .pricing-dtl-table-inside .pricing-dtl-head h2,
.top_section .banner .banner_cont h3 {
    font-size: 25px;
    font-weight: 700;
}
@media (max-width: 991px) {
    .menu-toggler {
        right: 2rem;
    }
    .top_section:before {
        width: 100%;
    }
    .top_section .banner .banner_cont h3 {
        font-size: 20px;
    }
}
.top_section .banner .banner_cont p {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 30px;
    color: #333;
    padding-right: 110px;
}
.top_section .banner .banner_cont p span {
    color: #f77179;
    font-weight: 700;
}
.top_section .banner .banner_cont.naas-banner {
    padding-top: 100px;
}
.top_section .banner .curved-block {
    position: absolute;
    width: 100%;
    bottom: 125px;
}
.top_section .banner .curved-block svg {
    fill: #f77179;
}
.ask-us,
.block_chain,
.coming-wrap {
    padding: 0 0 100px;
}
.block_chain .data_img {
    position: relative;
}
.block_chain .data_img .infra_right {
    background: #fff;
    padding: 25px 50px 50px;
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.03) 0 0 54px;
    position: absolute;
    width: 50%;
    margin: auto;
    bottom: 0;
    left: 50%;
}
.block_chain .data_img .infra_right h3,
.coming_soon .infra h3 {
    font-size: 20px;
    font-weight: 700;
}
.block_chain .data_img .infra_right .infra_cont {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    position: relative;
}
.block_chain .data_img ul,
.block_chain .data_img ul li span,
.location .rwh-map-block .locations-map .locations-map__pins,
.location .rwh-map-block .locations-map .locations-map__pins .locations-map__pin,
.protocol_wrap .inner_wrap .box_flex ul,
.protocol_wrap .inner_wrap .box_flex ul li span,
.why_radium .radium_wrap ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.block_chain .data_img .infra_right .infra_cont .img_left {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 40px;
    height: 40px;
}
.block_chain .data_img .infra_right .infra_cont h4 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
}
.block_chain .data_img .infra_right .infra_cont ul li {
    text-align: right;
}
.block_chain .data_img .infra_right .infra_cont ul li a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    padding-right: 30px;
    position: relative;
    display: block;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.block_chain .data_img .infra_right .infra_cont ul li a:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    right: -3px;
    border: 9px solid #f7636c;
    border-radius: 100px;
}
.block_chain .data_img .infra_right .infra_cont ul li a.active {
    color: #f7636c;
}
.block_chain .data_img ul {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.block_chain .data_img ul li {
    margin-right: 25px;
    margin-bottom: 25px;
}
.block_chain .data_img ul li span {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.03) 0 0 54px;
    width: 140px;
    height: 120px;
    border-radius: 20px;
    display: flex;
    z-index: 2;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 25px;
    padding: 30px 35px;
    border: none;
}
.block_chain .data_cont {
    padding-right: 100px;
}
.coming_soon .cont,
.coming_soon .infra {
    border-radius: 25px;
    padding: 50px 40px 40px;
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.03) 0 0 54px;
    background: #fff;
}
.block_chain .data_cont p span,
.privacy-policy ol > li,
.terms-services ol > li {
    font-weight: 700;
}
.up_time{
	background: #333333;
	text-align: center;
	padding: 25px 0;
	margin-bottom: 100px;
}
.up_time .up_time_wrap h2{
    color: #fe7d77;
    font-size: 80px;
    font-weight: 700;
    margin: 0;
    line-height: 68px;
    margin-top: 15px;
    display: inline-block;
}
.breadcrumb-sec a:last-child {
    pointer-events: none;
}
.up_time_wrap {
    letter-spacing: -5px;
}
.up_time .up_time_wrap h5{
	color: #fe7d77;
	font-size: 80px;
	font-weight: 700;
	margin: 0;
	line-height: 68px;
	margin-top: 15px;
    display: inline-block;
}
.up_time .up_time_wrap span{
    color: #fff;
    font-size: 16px;
    display: block;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: normal;
}
.up_time .up_time_wrap img{
	width: 120px;
}
.coming_soon,
.support {
    padding: 0 0 100px;
}
.coming_soon h2 {
    font-size: 35px;
    font-weight: 700;
    padding: 0 0 30px 40px;
}
.coming_soon .cont h3,
.support .support_wrap h4 {
    font-size: 16px;
    font-weight: 700;
}
.coming_soon .cont p,
.subscribe-newsletter .subscribe-outer-block .subscribe-outer-spacing p {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    color: #333;
    margin-bottom: 10px;
}
.coming_soon .infra {
    height: 100%;
}
.coming_soon .infra ul li {
    font-size: 15px;
    position: relative;
    font-weight: 700;
    line-height: 25px;
    padding-left: 20px;
}
.coming_soon .infra ul li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #f77179;
    border-radius: 100px;
    left: 0;
    top: 7px;
}
.coming_soon a.read_more {
    border-radius: 10px;
    color: #f77179;
    background: unset;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    padding-left: 4px;
}
.coming_soon a.read_more:hover,
.page .price-sec .card a:hover,
.snapshot .white-btn:hover,
.subscribe-newsletter1 .subscribe-outer-block1 .naas-contact td #captcha input[type="submit"]:hover {
    background: #fff;
    color: #f77179;
}
.coming_soon.service .cont {
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.03) 0 0 54px;
}
.protocol_wrap,
.snapshot,
.subscribe-newsletter,
.subscribe-newsletter1 {
    padding: 100px 0;
}
.protocol_wrap .inner_wrap .box_flex {
    padding: 0;
    border-bottom: 1px solid #e5e6e8;
}
.protocol_wrap .inner_wrap .box_flex ul {
    position: relative;
    margin: 0 auto;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: center;
    border-bottom: none;
    width: 58%;
    padding-top: 19px;
}
.protocol_wrap .inner_wrap .box_flex ul li {
    margin-right: 17px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.protocol_wrap .inner_wrap .box_flex ul li span {
    background: #fff;
    box-shadow: rgb(0 0 0 / 3%) 0 0 54px;
    width: 124px;
    height: 107px;
    border-radius: 20px;
    display: flex;
    z-index: 2;
    margin-right: 0;
    margin-left: auto;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 25px;
    padding: 29px 35px;
    border: none;
}
.support .support_wrap,
.why_radium .radium_wrap {
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.03) 0 0 54px;
    background: #fff;
}
.protocol_wrap .inner_wrap .box_flex ul li:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}
.protocol_wrap .inner_wrap .box_flex ul li:first-child p {
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    color: #333;
    margin: 0;
    text-align: center;
}
.protocol_wrap .inner_wrap .box_flex ul li:last-child {
    margin-right: 0;
    width: 100%;
    flex: 0 0 58%;
}
@media (max-width: 1199px) {
    .menu-toggler {
        right: 2%;
    }
    .protocol_wrap .inner_wrap .box_flex ul li {
        width: 15%;
        -webkit-box-flex: unset;
        -webkit-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }
    .protocol_wrap .inner_wrap .box_flex ul li span {
        width: 70%;
        height: auto;
    }
}
.why_radium {
    background: url(../img/bg-pattern.svg) top left/40% no-repeat;
    padding: 100px 0;
}
@media (max-width: 767px) {
    .menu-toggler {
        right: 2%;
        top: 1%;
        width: 50px;
        height: 50px;
        padding: 18px;
    }
 
    .top_section .banner .banner_cont h1 {
        line-height: 40px;
        margin-bottom: 25px;
    }
    .block_chain {
        padding: 9px 0 50px;
    }
    .coming_soon {
        padding: 0 0 50px;
    }
    .protocol_wrap,
    .support,
    .why_radium {
        padding: 50px 0;
    }
    .why_radium h2 {
        padding-right: 0 !important;
    }
}
.why_radium h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 25px;
    padding: 0 40px;
}
.why_radium .radium_wrap {
    width: 68%;
    padding: 30px 80px 40px 50px;
}
.why_radium .radium_wrap ul li {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.why_radium .radium_wrap ul li img {
    width: 50px;
    height: 50px;
}
.why_radium .radium_wrap ul li p {
    font-size: 15px;
    color: #333;
    margin-left: 20px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 30px;
}
.support .img img {
    width: 480px;
}
@media (max-width: 1199px) {
    .support .img img {
        width: 400px;
    }
}
.support h2 {
    padding: 0 0 30px 40px;
}
.support .support_wrap {
    padding: 50px 0 40px 40px;
}
.support .support_wrap h4 span {
    color: #f1636d;
}
.support .support_wrap p {
    margin-bottom: 10px;
}
.support .support_wrap h5 {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
}
.support .support_wrap h5 p {
    position: relative;
    display: inline-block;
}
.support .support_wrap h5 p:before {
    position: absolute;
    content: "";
    width: 50%;
    height: 4px;
    background: #f1636d;
    bottom: -10px;
    left: 0;
}
.location {
    padding: 100px 0;
    background: url(../img/bg-pattern.svg) bottom right/40% no-repeat;
}
.location .map_wrap {
    padding: 100px 0 0;
}
.location .map_wrap svg circle {
    position: relative;
    stroke: transparent;
}
.location .map_wrap svg path {
    stroke-width: 0;
}
.location .map_wrap #tooltip {
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    font-size: 15px;
    font-weight: 700;
    box-shadow: rgba(0, 0, 0, 0.03) 0 0 54px;
}
.location .map_wrap #tooltip p,
.page .price-sec .pricing-dtl-table-outer .pricing-dtl-table-inside .pricing-details-table .panel-group .panel:last-child .panel-heading h4 {
    margin-bottom: 0;
}
.location .rwh-map-block .locations-map .locations-map__pins {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}
.location .rwh-map-block .locations-map .locations-map__pins .locations-map__pin {
    margin-top: 16px;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    left: auto;
    top: auto;
    background: 0 0;
    width: 100%;
    height: auto;
    font-weight: 500;
    color: #142149;
    padding: 0 8px;
    cursor: unset;
    position: relative;
}
.location .rwh-map-block .locations-map .locations-map__pins .locations-map__pin .locations-map__dot,
.modal-content .modal-body iframe {
    width: 100%;
    height: 100%;
}
.location .rwh-map-block .locations-map .locations-map__pins .locations-map__pin .locations-map__dot .locations-map__popover {
    display: flex;
    text-align: left;
}
.location .rwh-map-block .locations-map .locations-map__pins .locations-map__pin .locations-map__dot .locations-map__popover .locations-map__illustration {
    width: 72px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
}
.location .rwh-map-block .locations-map .locations-map__pins .locations-map__pin .locations-map__dot .locations-map__popover .locations-map__name {
    font-size: 16px;
    color: #f7636c;
    font-weight: 500;
    padding-top: 10px;
}
.location .rwh-map-block .locations-map .locations-map__pins .locations-map__pin .locations-map__dot .locations-map__popover .locations-map__actions,
.page .price-sec .card .card-inner .option ul li .fa {
    display: none;
}
.blog .blog_wrap a,
.blog .blog_wrap a .client-block {
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.03) 0 0 54px;
    overflow: hidden;
}
.blog {
    padding: 100px 0;
    background: url(../img/bg-pattern.svg) bottom left/40% no-repeat;
}
.blog .blog_head h2 {
    margin-bottom: 70px;
}
.blog .blog_wrap a {
    display: inline-block;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.blog .blog_wrap a .client-block {
    background: #fff;
}
.blog .blog_wrap a .client-block .img_wrap {
    width: 100%;
    height: 160px;
    overflow: hidden;
}
.blog .blog_wrap a .client-block .img_wrap img {
    object-fit: cover;
    width: 100%;
    height: inherit;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    object-position: 0 50%;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.blog .blog_wrap a .client-block .img_caption {
    padding: 35px 30px;
}
.blog .blog_wrap a .client-block .img_caption p {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}
.blog .blog_wrap a .client-block .img_caption h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    color: #000;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.ask-us .ask_wrap td input.submit:hover,
.blog .more_blg a:hover {
    color: #f77179;
    background: #fff;
}
.blog .blog_wrap a:hover {
    box-shadow: rgba(0, 0, 0, 0.03) 0 0 54px;
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
.blog .blog_wrap a:hover .img_wrap img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.blog .more_blg {
    margin-top: 25px;
}
.blog .more_blg a {
    font-size: 15px;
    background: #f7636c;
    border: 1px solid #f7636c;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    font-weight: 700;
    margin-top: 20px;
    padding: 15px 50px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.blog .more_blg a .fa {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.blog .more_blg a:hover {
    border: 1px solid #f77179;
}
.blog .more_blg a:hover .fa {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}
.coming-wrap .img_wrap p {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
    padding: 0 150px;
    text-align: center;
}
.ask-us .ask_wrap {
    border-radius: 25px;
    padding: 100px 0;
    box-shadow: rgba(0, 0, 0, 0.03) 0 0 54px;
}
.ask-us .ask_wrap td {
    padding: 10px;
}
.ask-us .ask_wrap td h3 {
    text-align: center;
    padding-bottom: 25px;
    margin: 0;
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    color: #333;
}
.ask-us .ask_wrap td:first-child {
    text-align: right;
    color: #333;
    font-size: 15px;
    font-weight: 700;
}
.ask-us .ask_wrap td input {
    background: 0 0;
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #e5e6e8;
    border-radius: 5px;
    outline: 0;
}
.ask-us .ask_wrap td select {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #e5e6e8;
    border-radius: 5px;
    color: #000101;
    outline: 0;
    background: 0 0;
    font-size: 13px;
    height: 42px;
}
.ask-us .ask_wrap td input.submit {
    background: #f77179;
    border: 1px solid #f77179;
    width: 30%;
    padding: 9px;
    border-radius: 50px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}
.ask-us .ask_wrap td #captcha,
.subscribe-newsletter1 .subscribe-outer-block1 .naas-contact td #captcha {
    min-height: 60px;
}
.ask-us .ask_wrap td #captcha .captcha-code {
    float: left;
    width: 60%;
}
.ask-us .ask_wrap td #captcha .captcha-code .code,
.subscribe-newsletter1 .subscribe-outer-block1 .naas-contact td #captcha .captcha-code .code {
    width: 65%;
    height: 50px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 1px solid #e5e6e8;
    float: left;
}
.ask-us .ask_wrap td #captcha .captcha-code .code .dynamic-code {
    text-shadow: 4px 4px 5px #969696;
    color: #2d2d2d;
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: help;
    padding: 5px 0 0;
    background: #fff;
    display: grid;
    height: 100%;
}
.ask-us .ask_wrap td #captcha .captcha-code .captcha-reload {
    color: #000;
    cursor: pointer;
    font-size: 36px;
    font-weight: 700;
    margin: 0 25px;
    max-width: 36px;
    float: left;
}
.ask-us .ask_wrap td #captcha .captcha-input,
.subscribe-newsletter1 .subscribe-outer-block1 .naas-contact td #captcha .captcha-input {
    float: left;
}
.ask-us .ask_wrap td #captcha .captcha-input input {
    width: 100%;
    padding: 8px 10px 8px 30px;
    border: 1px solid #e5e6e8;
    border-radius: 5px;
    color: #000101;
    background-size: 8%;
    outline: 0;
    max-width: 400px;
    height: 50px;
    float: left;
    box-shadow: none;
}
.page {
    padding: 100px 0;
    position: relative;
}
.page .price-sec .ptables-head h1 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin: 0;
    line-height: 100px;
}
.page .price-sec .card {
    position: relative;
    max-width: 300px;
    height: auto;
    background: 0 0;
    border-radius: 8px;
    margin: 0 auto;
    border: none;
    padding: 0;
    box-shadow: rgba(0, 0, 0, 0.03) 0 0 54px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.page .price-sec .card:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    box-shadow: rgba(0, 0, 0, 0.03) 0 0 54px;
}
.page .price-sec .card:hover .card-inner {
    box-shadow: none;
}
.page .price-sec .card .card-inner {
    border-radius: 8px;
    padding: 40px 20px 80px;
    min-height: 500px;
}
.page .price-sec .card .card-inner .plan-image-outer {
    position: absolute;
    top: -4px;
    width: 55%;
    left: -5px;
}
.page .price-sec .card .card-inner .title {
    position: absolute;
    top: 20px;
    right: 0;
    width: 60%;
    text-align: right;
    padding: 0 25px;
}
.page .price-sec .card .card-inner .title h2 {
    position: relative;
    margin: 20px 0 0;
    padding: 0;
    color: #333;
    font-size: 26px;
    z-index: 2;
}
.page .price-sec .card .card-inner .option {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}
.page .price-sec .card .card-inner .option ul {
    margin-top: 60px;
}
.page .price-sec .card .card-inner .option ul li {
    margin: 0 0 10px;
    padding: 0 !important;
    list-style: none;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}
.page .price-sec .card .card-inner .price {
    z-index: 2;
    position: relative;
    left: 0;
    right: 0;
}
.page .price-sec .card .card-inner .price h4 {
    margin: 40px 0 0;
    padding: 20px 0;
    color: #333;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
}
@media (max-width: 991px) {
    .support .img img {
        width: 320px;
    }
    .page .price-sec .card .card-inner .price h4 {
        font-size: 25px;
    }
    .page .price-sec .card .card-inner .price h3 {
        font-size: 25px;
        padding: 10px 0;
    }
}
.page .price-sec .card .card-inner .price h3 {
    font-weight: 700;
    margin: 10px 0 0;
    font-size: 28px;
    color: #333;
    line-height: 35px;
    padding: 10px 35px;
}
.page .price-sec .card a {
    position: absolute;
    z-index: 2;
    background: #f77179;
    border: 1px solid #f77179;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.03) 0 0 54px;
    font-weight: 700;
    display: block;
    bottom: 30px;
    left: 50%;
    width: 160px;
    margin-left: -80px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.page .price-sec .pricing-dtl-table-outer {
    position: relative;
    height: auto;
    background: 0 0;
    border-radius: 8px;
    margin: 100px auto 0;
    padding: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
}
.page .price-sec .pricing-dtl-table-outer .pricing-dtl-table-inside .pricing-dtl-head {
    display: block;
    text-align: center;
    padding: 15px 0;
}
.page .price-sec .pricing-dtl-table-outer .pricing-dtl-table-inside .pricing-dtl-head h3 {
    font-size: 24px;
    font-weight: 700;
}
@media (max-width: 1199px) {
    .ask-us .ask_wrap td #captcha .captcha-code .captcha-reload {
        float: none;
    }
    .page .price-sec .card .card-inner .title h2 {
        font-size: 22px !important;
    }
    .page .price-sec .pricing-dtl-table-outer .pricing-dtl-table-inside .pricing-dtl-head h3 {
        line-height: 50px;
    }
}
.page .price-sec .pricing-dtl-table-outer .pricing-dtl-table-inside .pricing-dtl-head h3 span {
    font-size: 20px;
    background: #f77179;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.03) 0 0 54px;
    border-radius: 2px;
    color: #fff;
}
.page .price-sec .pricing-dtl-table-outer .pricing-dtl-table-inside .pricing-details-table {
    border-radius: 8px;
    margin: 10px;
    overflow: hidden;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.03);
}
.page .price-sec .pricing-dtl-table-outer .pricing-dtl-table-inside .pricing-details-table .pricing-dtl-heading-table .pricing-dtl-heading-tab th {
    padding: 15px 20px 20px;
    width: 25%;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}
.page .price-sec .pricing-dtl-table-outer .pricing-dtl-table-inside .pricing-details-table .panel-group {
    margin: 0;
}
.page .price-sec .pricing-dtl-table-outer .pricing-dtl-table-inside .pricing-details-table .panel-group .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #d27e3d;
    background-image: none;
    border: none !important;
}
.page .price-sec .pricing-dtl-table-outer .pricing-dtl-table-inside .pricing-details-table .panel-group .panel-heading h4 {
    font-size: 18px;
    font-weight: 700;
}
.page .price-sec .pricing-dtl-table-outer .pricing-dtl-table-inside .pricing-details-table .panel-group .panel-heading h4 a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #fff;
    background-color: #f77179;
}
.page .price-sec .pricing-dtl-table-outer .pricing-dtl-table-inside .pricing-details-table .panel-group .panel-heading h4 a.collapsed {
    background-color: #fff;
    color: #333;
}
.page .price-sec .pricing-dtl-table-outer .pricing-dtl-table-inside .pricing-details-table .panel-group .panel-heading h4 .glyphicon-menu-down {
    font-size: 12px;
    color: #d27e3d;
    padding-right: 20px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.page .price-sec .pricing-dtl-table-outer .pricing-dtl-table-inside .pricing-details-table .panel-group .panel-heading h4 .glyphicon-menu-up {
    font-size: 12px;
    color: #d27e3d;
    padding-right: 20px;
}
.page .price-sec .pricing-dtl-table-outer .pricing-dtl-table-inside .pricing-details-table .panel-group .panel-heading h4 .more-less {
    float: right;
    position: relative;
    font-size: 25px;
    font-weight: 700;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.page .price-sec .pricing-dtl-table-outer .pricing-dtl-table-inside .pricing-details-table .panel-group .panel-collapse .panel-body {
    border: none;
    padding: 0;
}
.page .price-sec .pricing-dtl-table-outer .pricing-dtl-table-inside .pricing-details-table .panel-group .panel-collapse .panel-body .pricing-dtl-table-block tr {
    border-bottom: 1px solid #e5e6e8;
}
.page .price-sec .pricing-dtl-table-outer .pricing-dtl-table-inside .pricing-details-table .panel-group .panel-collapse .panel-body .pricing-dtl-table-block tr td {
    width: 25%;
    text-align: center;
    padding: 15px 30px;
    line-height: 18px;
    font-size: 16px;
    word-wrap: break-word;
    table-layout: fixed;
}
@media (max-width: 767px) {
    .support .img {
        margin-bottom: 60px;
    }
    .support .img img {
        width: 200px;
    }
    .support .support_wrap h5 p:before {
        left: 25%;
    }
    .ask-us,
    .ask-us .ask_wrap,
    .blog,
    .location,
    .page,
    .subscribe-newsletter {
        padding: 50px 0;
    }
    .location .rwh-map-block .locations-map .locations-map__pins .locations-map__pin .locations-map__dot .locations-map__popover .locations-map__name {
        text-align: left;
    }
    .blog .blog_wrap {
        margin-bottom: 30px;
    }
    .coming-wrap {
        padding: 0 0 50px;
    }
    .coming-wrap .img_wrap p {
        padding: 0;
    }
    .ask-us .ask_wrap td {
        display: block;
        text-align: left !important;
    }
    .ask-us .ask_wrap .form-img {
        margin-top: 25px;
    }
    .page .price-sec .card {
        margin-bottom: 25px !important;
    }
    .page .price-sec .pricing-dtl-table-outer .pricing-dtl-table-inside .pricing-dtl-head h3 {
        line-height: 40px;
    }
    .page .price-sec .pricing-dtl-table-outer .pricing-dtl-table-inside .pricing-details-table .pricing-dtl-heading-table .pricing-dtl-heading-tab th {
        font-size: 12px;
    }
    .page .price-sec .pricing-dtl-table-outer .pricing-dtl-table-inside .pricing-details-table .panel-group .panel-collapse .panel-body .pricing-dtl-table-block tr td {
        padding: 15px;
        font-size: 12px;
    }
    .page .price-sec .pricing-dtl-table-outer .pricing-dtl-table-inside .pricing-details-table .panel-group .panel-collapse .panel-body .pricing-dtl-table-block tr td img {
        width: 20% !important;
    }
}
.page .price-sec .pricing-dtl-table-outer .pricing-dtl-table-inside .pricing-details-table .panel-group .panel-collapse .panel-body .pricing-dtl-table-block tr td:first-child,
.subscribe-newsletter1 .subscribe-outer-block1 .naas-contact td:first-child {
    text-align: left;
}
.page .price-sec .pricing-dtl-table-outer .pricing-dtl-table-inside .pricing-details-table .panel-group .panel-collapse .panel-body .pricing-dtl-table-block tr td img {
    width: 7%;
}
.collapse.in {
    display: block;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.subscribe-newsletter .subscribe-outer-block {
    padding: 50px;
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.03) 0 0 54px;
}
.subscribe-newsletter .subscribe-outer-block .subscribe-outer-spacing {
    display: block;
    padding-right: 30%;
}
.subscribe-newsletter .subscribe-outer-block .subscribe-outer-spacing h3 {
    margin: 0;
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    padding: 15px 15px 15px 0;
}
.subscribe-newsletter .subscribe-outer-block .subscribe-outer-spacing .subscribe-submit-block button {
    background: #f77179;
    border: 1px solid #fff;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    padding: 9px;
    width: 100%;
    outline: 0;
    box-shadow: none;
    border-radius: 50px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.snapshot .card .ribbon span:after,
.snapshot .card .ribbon span:before {
    top: 100%;
    z-index: -1;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #fd3742;
    content: "";
    position: absolute;
}
.subscribe-newsletter .subscribe-outer-block .subscribe-outer-spacing .subscribe-submit-block button:hover {
    background: #fff;
    color: #f77179;
    border: 1px solid #f77179;
}
.subscribe-newsletter .subscribe-outer-block .subscribe-outer-spacing .subscribe-submit-block input[type="text"] {
    width: 100%;
    background: url(../img/Envelope.svg) 5px center/8% no-repeat;
    padding: 8px 10px 8px 30px;
    border: 1px solid #e5e6e8;
    border-radius: 5px;
    color: #000101;
    outline: 0;
    font-size: 15px;
    font-weight: 500;
}
.subscribe-newsletter1 .subscribe-outer-block1 {
    border-radius: 25px;
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.03) 0 0 54px;
} 



@media (max-width: 991px) {
    .subscribe-newsletter1 .subscribe-outer-block1 {
        padding-left: 0;
        padding-right: 0;
    }
    .footer .ft-nav h5,
    .footer h4 {
        line-height: 30px !important;
    }

    
    .up_time .up_time_wrap span{
    	line-height: 30px;
    }
    .up_time .up_time_wrap img{
    	width: 110px;
    	margin-bottom: 12px;
    }
}
.subscribe-newsletter1 .subscribe-outer-block1 .naas-contact td {
    padding: 10px;
    font-size: 15px;
    font-weight: 700;
}
.privacy-policy h4,
.subscribe-newsletter1 .subscribe-outer-block1 .naas-contact td h3,
.terms-services h4 {
    font-size: 25px;
}
.subscribe-newsletter1 .subscribe-outer-block1 .naas-contact td input {
    width: 100%;
    font-size: 15px;
    padding: 8px 10px 8px 30px;
    border: 1px solid #e5e6e8;
    border-radius: 5px;
    color: #333;
    background-size: 8%;
    background-repeat: no-repeat;
    outline: 0;
    background-position: 5px center;
}
.subscribe-newsletter1 .subscribe-outer-block1 .naas-contact td textarea {
    width: 100%;
    font-size: 15px;
    padding: 8px 10px;
    border: 1px solid #e5e6e8;
    border-radius: 5px;
    color: #333;
    background-size: 8%;
    background-repeat: no-repeat;
    outline: 0;
    background-position: 5px center;
}
.subscribe-newsletter1 .subscribe-outer-block1 .naas-contact td #captcha .captcha-code {
    float: left;
    width: 40%;
}
.subscribe-newsletter1 .subscribe-outer-block1 .naas-contact td #captcha .captcha-code .code .dynamic-code {
    text-shadow: 4px 4px 5px #969696;
    color: #2d2d2d;
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: help;
    padding: 13px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.subscribe-newsletter1 .subscribe-outer-block1 .naas-contact td #captcha .captcha-code .captcha-reload {
    cursor: pointer;
    font-size: 36px;
    font-weight: 700;
    margin: 0 20px;
    max-width: 36px;
    float: left;
    color: #000;
}
@media (max-width: 1199px) {
    .subscribe-newsletter .subscribe-outer-block .subscribe-outer-spacing {
        padding-right: 0;
    }
    .subscribe-newsletter .subscribe-outer-block .subscribe-outer-spacing h3 {
        font-size: 30px;
    }
    .subscribe-newsletter1 .subscribe-outer-block1 .naas-contact td #captcha .captcha-code .captcha-reload {
        margin: 0 20px;
    }
    .up_time .up_time_wrap h2{
    	font-size: 70px !important;
    }
}
.subscribe-newsletter1 .subscribe-outer-block1 .naas-contact td #captcha .captcha-input #captcha-input {
    max-width: 166px;
    height: 50px;
    border-radius: 5px;
    float: left;
    outline: 0;
    box-shadow: none;
}
.subscribe-newsletter1 .subscribe-outer-block1 .naas-contact td #captcha .captcha-input #errCaptcha span {
    color: #333 !important;
}
.subscribe-newsletter1 .subscribe-outer-block1 .naas-contact td #captcha input[type="submit"] {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    border-radius: 50px;
    width: 20%;
    padding: 14px;
    margin-left: 45px;
    border: 1px solid #f77179;
    background: #f77179;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.cookies-policy h3 {
    font-size: 30px;
    font-weight: 700;
}
.cookies-policy li {
    font-size: 13px;
    font-weight: 700;
    line-height: 35px;
}
.privacy-policy ol > li > ol li,
.terms-services ol > li > ol li {
    font-weight: 500;
}
@media (max-width: 767px) {
    .subscribe-newsletter .subscribe-outer-block .subscribe-outer-spacing .subscribe-submit-block input[type="text"] {
        margin-bottom: 15px;
    }
    .subscribe-newsletter img {
        margin-top: 25px;
    }
    .snapshot,
    .subscribe-newsletter1 {
        padding: 50px 0;
    }
    .subscribe-newsletter1 .subscribe-outer-block1 {
        padding-left: 0;
        padding-right: 0;
    }
    .subscribe-newsletter1 .subscribe-outer-block1 .naas-contact td #captcha .captcha-code {
        width: 70%;
    }
    .subscribe-newsletter1 .subscribe-outer-block1 .naas-contact td #captcha .captcha-input {
        width: 30%;
    }
    .subscribe-newsletter1 .subscribe-outer-block1 .naas-contact td #captcha input[type="submit"] {
        width: 100%;
        margin-left: 0;
        margin-top: 25px;
    }
    .privacy-policy h3,
    .rb-investments-block h3,
    .snapshot h1,
    .terms-services h3 {
        font-size: 30px;
    }
    .privacy-policy h4,
    .terms-services h4 {
        font-size: 20px;
    }
    .up_time{
    	padding: 50px 0 25px !important;
    }
    .up_time .up_time_wrap{
    	margin-bottom: 35px;
    }
}
.snapshot .white-btn {
    font-size: 15px;
    background: #f77179;
    border: 1px solid #f77179;
    color: #fff;
    display: inline-block;
    padding: 15px 50px;
    border-radius: 50px;
    font-weight: 700;
    margin-bottom: 50px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.snapshot .card {
    background: #fff;
    border-radius: 20px;
    padding: 15px;
    line-height: 20px;
    border: none;
    margin: 10px;
    box-shadow: rgba(0, 0, 0, 0.03) 0 0 54px;
}
.snapshot .card img {
    width: 120px;
}
.snapshot .card a {
    font-size: 15px;
    font-weight: 700;
    color: #f77179;
}
.snapshot .card .ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 93px;
    height: 93px;
    text-align: right;
}
.snapshot .card .ribbon span {
    background: -webkit-linear-gradient(#f77179 0, #fd3742 100%);
    background: linear-gradient(#f77179 0, #fd3742 100%);
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    line-height: 32px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 125px;
    display: block;
    position: absolute;
    top: 17px;
}
.snapshot .card .ribbon span:before {
    left: 0;
    border-left: 3px solid #f77179;
    border-right: 3px solid transparent;
}
.snapshot .card .ribbon span:after {
    right: 0;
    border-right: 3px solid #f77179;
    border-left: 3px solid transparent;
}
.fade.in {
    opacity: 1;
    background: rgba(0, 0, 0, 0.43);
}
.modal-content {
    margin-top: 20%;
    background: 0 0 !important;
}
.modal-content button.close {
    position: absolute;
    background: #e96d58 !important;
    width: 40px !important;
    height: 40px;
    right: 0;
    border-radius: unset !important;
    z-index: 999;
    opacity: 1;
    color: #fff;
    font-size: 50px !important;
    font-weight: 100 !important;
    line-height: 0 !important;
}
.footer .ft-nav h5,
.footer h4 {
    line-height: 42px;
    font-weight: 700;
}
.modal-content button.close:hover {
    color: #fff !important;
}
.modal-content .modal-body {
    position: relative;
    padding: 0;
    height: 500px;
}
.footer h4 {
    margin: 0;
    font-size: 24px;
    display: block;
}
.footer p {
    margin-bottom: 10px;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
}
.footer .ft_mail {
    color: #f77179;
    font-size: 16px;
}
.footer .horiz-list {
    margin: 20px 0 40px;
    padding: 0;
}
.footer .horiz-list li {
    list-style: none;
    display: inline-block;
    margin: 0 15px 0 0;
}
.footer .horiz-list li a {
    display: block;
    color: #f1636d;
    font-weight: 700;
    font-size: 16px;
}
.footer .ft-nav h5 {
    margin: 0;
    font-size: 18px;
    display: block;
}
.footer .ft-nav ul li {
    line-height: 28px;
}
.footer .ft-nav ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.footer .disclaimer-block {
    padding: 40px 0;
}
.footer .disclaimer-block h3 {
    margin: 0 0 15px;
    font-size: 20px;
    font-weight: 700;
    display: block;
}
.footer .disclaimer-block p {
    line-height: 24px;
    font-size: 14px;
}
.footer .footer-txt {
    display: block;
    margin-bottom: 60px;
}
@-webkit-keyframes ripple {
    from {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }
}
@keyframes ripple {
    from {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }
}
@media screen and (max-width: 1199px) {
    .top_section .banner {
        padding-top: 100px;
    }
    .block_chain .data_cont {
        padding-right: 0;
    }
    h2 {
        font-size: 32px !important;
    }
    .block_chain .data_img .infra_right {
        width: 100%;
        bottom: -80px;
        left: 0;
    }
}
@media screen and (max-width: 991px) {
    .top_section .banner .banner_cont h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 30px !important;
    }
    .protocol_wrap .inner_wrap .box_flex ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .protocol_wrap .inner_wrap .box_flex ul li {
        width: 25%;
        margin-bottom: 40px;
    }
    .protocol_wrap .inner_wrap .box_flex ul li:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
    }
    .why_radium .radium_wrap {
        width: 100%;
    }
    .location .map_wrap {
        padding: 0;
    }
    .location .map_wrap svg {
        display: none;
    }
    .block_chain .data_img .infra_right h3 {
        font-size: 17px;
    }
    .block_chain .data_cont {
        margin-top: 130px;
    }
}
@media screen and (max-width: 767px) {
    .location .rwh-map-block .locations-map .locations-map__pins .locations-map__pin .locations-map__dot .locations-map__popover .locations-map__illustration {
        display: none;
    }
    .location .rwh-map-block .locations-map .locations-map__pins .locations-map__pin .locations-map__dot .locations-map__popover {
        background: 0 0;
        border: 0;
        padding: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        box-shadow: none;
    }
    .location .rwh-map-block .locations-map .locations-map__pins .locations-map__pin {
        height: auto;
        width: 100%;
        margin: 0;
        padding: 15px 22px 15px 41px;
        border-radius: 0;
        border-bottom: 1px solid #ededed;
    }
    .location .rwh-map-block .locations-map .locations-map__pins .locations-map__pin:last-child {
        border-bottom: 0 solid #ededed;
    }
    .location .rwh-map-block .locations-map .locations-map__pins {
        justify-content: space-between;
        padding: 0 11px;
        margin-top: 23px;
    }
    .location .rwh-map-block .locations-map .locations-map__pins .locations-map__pin .locations-map__dot .locations-map__popover .locations-map__name {
        color: #f68e8e;
        padding-top: 0;
        font-weight: 600;
    }
    .location .rwh-map-block .locations-map .locations-map__pins .locations-map__pin:before {
        content: "";
        display: inline-block;
        border-radius: 100px;
        margin-right: 15px;
        position: absolute;
        background-image: url(../img/marker.png);
        width: 22px;
        height: 24px;
        background-size: 100%;
        left: 8px;
        background-repeat: no-repeat;
    }
    .top_section .banner {
        padding-top: 50px;
        padding-bottom: 45px;
    }
    .top_section .banner .banner_img img {
        height: 180px;
    }
    .top_section .banner .banner_cont p {
        padding-right: 0;
    }
    .top_section .header .social_icons .social-media-menu {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 0;
        margin-top: 15px;
    }
    .protocol_wrap .inner_wrap .box_flex ul li {
        width: 50%;
        margin-right: 0;
    }
    .protocol_wrap .inner_wrap .box_flex ul li span {
        margin: auto;
    }
    .protocol_wrap .inner_wrap .box_flex ul li:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    .support .support_wrap h5 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 40px;
    }
    .support .support_wrap h5 span {
        display: inline-block;
    }
    .why_radium .radium_wrap {
        padding: 30px 40px 40px;
    }
    .footer .ft-nav ul li {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 400px) {
    h2 {
        font-size: 25px !important;
    }
    .block_chain .data_img ul li {
        width: 50%;
        flex: unset;
        margin-right: 0;
    }
    .block_chain .data_img ul li span {
        width: 70%;
        margin: auto;
    }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
    .menu-toggler {
        top: 57px;
    }
    .page .price-sec .card .card-inner .title {
        width: 100%;
    }
    .page .price-sec .card .card-inner .price h3 {
        padding: 10px 0;
    }
    .coming_soon .row {
        align-items: center;
    }
    .support .support_wrap h4 {
        text-align: center;
    }
    .block_chain,
    .coming_soon,
    .location,
    .protocol_wrap,
    .support,
    .why_radium,
    footer {
        padding-top: 40px !important;
    }
    .blog .more_blg {
        margin-top: 0;
    }
    .block_chain .data_img ul {
        justify-content: center;
        align-items: center;
    }
    .block_chain .data_img ul li {
        flex: 0;
    }
    .subscribe-newsletter .subscribe-outer-block .subscribe-outer-spacing h3 {
        font-size: 25px;
    }
    .footer .ft-nav h5,
    .footer h4 {
        line-height: 28px;
    }
}
@media screen and (min-width: 992px) {
    .rwh-map-block {
        display: none;
    }
    .map_wrap svg {
        display: block;
    }
    .col-lg-5 .ft-nav h5 {
        text-align: center;
        padding-right: 94px;
    }
}
.top_section .banner.support-banner .banner_cont h1 {
    display: block;
}
.top_section .banner.banner.support-banner {
    padding-top: 59px;
}
.top_section .banner.banner.support-banner .banner_cont p {
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 30px;
    color: #222;
    padding-right: 252px;
}
.top_section.support-page:before {
    width: 912px;
}
.top_section.support-page {
    background: unset;
    background-color: #fff;
}
.top_section.support-page .banner {
    padding-bottom: 120px;
}
.network-icon .outer-network .box-network .left-icon {
    width: 200;
}
.network-icon .outer-network .box-network .logo-network {
    width: 139px;
    margin-left: 18px;
}
.network-icon .outer-network .box-network .tag-ic h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 37px;
    letter-spacing: 0.342593px;
    color: #cacaca;
    text-transform: uppercase;
    vertical-align: middle;
    margin: 0;
    font-family: Poppins, sans-serif;
    letter-spacing: 0.35px;
}
.network-icon .outer-network .box-network {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 352px;
    background: #fff;
    box-shadow: 6px 12px 24px rgb(40 0 21 / 8%);
    border-radius: 16px;
    padding: 36px 24px;
    width: 33.333%;
    margin: 24px 0;
    transition: 0.5s ease-out;
}
.network-icon .outer-network .box-network .left {
    display: flex;
    align-items: center;
}
section.network-icon {
    padding: 96px 0;
    position: relative;
}
section.network-icon .outer-network {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    column-gap: 28px;
}
.network-icon .outer-network .box-network:hover {
    box-shadow: unset;
    box-shadow: 6px 12px 24px rgb(0 0 0 / 39%);
}
section.network-icon:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    max-width: 1400px;
    background-color: #333;
    height: 1px;
    margin: 0 auto;
    bottom: 18px;
    border-radius: 100px;
}
.banner-slider .slider {
    margin: 0 auto;
    text-align: center;
    padding: 0;
    color: #fff;
}
.banner-slider .slider .slide {
    padding: 0;
}
.banner-slider .slider .slide img {
    margin: 0 auto;
}
.banner-slider .slider .slide .child-element {
    transition: 0.5s;
    width: 100%;
    margin: 30px 0;
    border-radius: 36px;
    transform: scale(0.8);
    height: 180px;
    display: flex;
    align-items: center;
}
.banner-slider .slider .slide .child-element .img-box {
    width: 90px;
    margin: 0 auto;
    height: 97px;
    transition: 0.5s ease-out;
}
.banner-slider .slick-slider .slick-list {
    padding: 58px 0 !important;
}
.banner-slider .slider .slide.slick-center .child-element .img-box {
    width: 113px;
}
.banner-slider .slider .slide.slick-center .child-element {
    transform: scale(1.1);
    z-index: 9999999;
    position: relative;
    box-shadow: -8px 12px 36px rgb(0 0 0 / 12%);
    width: 180px;
    margin: 30px auto;
}
.index-icons {
    width: 90%;
    margin: 0 auto;
}
@media screen and (min-width: 1200px) {
    section.network-icon .container {
        max-width: 1136px !important;
    }
}
@media screen and (max-width: 1400px) {
    .top_section .banner.banner.support-banner .banner_cont p {
        padding-right: 135px;
    }
    .top_section.support-page .banner {
        padding-bottom: 77px;
    }
    section.network-icon:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        width: 90%;
        max-width: unset;
        background-color: #333;
        height: 1px;
        margin: 0 auto;
        bottom: 18px;
        border-radius: 100px;
    }
    .banner-slider .slider .slide .child-element {
        height: 191px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .network-icon .outer-network .box-network {
        width: 31.333%;
    }
}
@media screen and (max-width: 1200px) {
    .index-icons {
        width: 90%;
    }
}
@media screen and (max-width: 992px) {
    .video {
        margin-top: 50px;
    }
    .block_chain .m-order {
        order: 2;
    }
    .block_chain .data_cont {
        margin-top: 0;
    }
    .coming_soon .cont {
        padding: 50px 25px 40px;
    }
    .coming_soon h2 {
        padding: 0 0 30px 25px;
    }
    .support .img {
        text-align: center;
    }
    .blog_head h2 {
        margin-bottom: 45px;
    }
    .blog_head h2 span {
        display: block;
    }
    section {
        padding: 20px 0 !important;
    }
    section.top_section {
        padding-top: 34px !important;
    }
    .location .rwh-map-block .locations-map .locations-map__pins .locations-map__pin .locations-map__dot .locations-map__popover .locations-map__illustration {
        display: none;
    }
    .location .rwh-map-block .locations-map .locations-map__pins .locations-map__pin {
        height: auto;
        background-color: #fff;
        margin: 0;
        padding: 15px 22px 15px 44px;
        border-radius: 5px;
        border-bottom: 0 solid #ededed;
        box-shadow: rgb(0 0 0 / 3%) 0 0 54px;
    }
    .location .rwh-map-block .locations-map .locations-map__pins .locations-map__pin .slick-slide {
        display: block;
        margin: 0 2px;
    }
    .location .rwh-map-block .locations-map .locations-map__pins .locations-map__pin .locations-map__dot .locations-map__popover .locations-map__name {
        text-align: center;
        width: max-content;
        padding-top: 0;
        padding-left: 10px;
    }
    .location .rwh-map-block .locations-map .locations-map__pins .locations-map__pin:before {
        content: "";
        display: inline-block;
        border-radius: 100px;
        margin-right: 0;
        position: absolute;
        background-image: url(../img/marker.png);
        width: 20px;
        height: 24px;
        background-size: 16px;
        left: 22px;
        background-repeat: no-repeat;
        top: 18px;
        opacity: 0.7;
    }
    .rwh-map-block {
        margin-bottom: 22px;
    }
    .location .rwh-map-block .locations-map .locations-map__pins::-webkit-scrollbar {
        -webkit-appearance: none;
        height: 2px;
        width: 15px;
    }
    .location .rwh-map-block .locations-map .locations-map__pins::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 0 rgb(0 0 0);
        height: 10px;
        background: #ebebeb;
    }
    .location .rwh-map-block .locations-map .locations-map__pins::-webkit-scrollbar-thumb {
        height: 2px;
        background-color: #f79696;
    }
    .location .rwh-map-block .locations-map .locations-map__pins::-webkit-scrollbar-thumb:hover {
        background-color: #f1db9d;
    }
    .location .rwh-map-block .locations-map .locations-map__pins::-webkit-scrollbar:vertical {
        display: none;
    }
    .location .rwh-map-block .locations-map .locations-map__pins {
        margin-top: 20px;
    }
    .location .rwh-map-block .locations-map .locations-map__pins ul.slick-dots button {
        border: 0;
        font-size: 0;
        margin: 0 4px;
        height: 3px;
        width: 11px;
        padding: 0;
        background-color: #f7717954;
    }
    .location .rwh-map-block .locations-map .locations-map__pins ul.slick-dots {
        display: flex !important;
        justify-content: center;
        width: 100%;
    }
    .location .rwh-map-block .locations-map .locations-map__pins ul.slick-dots li.slick-active button {
        background-color: #f1636d;
    }
    .top_section.support-page:before {
        width: 100%;
    }
    .network-icon .outer-network .box-network {
        width: 30.333%;
        margin: 24px 0;
        transition: 0.5s ease-out;
        flex-wrap: wrap;
        justify-content: center;
    }
    section.network-icon .outer-network {
        column-gap: 28px;
    }
    .banner-slider .slider .slide .child-element .img-box {
        width: 52px;
        margin: 0 auto;
        height: 85px;
    }
    .banner-slider .slick-slider .slick-list {
        padding: 22px 0 !important;
    }
    .banner-slider .slider .slide .child-element {
        height: 122px;
    }
    .up_time .up_time_wrap h2{
        font-size: 80px !important;
        margin-top: -10px;
    }
}
@media screen and (max-width: 768px) {
    .banner-slider .slider .slide.slick-center .child-element {
        width: 100%;
    }
    .main-banner .banner_img img {
      
        padding-top: 29px;
    }
    
    .network-icon .outer-network .box-network {
        flex-wrap: wrap;
        justify-content: center;
        padding: 23px 22px;
        margin: 12px 0;
        width: 47%;
    }
    .network-icon .outer-network .box-network .left-icon {
        width: 133px;
    }
    section.network-icon .outer-network {
        display: flex;
        justify-content: space-between;
        column-gap: 0;
        padding-bottom: 64px;
    }
    section.network-icon {
        padding: 96px 0;
        position: relative;
        padding-top: 43px !important;
    }
    .top_section .banner.banner.support-banner img {
        height: 100%;
    }
    .banner-slider .slider .slide.slick-center .child-element .img-box {
        width: 70px;
    }
    .network-icon .outer-network .box-network .left {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
    }
    .banner-slider .slider .slide .child-element .img-box {
        width: 52px;
        margin: 0 auto;
        height: 85px;
    }
    .banner-slider .slick-slider .slick-list {
        padding: 22px 0 !important;
    }
    .banner-slider .slider .slide .child-element {
        height: 122px;
    }
}
.top_bar
{margin:50px}

.marquee {
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
}

.marquee span {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 12s linear infinite;
}

.marquee2 span {
  animation-delay: 2.5s;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

.marquee span:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}
@media (max-width:768px)
{
.top_bar {
    margin: 0px 10px;
}
}



@media screen and(max-width:768px)
{
.top_bar {
    margin: 0px 0px;
    position: relative;
    width: 100%;
    margin-top: 43px;
}
.top_section .top_bar p {
    background: #e1e6f3;
    padding: 8px 30px;
    border-radius: 10px;
    margin: 30px 0;
    font-weight: 700;
    position: absolute;
    width: 100%;
    / position: relative; /
    left: 0;
    right: 0;
    margin: 0 auto;
}
.top_section .header {
    position: relative;
    z-index: 1;
    margin-top: 51px;
}
}
