*,
body {
    scrollbar-width: thin;
}
*,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
    margin: 0;
}
.btn-lg-sld,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
}
.blogMain .blogInner .blogBox h5,
.blogMain .blogInner .blogBox p {
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
:root {
    --primary-color: #f1714c;
    --primary-hover-color: #ec7f4d;
    --secondary-color: #fff;
    --White-100: #bcbfcc;
    --black-100: #97989e;
    --black-200: #212429;
    --black-300: #131419;
    --black-400: #31323c;
    --black-500: #222e46;
    --black-600: #30323d;
    --black-700: #343842;
    --black-800: #33353f;
    --purple: #8472f0;
    --sky: #008dd5;
    --orange-100: #efa590;
    --pink-100: #f56476;
    --pink-dark: #e43f6f;
    --grey-prime: #303237;
    --white-rgba: rgba(255, 255, 255, 15);
    --primary-font: "Inter", sans-serif;
    --gradient-color: linear-gradient(90.36deg, #c9fded 0.22%, #cadbff 99.83%);
}
.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item a:hover,
.primary-color {
    color: var(--primary-color);
}
.black-200,
.build-your-team .fs-xxlg,
.ctaCstmBanner-holder h3,
.fs-xlg,
.secondary-color,
.subtitle,
.testi-inner-content .test-namebx h5,
.top-talent-cardbody .nav-item .nav-link.active {
    color: var(--black-200);
    font-weight: 800;
}
.White-100 {
    color: var(--White-100);
}
.black-100 {
    color: var(--black-100);
}
.btn-lg-sld,
.btn-lg-sld:hover,
.top-social ul li a:hover {
    color: var(--secondary-color);
}
.blackbg-300 {
    background-color: var(--black-300);
}
.purple {
    background-color: var(--purple);
}
.sky,
.timeline-cardsml2:before {
    background-color: var(--sky);
}
.orange-100,
.timeline-cardsml3:before {
    background-color: var(--orange-100);
}
.pink-100,
.timeline-cardsml4:before {
    background-color: var(--pink-100);
}
.pink-dark,
.timeline-cardsml5:before {
    background-color: var(--pink-dark);
}
.fs-xxlg {
    font-size: 5.2rem;
}
.fs-xlg {
    font-size: 3.5rem;
}
.fs-lg {
    font-size: 3.4rem;
}
.fs-md {
    font-size: 2.4rem;
}
.fs-sm {
    font-size: 2.8rem;
}
.fs-xxxs {
    font-size: 1.8rem;
}
.fs-xxs {
    font-size: 1.4rem;
}
.fs-xs {
    font-size: 1.3rem;
}
.fs-smal {
    font-size: 1.6rem;
}
.fs-s {
    font-size: 1.2rem;
}
.fw-300 {
    font-weight: 300;
}
.fw-400,
.slider-inner p {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.fw-600,
.numscrol-inner h4 .num-count {
    font-weight: 600;
}
.blockchainMain h3 span,
.ctaMain .ctaBox .text-bx p span,
.fw-700 {
    font-weight: 700;
}
.px-15 {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}
.pb-15 {
    padding-bottom: 1.5rem;
}
.btn-lg-sld,
.ctaMain .ctaBox .cta-btn .ct-btn {
    transition: 0.3s;
    padding: 5px 20px;
    text-decoration: none;
}
.btn-lg-sld {
    font-size: 1.4rem;
    font-weight: 500;
    border-radius: 4px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
}
.for-mobile,
.logo-dark,
.menu-btn,
.menu-item .sub-menu li a:hover:after,
.slider-inner .typed-cursor {
    display: none;
}
.menu-btn,
body {
    transition: 0.4s;
}
.btn-lg-sld:hover {
    transform: translateY(-2px);
    background-color: var(--primary-hover-color);
}
canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl,
.row {
    --bs-gutter-x: 2.4rem;
}
@keyframes bouncebox {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
.bouncebox {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}
.circle-ripple {
    animation: 0.8s linear infinite ripple;
}
@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.04), 0 0 0 3em rgba(255, 255, 255, 0.04), 0 0 0 5em rgba(255, 255, 255, 0.04);
    }
    100% {
        box-shadow: 0 0 0 3em rgba(255, 255, 255, 0.04), 0 0 0 5em rgba(255, 255, 255, 0.04), 0 0 0 7em rgba(255, 255, 255, 0);
    }
}
* {
    padding: 0;
    text-rendering: optimizeLegibility;
    text-rendering: optimizeSpeed;
    box-sizing: border-box;
}
body {
    position: relative;
    font-family: var(--primary-font) !important;
    background-color: var(--secondary-color);
}
html {
    font-size: 62.5%;
}
.canvas-banner-holder .sliderbox .slider-inner p,
img {
    max-width: 100%;
}
ul {
    padding: 0;
}
ul li {
    list-style: none;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #2f313a;
}
body::-webkit-scrollbar {
    width: 5px;
    background-color: #2f313a;
}
body::-webkit-scrollbar-thumb {
    background-color: #6f6f73;
}
.offcanvas {
    max-width: 300px;
}
.offcanvas-header {
    padding: 20px 20px 40px;
}
.offcanvas-header .logomain-bar img {
    max-width: 150px;
}
.offcanvas-header .btn-close {
    opacity: 1;
    background-size: 17px !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e5885e'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
        center/1em auto no-repeat;
}
.menu-btn {
    border: 1px solid #484848;
    background: 0 0;
    padding: 0 9px;
    flex-direction: column;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    justify-content: center;
}
.menu-btn span {
    width: 20px;
    height: 2px;
    transition: 0.5s;
    border-radius: 10px;
    background: #fff;
    margin: 2px 0;
    background: var(--primary-color);
}
.menu-btn span:nth-child(2) {
    width: 16px;
    transition: 0.5s;
}
.menu-btn span :nth-child(3) {
    width: 12px;
    transition: 0.5s;
}
.head {
    padding: 0 5rem;
    min-height: 40px;
    border-bottom: 1px solid var(--black-400);
}
.head-left ul,
.menu-item .sub-menu li {
    padding: 0;
    margin: 0;
}
.slider-inner h1,
.slider-inner p {
    padding-bottom: 20px;
}
.head-left ul li {
    display: inline-block;
    padding: 1rem 4rem;
    border-right: 1px solid var(--black-400);
}
.head-left ul li:last-child {
    padding-right: 0;
    border-right: none;
}
.head-left ul li:first-child {
    padding-left: 0;
}
.head-left ul li a {
    text-decoration: none;
    transition: 0.3s;
    color: var(--black-200) !important;
}
.top-social ul {
    text-align: right;
}
.ctaMain .ctaBox2 .icon-bx,
.numscrol-inner,
.slider-inner,
.timeline-cardsml h4 {
    text-align: center;
}
.top-social ul li {
    display: inline-block;
    padding-left: 2rem;
}
.top-social ul li a {
    font-size: 1.8rem;
    transition: 0.3s;
    display: inline-block;
    color: var(--black-200) !important;
}
.top-social ul li a:hover {
    transform: translateY(-0.2rem);
}
.navbar-nav .nav-item {
    padding: 0;
    margin: 0 2rem;
}
.navbar-nav .nav-item .nav-link,
.navbar-nav .nav-item a {
    font-size: 1.2rem;
    color: var(--black-200) !important;
    font-weight: 500;
    letter-spacing: 0.125em;
    line-height: 1.1;
    text-transform: uppercase;
    transition: 0.8s;
    padding: 10px 0;
    position: relative;
    text-decoration: none;
}
.navbar-nav .nav-item .nav-link:after,
.navbar-nav .nav-item a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(100% + 30px);
    width: 30px;
    height: 4px;
    border-radius: 30px;
    background-color: var(--primary-color);
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}
.navbar-nav .nav-item .nav-link:hover:after,
.navbar-nav .nav-item a:hover:after {
    left: 0;
    right: auto;
    width: 30px;
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
}
.custom-dropdown-menu .sub-menu {
    top: 37px !important;
}
.menu-item .sub-menu {
    position: absolute;
    top: 40px;
    left: 0;
    background-color: #fff;
    min-width: 180px;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s linear;
    z-index: 9;
}
.menu-item .sub-menu li a {
    font-weight: 600;
    font-size: 12px;
    display: block;
    padding: 10px;
    text-transform: uppercase;
    min-width: 240px;
}
.menu-item .sub-menu li a:hover,
.top-social ul li a:hover {
    color: var(--primary-color) !important;
}
.circlebox,
.custom-row,
.leo,
.sliderbox,
.spinner-box {
    display: flex;
}
.menu-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}
.header-navbar {
    padding: 1.5rem 5rem;
    min-height: 84px;
}
.sliderbox {
    position: relative;
    min-height: 580px;
    flex-direction: column;
    justify-content: center;
    padding: 0;
}
.canvas-banner-holder,
.header-main {
    position: relative;
    overflow: hidden;
}
.canvas-banner-holder:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: luminosity;
    background-image: url(https://teqnovos.com/wp-content/themes/teqnovos/images/bgheader-new.svg);
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: 0.4;
}
.canvas-banner-holder .actionButton .bannerButton {
    color: #fff !important;
}
.slider-inner {
    position: relative;
    z-index: 1;
    max-width: 100%;
    margin: 0;
}
#earth,
.leo {
    position: absolute;
}
.canvas-banner-holder .sliderbox {
    margin-top: 90px;
}
@media only screen and (min-width: 992px) {
    .slider-inner h2 span,
    .sliderbox .slider-inner h2 {
        font-size: 60px;
    }
}
.slider-inner h2 span,
.sliderbox .slider-inner h2 {
    letter-spacing: -3px;
}
.slider-inner p {
    max-width: 780px;
    margin: 0 auto;
}
.slider-inner .btn-lg-sld {
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    min-height: 50px;
    border-radius: 6px;
}
.spinner-box {
    width: 250px;
    height: 250px;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}
