/*================= helper==========================*/
@import url("heading-design.css");
:root {
    --Poppins: 'Poppins', sans-serif;
    --black-custom: #252b33;
    --white:#fff;
    --fw_7: 700;
    --fw_4: 400;
    --fw_5: 500;
}
*{
    font-family: var(--Poppins) ;
}
body{
    color: var(--black-custom);
    font-size: 14px;
    letter-spacing: 0.5px;
}
a{
    color: var(--black-custom);
    text-decoration: none;
}
.mt-35 {
    margin-top: 35px;
}
.sect-pad-tb {
    padding: 60px 0;
}
.c-white {
    color: var(--white) !important;
}
.mt-60 {
    margin-top: 60px;
}
.mb-40 {
    margin-bottom: 40px;
}
.latest-blogs a {
    color: #1f1f1f;
}
.border-left-0 {
    border-left: 0!important;
}
.blue-grad {
    background: #524bb8;
    background: -webkit-gradient(linear,left top,left bottom,from(#524bb8),to(#4842a8));
    background: linear-gradient(to bottom,#524bb8 0%,#4842a8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#524bb8',endColorstr='#4842a8',GradientType=0 );
}
.main-title {
    font-family: var(--Poppins) ;
    font-weight: var(--fw_7);
    font-size: 45px;
    position: relative;
    text-transform: capitalize;
}
.bg-light-gray {
    background-color: #fcfcfc;
}
/*================= helper end==========================*/
.shadow-btn{
    -webkit-box-shadow: 1px 2px 15px 0 rgba(0,0,0,.15);
    box-shadow: 1px 2px 15px 0 rgba(0,0,0,.15);
    font-family: var(--Poppins);
    border-radius: 50px;
    height: auto!important;
    color: #1f1f1f!important;
    background-color: #fff!important;
    padding: 15px 20px!important;
}
.header-top a {
    font-size: 13px;
}
.header-top img {
    width: 25px;
}
.header-top .shadow-btn {
    padding: 8px 15px!important;
}
.header-top{
    background-color: rgb(253,253,253);
}
.nav-link {
    color: var(--black-custom);
}
/*        =====================slider css============*/
.slider-sect h1, .slider-sect h2 {
    line-height: 62px;
}
slider-sect h1 span.fst, .slider-sect h2 span.fst {
    font-size: 72px;
    font-family: var(--Poppins) ;
    font-weight: var(--fw_7);
}
.slider-sect h1 span.scd, .slider-sect h2 span.scd {
    font-size: 38px;
    font-family: var(--Poppins) ;
    font-weight: var(--fw_4);
}
.slider-sect .left-content .bottom-desc {
    margin-top: 25px;
}
.slider-sect img{
    max-height: 478px
}
.slider-sect .left-content .bottom-desc b {
    font-family: var(--Poppins) ;
    font-weight: var(--fw_7);
    font-size: 40px;
    color: #dc2e3d;
    line-height: normal;
}
.slider-sect .left-content .bottom-desc .bord-line {
    border-left: 1px solid #ccc;
    height: 32px;
    margin: 0 20px;
}
.slider-sect .left-content .bottom-desc p span {
    font-family: var(--Poppins) ;
    font-weight: 500;
}
.read-more-btn {
    font-family: var(--Poppins) ;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    min-height: 40px;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(1%,#4842a8),to(#524bb8));
    background: linear-gradient(to bottom,#4842a8 1%,#524bb8 100%);
    border-radius: 2px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    max-width: 170px;
}
.read-more-btn a {
    color: #fff;
    margin-left: 0!important;
    padding: 15px;
    text-decoration: none;
}
.text-light-orange {
    color: #faa036;
}
.slider-sect .blockchain-banner-images::before {
    background-image: url(../images/banner-shape3.png);
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top right;
    right: 0;
    top: 0;
    background-size: contain;
}
section.hero-slider .carousel-control-next, section.hero-slider .carousel-control-prev{
    width: 50px;
    height: 50px;
    bottom: 0;
    margin: auto;
    background: red;
}
.slick-slide img{
    margin-left: auto;
    margin-right: auto;
}
/*============================= about section ====================*/
.states-sect .card-box {
    min-width: 250px;
    max-width: 250px;
    min-height: 350px;
    overflow: hidden;
    position: relative;
    padding: 45px 25px;
    border-radius: 15px;
    box-shadow: 0 10px 15px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 10px 15px 0 rgba(0,0,0,.1);
    max-width: 100%;
    min-width: 100%;
}
.states-sect .card-box h3 {
    font-size: 46px;
    font-family: var(--Poppins) ;
    font-weight: 500;
    margin-top: 30px;
}
.about-sect h2 {
    font-family: var(--Poppins) ;
    font-weight: 500;
}
.states-sect .card-box .desc {
    font-size: 16px;
}
.desc {
    font-size: 18px;
    line-height: 28px;
    font-family: var(--Poppins) ;
    font-weight: var(--fw_4);
    color: color: var(--black-custom);;
}
.comp-nam span:first-child {
    color: #4842a8;
}
.comp-nam span {
    color: #dc2e3d;
}
/*key feature ================================*/
#our-key-features {
    overflow: hidden;
}
#our-key-features::before {
    content: '';
    position: absolute;
    /*    background-image: url(../images/keyFeature/bg-white-hlis-logo.svg);*/
    left: -22%;
    bottom: -6%;
    width: 75%;
    height: 75%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    font-family: var(--Poppins) ;
}
.our-key-features .card-box {
    cursor: default;
    position: relative;
    overflow: hidden;
    padding: 20px;
    max-height: 91%;
    min-height: 91%;
    background: #4842a8;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(1%,#4842a8),to(#524bb8));
    background: linear-gradient(to bottom,#4842a8 1%,#524bb8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4842a8',endColorstr='#524bb8',GradientType=0 );
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
    border-radius: 12px;
}
.our-key-features .card-box h3 {
    font-family: var(--Poppins) ;
    font-size: 18px;
    line-height: 27px;
}
.our-key-features .card-box .desc {
    font-size: 16px;
    line-height: 28px;
}
.key-features-slider .slick-slide{
    margin-left: 15px;
    margin-right: 15px;
}
.key-features-slider .slick-prev:before,.key-features-slider .slick-next:before{
    background: #fff;
    color: #000 !important;
    border-radius: 50%;
    padding: 10px;
}
.key-features-slider .slick-next{
    right: 0;
    z-index: 9;
}
.key-features-slider .slick-prev{
    left: 0;
    z-index: 9;
}
/*key feature end =============================*/
.services-we-offer .content-right {
    padding: 40px;
    min-width: 250px;
    max-width: 250px;
    min-height: 350px;
    overflow: hidden;
    position: relative;
    padding: 45px 25px;
    border-radius: 15px;
    box-shadow: 0 10px 15px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 10px 15px 0 rgba(0,0,0,.1);
    min-width: 100%;
}
.services-we-offer .content-right h4 {
    font-family: var(--Poppins) ;
    font-weight: var(--fw_7);
    font-size: 23px;
    line-height: 35px;
}
.services-we-offer .content-right ul {
    margin-top: 30px;
}
.services-we-offer .content-right ul li {
    margin-bottom: 15px;
}
.services-we-offer .content-right ul li a {
    color: color: var(--black-custom);
    font-family: var(--Poppins) ;
    font-weight: var(--fw_4);
    font-size: 16px;
    cursor: pointer;
    text-decoration: none
}
.process-we-follow .card-box, .clutch-sect .card-box {
    min-width: 250px;
    max-width: 250px;
    min-height: 350px;
    overflow: hidden;
    position: relative;
    padding: 45px 25px;
    border-radius: 15px;
    box-shadow: 0 10px 15px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 10px 15px 0 rgba(0,0,0,.1);
    max-width: 100%;
    min-width: 100%;
    min-height: 100%;
    background-color: #fff;
}
.indus-we-serve .card-box {
    min-width: 250px;
    max-width: 250px;
    min-height: 350px;
    overflow: hidden;
    position: relative;
    padding: 45px 25px;
    border-radius: 15px;
    box-shadow: 0 10px 15px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 10px 15px 0 rgba(0,0,0,.1);
    min-width: 100%;
    min-height: 100%;
}
.case-studies a, .case-studies a:hover {
    color: #1f1f1f;
}
.case-studies img {
    border-radius: 10px;
}
.case-studies .card-box {
    min-width: 250px;
    max-width: 250px;
    min-height: 350px;
    overflow: hidden;
    position: relative;
    padding: 45px 25px;
    border-radius: 15px;
    box-shadow: 0 10px 15px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 10px 15px 0 rgba(0,0,0,.1);
    padding: 35px 25px;
    z-index: 9;
    background-color: #fff;
    margin: 0 10px;
    min-height: 135px;
    bottom: 35px;
    min-width: inherit;
    max-width: inherit;
}
.tech-chip {
    font-size: 13px;
    padding: 3px 8px;
    background-color: rgba(0,0,0,.05);
    border-radius: 15px;
}
.who-work-with {
    position: relative;
    background: -webkit-gradient(linear,right top,left top,from(#1d237a),color-stop(#000046),color-stop(#134a7f),to(#1d237a));
    background: linear-gradient(270deg,#1d237a,#000046,#134a7f,#1d237a);
    background-size: 1000% 1000%;
}
.who-work-with::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/pattern-who-we-work.svg);
    opacity: .05;
}
.who-work-with .card-box {
    background-color: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.1);
    box-shadow: 0 10px 15px 0 rgba(0,0,0,.1);
}
.our-latest-podcast .podcast-slider .card-box {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 420px;
    max-height: 420px;
    border-radius: 12px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.our-latest-podcast .podcast-slider .card-box::before {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(31,31,31,0.65)));
    background: linear-gradient(to bottom,transparent 0%,rgba(31,31,31,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000',endColorstr='#a61f1f1f',GradientType=0 );
}
.our-latest-podcast .podcast-slider .card-box h4 {
    font-size: 18px;
    font-family: var(--Poppins) ;
    font-weight: var(--fw_7);
    line-height: 30px;
}
.our-latest-podcast .podcast-slider .card-box p {
    font-size: 13px;
    line-height: 22px;
}
.pause-podcast-btn {
    display: none;
}
.clients-say .content-box {
    position: relative;
    padding: 50px 35px;
    margin-bottom: 80px;
    min-height: 400px;
    max-height: 400px;
}
.clients-say .content-box::before {
    content: '';
    position: absolute;
    top: 30px;
    background-image: url(../images/svg-icon/qoute.svg);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity: .2;
}
.clients-say .content-box .app-desc {
    position: absolute;
    bottom: -30px;
    left: 60px;
}
.clients-say .content-box .app-desc .client-nm {
    font-size: 18px;
    font-family: var(--Poppins) ;
    font-weight: var(--fw_7);
    margin-bottom: 5px;
}
.client-nm span img {
    border-radius: 2px;
}
.clients-say .carousel-indicators [data-bs-target]{
    background-color: black;
}
.latest-blogs .inner-content {
    font-family: var(--Poppins) ;
    font-weight: var(--fw_7);
    padding: 25px;
}
.latest-blogs .inner-content h4 {
    font-size: 18px;
    font-family: var(--Poppins) ;
    font-weight: var(--fw_4);
    line-height: 25px;
}
.latest-blogs .inner-content span {
    color: #252b33;
    font-size: 13px;
}
.hlis-counter .content-box {
    padding: 30px 0 30px 30px;
    position: relative;
}
.hlis-counter .content-box.content-box-pink::before {
    background-color: #e02b5c !important;
}
.hlis-counter .content-box::before, .hlis-counter .content-box.content-box-pink::before {
    content: ' ';
    position: absolute;
    width: 120px;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    opacity: .06;
    background-color: #4842a8;
}
.hlis-counter h4, .hlis-counter span {
    /*    font-size: 30px;*/
    font-size: calc(1.275rem + .3vw);
    font-family: var(--Poppins) ;
    font-weight: var(--fw_7);
    line-height: 30px;
    margin-bottom: 5px;
}
.hlis-counter p {
    font-size: 22px;
    font-family: var(--Poppins) ;
    font-weight: var(--fw_5);
}
/*footer -------------------------------------------------------*/
.get-a-quote {
    margin-bottom: -80px;
}
.get-a-quote .content-box {
    background-color: #4842a8;
    position: relative;
    border-radius: 24px;
    padding: 45px 0;
    overflow: hidden;
}
.get-a-quote .content-box::before {
    content: '';
    position: absolute;
    background-image: url(../images/svg-icon/pattern-1.svg);
    top: 0;
    left: 0;
    width: 97px;
    height: 130px;
    z-index: 0;
}
.get-a-quote .content-box::after {
    content: '';
    position: absolute;
    background-image: url(../images/svg-icon/pattern2.svg);
    bottom: 0;
    right: 0;
    width: 320px;
    height: 260px;
    z-index: 0;
}
.get-a-quote .content-box .footer-title {
    font-size: 32px;
    font-family: var(--Poppins) ;
    font-weight: var(--fw_5);
}
.get-a-quote .content-box p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}
.get-a-quote .content-box .read-more-btn a {
    color: #fff;
    z-index: 0;
}
footer .footer-sect {
    padding-top: 140px;
    background-color: #1f1f1f;
}
.accordion {
    overflow-anchor: none;
}
.accordion>.card {
    overflow: hidden;
}
.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px;
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.footer-mob-accd .card-header {
    background: 0 0;
    padding: 0;
    border-bottom: 0;
    margin-bottom: 5px!important;
    margin-top: 25px;
}
footer .main-title.main-title::before {
    font-size: 60px;
}
.footer-mob-accd .accordion .card-header:after {
    content: "-";
    float: right;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    top: -5px;
    position: relative;
}
.footer-mob-accd .accordion .card-header.collapsed:after {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    content: "+";
    top: -5px;
    position: relative;
}
footer .link-list a {
    padding: 5px 0;
    background: 0 0;
    color: #fff;
}
footer .link-list a:hover, footer .link-list a:focus {
    background: 0 0;
    color: #dc2e3d;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
footer .main-title {
    font-size: 30px;
    margin-bottom: 25px;
}
footer input.form-control {
    padding: 20px 0 20px 25px;
    height: 60px;
    border-radius: 0;
    background-color: #1f1f1f;
    border-color: #535353;
    max-width: 407px;
    font-size: 14px;
    color: #ccc;
}
footer .btn {
    border-radius: 0;
    background-color: #1f1f1f;
    border-color: #535353;
    color: #fff;
    font-size: 16px;
    padding: 0 35px;
}
.quickerror {
    color: red;
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
    text-align: center;
    width: 100%;
    display: block;
}
.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2;
}
/*footer accordion ---------------------------------------*/
@media screen and (min-width:768px){
    .collapse:not(.show) {
        /*    display: block !important;*/
    }
    .mob-1-all {
        display: block !important;
        height: 100%;
    }
}
/*navigation for header ==============*/
.navbar-brand img{
    max-height: 55px !important;
}
.navbar-toggler-icon{
    background-image: url("../images/keyFeature/download-toggle.svg");
}
.navbar-toggler{
    background-color: #4842a8;
}
.navbar-toggler:focus{
    box-shadow: none;
}
/*================ responsive start  ========================================*/
@media screen and (max-width:1199px){
    .slider-sect h2{
        padding-top: 10px;
    }
    slider-sect h1 span.fst, .slider-sect h2 span.fst {
/*        font-size: 38px;*/
        font-size: 26px;
    line-height: initial;
    }
    .slider-sect h1 span.scd, .slider-sect h2 span.scd {
/*        font-size: 28px;*/
        font-size: 22px;
    line-height: initial;
    }
    .slider-sect h1, .slider-sect h2{
        line-height: normal;
    }
    .desc {
        font-size: 16px;
        line-height: 26px;
    }
    .slider-sect .blockchain-banner-images::before {
        background-image: url(../images/banner-shape3.png);
    }
    .slider-space-width {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
@media screen and (max-width:1024px){
    .main-title::before {
        font-size: 50px!important;
        -webkit-text-stroke: 1px;
    }
    .main-title {
        font-size: 30px;
    }
}
@media (min-width: 1200px){
    .cust-col {
        max-width: 20%!important;
    }
    .desc {
        font-size: 16px;
    }
    .slider-space-width {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}
@media screen and (max-width:768px){

    .slider-sect .left-content .bottom-desc {
    margin-top: 25px;
    justify-content: center;
}
    .mob-1-all.show{
        display: block !important;
    }
    .mob-1-all{
        display: none !important;
    }
    footer .main-title {
        font-size: 22px;
        margin-bottom: 25px;
    }
    footer .main-title.main-title::before {
        font-size: 40px!important;
        top: inherit!important;
        bottom: 0!important;
    }
}
@media screen and (max-width:768px){
    .who-work-with .card-box{
        min-height: 185px;
    }
    .sect-pad-tb {
    padding: 30px 0;
}
    .read-more-btn-hero{
        margin: 0 auto;
    }
    .read-more-btn-hero a{
        padding: 10px 15px;
        font-size: 12px !important;
    }
    /*
    .collapse:not(.show) {
    display: none !important;
}
    */
    .hlis-counter p {
        font-size: 13px;
    }
    .podcast-slider{
        margin: 10px 0;
    }
    .states-sect .card-box{
        margin-top: 35px !important;
    }
    .mt-35 {
        margin-top: 0px !important;
    }
    .slider-sect .blockchain-banner-images::before{
        background-image: none;
    }
    .slider-sect h1, .slider-sect h2{
        text-align: center !important;
        line-height: 2.4rem;
    }
    .slider-sect img.mob-imgs {
        max-height: 220px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }
    .slide-height-top {
        min-height: 330px;
        /*    background: pink;*/
    }
    .mob-0-all{
        margin: 10px 0 !important;
        padding: 5px 0;
    }
    .mob-1-all {
        margin: 0 !important;
        padding: 0 !important;
        /*    min-height: 0;*/
    }
}
@media screen and (max-width: 540px){
    .slider-space-width {
        padding-left: 0rem;
        padding-right: 0rem;
    }
}
