.landing-page.saas-dev-page .jumbotron {
    background: url(../images/saas-dev-company/saas-hero-web.jpg) fixed center center no-repeat;
    background-size: cover;
    padding: 100px 0;
    position: relative;
    min-height: 800px;
}
.landing-page.saas-dev-page h2 {
    font-size: calc(26px + (35 - 26) * ((100vw - 280px) / (1920 - 280)));
    text-align: center;
    text-transform: capitalize;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif!important;
    font-weight: 500;
}
.landing-page.saas-dev-page h2 span {
    width: 50px;
    margin: 10px auto 0;
    display: block;
    text-align: center;
    border-top: 3px solid #f26b2b;
}
.landing-page.saas-dev-page p, 
.landing-page.saas-dev-page ul.listed-items li {
    font-size: calc(16px + (18 - 16) * ((100vw - 280px) / (1920 - 280)));
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif!important;
}

.benefits-wrap {
    display: flex;
    flex-flow: column wrap;
}
.benefits-inner {
    display: flex;
    justify-content:space-between;
    align-items: center;
    background-color: #f6f7f7;
    transition: 0.2s ease all;
    padding: 20px;
    border-bottom: 2px solid transparent;
    margin-bottom: 15px;
    flex-flow: row wrap;
}
.benefits-inner:hover {
    border-bottom: 2px solid #f26b2b;
    box-shadow: 0 0 12px 2px rgba(149, 150, 150, 0.45);
}
.benefits-inner .img-wrap {
    flex-basis: 25%;
    display: flex;
    justify-content: center;
    padding:15px;
}
.benefits-inner .img-wrap img {
    max-height:150px;
}
.benefits-inner .txt-wrap {
    flex-basis: 74%;
    transition: 0.2s ease all;
}
.benefits-inner .txt-wrap h3 {
    margin-bottom: 20px;
    font-weight: 600;
    text-align: left;
    font-size: calc(18px + (20 - 18) * ((100vw - 320px) / (1920 - 320)));
    font-family: 'Open Sans', sans-serif!important;
    text-transform:none;
    line-height:1.2;
}
.benefits-inner .short, p,
.approach-wrap .desc {
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320))) !important;
    line-height: 1.5;
    max-width: 100%;
}

.approach-wrap {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 50px;
    flex-flow: row wrap;
}
.benefits-img-sm, .ben-img-sm {
    display: none;
}
.approach-wrap .lft-wrap, 
.approach-wrap .rgt-wrap, 
.approach-wrap .center-wrap {
    width: 31%;
}
.center-wrap {
    padding-top: 0px;
}
.approach-wrap .title {
    font-family: 'Roboto Condensed',sans-serif!important;
    font-size: calc(24px + (26 - 24) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.35;
    margin-bottom: 15px;
}
.approach-wrap .desc {
    text-align: justify;
    margin-bottom: 20px;
}



.features-wrap {
    display: flex;
    flex-flow: column wrap;
}
.features-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
    margin: 50px 0;
}
.features-inner .txt-wrap {
    flex: 1;
    padding-top: calc(2rem + 1vw);
}
    
.features-wrap .features-inner h3 {
    font-size: calc(24px + (26 - 24) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.35;
    font-family: 'Roboto Condensed',sans-serif!important;
    margin-bottom: 15px;
}
.features-inner .img-wrap,
.features-inner .pro-box {
    flex: 1;
    display: flex;
    justify-content: center;
    padding-top: calc(2rem + 1vw);
    padding-right: 15px;
    padding-left: 15px;
}
.probox-wrap .features-inner .txt-wrap,
.features-inner .pro-box {
    padding-top: 0;
}
.features-inner ul {
    margin-top: 30px;
    margin-left: 30px;
}
.features-inner ul li {
    margin: 10px 0;
    margin-right: 15px;
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320))) !important;
    text-align: justify;
}
.features-inner ul li .row .col-auto {
    margin-right: 15px;
}
.features-inner .img-wrap img {
    max-width: 80%;
}
.features-wrap .features-inner p {
    margin-top: 30px;
    text-align: justify;
}