.leo {
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.blockchain-main,
.num-card,
.proces-cardbx,
.sq-main {
    position: relative;
}
.blue-orbit {
    width: 220px;
    height: 220px;
    border: 1px solid rgba(145, 218, 255, 0.6470588235);
    -webkit-animation: 7.2s linear 0.2s infinite spin3D;
}
.green-orbit {
    width: 200px;
    height: 200px;
    border: 1px solid rgba(145, 255, 191, 0.6470588235);
    -webkit-animation: 5.5s linear infinite spin3D;
}
.red-orbit {
    width: 140px;
    height: 140px;
    border: 1px solid rgba(255, 202, 145, 0.6470588235);
    -webkit-animation: 6.2s linear infinite spin3D;
}
.white-orbit {
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    -webkit-animation: 10s linear infinite spin3D;
}
.w1 {
    transform: rotate3D(1, 1, 1, 90deg);
}
.w2 {
    transform: rotate3D(1, 2, 0.5, 90deg);
}
.w3 {
    transform: rotate3D(0.5, 1, 2, 90deg);
}
.three-quarter-spinner {
    width: 50px;
    height: 50px;
    border: 3px solid #fb5b53;
    border-top: 3px solid transparent;
    border-radius: 50%;
    animation: 0.5s linear infinite spin;
}
@keyframes spin {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(359deg);
    }
}
@keyframes spin3D {
    from {
        transform: rotate3d(0.5, 0.5, 0.5, 360deg);
    }
    to {
        transform: rotate3d(0);
    }
}
@keyframes configure-clockwise {
    0% {
        transform: rotate(0);
    }
    25% {
        transform: rotate(90deg);
    }
    50% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(270deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes configure-xclockwise {
    0% {
        transform: rotate(45deg);
    }
    25% {
        transform: rotate(-45deg);
    }
    50% {
        transform: rotate(-135deg);
    }
    75% {
        transform: rotate(-225deg);
    }
    100% {
        transform: rotate(-315deg);
    }
}
@keyframes pulse {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0.25;
        transform: scale(0.75);
    }
}
#earth {
    width: 100%;
    height: 100%;
    touch-action: manipulation;
    opacity: 0.3;
    top: 50px;
}
.canvas-banner-holder .sliderbox .slider-inner h2 {
    margin-bottom: 20px;
}
.box-skew .imgicon {
    margin-top: -70px;
    width: 100%;
}
.blockchain-content h3 {
    padding-bottom: 20px;
    line-height: 1.3;
}
.blockchain-content p {
    line-height: 1.6;
    color: #666;
    font-weight: 300;
}
.blcokchain-card,
.numscrol-card {
    padding-top: 60px;
}
.chain-box,
.featureEnsure .ensureInner {
    display: flex;
    flex-wrap: wrap;
}
.slider-inner h1 b,
.sq-main .dash-line {
    display: inline-block;
}
.chain-box .iconbox {
    flex: 1;
    max-width: 60px;
}
.chain-box .blockchain-content {
    flex: 1;
    padding-left: 20px;
}
.chain-cardinner {
    padding-bottom: 24px;
}
.chain-cardinner:hover .bouncebox {
    animation-name: bouncebox;
    -moz-animation-name: bouncebox;
}
.num-card {
    background: var(--gradient-color);
    border-radius: 15px;
    padding: 60px 20px;
}
.numscrol-inner h4 {
    font-weight: 600;
    font-size: 3.5rem;
    color: var(--black-500);
    line-height: 1.1;
    padding-bottom: 15px;
}
.numscrol-inner p {
    font-weight: 500;
    color: var(--black-600);
    line-height: 1.2;
}
.blockchain-process {
    padding-top: 90px;
}
.custom-container {
    max-width: 1600px;
    width: 92%;
    margin: 0 auto;
    padding: 0 1.2rem;
}
.process-bodycard p {
    line-height: 1.7;
    color: #666;
    font-weight: 400;
}
.proces-cardbx {
    padding-bottom: 60px;
    max-width: 100%;
}
.proces-cardbx .process-no {
    font-size: 100px;
    font-weight: 500;
    line-height: 1;
    position: absolute;
    top: -46px;
    z-index: -1;
    left: -30px;
    color: var(--secondary-color);
    opacity: 0.15;
}
.process-bodycard .proces1,
.process-bodycard .proces3 {
    margin-left: 0;
}
.proces-cardbx.proces1 {
    padding-left: 40px;
}
.proces-cardbx.proces5,
.proces-cardbx.proces7 {
    position: relative;
    left: -20px;
}
.proces-cardbx.proces6 {
    padding-left: 20px;
}
.circlebox {
    width: 400px;
    height: 400px;
    margin: 0 auto;
    background-color: var(--black-700);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.process-right .proces-cardbx {
    margin-left: auto;
}
.process-right .proces-cardbx .process-no {
    left: -10px;
}
.sq-main .dash-line:after,
.sq-main .dash-line:before {
    width: 13px;
    border-bottom: 1px dashed var(--orange-100);
    left: 0;
    content: "";
}
.process-bodycard .proces5,
.process-bodycard .proces7 {
    margin-right: 50px;
}
.featureEnsure,
.greenBlockchain,
.process-card {
    padding-top: 80px;
}
.process-center .proces-cardbx {
    margin: 0 auto;
}
.process-center .process-bodycard {
    padding-top: 100px;
}
.checkbox-bg {
    background-image: url("https://teqnovos.com/wp-content/uploads/2022/09/checkbox.svg");
    background-position: bottom;
    background-repeat: no-repeat;
}
.vector-bg {
    background-image: url("https://teqnovos.com/wp-content/uploads/2023/04/Vector-squarewhite.svg");
    background-repeat: repeat;
    background-attachment: fixed;
    background-position-y: top;
}
.architecture-box {
    padding-top: 70px;
    padding-bottom: 50px;
}
.architec-timeline {
    max-width: 1000px;
    margin: 0 auto;
}
.custom-row {
    flex-wrap: wrap;
    align-items: center;
}
.custom-row .left-timeline {
    flex: 1;
    max-width: 170px;
    width: 100%;
    padding: 0;
}
.custom-row .right-timeline {
    flex: 1;
    padding-left: 60px;
}
.architec-timeline-main {
    margin-bottom: 15px;
}
.timeline-cardsml {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    max-width: 170px;
    height: 65px;
    text-align: right;
    padding: 10px 20px;
    position: relative;
    width: 100%;
}
.timeline-cardsml:before {
    content: "";
    position: absolute;
    right: -38px;
    width: 14px;
    height: 14px;
    background-color: var(--purple);
    border-radius: 50%;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 1;
}
.border-line:after,
.border-line:before,
.getStarted-btn:hover {
    background-color: var(--secondary-color);
}
.timeline-cardsml h4 {
    text-transform: uppercase;
    color: #fff;
}
.timeline-detail {
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.1);
    background-color: #fafafa;
    border-radius: 140px;
    min-height: 140px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.architec-timeline {
    padding: 60px 0 40px;
    position: relative;
    margin-top: 60px;
}
.timline-data {
    display: flex;
    width: 100%;
    padding: 0 30px;
}
.timline-data .cstm-col {
    flex: 1;
    text-align: center;
}
.timline-data .cstm-col h6 {
    color: #625f5f;
    margin: 5px auto 0;
    max-width: 120px;
    font-size: 1.4rem;
    font-weight: 600;
}
.timline-data .cstm-col .Icon {
    min-height: 38px;
}
.border-line {
    position: absolute;
    left: 200px;
    top: 0;
    border-right: 2px dashed var(--secondary-color);
    height: 100%;
}
.getStarted-btn,
.getStarted-btn2 {
    position: fixed;
    top: 35%;
    z-index: 999999;
}
.border-line:after {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    top: 0;
    position: absolute;
    left: -8px;
}
.border-line:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    bottom: 0;
    position: absolute;
    left: -4px;
}
.sq-main:before {
    width: 24px;
    height: 1px;
    border-bottom: 1px dashed var(--orange-100);
    content: "";
    position: absolute;
    top: 20px;
    left: -44px;
}
.sq-main .dash-line {
    border-left: 1px dashed var(--orange-100);
    width: 1px;
    height: 60px;
    position: absolute;
    left: -20px;
    top: 10px;
}
.sq-main .dash-line:before {
    height: 1px;
    position: absolute;
    top: 0;
}
.sq-main .dash-line:after {
    height: 1px;
    position: absolute;
    bottom: 0;
}
.sq-main .sq-one {
    display: flex;
    align-items: flex-start;
}
.sq-main .sq-one h6 {
    text-align: left;
    margin: 0;
    max-width: 100%;
    padding-left: 10px;
}
.sq-main .sq-one .Icon {
    flex: 0 0 24px;
    max-width: 24px;
}
.sq-main .sq-two {
    position: relative;
    top: 20px;
}
.getStarted-btn2 {
    right: 0;
    overflow: hidden;
    border-radius: 5px 0 0 5px;
}
.getStarted-btn2:hover {
    opacity: 0.95;
}
.getStarted-btn {
    background-color: #fff;
    right: -48px;
    transform: rotate(-90deg);
    color: var(--primary-color);
    border-radius: 5px 5px 0 0;
    width: 140px;
    border: none;
    height: 45px;
}
.getStarted-btn .chatIcon {
    margin-right: 5px;
}
.queryModal {
    max-width: 420px;
}
.queryModal .modal-content {
    border-radius: 20px;
    padding: 30px;
}
.queryModal .modal-body {
    padding: 20px 30px;
}
.queryModal .modal-header {
    justify-content: center;
    padding-top: 20px;
    border-bottom: none;
}
.queryModal .modal-header h5 {
    color: var(--black-400);
    margin-bottom: 30px;
}
.queryModal .modal-header h5 span {
    color: var(--primary-color);
    font-weight: 600;
}
.queryForm .queryForm-in .form-label {
    margin: 0 0 2px;
    padding: 0;
    color: #565862;
}
.queryForm .queryForm-in .form-label span {
    color: #f12a43;
}
.queryForm .queryForm-in .form-control {
    min-height: 40px;
    border-radius: 5px;
    color: #565862;
}
.queryForm .queryForm-in .submitQuery-btn {
    width: 100%;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    margin: 15px 0 0;
}
.queryForm .queryForm-in .submitQuery-btn:hover {
    background-color: var(--primary-hover-color);
}
.ctaMain .ctaBox {
    padding: 20px 70px 20px 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: url(https://teqnovos.com/wp-content/uploads/2022/09/cta-one.svg) 0 0 / cover no-repeat;
    border-radius: 25px;
}
.ctaMain .ctaBox .icon-bx {
    flex: 0 0 180px;
    max-width: 180px;
}
.ctaMain .ctaBox .text-bx {
    flex: 1;
    max-width: 100%;
    padding: 0 20px 0 70px;
}
.ctaMain .ctaBox .text-bx p {
    color: var(--black-200);
    font-weight: 500;
    font-size: 3.4rem;
    max-width: 660px;
    line-height: 42px;
}
.ctaMain .ctaBox .cta-btn {
    flex: 0 0 170px;
    max-width: 170px;
    position: relative;
}
.ctaMain .ctaBox .cta-btn .ct-btn {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.2;
    border-radius: 4px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: var(--grey-prime) !important;
    width: 100%;
}
.ctaMain .ctaBox .cta-btn .ct-btn:hover {
    transform: translateY(-2px);
    background-color: #fff;
    color: var(--grey-prime);
}
.ctaMain .ctaBox2 {
    background: url(https://teqnovos.com/wp-content/uploads/2022/09/cta-two.svg);
    position: relative;
    overflow: hidden;
    padding: 30px 70px 30px 20px;
}
.ctaMain .ctaBox2 .cloud {
    position: absolute;
    left: -20px;
    bottom: -20px;
}
.featureEnsure h4,
.industriesSection .industriesInner h4 {
    margin-bottom: 40px;
}
.featureEnsure .ensureInner .csCol {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 40px 35px;
    min-height: 280px;
}
.featureEnsure .ensureInner .csCol .icon,
.industriesSection .adoptBox .icon {
    margin-bottom: 20px;
    transition: 0.4s;
}
.featureEnsure .ensureInner .csCol h5 {
    font-size: 2.0rem;
    font-weight: 700;
    color: var(--black-200);
    margin: 0 0 20px;
    position: relative;
}
.featureEnsure .ensureInner .csCol p,
.industriesSection .adoptBox p {
    font-size: 1.4rem;
    font-weight: 400;
    color: #666;
    margin: 0;
    line-height: 24px;
    position: relative;
}
.featureEnsure .ensureInner .csCol:hover .icon,
.industriesSection .adoptBox:hover .icon {
    transform: translateY(-10px);
    transition: 0.4s;
}
.featureEnsure .ensureInner .csCol:first-child,
.featureEnsure .ensureInner .csCol:nth-child(2) {
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}
.featureEnsure .ensureInner .csCol:nth-child(3) {
    border-bottom: 1px solid #ededed;
}
.featureEnsure .ensureInner .csCol:nth-child(4),
.featureEnsure .ensureInner .csCol:nth-child(5) {
    border-right: 1px solid #ededed;
}
.industriesSection {
    position: relative;
    padding: 80px 0;
}
.industriesSection .bgWave {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 10%;
}
.industriesSection:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #f9f9f9;
    position: absolute;
    z-index: -1;
    transform: skewY(-6deg);
}
.industriesSection .adoptBox {
    background: #fff;
    position: relative;
    border-radius: 15px;
    padding: 35px 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04);
    min-height: 365px;
    overflow: hidden;
    margin-bottom: 25px;
}
.industriesSection .adoptBox .corner {
    position: absolute;
    bottom: 0;
    right: 0;
}
.industriesSection .adoptBox h5 {
    font-size: 2.0rem;
    font-weight: 500;
    color: #212429;
    margin: 0 0 20px;
    position: relative;
}
.industriesSection .adoptBox h5:before {
    content: "";
    width: 30px;
    height: 3px;
    background: #212429;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.industriesSection .slideBx {
    transform: translateY(25px);
}
.tech-stackMain {
    padding: 60px 0 80px;
}
.faqMain,
.platformMain {
    padding: 70px 0;
}
.tech-stackMain .techBox h4 {
    margin-bottom: 30px;
}
.tech-stackMain .techSlider {
    max-width: 900px;
    margin: 0 auto;
}
.tech-stackMain .techSlider .tech-logo {
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 140px;
    margin: 10px 0;
    border: 1px solid #f1f1f1;
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.1);
}
.tech-stackMain .techSlider .tech-logo img {
    filter: grayscale(100);
    transition: 0.3s;
}
.tech-stackMain .techSlider .tech-logo:hover img {
    filter: grayscale(0);
    transition: 0.3s;
}
.slideArrows {
    position: relative;
    max-width: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px auto 0;
}
.slideArrows button {
    opacity: 1;
}
.slideArrows .leftArrow {
    border: 1px solid #33343d;
    border-radius: 5px;
    flex: 0 0 55px;
    max-width: 55px;
    padding: 10px;
    transition: 0.3s;
}
.slideArrows .leftArrow:hover {
    background: #24262e;
    transform: translatey(-2px);
    transition: 0.3s;
}
.platformMain {
    background: url(https://teqnovos.com/wp-content/themes/teqnovos/images/line-wave-new.svg) 0 140px / cover no-repeat;
}
.blogMain .blogInner h4,
.faqMain .faqInner h4,
.platformMain .platformInner h4 {
    margin: 0 0 30px;
}
.platformMain .platformInner .platformBox {
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 140px;
    margin: 10px 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
}
.blockchainMain {
    margin-bottom: 80px;
}
.blockchainMain .icon {
    min-height: 55px;
    margin-bottom: 20px;
}
.blockchainMain h3 {
    margin: 0 0 20px;
    padding: 0;
    font-size: 20px;
    color: #212429;
    font-weight: 400;
    text-align: left;
    max-width: 260px;
}
.blockchainMain p,
.faqMain .faqInner .accordion-body li,
.faqMain .faqInner .accordion-body p {
    color: #666;
    font-weight: 400;
    font-size: 14px;
}
.faqMain .faqInner .accordion-item {
    border: none;
}
.faqMain .faqInner .accordion-button {
    font-size: 16px;
    font-weight: 500;
    color: #212429;
    background-color: transparent;
    padding: 25px 45px 25px 0;
    position: relative;
    border-top: 1px solid #dbdbdb;
    width: 100%;
    outline: 0;
    box-shadow: none;
}
.faqMain .faqInner .accordion-button .arow-dn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #f1714c;
}
.faqMain .faqInner .accordion-button .arow-dn img {
    transition: 0.4s;
    transform: rotate(0);
}
.faqMain .faqInner .accordion-button:after {
    content: unset;
}
.faqMain .faqInner .accordion-button:not(.collapsed) {
    box-shadow: unset;
}
.faqMain .faqInner .accordion-button:not(.collapsed) .arow-dn img {
    transform: rotate(180deg);
    transition: 0.4s;
}
.faqMain .faqInner .accordion-body,
.header-navbar.nav-sticky {
    background: #fff;
}
.faqMain .faqInner .accordion-body p {
    padding: 20px 0;
}
.faqMain .faqInner .accordion-body ul {
    margin: 0;
    padding: 0;
}
.faqMain .faqInner .accordion-body li {
    margin-bottom: 5px;
}
.faqMain .faqInner .accordion-body li:last-child {
    margin-bottom: 0;
}
.blogMain {
    padding-bottom: 80px;
    padding-top: 20px;
}
.blogMain .blogInner .blogBox {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
    height: 100%;
}
.blogMain .blogInner .blogBox .img {
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.blogMain .blogInner .blogBox .img img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 170px;
}
.blogMain .blogInner .blogBox .contentBlog {
    padding: 20px;
}
.blogMain .blogInner .blogBox h5 {
    margin: 0;
    padding: 0;
    font-size: 1.8rem;
    font-weight: 500;
    color: #212429;
    -webkit-line-clamp: 2;
}
.blogMain .blogInner .blogBox p {
    font-size: 1.4rem;
    color: #666;
    -webkit-line-clamp: 3;
    font-weight: 400;
    margin: 15px 0;
}
.blogMain .blogInner .blogBox .readBlog-btn {
    position: relative;
    font-size: 1.2rem;
    color: var(--primary-color);
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.blogMain .blogInner .blogBox .readBlog-btn .dotLine {
    position: relative;
    width: 23px;
    height: 1px;
    background: var(--primary-color);
    display: inline-block;
    margin-left: 10px;
    transition: 0.4s;
}
.blogMain .blogInner .blogBox .readBlog-btn .dotLine:after {
    content: "";
    width: 7px;
    height: 7px;
    background: var(--primary-color);
    border-radius: 20px;
    display: inline-block;
    position: absolute;
    top: -3px;
    right: -3px;
}
.blogMain .blogInner .blogBox .readBlog-btn:hover .dotLine {
    transform: translateX(6px);
    transition: 0.4s;
}
.slick-slider .element {
    height: 100px;
    width: 100px;
    background-color: #fff;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    margin: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    min-height: 100px;
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.1);
    border: 1px solid #f1f1f1;
}
.slick-slider .slick-disabled {
    opacity: 0;
    pointer-events: none;
}
.head-left ul li a:hover {
    color: var(--secondary-color);
    color: var(--primary-color) !important;
}
p {
    color: var(--grey-light);
}
.header-bg {
    background-image: url("/wp-content/uploads/2023/04/hero-white.svg");
}
.page-template-blockchain .header-bg.header-new {
    background-image: none;
    overflow: visible;
}
.choose-innercard .box1 {
    border-color: #ededed;
}
.choose-innercard .box1:before {
    background-color: #f7f7f7;
}
.greyiconbx .inconbox img {
    filter: grayscale(0);
}
.top-talent-cardbody .nav-item .nav-link {
    color: rgba(102, 102, 102, 0.58);
}
.top-talent-cardbody .nav-pills {
    border-color: #e5e5e5;
    border-width: 2px;
}
.cardheader-bx h6,
.faq-leftbx .list-group-item,
.faq-right-detils h4,
.inner-processbx .hiring-detailbx h5,
.navbar-nav .nav-item .nav-link {
    color: var(--black-200) !important;
}
.nav-sticky {
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
}
.industry-cardbody .grid-itemsinner {
    border: 1px solid #f1f1f1;
    transition: 0.3s;
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.1);
}
.based-roel-card:hover,
.industry-cardbody .grid-itemsinner:hover,
.top-talent-cardbody .grid-container .innercardbody-bx:hover {
    background-color: #fff;
    box-shadow: 0 20px 24px -8px rgba(0, 0, 0, 0.07);
    transition: 0.3s ease-in;
    border-color: transparent;
}
.based-roel-card,
.top-talent-cardbody .grid-container .innercardbody-bx {
    border: 1px solid #f1f1f1;
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: 0.3s;
}
.cardlisting-groupbx {
    border-top: 1px solid #f1f1f1;
}
.listing-bx li {
    color: #666;
    border: 1px solid #dfdfdf;
}
.testimonial-sectionbx {
    background-color: #fbfbfb;
}
.inner-testimonial-bx,
.offcanvas {
    background-color: #fff;
}
.testimonial-sliderbx {
    background-color: #fff3e8;
}
.testi-inner-content .quote-icon {
    color: #fceee2;
}
.testimonial-sectionbx .queryForm .queryForm-in label {
    color: #565862;
}
.testimonial-sectionbx .queryForm .queryForm-in .form-control {
    background-color: #fff;
    border: 1px solid #ced4da;
    color: #565862;
}
.head,
.head-left ul li {
    border-color: #e3e4e6;
}
.listing-bx li:hover,
.menu-btn {
    border-color: var(--primary-color);
}
.faq-sectionbx,
.top-talent-business {
    background-image: url(/wp-content/uploads/2023/04/bgshape2-white.svg);
}
.numscrol-card {
    background-image: url(/wp-content/uploads/2023/04/bg-mesh1-white.svg);
}
.ctaCstmBanner-holder-box {
    background-image: url(/wp-content/uploads/2023/04/lines-bg-white.svg);
}
.processing-steps.vector-bg {
    background-image: url(/wp-content/uploads/2023/04/Vector-squarewhite.svg);
}
.hiring-linebx {
    background-color: #f3e5de;
}
.process-circlbx {
    background: linear-gradient(90deg, #ffdec5 0, #f38a5a 100%);
}
.inner-processbx:hover .process-circlbx {
    background-color: var(--primary-color);
}
.process-circlbx,
.slider-inner .saas-bn-btn {
    animation: 2s infinite pulse-animation-light;
}
.listing-bx li:hover {
    color: var(--primary-color);
}
.getStarted-btn2 {
    border: 1px solid #ddd;
}
.logo-light {
    display: block;
}
.faq-leftbx ul li {
    border-bottom: 1px solid #f4f4f4;
}
.ctaCstmBanner-holder {
    background: linear-gradient(90deg, #ffefca 0, #f6ac8a 100%);
    padding: 65px 20px;
}
.whychoose-section {
    padding: 80px 0 40px;
}
.testimonial-sectionbx .header-formbx h5 {
    color: var(--black-400);
}
.numscrol-inner {
    background: #fff;
    padding: 15px 5px 25px;
    height: 100%;
    border-radius: 16px;
}
.numscrol-inner .icon {
    max-width: 70px;
    margin: 15px auto 18px;
    background: #ffe8e2;
    border-radius: 16px;
    padding: 12px;
}
.container {
    --bs-gutter-x: 3rem;
}
.right-formbx .queryForm {
    box-shadow: 0 30px 68px rgba(0, 0, 0, 0.027);
}
.numscrol-inner p {
    font-size: 14px;
    color: var(--black-600);
}
.num-scrollbx .numscrol-inner h4,
.num-scrollbx .numscrol-inner h4 span {
    font-size: 28px;
    font-weight: 600;
    color: #e7723e;
}
.client-section-wrap .who-content .slick-prev,
.client-section-wrap .who-content .slick-next{
	display: none !important;
}
.client-section-wrap .test-container{
	position: relative;
	z-index: 3;
}
.fs-md, .fs-sm {
    font-size: 2.0rem;
}
@media only screen and (max-width: 1460px) {
    .circlebox {
        width: 350px;
        height: 350px;
    }
    .proces-cardbx {
        padding-bottom: 40px;
    }
    .process-bodycard .proces5,
    .process-bodycard .proces7 {
        margin-right: 0;
    }
    .blogMain .blogInner .blogBox .img {
        height: 170px;
    }
    .platformBox img {
        max-width: 100px;
    }
}
@media only screen and (max-width: 1200px) {
    .logomain-bar img {
        max-width: 210px;
    }
    .navbar-nav .nav-item {
        padding: 0;
        margin: 0 0.5rem;
    }
    .header-navbar {
        padding: 1.5rem 3rem;
        min-height: 75px;
    }
    .head {
        padding: 0 3rem;
        min-height: 40px;
    }
    .head-left ul li:last-child {
        padding-left: 3rem;
    }
    .head-left ul li:first-child {
        padding-right: 3rem;
    }
    .slider-inner h1 {
        font-size: 4.2rem;
    }
    .ctaMain .ctaBox .text-bx p {
        max-width: 100%;
        line-height: 37px;
        font-size: 2.8rem;
    }
    .ctaMain .ctaBox .text-bx {
        padding: 0 20px;
    }
    .ctaMain .ctaBox {
        padding: 20px;
    }
    .black-chain-inner h2,
    .block-process h3,
    .blockchainMain h4,
    .blogInner h4,
    .faqInner h4,
    .featureEnsure h4,
    .industriesInner h4,
    .platformInner h4,
    .techBox h4 {
        font-size: 3.5rem;
    }
    .circlebox {
        width: 280px;
        height: 280px;
        margin-top: 100px;
    }
    .proces-cardbx h4 {
        font-size: 2rem;
    }
    .featureEnsure .ensureInner .csCol {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        padding: 20px;
        min-height: unset;
    }
    .industriesSection .slideBx {
        transform: unset;
    }
    .industriesInner .row .col-lg-3 {
        margin-bottom: 20px;
    }
    .industriesSection .adoptBox {
        margin-bottom: 0;
        padding: 25px 20px;
        min-height: 100%;
    }
    .blogMain .blogInner .blogBox .img {
        height: unset;
    }
    .blockchainMain h3 {
        margin: 0 0 10px;
        font-size: 20px;
        max-width: 100%;
    }
    .blockchainMain .icon {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 992px) {
    .menu-btn {
        display: flex;
    }
    .border-line,
    .btn-right,
    .circlebox,
    .for-desktop,
    .menu-center.m-auto {
        display: none;
    }
    .hstack {
        justify-content: space-between;
    }
    .sliderbox {
        padding: 100px 0;
        min-height: unset;
    }
    .navbar-nav .nav-item {
        overflow: hidden;
        padding: 10px 1.7rem;
    }
    .offcanvas-body .btn-right {
        display: inline-block;
        padding: 0 16px;
        margin-top: 15px;
        width: 100%;
    }
    .offcanvas-body .btn-right .btn-lg-sld {
        width: 100%;
        text-align: center;
    }
    .box-skew .imgicon {
        margin-top: -60px;
    }
    .chain-box .iconbox {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .chain-box .blockchain-content {
        flex: 0 0 100%;
        padding-left: 0;
        max-width: 100%;
    }
    .num-card {
        padding: 20px;
    }
    .num-card .row {
        justify-content: center;
    }
    .numscrol-inner {
        text-align: center;
        margin: 0;
    }
    .num-card .col {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .ctaMain .ctaBox .text-bx p {
        line-height: 32px;
        font-size: 2.2rem;
    }
    .featureEnsure .ensureInner .csCol,
    .process-card .col {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .featureEnsure .ensureInner .csCol:nth-child(3) {
        border-right: 1px solid #ededed;
    }
    .featureEnsure .ensureInner .csCol:nth-child(2) {
        border-right: none;
    }
    .featureEnsure .ensureInner .csCol:nth-child(4) {
        border-right: none;
        border-bottom: 1px solid #ededed;
    }
    .proces-cardbx.proces5,
    .proces-cardbx.proces7 {
        left: 0;
    }
    .blogMain .blogInner .col-md-6 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .teqBox {
        padding: 15px 0;
    }
    .process-card .col-one {
        order: 1;
    }
    .process-card .col-two {
        order: 3;
    }
    .process-card .col-three {
        order: 2;
    }
    .process-center .process-bodycard {
        padding-top: 0;
    }
    .custom-row,
    .proces-cardbx.proces1,
    .proces-cardbx.proces6 {
        padding-left: 0;
    }
    .industriesSection {
        position: relative;
        padding: 80px 0 0;
    }
    .process-card {
        padding-top: 40px;
    }
    .container {
        max-width: 100%;
    }
    .timeline-cardsml:before {
        content: unset;
    }
    .custom-row .right-timeline {
        padding-left: 20px;
    }
    .architecture-box {
        padding-bottom: 24px;
    }
    .timline-data {
        padding: 0 20px 0 10px;
    }
    .timline-data .cstm-col h6 {
        font-size: 1.2rem;
    }
    .architec-timeline {
        margin-top: 0;
    }
    .for-mobile {
        display: block;
    }
    .sq-main:before {
        width: 18px;
        left: -38px;
    }
}
.phn-newfld {
    margin-left: 0;
    margin-right: 0;
    display: block;
}
.phn-newfld .wpcf7-form-control-wrap {
    display: block;
    max-width: 100%;
}
.phn-newfld input.wpcf7-phonetext {
    max-width: 100%;
    border-radius: 30px;
    background: #131419;
    resize: none;
    border: 1px solid #111217;
    outline: 0;
    box-shadow: none;
    color: #131419;
    padding: 10px 20px;
    font-weight: 400;
    letter-spacing: 1px;
}
.intl-tel-input .selected-flag {
    padding: 0 0 0 10px;
}
.form-group.phn-newfld.foot input.wpcf7-form-control.wpcf7-text.wpcf7-phonetext.wpcf7-validates-as-required {
    border: 1px solid #dbdbdb;
    background: #fff;
    font-size: 16px;
}
.cont-secitn .phn-newfld input.wpcf7-phonetext {
    color: #fff;
}
.greenBlockchain .greenInner {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding: 0;
    position: relative;
}
.greenBlockchain .greenInner:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.greenBlockchain .greenInner h3 {
    position: relative;
    margin-bottom: 30px;
    font-size: 3.5rem;
    font-weight: 800;
}
.greenBlockchain .greenInner h3 b{
    font-weight: 800;
}
.greenBlockchain .greenInner p {
    margin: 0 0 20px;
    padding: 0;
    font-size: 1.4rem;
    color: #666;
    font-weight: 500;
    position: relative;
}
.greenBlockchain .greenInner .greenContent {
    max-width: 960px;
    margin: 0 auto;
}
.modal.show .modal-dialog {
    transform: none;
    max-width: 480px;
}
body .custom-dropdown-menu {
    background: url(https://teqnovos.com/wp-content/themes/teqnovos/imagess/down-arrow.png) 99% 12px no-repeat !important;
}
body .menu-item-has-children {
    background: url(https://teqnovos.com/wp-content/themes/teqnovos/imagess/down-arrow.png) 98% 18px no-repeat !important;
}
@media only screen and (max-width: 991px){
	.slider-inner h2 span, .sliderbox .slider-inner h2 {
    font-size: 45px;
}
}
@media only screen and (max-width: 767px) {
    .ctaMain .ctaBox .icon-bx,
    .ctaMain .ctaBox .text-bx {
        flex: 0 0 100%;
        text-align: center;
    }
    .ctaMain .ctaBox .icon-bx {
        max-width: 100%;
        padding-bottom: 20px;
    }
    .ctaMain .ctaBox .icon-bx img {
        max-width: 130px;
    }
    .head .col-sm-6 {
        position: static;
    }
    .ctaMain .ctaBox .cta-btn {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        padding-top: 20px;
    }
    .ctaMain .ctaBox .cta-btn .ct-btn {
        width: unset;
        padding: 5px 25px;
    }
    .ctaMain .ctaBox .text-bx p {
        line-height: 30px;
        font-size: 2rem;
    }
    .ctaMain .ctaBox .text-bx {
        padding: 0;
    }
    .head-left ul li:last-child,
    .top-social ul li {
        padding-left: 1.2rem;
    }
    .head-left ul li:first-child {
        padding-right: 1.2rem;
    }
    .box-skew .imgicon {
        margin-top: -45px;
    }
    .slider-inner h1 {
        font-size: 2.8rem;
    }
    .slider-inner p {
        max-width: 100%;
        font-size: 1.4rem;
    }
    .sliderbox {
        padding: 70px 0;
        min-height: unset;
    }
    .blockchain-content h3,
    .numscrol-inner h4,
    .numscrol-inner h4 .num-count {
        font-size: 20px;
    }
    .blockchain-content p {
        font-size: 14px;
    }
    .blockchain-content h3 br {
        display: none;
    }
    .blcokchain-card,
    .blockchain-process,
    .featureEnsure,
    .numscrol-card {
        padding-top: 50px;
    }
    .slider-inner .btn-lg-sld {
        padding: 8px 20px;
        min-height: 44px;
    }
    .architecture-box .architec-inner h4,
    .black-chain-inner h2,
    .block-process h3,
    .blockchainMain h4,
    .blogInner h4,
    .faqInner h4,
    .featureEnsure h4,
    .greenBlockchain .greenInner h3,
    .industriesInner h4,
    .platformInner h4,
    .techBox h4 {
        font-size: 24px;
    }
    .techSlider .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .custom-row .right-timeline {
        padding-left: 0;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .timline-data {
        flex-wrap: wrap;
        justify-content: center;
    }
    .custom-row .left-timeline {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .timeline-detail {
        border-radius: 0;
        box-shadow: unset;
        min-height: unset;
    }
    .architec-timeline-main {
        margin-bottom: 15px;
        background: #33353f;
        border-radius: 10px;
        padding-bottom: 20px;
        overflow: hidden;
    }
    .timeline-cardsml {
        max-width: 100%;
        border-radius: 0;
        padding: 15px 20px;
        height: auto;
        margin-bottom: 10px;
    }
    .timline-data .cstm-col {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        margin: 15px 0;
    }
    .featureEnsure .ensureInner .csCol h5 {
        font-size: 20px;
        margin: 0 0 10px;
    }
    .featureEnsure .ensureInner .csCol p {
        font-size: 14px;
        line-height: 1.6;
    }
    .numscrol-inner h4 {
        padding-bottom: 6px;
    }
    .numscrol-inner .icon {
        max-width: 55px;
        margin: 10px auto 15px;
        border-radius: 12px;
        padding: 8px;
    }
    .proces-cardbx h4 {
        font-size: 18px;
        color: #333;
    }
    .process-bodycard p {
        line-height: 1.6;
        font-size: 14px;
    }
    .architecture-box {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .tech-stackMain {
    padding: 50px 0 50px;
}
.industriesSection{
    padding-top: 50px;
}
.faqMain, .platformMain {
    padding: 50px 0;
}
.blockchainMain {
    margin-bottom: 50px;
}
.featureEnsure, .greenBlockchain, .process-card {
    padding-top: 50px;
}
    .architec-timeline {
        padding: 15px 0 0;
        margin-top: 0;
    }
    .process-card .col-two .process-center .proces-cardbx {
        padding-bottom: 0;
    }
    .sub-menu.show_menu {
        visibility: visible !important;
        opacity: 1 !important;
        height: 100% !important;
        display: block !important;
    }
}
@media only screen and (max-width: 575px) {
    .num-card .col {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .featureEnsure .ensureInner .csCol {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 20px 0;
    }
    .featureEnsure .ensureInner .csCol:nth-child(3),
    .featureEnsure .ensureInner .csCol:nth-child(4),
    .featureEnsure .ensureInner .csCol {
        border-right: none !important;
    }
   .featureEnsure .ensureInner .csCol{
   	border-bottom: 1px solid #ededed !important;
   }
   .featureEnsure .ensureInner .csCol:last-child{
   	border-bottom:none !important;
   }
    .platformInner .row .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .process-card .col {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