.techstack-wrap {
    display: flex;
    justify-content: space-between;
    align-items:stretch;
    flex-flow: row wrap;
}
.techstack-single {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    /*background-color: #f6f7f7;*/
    transition: 0.2s ease all;
    padding: 20px;
    flex-basis: 32%;
    margin: 1%;
    text-align: center;
    /*border-bottom: 2px solid transparent;*/
    margin-bottom: 20px !important;
}
.techstack-single:hover {
    /*border-bottom: 2px solid #f26b2b;*/
    /*box-shadow: 0 0 12px 2px rgb(149 150 150 / 45%);*/
}
.techstack-single p {
    color:#000;
    font-size: calc(16px + (18 - 16) * ((100vw - 280px) / (1920 - 280)));
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif!important;
}
.techstack-single .fa {
    font-size: 24px;
    color: #f26b2b;
    margin-top:10px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-name: hover;
    animation-name: hover;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
.our-services-block .service-exp-degn-block ul {
    list-style: none;
    width: 26.50%;
    background: #373c48;
    padding: 31px 0 37px;
    float: left;
    height: 605px;
}
.our-services-block .service-exp-degn-block ul li a {
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    opacity: .4;
    padding: 15px 20px;
    display: inline-block;
    letter-spacing: 1.66px;
    position: relative;
    text-decoration: none;
    width: 100%;
    font-family: 'Open Sans', sans-serif!important;
    font-weight: 400;
}
.techstack .our-services-block {
    background-image: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
}
.techstack .our-services-block .service-exp-degn-block ul li a {
    color: #3b3c3d;
    font-size: 16px;
    opacity: 1;
    letter-spacing: unset;
    padding: 30px 15px 30px 40px;
}
.techstack .our-services-block .service-exp-degn-block ul li.active a {
    font-weight: 600;
    font-size: 16px;
    color: #f26b2b;
}
.our-services-block .service-exp-degn-block ul li.active .exp-dign-discription {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.techstack .our-services-block .service-exp-degn-block ul li.active a:before {
    background: #f26b2b;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 5px;
}
.techstack .our-services-block .service-exp-degn-block ul li.active .exp-dign-discription {
    justify-content: flex-start;
}
.techstack .exp-dign-discription-inner h2 {
    font-size: 24px!important;
}
.techstack .our-services-block .service-exp-degn-block ul li.active a, .techstack .our-services-block .service-exp-degn-block ul li a:hover {
    background-color: #fff;
}
.exp-dign-discription-inner {
    height: 520px;
    justify-content: center;
    display: flex;
    flex-flow: column nowrap;
}
.techstack .exp-dign-discription-inner {
    width: 100%;
    height: auto;
}
.our-services-block .service-exp-degn-block ul li .exp-dign-discription {
    position: absolute;
    right: 15px;
    width: 71.55%;
    background-color: #fff;
    top: 0;
    padding: 30px;
    display: none;
    height: 605px;
    overflow-y: auto;
}
.techstack .our-services-block .service-exp-degn-block ul li .exp-dign-discription {
    width: calc(66.5% - 5px);
    height: auto;
    right: 0;
    padding: 15px;
}
.techstack .our-services-block .row {
    border: 1px solid #dadfe3;
}
.our-services-block .row {
    align-items: center;
}
.techstack .our-services-block .service-exp-degn-block ul {
    height: 1035px;
}
.techstack .our-services-block .service-exp-degn-block ul {
    display: flex!important;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #fafafa;
    padding: 0;
    border-right: 1px solid #dadfe3;
    box-shadow: 4px 0 9px -6px rgb(50 50 50 / 25%);
}
.techstack .our-services-block .service-exp-degn-block ul {
    width: 33.5%;
}

.blockchain-wrap {
    display: flex;
    justify-content: flex-start;
    align-items:stretch;
    flex-flow: row wrap;
}
.our-services-block .service-exp-degn-block {
    width: 100%;
    position: relative;
    z-index: 2;
}
.techstack-wrap-slide .blockchain-wrap {
    margin-bottom: 25px!important;
}
.techstack-wrap-slide .carousel-indicators li::marker {display: none;}

.blockchain-single {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    background-color: #f6f7f7;
    transition: 0.2s ease all;
    padding: 20px;
    /*flex-basis: 18%;*/
    margin: 1%;
    text-align: center;
    border-bottom: 2px solid transparent;
    min-height: 150px;
}
.blockchain-single:hover {
    border-bottom: 2px solid #f26b2b;
    box-shadow: 0 0 12px 2px rgb(149 150 150 / 45%);
}
.techstack .blockchain-single {
    width: 31%;
    flex-basis: unset;
}

.blockchain-single img {
    max-height:75px;
}
/*.sticky-top, .sticky {top:55px!important;}*/

/*Techstack section tab design*/
.visible-sm {display:none;}
.techstack-wrap-box.hidden-sm {display: flex;}
.techstack-wrap-box {
    background: #fafafa;
    border: 1px solid #dadfe3;
    box-shadow: none;
}
.techstack-vtab {
    border-right: 1px solid #dadfe3;
    box-shadow: 4px 0 9px -6px rgb(50 50 50 / 25%);
    height: 100%;
    min-height: 454px;
    align-items: center;
    justify-content: start;
    flex-direction: column;
}
.landing-page.nft-dev-page .techstack-vtab {min-height: 751px;}
.techstack-wrap-box .nav-item {
    display: block;
    width: 100%;
}
.techstack-wrap-box .t-nav-link {
    background-color: transparent;
    color: #3b3c3d;
    cursor: pointer;
    display: block;
    font-weight: 400;
    height: 100%;
    width: 100%;
    padding: 30px 15px 30px 40px;
}
.techstack-wrap-box .t-nav-link.active {
    background: #fafafa;
    box-shadow: none;
    color: #005eb8;
    position: relative;
    text-decoration: none;
    transform: none;
    width: 100%;
    padding: 30px 15px 30px 40px;
}
.techstack-wrap-box h6.subtitle {
    font-size: 16px;
    color: #3b3c3d;
}
.techstack-wrap-box .t-nav-link.active h6.subtitle {
    font-weight: 600;
    font-size: 16px;
    color: #f26b2b;
}
.techstack-wrap-box .t-nav-link.active:before {
    background: #f26b2b;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 5px;
}
.techstack-wrap-box .tab-pane h2 {font-size: 24px!important; margin:20px 0;}
.techstack-wrap-box .blockchain-single {flex-basis: 31%;}
.techstack-wrap-slide .carousel-indicators {margin-top: 20px;}
.blockchain-index {
    padding: 20px 0;
}
.blockchain-index ul {
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
    position: relative;
}
.blockchain-index ul:after {
    content: '';
    border-bottom: 1px solid #e0c2b3;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 100%;
    z-index: -1;
}
.blockchain-index ul li {
    background-color: #fdf5f1;
    border-radius: 5px;
    transition: all 0.5s;
}
.blockchain-index ul li a {
    color:#333;
    font-size: 1rem;
    font-weight: 600;
    text-transform: capitalize;
    padding: 7px 20px;
    display: block;
}
.blockchain-index ul li:hover {
    background-color:#f26b2b;
}
.blockchain-index ul li:hover a {
    color:#fff;
}

.why-us-grey {
    background-color: #2c2d34;
    color: #fff;
    padding: 25px 15px;
}
.why-us-grey h2 {color: #fff!important;}
.why-us-single {
    width: 60%;
    display: block;
    margin: 100px auto;
    text-align: center;
}
.why-us-single img, .why-us-single h3 {
    margin: 20px auto;
}
.why-us-single p {
    text-align: justify;
    margin-bottom: 15px;
}


/* Approach section style */
.smart-contracts .single-wrap {
    width: calc(100% - 35px);
}
.smart-contracts .single-wrap.lft-wrap {
    margin: 0 auto 0 0;
    border-right: 2px dashed #666;
}
.smart-contracts .single-wrap.rgt-wrap {
    margin: 0 0 0 auto;
    border-left: 2px dashed #666;
}
.smart-contracts .header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.smart-contracts .single-wrap.rgt-wrap .header-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.no-wrap {
    padding: 5px 10px;
    width: 40px;
    height: 40px;
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.smart-contracts .single-wrap.rgt-wrap.blue .no-wrap {
    background-color: #b2b2cf;
}
.smart-contracts .single-wrap.rgt-wrap.cyan .no-wrap {
    background-color: #bee6dc;
}
.smart-contracts .single-wrap.rgt-wrap.pink .no-wrap {
    background-color: #e7cdc2;
}
.smart-contracts .single-wrap.rgt-wrap.brown .no-wrap {
    background-color: #cba188;
}
.smart-contracts .single-wrap.rgt-wrap.light-brown .no-wrap {
    background-color: #efd6b1;
}

.smart-contracts .single-wrap.rgt-wrap .no-wrap {
    margin-left:5px;
}
.smart-contracts .header-wrap img {
    width: auto;
    height: 40px;
}
.smart-contracts .header-wrap h3.title-wrap {
    font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1;
    font-family: 'Roboto Condensed',sans-serif!important;
    margin-left: 10px;
}
.smart-contracts .header-wrap .img-wrap {
   width: 70px;
    height: 70px;
    border: 8px solid #ccc;
    text-align: center;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
.smart-contracts .single-wrap.rgt-wrap.blue .header-wrap .img-wrap {
    border: 8px solid #b2b2cf;
}
.smart-contracts .single-wrap.rgt-wrap.cyan .header-wrap .img-wrap {
    border: 8px solid #bee6dc;
}
.smart-contracts .single-wrap.rgt-wrap.pink .header-wrap .img-wrap {
    border: 8px solid #e7cdc2;
}
.smart-contracts .single-wrap.rgt-wrap.brown .header-wrap .img-wrap {
    border: 8px solid #cba188;
}
.smart-contracts .single-wrap.rgt-wrap.light-brown .header-wrap .img-wrap {
    border: 8px solid #efd6b1;
}
.smart-contracts .single-wrap.rgt-wrap .img-wrap {
    margin-right: -37px;
}
.smart-contracts .single-wrap.rgt-wrap .img-wrap {
    margin-left: -37px;
}
.smart-contracts .single-wrap.rgt-wrap p {
    text-align: justify;
    padding: 20px 0 20px 75px;
}
.smart-contracts .mini-circle {
    width:30px;
    height: 30px;
    border-radius:50%;
}
.smart-contracts .junction {
    width:10px;height: 10px;margin-left: -5px;
}
.smart-contracts .rgt-wrap .junction {
    width:10px;height: 10px;margin-right: -1px;margin-left: 35px;
}
.mini-circle.blue,
.smart-contracts .junction.blue {
    background-color: #b2b2cf;
}
.mini-circle.cyan,
.smart-contracts .junction.cyan {
    background-color: #bee6dc;
}
.mini-circle.pink,
.smart-contracts .junction.pink {
    background-color: #e7cdc2;
}
.mini-circle.brown,
.smart-contracts .junction.brown {
    background-color: #cba188;
}
.mini-circle.light-brown,
.smart-contracts .junction.light-brown {
    background-color: #efd6b1;
}
.border-none {border: none!important;}
/*For IE*/
@media all and (-ms-high-contrast:none) {
    .benefits-inner .img-wrap img {flex:1;padding: 15px;}
    .benefits-inner .img-wrap {flex-basis:32%;}
}
@media screen and (max-width:1440px) {
    .benefits-img-sm {display: block;}
    .benefits-img {display: none;}
}
@media screen and (max-width: 1366px) {
    .benefits-inner .img-wrap img {max-height: 100px;}
}
@media screen and (max-width:1280px) {
    .why-us-single {width: 100%;margin: 50px auto;}
}

@media screen and (max-width:1024px) {
    .benefits-inner .img-wrap img {max-height: 100px;}
    .features-inner {flex-direction:column;}
    .why-us-single h3 {font-size: 22px;}
    .features-inner .pro-box {margin-bottom: 20px;padding: 0;}
    .features-wrap.probox-wrap .features-inner p {margin-top: 0px;}
}
@media screen and (max-width: 991px) {
    .landing-page .jumbotron h1.saas-title {max-width: calc(100% - 430px);}
    .features-inner .txt-wrap {width: 100%;}
    .benefits-inner .img-wrap,
    .benefits-inner .txt-wrap {flex-basis: 100%;}
    .benefits-inner .img-wrap img {max-height: 100px;}
    .benefits-inner .txt-wrap h3 {text-align: center;}
}
@media screen and (max-width:820px) {
}
@media screen and (max-width:768px) {
    .benefits-inner .img-wrap,
    .benefits-inner .txt-wrap {flex-basis: 100%;}
    .benefits-inner .img-wrap {margin-bottom: 50px;}
}
@media screen and (max-width: 767px) {
    .landing-page .jumbotron h1.saas-title {max-width: 100%;}
}
@media screen and (max-width: 540px) {
    .smart-contracts .single-wrap .header-wrap .d-flex {align-items: center;}
    .smart-contracts .header-wrap h3.title-wrap {line-height:1.2;}
    .smart-contracts .single-wrap.lft-wrap .header-wrap .img-wrap,
    .smart-contracts .single-wrap.rgt-wrap .header-wrap .img-wrap,
    .smart-contracts .single-wrap.rgt-wrap .align-items-center .mini-circle,
    .smart-contracts .single-wrap.rgt-wrap .align-items-center .junction,
    .smart-contracts .single-wrap.lft-wrap .align-items-center .mini-circle,
    .smart-contracts .single-wrap.lft-wrap .align-items-center .junction  {display: none;}
    .smart-contracts .single-wrap.rgt-wrap .no-wrap {margin-left: -20px;}
    .smart-contracts .single-wrap.rgt-wrap p {padding: 20px 0 20px 30px;}
    .benefits-inner .img-wrap {margin-bottom: 0;}
    .smart-contracts .single-wrap {margin-left: 15px;width: calc(100% - 15px);}
}
@media screen and (max-width: 414px) {
    .landing-page.saas-dev-page .jumbotron {
        background: url(../images/saas-dev-company/saas-hero-mob.jpg) center center no-repeat;
    }
}
@media screen and (max-width: 280px) {
    .smart-contracts .single-wrap.rgt-wrap p,
    .smart-contracts .single-wrap.lft-wrap p {padding:20px 0 20px 20px;}
    .features-inner ul li, .csd-faq .card-body {font-size: 14px !important;text-align: left;}
    .why-us-single h3 {font-size: 20px;}
    .benefits-inner .img-wrap img {max-height: 75px;}
    .why-us-grey .container {padding: 0;}
    .features-inner .img-wrap img {max-width: 100%;}
}