    /*===== Skeleton loading =====*/
    /* Structural base — overrides bootstrap/card defaults so skeleton is visible before style.css loads */
    .skeletonLoaderCard {
      position: relative;
      overflow: hidden;
      border-radius: 8px;
      background: #fff;
    }
    .skeletonLoaderCard .card-body {
      padding: 12px;
    }
    .skeletonLoaderCard .row {
      display: flex !important;
      flex-wrap: nowrap;
    }

    /* Animation */
    .skeletonLoaderCard .skeleton-circle,
    .skeletonLoaderCard .skeleton-text,
    .skeletonLoaderCard .skeleton,
    .ourWork-Section-Widgets .skeletonLoaderCard .skeleton-img-circle,
    .ourWork-Section-CustSol .skeletonLoaderCard .skeleton-logo-circle {
      background-color: hsl(200, 20%, 80%);
      animation: skeleton-loading 1s linear infinite alternate;
    }
    @keyframes skeleton-loading {
      0%   { background-color: hsl(200, 20%, 80%); }
      100% { background-color: hsl(200, 20%, 95%); }
    }
    /* ERPs Skeleton */
    .skeletonLoaderCard .card__image { width: 50%; height: 10em; border-radius: 12px; flex-shrink: 0; }
    .skeletonLoaderCard .card__content { width: 50%; padding-left: 10px; }
    .skeletonLoaderCard .card__title { height: 0.6rem; width: 80%; margin-top: 0.5em; border-radius: 12px; margin-bottom: 0.5em; }
    .skeletonLoaderCard .card__description { height: 0.5rem; margin-top: 7px; margin-bottom: 7px; border-radius: 12px; }
    .skeletonLoaderCard .subtitle-short { width: 60%; }
    .skeletonLoaderCard .subtitle-long { width: 90%; }
    .skeletonLoaderCard .skeleton-row { display: flex; align-items: center; gap: 3px; position: absolute; bottom: 2em; left: 54.5%; }
    .skeletonLoaderCard .short { width: 24px; height: 0.35rem; }
    .skeletonLoaderCard .long { width: 4em; height: 0.4rem; }
    .skeletonLoaderCard .skeleton-circle { width: 22px; height: 22px; border-radius: 50%; flex-shrink: 0; }
    .skeletonLoaderCard .skeleton-text-wrap { display: flex; flex-direction: column; gap: 5px; width: 100%; }
    .skeletonLoaderCard .skeleton-text { border-radius: 12px; }
    .skeletonLoaderCard .skeleton { color: transparent; }

    /* Widgets Skeleton */
    .ourWork-Section-Widgets .skeletonLoaderCard { height: 9.2em; padding: 10px; }
    .ourWork-Section-Widgets .skeletonLoaderCard .card__title { margin-top: 5px; margin-bottom: 0.4em; margin-left: 10px; }
    .ourWork-Section-Widgets .skeletonLoaderCard .skeleton-img-circle { width: 4em; height: 4em; border-radius: 50%; flex-shrink: 0; }
    .ourWork-Section-Widgets .skeletonLoaderCard .subtitle-long { width: 180px; height: 0.45rem; margin-left: 10px; }
    .ourWork-Section-Widgets .skeletonLoaderCard .skeleton-row { left: 6.8em; }

    /* CustSol Skeleton */
    .ourWork-Section-CustSol .skeleton-label { height: 7px; width: 4em; border-radius: 12px; position: absolute; bottom: 1.5em; right: 2em; }
    .ourWork-Section-CustSol .skeletonLoaderCard .skeleton-logo-circle { width: 28px; height: 29px; border-radius: 50%; flex-shrink: 0; float: right; }
    .ourWork-Section-CustSol .skeletonLoaderCard .card__content { width: 100%; }
    .ourWork-Section-CustSol .skeletonLoaderCard { height: 21.5em; padding: 10px; }
    .ourWork-Section-CustSol .skeletonLoaderCard .card__image { width: 100% !important; height: 13em !important; }
    .ourWork-Section-CustSol .skeletonLoaderCard .card__content { padding-top: 15px; }
    .ourWork-Section-CustSol .skeletonLoaderCard .skeleton-row { bottom: 1.4em; left: 2em; }
    /*===== End Skeleton loading =====*/

    /* Widgets Skeleton loading */
    .ourWork-Section-Widgets .skeletonLoaderCard {
        height: 9.2em;
        padding: 10px;
    }
    .ourWork-Section-Widgets .skeletonLoaderCard .card__title {
        margin-top: 5px;
        margin-bottom: 0.4em;
        margin-left: 10px;
    }
    .ourWork-Section-Widgets .skeletonLoaderCard .skeleton-img-circle {
        width:4em;
        height: 4em;
        border-radius: 50%;
        flex-shrink: 0;
    }
    .ourWork-Section-Widgets .skeletonLoaderCard .subtitle-long {
        width: 180px;
        height: 0.45rem;
        margin-left: 10px;
    }
    .ourWork-Section-Widgets .skeletonLoaderCard .skeleton-row {
        left: 6.8em;
    }
    /* End Widgets Skeleton loading */

    /* ourWork-Section-CustSol Skeleton loading */
    #MODELS-CON .modal-footer {
        position: sticky;
        background: white;
        bottom: 0;
    }
    .card .tool-logo-img {
      height: 20px;
      width: auto;
      max-width: 90px;
    }

    .ourWork-Section-CustSol .skeleton-label {
        height: 7px;
        width: 4em;
        border-radius: 12px;
        position: absolute;
        bottom: 1.5em;
        right: 2em;
    }
    .ourWork-Section-CustSol .skeletonLoaderCard .skeleton-logo-circle {
        width: 28px;
        height: 29px;
        border-radius: 50%;
        flex-shrink: 0;
        float: right;
    }
    .ourWork-Section-CustSol .skeletonLoaderCard .card__content {
        width: 100%;
    }
    .ourWork-Section-CustSol .skeletonLoaderCard {
        height: 21.5em;
        padding: 10px;
    }
    .ourWork-Section-CustSol .skeletonLoaderCard .card__image {
        width: 100% !important;
        height: 13em !important;
    }
    .ourWork-Section-CustSol .skeletonLoaderCard .card__content {
        padding-top: 15px;
    }
    .ourWork-Section-CustSol .skeletonLoaderCard .skeleton-row {
        bottom: 1.4em;
        left: 2em;
    }
/* End ourWork-Section-CustSol Skeleton loading */

    /*======== Ourwork - projects page desktop =========*/
    /* Force the track to float left */ 
    .slick-track { 
        margin-left: 0 !important; margin-right: auto !important; 
    }
    /* Ensure the slide itself isn't centering text/content */ 
    .slick-slide { 
        float: left; /* specific fix for some older versions */ 
        text-align: left; 
    }
    .ourWork-container{
        padding: 50px 0px;
    }
    /* iqShopfloor-comforta */
    .proj-card .card-label{
        font-weight: 700;
        font-size: 18px;
        margin-top: 10px;
        color: #1D1D1D;
    }
    .ourWork-Section-ERPs .proj-card .card-body{
        padding: 10px!important;
    }
    
    .ourWork-Section-ERPs .card{
        box-shadow: -2px 4px 10px #29005219,
        3px 4px 0px 0px #D4DEFF!important
    }
    
    .ourWork-Section-ERPs,.ourWork-Section-Widgets,.ourWork-Section-CustSol {
        padding-top: 50px;
    }
    
    .ourWork-Section-CustSol .card{
        box-shadow: -2px 4px 10px #29005219,
        0px 4px 0px 0px #D4DEFF !important;
    
    }
    .ourWork-Section-ERPs .Title,
    .ourWork-Section-Widgets .Title,
    .ourWork-Section-CustSol .Title {
        font-size: 28px;
        font-weight: 500;
        font-family: Roboto;
        color: #1D1D1D;
        margin-left: 60px;
        margin-bottom: 0px!important;
    }
    
    .ourWork-Section-ERPs .Title span,
    .ourWork-Section-Widgets .Title span,
    .ourWork-Section-CustSol .Title span {
        font-style: italic;
        font-weight: 300;
    }
    .ourWork-slider1, .ourWork-slider2 {
        padding: 0px 44px;
    }
    .ourWork-slider1 .slick-next, .ourWork-slider2 .slick-next{
        right: 20px!important;
        color: white!important;
    }
    .ourWork-slider1 .slick-prev, .ourWork-slider2 .slick-prev {
        left: 20px !important;
        z-index: 1000;
    }
    
    .ourWork-slider1 .slick-slide, .ourWork-slider2 .slick-slide  {
        margin: 0px 14px;
    }
    .ourWork-slider1 .slick-prev:before, .ourWork-slider2 .slick-prev:before, 
    .ourWork-slider1 .slick-next:before, .ourWork-slider2 .slick-next:before  {
        color: white !important;
        font-size: 23px !important;
        border-radius: 50% !important;
        line-height: 0 !important;
        opacity: 1.75;
        position: absolute;
        left: -4px;
        bottom: -14px;
        padding: 20px 0px;
    }
    
    .ourWork-slider1 .slick-prev, .ourWork-slider1 .slick-next, 
    .ourWork-slider2 .slick-prev, .ourWork-slider2 .slick-next{
        background: #3E434B !important;
        border-radius: 50%;
        position: absolute;
        bottom: 0px;
        padding: 8px;
        box-shadow: -1px 2px 5px 0px #29005219;
        border: 6px solid white;
    } 
    
    .ourWork-Section-ERPs .innerimg-outerdiv {
        background: transparent linear-gradient(180deg, #FF898B 0%, #FFC387 100%) 0% 0% no-repeat padding-box;
        border-radius: 12px;
        padding: 15px;
        min-height: 10em;
        height: 10em;
    }
    .ourWork-Section-ERPs .our-workCard-IQ .innerimg-outerdiv {
        background: transparent linear-gradient(180deg, #FFB541 0%, #FFE489 100%) 0% 0% no-repeat padding-box!important;
    }
    .ourWork-Section-ERPs .upcoming-label,
    .ourWork-Section-Widgets .upcoming-label, .ourWork-Section-ERPs .prototype-label,.ourWork-Section-Widgets .prototype-label {
        background-color: #2b459c;
        padding: 10px 24px;
        align-items: center;
        display: flex;
        justify-content: center;
        position: absolute;
        left: 0px;
        bottom: 0px;
        color: #dce3f1;
        font-size: 12px;
    }
    .ourWork-Section-ERPs .upcoming-label,
    .ourWork-Section-Widgets .upcoming-label {
        width: 83px;
        height: 28px;
    }
    .ourWork-Section-ERPs .prototype-label,.ourWork-Section-Widgets .prototype-label {
        width: 108px;
        height: 36px;
        border-radius: 0px 20px 0px 14px;
    }
    .ourWork-Section-ERPs .upcoming-label {
        left: 10px!important;
        border-radius: 10px 10px 0px 6px;
    }
    .ourWork-Section-Widgets .upcoming-label {
        left: 20px!important;
        border-radius: 10px 10px 0px 0px;
    }
    .ourWork-Section-ERPs .Icon-Award, .ourWork-Section-Widgets .Icon-Award{
        width:24px;
        height:32px;
        float: right;
        color: #1D1D1D;
    }
    .ourWork-Section-ERPs .card-sublabel, .ourWork-Section-CustSol .card-sublabel{
        font-family: Roboto;
        font-weight: 400;
        font-size: 13px;
        margin-bottom: 0px;
        color: #404652;
    
    }
    .ourWork-Section-Contact{
        position: relative;
        margin-bottom: -80px;
        padding-top: 60px;
    }
    .ourWork-Section-Contact .IQ-Char1{
        position: absolute; 
        left: 0; 
        top: 220px;
        width:14%;
    }
    .ourWork-Section-Contact .IQ-Char2 {
        position: absolute; 
        right: 0; 
        top: 250px;
        width:14%;
    }
    .ourWork-Section-Contact .title {
        font-family: Roboto;
        font-weight: 600;
        font-size: 64px;
        color: #1D1D1D;
        margin-bottom: 0px;
    
    }
    .ourWork-Section-Contact .subtitle {
        font-family: Roboto;
        font-weight: 500;
        font-size: 28px;
        color: #404652;
    
    }
    .ourWork-Section-Contact .text {
        font-family: Roboto;
        font-weight: 400;
        font-size: 18px;
        color: #404652;
        padding: 0em 13em;
    }
    .ourWork-Section-Contact .blue-btndiv {
        margin-top: 50px;
        text-align: center;
        z-index: 2;
        position: relative;
    }
    .ourWork-Section-Contact .blue-btn {
        font-size: 18px;
        font-weight: 600;
    
    }
    .ourWork-Section-Contact .planeimg{
        width:157px;
    }
    .ourWork-Section-Contact .curve-shade{
        position: absolute; 
        top: 0; 
        width:100%; 
        height:100%;
        z-index: -1;
    }
    .ourWork-Section-Widgets .WhatsApp-text {  
        color: #25D366;
        font-size: 12px;
    
    }
    .ourWork-Section-Widgets .proj-card .card-body{
        padding: 28px 12px!important;
    }
    .ourWork-Section-Widgets .card{
        box-shadow: -2px 4px 10px #29005219!important;
    
    }
    .ourWork-Section-CustSol .logo-img{
        width: 30%;
        margin-left: -10px;
    }
    .ourWork-Section-Widgets .logo-img{
        width: 100%;
        margin-left: -10px;
    }
    .ourWork-Section-Widgets .card-img{
        width: 80px;
        height: 80px;
    }
    .CustSolmodelclass{
        overflow: hidden;
        /* position: relative; */
    }
    .CustSolmodelclass .prebtn p, .CustSolmodelclass .nextbtn p{
        color: white;
        font-size: 14px;
        font-weight: 400;
    }
    .CustSolmodelclass .prebtn{
        position: absolute;
        top: 50%;
        left: 55px;
        text-align: right;
    }
    .CustSolmodelclass .nextbtn{
        position: absolute;
        top: 50%;
        right: 55px;
    }
    .CustSolmodelclass .modal-dialog {
        width: 877px !important;
        margin: 0.6rem auto !important;
    }
    .CustSolmodelclass .popup-textimg{
         width:40px; 
         margin-top: -20px;
    }
    .CustSolmodelclass .modal-body {
        padding: 0px!important;
    }
    .CustSolmodelclass .modal-content {
        border-radius: 1.3rem!important;
    }
    .card .tool-logo-img {
      height: 20px;
      width: auto;
      max-width: 90px;
    }
    .CustSolmodelclass .modal-innercontent {
        padding: 24px 36px 24px 36px;
        overflow-y: auto !important; 
        height: calc(100vh - 500px) !important;
    }
    .CustSolmodelclass .title {
        font-size: 40px;
        font-weight: 600;
        color: #1D1D1D;
        line-height: 1 !important;
    }
    .CustSolmodelclass .subtitle {
        font-family: roboto;
        font-size: 20px;
        font-weight: 500;
        color: #1D1D1D;
        margin-left: 5px;
    }
    .CustSolmodelclass .text-muted{
        font-weight: 350;
        font-size: 16px;
        color: #404652;
        margin: 20px 0px 5px 0px ;
    
    }
    .CustSolmodelclass .modal-innercontent .tag {
        background-color: #EAF2FF80;
        padding: 10px 16px;
        border-radius: 10px;
        color: #404652;
        white-space: nowrap;
        flex-shrink: 0;
    }
    .CustSolmodelclass .modal-innercontent .tag span{
        font-size: 14px;
        font-weight: 400;
    }
    .CustSolmodelclass .modal-innercontent .tag img{
        margin-top: -4px;
        margin-right: 1px;
        width: 14px; 
        height: 14px;
    }
    
    .CustSolmodelclass .modal-innercontent .divider {
        width: 1px;
        height: 20px;
        background-color: #DFE8F6;
    }
    .CustSolmodelclass .iframe-wrap{
        border-radius: 20px; 
        position: relative;
    }
    .CustSolmodelclass .iframe-tag{
        width: 270px;
        height: 48px;
        opacity: 1;
        gap: 10px;
        padding: 13px 50px;
        border-top-right-radius: 30px;
        color: #2B459C;
        background: linear-gradient(180deg, #F8FAFF 75%, #E8EFF9 112.5%);
        position: absolute;
        bottom: 6px;
        left: 0px;
    
    }
    .CustSolmodelclass .blue-btndiv {
        margin-top: 10%;
        text-align: right;
    
    }
    .CustSolmodelclass .blue-btn {
        display: block;
        text-align: center;
    
    }
    .CustSolmodelclass .modal-iframe{
       border-radius: 1.3em 1.3em 0em 0em;
       width:100%;
       height:438.5px;
    
    }
    .CustSolmodelclass .popuplogo-img{
        width: 64px;
    }
    .CustSolmodelclass .popup-winnertag{
       width: 14px; 
       height: 18px; 
       margin-right: 6px;
    }
    .CustSolmodelclass .tag-wrapper{
        display: flex;
        gap: 10px;
        flex-wrap: wrap;

        margin-top: 36px;
    }
    
    .CustSolmodelclass .subtext{
        font-size: 16px;
        font-weight: 400;
        color: #1D1D1D!important;
    }
    .CustSolmodelclass .popup-contentscroll .popup-desc{
      display: block;
      display: -webkit-box;
      max-width: 100%;
      height: 67px;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .CustSolmodelclass .popup-contentscroll .popup-desc.read-more{
      display: block !important;
      height: auto !important;
    }
    .outcome-Wrapper{
      margin-top: 32px;
    }
    .outcome-Wrapper .label-tag{
      background-color: #2b459c;
      font-size: 20px;
      padding: 0px 24px;
      align-items: center;
      display: flex;
      justify-content: center;
      color: #dce3f1;
      border-radius: 8px 30px 8px 8px;
      height: 65px;
    }
    .CustSolmodelclass .dialog-card{
      height: calc(100vh - 18px);
      overflow-y: hidden !important;
    }
    .showmorebtn{
      color: #5488d2 !important;
      font-size: 14px;
    }
    .showmorebtn:hover{
    color: #4242CF !important;
    }
    .ourWork-container .slick-slide img{
        border-radius:0px;
    }
    .ourWork-container .right-col{
        display: flex;
        flex-direction: column;
    }
    .innerLogoRow{
        margin-top: auto;
        margin-bottom: auto;
    }
    .ourWork-container .right-col .Icon-Award{
        position: absolute; 
        right: 20px;
    }
    /* Ourwork - projects page desktop*/
    

/* Ourwork - projects page tablet*/
/* @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  CSS rules here
} */
@media (max-width: 991.98px) { 
    .ourWork-Section-ERPs .innerimg-outerdiv{
        height: 7em  !important;
        min-height: 7em  !important;
    }    
    .ourWork-Section-Contact{
        margin-bottom:45px !important;
        padding-top:0px !important;
        }
    .ourWork-Section-Contact .text{
        padding: 0px !important;
        }
    .ourWork-Section-Contact .title{
        font-size: 53px !important;
        }
    .ourWork-Section-Contact .subtitle{
        font-size: 23px !important;
        }
    .ourWork-Section-Contact .planeimg {
        width: 27% !important;
        }
    .ourWork-Section-Contact .curve-shade {
        top: -4.5em !important;
        }
    .ourWork-Section-Contact .IQ-Char1 {
        top: 261px !important;
        width: 23% !important;
        }
    .ourWork-Section-Contact .IQ-Char2 {
        top: 290px !important;
        width: 23% !important;
        }
    .CustSolmodelclass .text-muted {
        margin-bottom:5px!important;
        }
    .CustSolmodelclass .modal-innercontent {
        padding: 24px 24px 30px 24px !important;
        height: calc(100vh - 420px) !important;
        }
    .CustSolmodelclass .modal-dialog {
        max-width: 83% !important;
        }
    .CustSolmodelclass .blue-btn {
        padding: 14px 10px !important;
        display: block !important;
        text-align: center !important;
       }
    .outcome-Wrapper .label-tag {
        font-size: 16px !important;
        padding: 0px 10px !important;
      }
      .CustSolmodelclass .prebtn {
          left: 6px !important;
      }
      .CustSolmodelclass .nextbtn {
        right: 6px !important;
      }
      .CustSolmodelclass .modal-iframe{
        height: 24em !important;
      }
      .CustSolmodelclass .nextbtn p{
        font-size: 10px !important;
      }
      .CustSolmodelclass .prebtn p {
        font-size: 10px !important;
      }
    }
    /* Ourwork - projects page tablet*/

    /* Ourwork - projects page mobile*/
    @media (max-width: 767.98px) { 
    .ourWork-slider1, .ourWork-slider2 {
        padding: 0px 14px !important;
    }
    .ourWork-slider1 .slick-slide, .ourWork-slider2 .slick-slide{
        text-align: left;
        margin: 0px 10px !important;
    }
    .ourWork-Section-Contact .title {
        font-size: 40px !important;
    }
    .ourWork-Section-Contact .subtitle {
        font-size: 18px !important;
    }
    .ourWork-Section-Contact .text {
        font-size: 14px !important;
        padding: 0em 5em !important;
        margin-bottom: 3em;
    }
    .ourWork-Section-Contact{
        position: relative;
        margin-bottom: 0px!important;
        padding-top: 0px!important;
        text-align: center;
    }
    .ourWork-Section-Contact .planeimg{
        width:112px!important;
    }
    .ourWork-Section-Contact .curve-shade{ 
        top: 0em!important; 
    }
    .ourWork-Section-Contact .blue-btndiv {
        margin-top: 10px!important;
    
    }
    .ourWork-Section-Contact .content{
        padding-bottom: 13em;
        padding-top: 2em;
    }
    .ourWork-Section-Contact .IQ-Char1{
        position: absolute; 
        left: 0; 
        top: 25em!important;
        width:34%!important;
    }
    .ourWork-Section-Contact .IQ-Char2 {
        position: absolute; 
        right: 0; 
        top: 25em!important;
        width:34%!important;
    }
    .ourWork-Section-ERPs .innerimg-outerdiv{
        padding: 23px 13px !important;
        height: 9em !important;
        min-height: 9em !important;
    }
    .ourWork-Section-ERPs, .ourWork-Section-Widgets, .ourWork-Section-CustSol {
        padding-top: 40px!important;
    }
    .ourWork-Section-ERPs .Title,
    .ourWork-Section-Widgets .Title,
    .ourWork-Section-CustSol .Title {
        margin-left: 20px !important;
    }
    .CustSolmodelclass .popup-textimg{
         width:36px !important; 
         margin-left: -5px !important;
    }
    .CustSolmodelclass .title {
        font-size: 36px !important;
    }
    .CustSolmodelclass .subtitle{
        margin-left: 0px!important;
        display: block!important;
    }
    .CustSolmodelclass .modal-iframe {
        height: 225px !important;
    }
    .CustSolmodelclass .modal-innercontent {
        padding: 24px 24px 30px 24px !important;
        height: calc(100vh - 355px) !important;
    }
    .CustSolmodelclass .dialog-card{
    height: calc(100vh - 48px) !important;
    }
    .CustSolmodelclass .modal-dialog {
        max-width: 80% !important;
    }
    .CustSolmodelclass .iframe-tag{
        width: 157px !important;
        height: 36px !important;
        font-size: 14px !important;
        padding: 12px 20px !important;
    }
    .CustSolmodelclass .text-muted {
        margin: 15px 0px 5px 0px !important;
    }
    .CustSolmodelclass .popup-contentscroll{
        overflow-y: hidden !important;
    }
    .CustSolmodelclass .blue-btn {
        display: inline-block!important;
        padding: 14px 40px !important;
    }
    .CustSolmodelclass .blue-btndiv {
        text-align: center !important;
        margin-top: 0%!important;
    }
    .CustSolmodelclass .subtext{
        font-size: 15px;
        font-weight: 400;
        color: #1D1D1D!important;
    }
    .CustSolmodelclass .subtext{
        font-size: 15px!important;
    }
    .CustSolmodelclass .prebtn{
        left: 0.3% !important;
        z-index: 1;
    }
    .CustSolmodelclass .nextbtn{
        right:0.3%!important;
    }
    .modal{
        width:  100%!important;
        left: 0% !important;
        margin: auto 0 !important ;
    }
    .CustSolmodelclass .tag-wrapper {
        margin-top: 10px !important;
    }
    .CustSolmodelclass .modal-innercontent .tag {
       padding: 6px 9px !important;
    }
    .CustSolmodelclass .modal-innercontent .tag span {
        font-size: 10px!important;
    }
    .CustSolmodelclass .modal-innercontent .tag img {
        margin-top: 0px !important;
        width: 11px !important;
        height: 11px !important;
    }
    .outcome-Wrapper .label-tag{
        background-color: #2b459c !important;
        font-size: 14px !important;
        padding: 0px 24px !important;
        height: 45px !important;
    }
}
  /* =====Ourwork - projects page mobile =======*/
    









.wow {
    visibility: hidden;
  }

:root {
    --brandBlue: #2B459C; /* Brand Primary Colour; */
    --white: #ffffff;
    --navBlackFont :#212121;
    --subTextBlack: #232323;
    --greySubText: #515151;
    --blueDarkHeader: #121f63;
  }

  /* body { color : var(--blue); }  --> declaring variables */
  /* --blue: #0000ff; --> local variable will override global */
  /* --button-blue : #0000ff; --> new local variable  */
.gradiant-1{
    background: linear-gradient(19deg, #e5639a, #8652e2);
}
.gradiant-2{
    background: linear-gradient(19deg, #f4f7a8, #ffc67f);
}
.gradiant-3{
    background: linear-gradient(19deg, #e5639a, #ffae6e);
}
.gradiant-4{
    background: linear-gradient(19deg, #e5639a, #ffae6e);
}
.gradiant-5{
    background: linear-gradient(19deg, #e5639a, #ffae6e);
}
.gradiant-6{
    background: linear-gradient(332deg, #e5639a, #ffae6e);
}


body{
    font-family: 'Roboto', sans-serif;
    transition: all 0.5s ease-out;
}
*{
    font-family: 'Roboto', sans-serif;
}

.btn-check:focus+.btn, .btn:focus{
    box-shadow:none;
}
a, a:hover{
    cursor: pointer;
    text-decoration: none;
}
#homepage{
    background: #fff;
}
.first-fold {
    padding-top: 8em;
}
#aboutUsPage{
    background: #F8F8F8;
}
.navbar-brand{
    width: 15%;
}
.navbar-light .navbar-nav .nav-link {
    color: var(--navBlackFont);
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 1px;
    font-weight: 400;
    font-size: 14px;
}
.navbar-nav li.nav-item {
    margin: 0px 12px;
}
li.nav-item.active{
    color: var(--navBlackFont);
    border-bottom: 3px solid  var(--brandBlue);
    border-radius: 2px;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    box-shadow: 0px 10px 20px #2900521a;
    background: var(--white);
    padding: 0px 9px;
} 
.award-btnNav{
    background: transparent linear-gradient(198deg, #92134E 0%, #560530 100%) 0% 0% no-repeat padding-box;
    box-shadow: inset 0px -3px 0px #2d051a;
    border-radius: 8px !important;
    padding: 8px;
    position: relative;
}
.award-btnNav .nav-link{
    /* border-bottom: 3px solid #fff; */
    border-bottom: none;
    padding: 0px;
    color: var(--white) !important;
    border-radius: 2px;
}
.homepage-badge{
    position: absolute;
    top: -20%;
    right: -10%;
    width: 20%;
}
.blue-btn{
    padding: 14px 34px;
    color: #fff;
    /* box-shadow: inset 0px -6px 0px var(--brandBlue); */
    background: transparent linear-gradient(209deg, #4787dd 0%, #4242CF 100%) 0% 0% no-repeat padding-box;
    box-shadow: inset 0px -6px 0px var(--brandBlue), -2px 4px 5px #08114133;
    border-radius: 8px;
    border: transparent;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0.4px;
    font-size: 16px;
    transition: all 0.5s ease-out;
}
.blue-btn:hover, .blue-btn:focus{
    text-decoration: none;
    color: #fff;
    outline: none;
    background: #2B459C 0% 0% no-repeat padding-box;
    font-size: 17px;
    box-shadow: inset 0px -6px 0px #0A194A87, -2px 5px 10px #08114133;
    transition: all 0.5s ease-out;
}

.big-btn{
    padding: 14px 50px;
}

.carousel-item h1{
    color: var(--brandBlue);
    font-weight: 900;
    font-size: 60px; 
    /* margin-top: 1.5em; */
}
.carousel-item p{
    color: var(--subTextBlack);
    font-weight: 400;
    font-size: 20px; 
    margin-bottom: 2em;
    margin-top: 1em;
    padding-right: 1em;
}
.carousel-control-next, .carousel-control-prev{
    width: 8%;
}
.carousel-indicators [data-bs-target]{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #2B469D !important;
    margin-right: 9px;
    margin-left: 9px;
}
.carousel-indicators .active{
    background-color: #2B469D !important;
}
.carousel-indicators{
    margin-right: 35% !important;
    margin-left: 35% !important;
}
#section-two{
    margin-top: 2em;
}
#section-two{
    background: #F8F8F8;
    background-image: url(/img/home/KPI-ServiceBg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
#wave {
  position: relative;
  height: auto;
  width: 100%;
  padding: 5em 0px;
}
/* #wave:before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 57% 132%;
    width: 72%;
    height: 34px;
    background-color: #fff;
    right: 0;
    top: -18px;
} */
ul.kpi-section {
    display: table;
    color: #fff;
    list-style: none;
    text-align: center;
    width: 100%;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
}
ul.kpi-section li{
    display: inline-table;
    width: 25%;
    text-align: center;
}
.kpi-section li h2{
    font-size: 42px;
    font-weight: 500;
    margin: 0px;
}
.kpi-section li p{
    font-size: 20px;
    font-weight: 300;
}
.kpi-section img{
    width: 10%;
}
#globe{
    position: relative;
    margin-bottom: 35px;
}
.indPin{
    position: absolute;
    top: 35%;
    width: 4%;
    right: 31%;
}
.euPin{
    position: absolute;
    top: 35%;
    width: 4%;
    left: 15%;
}
.euPin2{
    position: absolute;
    top: 20%;
    width: 4%;
    left: 22%;
}
.ausPin{
    position: absolute;
    top: 15%;
    width: 4%;
    right: 41%;
}
.ausPin2{
    position: absolute;
    top: 10%;
    width: 4%;
    right: 57%;
}

.indPin2{
    position: absolute;
    top: 20%;
    width: 4%;
    right: 25%;
}
.indPin3{
    position: absolute;
    top: 45%;
    width: 4%;
    right: 52%;
}
.indPin4{
    position: absolute;
    top: 10%;
    width: 4%;
    right: 31%;
}

.service-card{
    height: auto;
    width: 95%;
    /* margin: auto; */
    box-shadow: -2px 4px 10px #08114180;
    border-radius: 30px;
    background: #fff;
    padding: 40px 85px;
    position: absolute;
    bottom: -20px;
    left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
}
.service-card h1{
    color: #121F63;
    font-size: 40px;
    font-weight: bold;
     margin-bottom: 0.5em;
}
.service-card h4{
    color: #3D3D3D;
    font-size: 26px;
    font-weight: 500;
}
.service-card h5{
    color: #232323;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 0px;    
}
.service-card p{
    color: #515151;
    font-size: 18px;
    font-weight: 300;
    margin-top: 0.7em;
    margin-bottom: 0.7em;
}
.service-card small{
    text-align: center;
    color: #8A8A8A;
    font-size: 16px;
    font-weight: 300;
    padding-top: 6px;
}
.blue-card-sec {
    padding: 0px 1em;
}
.b-card{
    height: auto;
    min-height: 19em;
    width: 100%;
    width: 100%;
    /* background: var(--brandBlue) 0% 0% no-repeat padding-box; */
    background: #2B459C;
    box-shadow: -2px 4px 10px #08114133;
    border-radius: 20px;
    padding: 25px;
}
.b-card h2{
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    margin: 0px;
}
.b-card p{
    color: #D8D8D8;
    font-size: 18px;
    font-weight: 300;
    margin: 0px;
}
#work-section{
 padding-top: 5em;
 position: relative;
}
.our-work .heading{
    color: var(--white);
    font-size: 45px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 2em;
}
.proj-card {
    border: 0;
    border-radius: 20px;
    margin: 15px 0px;
    box-shadow: inset 0px -4px 0px #A6B5E1, -2px 4px 10px #0811417F;
    /* box-shadow: inset 0px -4px 0px #D2E0F2, -1px 2px 5px #29005219; */
}
.card-img-top{
    /* border: 2px solid #D8D8D8; */
    border-radius: 8px;
    height: 210px !important;
}
.proj-card .card-title{
    color: #3D3D3D;
    font-size: 18px;
    margin-top: 1em;
    margin-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.proj-card .card-text{
    font-size: 13px;
    color: #828282;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 4px;
}
.proj-card.pctwo{
    bottom: 58px;
}
.proj-card.pcfour{
    transform: rotate(-5deg);
    left: 10px;
}
.proj-card.pcfive{
    transform: rotate(5deg);
    right: 10px;
}
.our-work{
    position: relative;
}
.proj_listing{
    position: relative;
    margin-bottom: -4em;
    padding: 0px 3em;
}
.wIcon-one{
    position: absolute;
    width: 30%;
    left: -2em;
    top: -4em;
    z-index: 1;
}
.wIcon-two{
    position: absolute;
    width: 25%;
    right: -4.5em;
    bottom: 0em;
    z-index: 1;
}
.wIcon-three{
    position: absolute;
    width: 30%;
    right: -1em;
    bottom: 1em;
    z-index: 1;
}
.wIcon-six{
    position: absolute;
    width: 5%;
    left: -5%;
    bottom: 43%;
    z-index: 1;
}
.wIcon-four{
    position: absolute;
    width: 13%;
    left: 5%;
    bottom: 12%;
    z-index: 1;
}
.wIcon-five{
    position: absolute;
    width: 8%;
    right: 13%;
    bottom: 26%;
    z-index: 1;
}
.wIcon-seven{
    position: absolute;
    width: 7%;
    right: -5%;
    bottom: 42%;
    z-index: 1;
}
.wIcon-illusFullImg{
    position: absolute;
    bottom: -15em;
}
.wIcon-illus{
    position: absolute;
    bottom: -5em;
    text-align: center;
}
.wIcon-illus img {
    display: inline-block;
    position: relative;   
    width: 9%;
}
.wIcon-illus img:nth-child {
    position: relative;   
}
.wIcon-illus img:nth-child(1) {
    right: 1%;
    width: 14%;
}
.wIcon-illus img:nth-child(2) {
    top: 22%;
    right: 7%;
    width: 14%;
}
.wIcon-illus img:nth-child(3) {
    top: -21%;
    right: 17%;
    width: 10%;
}
.wIcon-illus img:nth-child(4) {}
.wIcon-illus img:nth-child(5) {}
.wIcon-illus img:nth-child(6) {}
.wIcon-illus img:nth-child(7) {}
.wIcon-illus img:nth-child(8) {}
.wIcon-illus img:nth-child(9) {}
.wIcon-illus img:nth-child(10){}


.indus-card{
    background: #121F63 0% 0% no-repeat padding-box;
    box-shadow: -2px 4px 10px #29005219;
    border-radius: 20px;
    padding: 113px 55px;
}
#Industries{
    padding: 16em 0px 2em;
    background: #F8F8F8;
    
}
#Industries .heading{
    color: #121F63;
    text-align: center;
    font-weight: bold;
    margin: 1em 0px;
    font-size: 45px;
}
.ind-section{
    position: relative;
}
.guy-indus{
    position: absolute;
    left: 18%;
    top: 1em;
    z-index: 3;
    width: 15%;

}
.wire-indus{
    position: absolute;
    left: 0%;
    bottom: 4em;
    width: 20%;
}
.socket-indus{
    position: absolute;
    right: 10.9%;
    bottom: 7em;
    width: 9.2%;
    z-index: 0;    
}
.indus-card {
    position: relative;
    z-index: 1;
    background: #121F63;
    box-shadow: -2px 4px 10px #29005219;
    border-radius: 20px;
    padding: 40px 90px;
    
}
.ind_card_list {
    padding: 0px;
    list-style: none;
    margin: 0px;
    text-align: center;
} 
.ind_card_list li:hover {
     transform: scale(1.1); 
     transition: all 0.5s ease-out;
     /* cursor: pointer; */
     opacity: 1;
     color: #fff;
}
.ind_card_list li {
    background: #2B459C;
    box-shadow: inset 0px -6px 0px #121F63, -2px 4px 10px #0811417F;
    border-radius: 20px;
    color: #A6B5E1;
    margin: 9px;
    padding: 5px 4px;
    text-align: center;
    display: inline-block;
    width: 16%;
    opacity: 0.7;
    min-height: 8.5em;
    vertical-align: bottom;
    transition: all 0.5s ease-out;
}
.ind_card_list li p{
    font-size: 13px;
    padding: 0.1em 0px;
    margin: 0px;
}
.marquee {
    height: 100px;
    overflow: hidden;
    position: relative;
    background: #fff;
    color: #333;
    margin: 2em 0px;
}
.marquee div {
    position: absolute;
    display: flex;
    width: 100%;
    height: auto;
    margin: 1.6em 0px;
    text-align: center;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: scroll-left 20s linear infinite;
    -webkit-animation: scroll-left 20s linear infinite;
    animation: scroll-left 20s linear infinite;
}
.marquee img {
    margin: 0px 1em;
    width: 8%;
    height: 2.8em;
}

@keyframes scroll-left {
    /* 0% {
        transform: translateX(100%);
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    } */
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}
@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}
#clients{
    background: #f8f8f8;
    padding-top: 2em;

}
#aboutUsWave{
    /* background: #EFEFEF; */
    background-image: url(/img/homepage/Review-AboutBg.svg);
    background-position: 0% 46.5%;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 41em 0 2em 0px;
    position: relative;
        top: -44em;
    margin-bottom: -54em;
    /* top: -51em;
    margin-bottom: -62em; */

}

.thumbUp-icon{
    position: absolute;
    top: -10%;
    width: 14%;
    left: 52%;
}
.heading-client{
    color: #121F63;
    font-size: 45px;
    text-align: center;
}
#aboutUs{
    /* background-image: url('/img/homepage/Review-AboutBg.svg');
    background-repeat: no-repeat;
  background-size: cover; */
    /* background: transparent linear-gradient(0deg, #121F63 0%, #2B459C 58%, #3E91D6 100%) 0% 0% no-repeat padding-box; */
    padding: 9em 0px;
    text-align: center;

}
.heading-aboutUs{
    color: #fff;
    font-size: 40px;
    text-align: center;
}
.heading-aboutUs span{
    border-bottom: 3px solid #A6B5E1;
}
.about-us h4{
    text-transform: uppercase;
    letter-spacing: 5.3px;
    font-size: 65px;
    color: #fff;
    font-weight: bolder;
    text-align: center;
    margin: 7px 0px 0.5em 0px;
    text-shadow: 0px 5px #4cb2f3, -2px 3px 10px #08114180;
}
.about-us a{
    /* text-transform: uppercase;
    letter-spacing: 5.3px;
    font-size: 65px;
    color: #fff;
    font-weight: bolder;
    text-align: center;
    margin: 7px 0px 0.5em 0px;
    text-shadow: 0px 5px #4cb2f3, -2px 3px 10px #08114180; */
}
.about-us p{
    font-size: 16px;
    color: #D8D8D8;
    font-weight: 400;
    text-align: center;
    margin-bottom: 2em;
}
.about-creator-cert{
    left: -11em;
    position: relative;
    bottom: -9em;
    transform: rotate(15deg);
    width: 100%;
}
.abt-IconLeft{
    position: absolute;
    left: 0;
}
.abt-icon1{
    position: relative;
    top: -6em;
    left: 9em;
}
.abt-icon2{
    position: relative;
    top: -3em;
    left: -7%;
}
.abt-icon3{
    position: relative;
    top: 4em;
    left: 4em;
}
.abt-icon4{
    position: relative;
    top: 7em;
    left: -20%;
}
.abt-icon5{
    position: relative;
    top: 7em;
    left: 15em;
}

.abt-IconRight{
    position: absolute;
    right: 0;
}
.abt-IconRight1{
    position: relative;
    top: -2em;
    right: 7em;
}
.abt-IconRight2{
    position: relative;
    top: -3em;
    right: -7%;
}
.abt-IconRight3{
    position: relative;
    top: 3em;
    right: 4em;
}
.abt-IconRight4{
    position: relative;
    top: 12em;
    right: 15em;
}
.abt-IconRight5{
    position: relative;
    top: 3em;
    right: -15%;
}
 .vert-carousal input[type=radio] {
    display: none;
  }
  
  .client-card {
    position: absolute;
    width: 500px;
    height: auto;
    left: 0;
    right: 0;
    margin: auto;
    transition: transform 0.4s ease;
    transform: scale(0.2);
    cursor: pointer;
    background: #fff;
    border-radius: 20px;
    box-shadow: inset 0px -6px 0px #A6B5E1, -2px 4px 10px #0811417F;
    padding: 20px;
    color: #232323;
  }
  .client-cards {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 5em;
  }
 
  .vert-carousal {
    width: 100%;
    /* height: 100%; */
    transform-style: preserve-3d;
    justify-content: center;
    /* display: flex; */
    /* flex-direction: column; */
    align-items: center;
    position: relative;
    z-index: 2;
  }
  .client-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    /* -o-object-fit: cover;
       object-fit: cover; */
  }

    /* #item-1:checked ~ .client-cards #client-6,
    #item-2:checked ~ .client-cards #client-1,
    #item-3:checked ~ .client-cards #client-2,
    #item-4:checked ~ .client-cards #client-3,
    #item-5:checked ~ .client-cards #client-4,
    #item-6:checked ~ .client-cards #client-5
    
    {
    transform: translatex(-40%) translatey(-40%) scale(0.8);
    z-index: 0;
    background: #EFEFEF;
    color: #878787 !important;
  } */
    /* opacity: 0.4; */
  
    /* #item-1:checked ~ .client-cards #client-2,
    #item-2:checked ~ .client-cards #client-3,
    #item-3:checked ~ .client-cards #client-4,
    #item-4:checked ~ .client-cards #client-5,
    #item-5:checked ~ .client-cards #client-6,
    #item-6:checked ~ .client-cards #client-1
    {
    transform: translatex(40%) translatey(40%) scale(0.8);
    z-index: 0;
    background: #EFEFEF;
    color: #878787 !important;
  } */
/* opacity: 0.4; */  
/*   
    #item-1:checked ~ .client-cards #client-1,
    #item-2:checked ~ .client-cards #client-2,
    #item-3:checked ~ .client-cards #client-3,
    #item-4:checked ~ .client-cards #client-4,
    #item-5:checked ~ .client-cards #client-5,
    #item-6:checked ~ .client-cards #client-6
    {
    transform: translatex(0) translatey(0) scale(1);
    opacity: 1;
    z-index: 1;
  } */

 
  /* #item-1:checked ~ .client-cards #client-1:hover .client-review, 
  #item-2:checked ~ .client-cards #client-2:hover .client-review,
  #item-3:checked ~ .client-cards #client-3:hover .client-review,
  #item-4:checked ~ .client-cards #client-4:hover .client-review,
  #item-5:checked ~ .client-cards #client-5:hover .client-review,
  #item-6:checked ~ .client-cards #client-6:hover .client-review {
    overflow: visible;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: unset;
    -webkit-box-orient: vertical;
    transition: transform 0.4s ease;

  } */
  .client-cards .client-review-title{
    margin: 4px 0px;
    font-size: 14.5px;
    font-weight: 500;
}
.client-cards .client-review{
    margin: 0px;
    font-size: 13.5px;
    font-weight: 300;
    color: #232323;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: transform 0.4s ease;
}
.client-cards .read-more{
    font-size: 13.8px;
    color: #4787dd;
}
.reviewLoading{
    font-size: 15px; 
    font-weight: 300;
    font-style: italic;
    left: 12%;
    position: relative;
    top: 10%;
}
.client-card p{
    margin: 0px;
    font-size: 16px;
    font-weight: 400;
}
.client-cards small{
    font-size: 11px;
    color:#8A8A8A;
    font-weight: 500;
}
.client-card-modal{
    background: #fff;
    border-radius: 20px;
    box-shadow: inset 0px -6px 0px #A6B5E1, -2px 4px 10px #0811417F;
    padding: 20px;
    color: #232323;
    position: relative;
}
.client-card-modal .client-img{
    position: absolute;
    width: 4em;
    height: 4em;
    top: -4.3em;
    left: -2.8em;
}
.client-card-modal p{
    margin: 0px;
    color: #232323;
}
.client-card-modal .client-review{
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 2em;    
}
.client-card-modal small {
    font-size: 11px;
    color: #8A8A8A;
    font-weight: 500;
}


#contactUs{
    /* background: #EFEFEF; */
    padding: 14em 0px 0em 0px;
    position: relative;
}
.contact_us{
    position: relative;
}
.contact_us .heading{
    position: relative;
    color: #fff;
    text-align: center;
    top: -3em;
    font-size: 45px;
}
#contactUs h3{
    color: #3D3D3D;
    font-size: 20px;
    margin-bottom: 1em;
}
.contact_card{
    position: relative;
    box-shadow: -2px 4px 10px #29005219;
    border-radius: 30px;
    background: #fff;
    padding: 45px 42px;
    color: #3D3D3D;    
}
.contactMap_card{
    position: relative;
    box-shadow: -2px 4px 10px #29005219;
    border-radius: 20px;
    padding: 23px;
    background: #fff;
}
.contact_us{
    position: relative;
}
.contact_Guy{
    width: 40%;
    position: absolute;
    top: -50%;
}
.contact_Girl{
    width: 75%;
    position: absolute;
    top: -51%;
    right: -30%;
}
.mobile-icon{
    width: 17%;
    position: absolute;
    right: -6%;
    top: -8%;
    transform: rotate(-12deg);
}

.pin_icon{
    width: 12%;
    position: absolute;
    right: -3%;
    top: -6%;
}
.map{
    background: #EFEFEF;
    height: 270px;
}
.mail_icon{
    width: 31%;
    position: absolute;
    left: -10%;
    top: -32%;
}
.info_detail{
    padding: 23px 50px;
    background: #fff;
    box-shadow: -2px 4px 10px #29005219;
    border-radius: 20px;
    position: relative;
    width: max-content;
    width: fit-content;
    top: -76px;
    left: -4%;
    margin-bottom: -76px;
    text-align: center;
}
.info_detail p{
    color: #515151;
    margin: 7px 0px;
}
.form-control, .form-select{
    border: 1px solid #535353;
    border-radius: 10px;
    padding: 18px;
}
.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    opacity: 1;
    transform: scale(0.7) translateY(-1.2rem) translateX(1.65rem);
    background: #fff;
    line-height: 1.7;
    padding: 0px 0px;
    height: auto;
    font-weight: 400;
    color: #8A8A8A;
}
.form-floating>.form-select, .form-floating>.form-control {
    padding-top: 0.5em;
    padding-bottom: 0.5rem;
    height: 45px;
    font-weight: 400;
    color: #515151;
}
.form-floating>.form-control, .form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
    padding: 1rem 1.2rem;
    font-weight: 400;
}
.form-floating>label{
    padding: 10px 16px;
    color:#B0B0B0;
    font-weight: 400;
}
.form-control:focus , .form-select:focus{
    border-color: #535353;
    outline: 0;
    box-shadow: none;
}
.form-control::placeholder{
    font-weight: 300;
}

.schedule-call{
    padding: 4em 0px;
    color: #515151;
    z-index: 1;
    position: relative;
}
.schedule-call p{
    margin-bottom: 1em;
}

.schedule-call h3 {
    width: 20%; 
    text-align: center; 
    border-bottom: 2px solid #3D3D3D; 
    line-height: 0.1em;
    margin: auto; 
    color: #3D3D3D;
 } 
 .schedule-call h3 span { 
     background:#F8F8F8; 
     padding:0 10px; 
 }
.m-t-9{
    margin-top: -9em;
}
.footer-Illus-wrapper{
    position: relative;
}
 #footer{
    /* background: #EFEFEF; */
    background-image: url(/img/homepage/FooterBg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10em 0 3em 0px;
    /* background-position: 0% 33%; */
    position: relative;
}
#footer ul.quicklinks {
    font-size: 90%;
    line-height: 40px;
    margin-bottom: 0;
    margin-top: 2.5em;
    text-transform: none;
    font-family: 'Circular Std Book', Arial, sans-serif !important;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.list-inline-item {
    display: inline-block;
}
.list-inline {
    
    padding-left: 0;
    list-style: none;
}
ul .list-inline-item a {
    color: #fff;
}
#footer span.copyright {
    font-size: 12px;
    font-weight: 300;
    /* line-height: 40px; */
    text-transform: none;
    color: #A6B5E1;
    /* font-family: 'Circular Std Book', Arial, sans-serif !important; */
}
ul.social-buttons {
    margin-bottom: 0;
}
ul.social-buttons li a {
    font-size: 20px;
    line-height: 45px;
    display: block;
    width: 45px;
    height: 45px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #2B459C;
    border-radius: 100%;
    outline: none;
    /* background-color: #fff; */
    text-align: center;
}
ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
    background-color: #2b469d;
}
ul .list-inline-item a {
    color: #fff;
}
.creator-certificate{
    position: relative; 
    width: 100%;
}
.motion-line {
    /* offset-path: path('M20,20 C20,100 200,0 200,100');
    animation: move 3000ms infinite alternate ease-in-out;
    width: 40px;
    height: 40px;
    background: cyan; */
    width: 40px;
    height: 40px;
    background: #2BC4A2;
    margin: 20px;
    clip-path: polygon(0% 0%, 70% 0%, 100% 50%, 70% 100%, 0% 100%, 30% 50%);
    animation: move 5000ms infinite alternate ease-in-out;
     offset-path: path('M20,20 C20,100 200,0 200,100');
  }
  
  @keyframes move {
    0% {
      offset-distance: 0%;
    }
    100% {
      offset-distance: 100%;
    }
  }



  /* Innv winning page listing HallofFame desktop*/
  #innvPart-ListPageBody{
    background: transparent linear-gradient(24deg, #2A49B2 0%, #090F30 100%) 0% 0% no-repeat padding-box;    
    font-family: 'Roboto', sans-serif;
    position: relative;
}
  #innvPart_Listing{
    padding: 8em 0px 1em;
    position: relative;
 }
.throphy_particle{
    position: absolute;
    width: 28%;
}
.throphy_particle2{
    position: absolute;
    width: 15%;
    top: 25%;
    right: 13%;
}
#innvPart_Listing h3{
    font-size: 55px;
    font-weight: 500;
    color: #FFFFFF;
    text-shadow: 0px 0px 6px #3089FF;
}

#innvPart_Listing p{
    color: #F8F8F8;
    font-size: 18px;
    font-weight: 250;
    padding-right: 11em;
}
.innvPart_ListCard_Sec{
    padding: 2em 0px;
}
.innvPart_ListCard{
    background: #FFFFFF ;
    box-shadow: inset 0px -4px 0px #D2E0F2, -1px 2px 5px #29005219;
    border-radius: 30px;
    padding: 1.5em 1.7em 1.7em;
    transition: all 0.5s ease-out;
}
.innvPart_ListCard:hover{
    transform: translateY(-10px);
    transition: all 0.5s ease-out;
}
.innvPart_ListCard:hover .InnvlistCard_thumnail{
    transform: scale(1.03);
    transition: all 0.5s ease-out;
}
.innvPart_ListCard small{
    color: #232323 !Important;
    font-weight: 500;
    font-size: 13px;
}
.innvPart_ListCard:hover small{
    color: #3b82b0 !important;
}
.innvAward-title{
    color: #232323;
    font-size: 24px;
    font-weight: 500;
    margin-top: 10px;
}
.innvAward-subtitle{
    color: #232323;
    font-size: 16px;
    font-weight: 450;
    margin: 0px;
}
.innvAward-subtext{
    color: #232323;
    font-size: 14px;
    font-weight: 350;
    margin: 0px;
}
.InnvlistCard_thumnail{
    position: relative;
    display: grid;
    align-items: center;
    background: transparent linear-gradient(180deg, #4787DD 0%, #4242CF 100%) 0% 0% no-repeat padding-box;
    border-radius: 12px;
    padding: 15px;
    min-height: 10em;
    height: 11em;
    transition: all 0.5s ease-out;

}
.innv_viewDetail{
    /* margin-top: 1.5em; */
}
.thumnail_trophy{
    position: absolute;
    left: -37px;
    bottom: -22px;
}
.thumnail_trophy2{
    position: absolute;
    left: -17px;
    bottom: -11px;
}
.innvPart_ListGlobe{
    position: absolute;
    bottom: 0%;
    left: -14%;
    width: 72%;
    z-index: -1;
    
}


/* new design halloffame */

    .innv-list li {
        list-style:disc;
    }
    .innv-list li:before{
        content:none;
    }
    #innvPart_Listing .titleWrapper{
        padding-top: 2em !important;
        margin-left: 4% !important;
    }
    #innvPart_Listing .title{
        font-size: 50px !important;
    }
    #innvPart_Listing .trophystandWrapper{
        text-align: center;
        width: fit-content;
    }
    #innvPart_Listing .trophystand{
        width: auto;
        height: 9px;
        border-radius: 20px;
        box-shadow: 0px -4px 0px 0px #B3B4ED82 inset;
        background-color: white;
        margin-top: -7px;
    } 
    #innvPart_Listing .aligntrophywrap{
        align-items: flex-end !important;
        width: fit-content;
        padding: 0px 22px;
    }
    .copythrophy_cup{
        width: 70% !important;
    }
    .copyinnvPart_Listing {
        padding: 7em 0px 1em !important;
    }
    .copythumnail_trophy {
        height: 47% !important;
        width: 27% !important;
        left: -32px;
    }
    .copythumnail_trophy2{
        height: 30% !important;
        width: 20% !important;
    }
    .slider-awardListing {
        padding: 1em 0em !important;
    }
    .slider-awardListing .slick-slide {
        margin: 25px 9px !important;
    }
    .slider-awardListing .slick-next:before, .slider-awardListing .slick-prev:before {
        font-size: 32px !important;
    }
    .slider-awardListing .slick-prev {
        left: 24px;
        z-index: 2;
    }
    .slider-awardListing .slick-next {
        right : 28px;
        z-index: 1;
    }
    .slider-awardListing .slick-prev:before, .slider-awardListing .slick-prev:before, 
    .slider-awardListing .slick-next:before, .slider-awardListing .slick-next:before  {
        color: white !important;
        font-size: 23px !important;
        border-radius: 50% !important;
        line-height: 0 !important;
        opacity: 1.75;
        position: absolute;
        left: -4px;
        bottom: -14px;
        padding: 20px 0px;
    }
    
    .slider-awardListing .slick-prev, .slider-awardListing .slick-next, 
    .slider-awardListing .slick-prev, .slider-awardListing .slick-next{
        background: #3E434B !important;
        border-radius: 50%;
        position: absolute;
        bottom: 0px;
        padding: 8px;
        box-shadow: 0px 0px 12px 3px #8e909740;
        border: 6px solid white;
    } 
    .trophy-wrapper:hover .trophy,
    .activeTrophy .trophy{
        display: none;
        opacity: 1;
    }
    .trophy-wrapper:hover .bgtropy,
    .activeTrophy .trophy{
        display: block;
        opacity: 1;
    }
     .trophy{
        opacity: 0.85;
     }
    .bgtropy {
        display: none;
    }
    .bgtropy:hover{
        cursor: pointer;
        transition: 0.8s;
        transform: rotateZ(-10deg);
    }
    .trophy-card-active{
        transform: translateY(-10px);
        transition: all 0.5 ease-out;
    }
    .trophy-wrapper.trophy-active .bgtropy{
        display: block;
    }
    .trophy-wrapper.trophy-active .trophy{
        display: none;
    }
    .trophy-active{
        cursor: pointer;
        transition: 0.8s;
        transform: rotateZ(-10deg);
    }
    img.zohoBookingLogo {
        margin: 10px 0px;
    }
/* new design */

/* Innv winning page listing HallofFame desktop*/



/* Innovator page 2024 desktop */
.innvPart_contGirlMobile{
    display: none;
}
  #innvPartner-body{
      background: #F8F8F8;
  }
  #innovator-wave2024{
    background-image: url(/img/home/BG-CurvedFirstFold_AL2.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 19em 0 0px 0px;
    position: relative;
    top: -20em;
    margin-bottom: -17em;
  }
  
  .innvPartner-wrap{
    background-image: url(/img/home/Globe_AL2.svg);
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-size: 110% 110%;
    background-position: center top;
    position: relative;
    top: 4em;
  }
  .innvPartner-img{
    position: relative;
    z-index: 2;
    top: -6em;
    left: 9%;
    width: 90%;
  }
  .carouselInnvCard{
    background: #FFFFFF;
    box-shadow: -2px 4px 10px #29005219;
    border-radius: 20px;
    padding: 0em;
    z-index: 3;
    position: relative;
    }
    #carouselInnvPart2021 .carousel-inner{
        padding: 0px;
        border-radius: 20px;
     }
     #carouselInnvPart2021 .carousel-control-next-icon,#carouselInnvPart2021 .carousel-control-prev-icon{
        width: 1.5rem;
        height: 1.5rem;
     }
     #carouselInnvPart2021 .carousel-indicators{
        margin: 0em 0em 2em !important;
     }
    .carouselInnv-Content{
        padding: 3em 5em 1em;
    }
    .watchDempPOS{
        transition: all 0.5s ease-out;
    }
    .watchDempPOS:hover img,.watchDempPOS:hover h3{
        cursor: pointer;
        transform: scale(1.1);
        transition: all 0.5s ease-out;
        color: #2B459C;
    }
    .carouselInnv-Content h2{
        font-weight: 600;
        font-size: 35px;
        color: #232323;
    }
    .carouselInnv-Content h4{
        font-weight: 400;
        font-size: 28px;
        color: #2B459C;
    }
    .carouselInnv-Content h5{
        margin-top: 1em;
        font-weight: 400;
        font-size: 16px;
        color: #515151;
        line-height: 1.5;
        padding-right: 15em;
    }
    .carouselInnv-Content h3{
        font-weight: 400;
        font-size: 12px;
        color: #333;
    }
    .InnvPart-keyFeature{
        padding: 3em 0px;
    }

    .InnvPart-keyFeature h4{
        color: #232323;
        font-size: 26px;
        font-weight: 500;
    }
    .InnvPart-keyFeature p{
        color: #515151;
        font-size: 16px;
        font-weight: 400;
    }
    .keyFeat-Card h5{
        margin: 1em 0px 0px;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5;
    }
    
    .keyFeat-Card{
        padding: 2.5em 3.5em;
        transform: translateY(0);
        margin-top: 1.5em;
        transition: all 0.5s ease-out;
    }
    .keyFeatCard-col:hover .keyFeat-Card{
        background: #fff;
        border-radius: 30px;
        cursor: pointer;
        transform: translateY(-10px);
        transition: all 0.5s ease-out;
    }
    .txt-hide-p {
        color: #515151;
        font-size: 16px !important;
        font-weight: 300 !important;
        opacity: 0;
        transform: translateY(0px);
        transition: all 0.5s ease-out;
    }
    .keyFeatCard-col:hover .txt-hide-p{
        margin-top: 1em;
        opacity: 1;
        transform: translateY(-10px);
        transition: all 0.5s ease-out;
    }
    .POSFinalVdoCard {
        box-shadow: -2px 4px 10px #0811417F;
        border-radius: 20px;
        overflow: auto;
        display: flex;
        margin-bottom: 5em;
        background: #0811417F;
        transition: all 0.5s ease-out;
    }
    #InnvPart-VideoDemo{
        padding: 5em 0px 0px;
        background: #090F30;
    }
    #carouselInnvVideoDemo .carousel-inner{
        padding: 5em 0px 0px;
    }
    .carousel-indicators{
        margin: 0px !important;
    }
    #carouselInnvVideoDemo{
        margin: auto;
    }
    #carouselInnvVideoDemo .carousel-indicators{
        top: 0%;
        height: fit-content;
    }
    #carouselInnvVideoDemo .carousel-indicators [data-bs-target]{
        width: 1000px;
        height: 43px;
        color: #DBDBDB;
        font-size: 15px;
        background-color :#090F30 !important;
        border: 0.5px solid #E3EAFF;
        border-radius: 8px;
        margin: 1em;
        opacity: 1;
        text-align: center;
        text-indent: unset;
    }
        
    #carouselInnvVideoDemo .carousel-indicators .active {
        color: #232323;
        background-color: #FFB541 !important;
        border: 0.5px solid #FFB541;
    }
    #carouselInnvVideoDemo.carousel-dark .carousel-control-next-icon, #carouselInnvVideoDemo.carousel-dark .carousel-control-prev-icon{
        filter: invert(0) grayscale(00);
        width: 1.5rem;
        height: 1.5rem;
    }
    #carouselInnvVideoDemo .carousel-control-next{
        right:-6%;
    }
    #carouselInnvVideoDemo .carousel-control-prev{
        left:-6%;
    }
    .innv_contact_us{
        position: relative;
        bottom: -6em;
        margin-bottom: 8em;
        padding: 6em 0px 0px;
    }
    .mailImg {
        position: absolute;
        right: 1%;
        top: -5%;
    }
   
    .innv_contact_card{
        box-shadow: -2px 4px 10px #29005219;
        border-radius: 30px;
        background: #fff;
        padding: 6em 40px 7em;
    }
    .innv_contact_card h3{
        color: #232323;
        font-size: 38px;
        margin-bottom: 1.1em;
    }
    .innv_contact_card h5{
        color: #232323;
        font-size: 22px;
        margin-bottom: 15px;
    }
    .innv_contact_card p{
        color: #515151;
        font-size: 15px;
        margin-bottom: 2.5em;
        font-weight: 300;
    }
    .innv_info_detail{
        box-shadow: -2px 4px 10px #29005219;
        border-radius: 30px;
        background: #fff;
        padding: 5em 45px;
        color: #3D3D3D;
        width: 90%;
        top: 8em;
        left: 0%;
        position: relative;
    }
    .innv_info_detail h5{
        font-weight: 500;
        font-size: 20px;
        color: #232323;
    }
    .innv_info_detail p{
        font-size: 16px;
        color: #515151;
        margin-bottom: 2.5em;
        font-weight: 300;
    }
    .innv_info_particle{
        width: 22%;
        position: absolute;
        left: 13px;
        top: 0%;
    }
    .innvPart_contGirl{
        z-index: 0;
        position: absolute;
        width: 330px;
        left: 6%;
        bottom: 0%;
    }
    .innvPart_SummuarySec {
        padding: 11em 0px 0em;
    }
    .innvPart_SumFirstTab{
        padding-bottom: 5em;
    }
    .innvPart_SumLastTab{
        padding-bottom: 6em;
    }
    .innvPart_Summuary h3{
        color: #232323;
        font-size: 28px;
        font-weight: 500;
    }
    .innvPart_Summuary h5{
        color: #232323;
        font-size: 18px;
        font-weight: 500;
        margin-top: 1.8em;
    }
    .innvPart_Summuary p{
        color: #515151;
        font-size: 18px;
        font-weight: 300;
    }
    .innvPart_Summuary_ul li {
        color: #515151;
        font-size: 18px;
        font-weight: 300;
    }
    .innvPart_Summuary_ul li::marker {
        color: #8A8A8A;
        width: 10px;
        height: 10px;
        font-size: 22px;
    }
    .innvTestimonialSec {
        background-image: url(/img/home/testimonial_bg_AL2.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
        padding: 4em 0 5em 0px;
        position: relative;
        /* margin-top: 5em; */
    }
    .innvTestimonialSec p{
        color: #fff;
        font-size: 18px;
        font-weight: 400;
    }
    .innv_teamJoy{
        padding: 6em 0px;
    }
    .innv_teamJoy h5{
        font-size: 39px;
        font-weight: 500;
        color: #232323;
    }
    .innv_teamJoy p{
        font-size: 15px;
        font-weight: 300;
        color: #515151;
        padding-right: 4em;
    }
    .innv_teamVdo{
        border-radius: 30px;
    }
    .slider-multi{
        padding: 2em 0px 3em; 
    }
    .innvPartner-slideSlick .slider-multi .slideImg{
        width: 340px !important;
        height: 210px !important;
    }
/* Innovator page 2024 desktop */

/* Innovator page 2025 desktop */
#innvLogistic-banner{
    padding-top: 8em;
}
.innvWinner25-troply-col {
    padding: 0em 0px 0px;
    position: absolute;
    top: 25%;
    width: 72%;
}
#innovator-wave2025 {
    background-image: url(/img/home/BG-CurvedFirstFold_AL2.svg);
    background-repeat: no-repeat;
    background-size: 100% 112%;
    background-position: center top;
    padding: 43em 0 0px 0px;
    position: relative;
    top: -64vh;
    margin-bottom: -27em;
}
.innvWinner25-wrap{
    background-image: url(/img/home/iqLogis_BigClouds.svg);
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-size: 100% 110%;
    background-position: center top;
    position: relative;
    top: -8.5em;
    z-index: -1;
    right: -31px;
}
.innvWinner25-img{
    width: 48%;
    position: relative;
    top: -6em;
    right: -25vw;
}

#carouselInnvPart2025 .carousel-inner{
    padding: 20px;
    border-radius: 20px;
    background-image: url(/img/home/iqLogis-Bg-Carousel.svg);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-size: 100% 100%; */
    background-position: center top;
 }
 #carouselInnvPart2025 .carousel-control-next-icon,#carouselInnvPart2025 .carousel-control-prev-icon{
    width: 1.5rem;
    height: 1.5rem;
 }
 #carouselInnvPart2025 .carousel-indicators{
    margin: 0em 0em 2em !important;
 }
 #carouselInnvPart2025 .carousel-item{
     height: 82vh;
 }
 .iqLogis-tabs{
     background: #5675F8;
     padding: 20px;
     top: 3.6em;
 }
 .iqLogis-tabs li.nav-item {
    margin: 0px 12px;
}
 .iqLogis-tabs .nav-pills .nav-link.active{
    color: #1D1D1D;
    border-radius: 8px;
    background-color: #FFC524;
    font-weight: 500;
    transition: 0.5s ease;
 }
 #myTab{
     position: relative;
 }
 .iqLogis-tabs .nav-pills .nav-link.active:before{
    content: "";
    display: inline-block;
    width: 47px;
    height: 29px;
    background-image: url(/img/home/TruckTab-Active.png);
    background-size: cover;
    position: absolute;
    left: -22px;
    z-index: 1;
    transition: 1s ease;
 }
 .iqLogis-tabs .nav-pills .nav-link{
    color: #fff;
    border-radius: 10px;
    background-color: #88AEFF;
    font-size: 17px;
    font-weight: 400;
    position: relative;
 }
/* innovator page 2025 award desktop*/

/* schedulathon 2025 desktop*/
#shedulathon25-banner{
    padding-top:2em;
}
.shedmytab .nav-link:before{
    display: none !important;
}
.shedulathon25-img{
    position: relative;
    z-index: -1;
    top: 2.3em;
    left:5.1em;
    width: 75%;
}
#shedulathon25-wave {
    background-image: url(/img/home/BG-CurvedFirstFold_AL2.svg);
    background-repeat: no-repeat;
    background-size: 100% 112%;
    background-position: center top;
    padding: 45em 0 0px 0px;
    position: relative;
    top: -73vh;
    margin-bottom: -35em;
}
.sheduparticle{
    position: absolute;
    width: 50%;
    z-index: 2;
    top: -5%;
    left: 22%;
}
.shed25-carousel .carousel-item{
    height: 76vh !important;
}
.shedinnv_teamJoy h5{
    padding-right: 15px;
}
.shedinnv_teamJoy p{
    margin: 20px 0px;
}
/* schedulathon 2025 desktop*/

/* innovator page 2021 award desktop*/
  .innovator-header{
    z-index: 2;
    position: relative;
    color: #090f30;
    text-transform: capitalize;
    font-size: 60px;
    font-weight: 600;
    text-align: left;
    margin: 0px;
  }
  .innovator-subheader{
    color: #090f30;
    font-size: 31px;
    font-weight: 500;
  }
  .leaf-two{
    transform: rotateY(180deg);
  }
  #innovator-wave{
    background-image: url(/img/home/Bg-Innovatoroftheyear_AL1.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 14em 0 0px 0px;
    position: relative;
    top: -17em;
    margin-bottom: -25em;
    /* background-position: 0% 33%; */
  }
  #innovator-wave .bg-innvImg {
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    margin: auto; 
    min-width: 100%;
    min-height: auto;
  }
  .innv-illu-wrapper{
    /* background: #e0980026; */
    /* border-radius: 50%; */
  }
  .troply-img-col{
    padding: 6em 0px 0px;
    position: relative;
  }
  .troply-img-col2024{
    padding: 6em 0px 0px;
    position: relative;
  }
  .particle4 {
    position: absolute;
    width: 17%;
    right: -5%;
    z-index: 2;
    top: 55%;
  }
  .particle3 {
    position: absolute;
    width: 37%;
    left: 9%;
    bottom: -8%;
    z-index: 1;
  }
  .particle1 {
    position: absolute;
    width: 25%;
    left: 1%;
    z-index: 0;
    bottom: -6%;
  }
  .particle2 {
    position: absolute;
    width: 7%;
    right: 1%;
    bottom: -6%;
    z-index: 2;
  }
  .innovator-kpiBadge{
      background: #0C1544;
      border-radius: 12px;
      padding: 0.8em;
      color: #fff;
      box-shadow: 0px 3px 0px #2B459C;
      position: relative;
      z-index: 2;
      width: 75%;
  }
  .innovator-kpiBadge h5{
      margin: 0px;
      font-weight: 500;
      font-size: 20px;
  }
  .innovator-kpiBadge p{
      margin: 0px;
      font-weight: 300;
      font-size: 12px;
  }
  .innovator-org-p{
      font-size: 15px;
      font-weight: 500;
      margin-top: 10px;
      margin-bottom: 5em;
  }
  .innv-list{
      font-weight: 300;
      font-size: 16px;
      padding-top: 1.5em;
  }
  .innv-list h5{
    font-weight: 400;
    }
  .innv-list hr{
    border: 1px solid #602B4A;
  }
  .innv-list ul{
    padding-left: 0px;
  }
  .innv-list li{
    color: #E1E1E1;
    list-style: disc;
    padding: 0.5em 0px;
  }
  .innv-list li:before {
    /* content:"·"; */
    /* content: "路"; */
    font-size: 90px;
    vertical-align:middle;
    line-height:20px;
    }
    .text-winning{
        color: #F9C76A !important;
    }
    .f-w-500{
        font-weight: 500 !important;
    }
  
    .winner-card-wrapper{
        /* border: 1px dashed #F9C76A; */
        padding: 2.5em;
        /* height:  55%; */
        /* border-radius: 10px;
        border-bottom: none;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px; */
    }
    .winner-title{
        color: #fff;
        font-size: 35px;
        font-weight: 300;
        margin-bottom: 13px;
    }
    .winner-subtxt{
        color: #fff;
        font-size : 16px;
        font-weight: 300;
    }

    .winner-card{
        background: #fff;
        padding: 37px;
        box-shadow: inset 0px -6px 0px #A6B5E1;
        border-radius: 20px;
        min-height: 380px;
        position: relative;
        margin-top: 1.5em;
        font-family: Arial;
        /* z-index: 1; */
    }
    .winner-card h4{
        font-size: 23px;
        font-weight: 500;
        margin: 21px 0 14px 0;
    }
    .winner-card p{
        color: #3D3D3D;
        font-size: 23px;
        font-weight: 300;
    }
    .innv-badge{
        position: absolute;
        top: -6%;
        right: -6%;
    }
    .judge-list p{
        color: #fff;
        font-size: 15px;
        font-weight: 300;
        margin: 1.5em 0px;
    }
    .finalWinnerVdoWrapper{
        padding: 3em 4em 0px;
        position: relative;
        z-index: 1;
    }
    .finalWinnerVdo{
        color: #fff;
        font-size: 38px;
        font-weight: 500;
        text-align: center;
        margin: 0.5em 0px;
    }
    .finalWinnerVdoCard{
        box-shadow: -2px 4px 10px #0811417F;
        border-radius: 20px;
        overflow: auto;
        display: flex;
        margin-bottom: 5em;
        background: #0811417F;
    }
    .WinnerLeafSmall{
        color: #fff;
        font-size: 28px;
        font-weight: 400;
        text-align: center;
    }
    .WinnerLeafSmall-two{
        transform: rotateY(180deg);
      }
    .illu-trophy{
        position: absolute;
            bottom: -10%;;
            right: -3%;
      }
    .illu-certificate{
        position: absolute;
        bottom: -11%;
        left: -6%;
      }
      .innv-likeIcon{
        position: relative;
        top: 5em;
        width: 6%;
        right: -13%;
      }
      .slideImg {
        width:200px !important;
        height:200px !important;
        background:#A6B5E1;
        box-shadow: -2px 4px 10px #00000029;
        border: 1px solid #D0D0D0;
        border-radius: 20px;
        margin: 6px;
        border-radius:10px;
        transition: all 0.5s ease-out;
        box-shadow: -2px 4px 10px #00000029;
      }
      .slideImg:hover{
        cursor: pointer;
        transform: scale(1.1);
        transition: all 0.5s ease-out;
      }
      .slick-next:before, .slick-prev:before{
          color:#a6b6e1 !important;
      }
      .slick-slide{
         margin: 6px;
      }
      .slick-slide img{
        height: 100%;
        border-radius:10px;
      }
      .innv-guy-footer{
        position: absolute;
        right: 31%;
        top: 3.5em;
        z-index: 3;
        width: 15%;
                }
/* innovator page 2021 award desktop*/
   
/* IQ shoopfloor widget page desktop*/
#iqShopfloor-banner{
    padding-top: 100px;
}
.iqShopfloor-header{
    color: #1D1D1D;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 72px;
    font-weight: 600;
    font-style: normal;
    /* line-height: 100px;  */
}
.iqShopfloor-header span{ 
    font-family: Comfortaa;
    font-weight: 700;
    color: #3A6EE7;
}
.iqShopfloor-p{
    color: #232323;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin: 0px;
/* line-height: 42px;  */
}
.iqShopfloor-subheader{
    color: #232323;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 500;
    padding-top: 30px;
    line-height: 52px; 
}
#iqShopfloor-wave{
    background-image: url(/img/home/iqShopFlrBg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 122px 0 16em 0px;
    position: relative;
}
.iqShopfloor-Build p{
    color: #515151;
    font-size: 16px;
    font-weight: 400;
    margin-top: 1.5em;
}
.iqShopfloor-card{
    background:#F2F4F9;
    box-shadow: -2px 4px 10px #29005219;
    border-radius: 20px;
    padding: 54px 82px;
    z-index: 3;
    font-family: 'Roboto';
    position: relative;
    margin-bottom: 8em;
}    
.iqShopfloor-card h2{
    color: #232323;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 24px;
    }
.iqShopfloor-card h4{
    color: #232323;
    font-size: 28px;
    font-weight: 500;
    }
.iqShopfloor-card h5{
    color: #232323;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
    }
.iqShopfloor-card h6{
    color: #232323;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    }
.iqShopfloor-card p{
    color: #515151;
    font-size: 16px;
    font-weight: 350;
    margin: 0px;
    
    }
.yellow-p{
    color: #E88D00 !important;
    font-family: Roboto;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin: 27px 0px 40px !important;
    position: absolute;
    bottom: 0;
    }
.iqShopfloor-comforta{
    /* color: #232323; */
    font-family: Comfortaa !important;
    margin-left: -3px;
    /* font-weight: 700; */
    }
#v-pills-tab .nav-link{
    padding: 31px 22px;
    color: #515151;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    }
#v-pills-tab .nav-link.active{
    background: #fff;
    border-radius: 10px 0px 0px 10px;
    }
#v-pills-tab .nav-link.active img {
        width: 12%;
    }
#v-pills-tab .nav-link img {
        width: 9%;
    }
div#v-pills-tab{
    margin: 0px !important;
    }
.carouselIqCard{
    border-radius: 0px 10px 10px 0px;
    background: #FFF;
    padding: 32px;
    height: 44vh;
    position: relative;
    /* align-items: center; */
    }
#v-pills-tab{
    display: block;
    }
.tab-slider{
    display: none;
    }
#book-btn{
    /* display: none; */
    display: block;
    padding: 8px 25px;
    width: fit-content;
    }
#book-btn.show{
    display: block;
    padding: 8px 25px;
    width: fit-content;
    }
#carouselIqShopfloor{ 

}
#carouselIqShopfloor .carousel-control-next, #carouselIqShopfloor .carousel-control-prev {
    width: 20%;
}
#carouselIqShopfloor .carousel-control-next-icon, #carouselIqShopfloor .carousel-control-prev-icon{
    width: 1.5rem;
    height: 1.5rem;
}

#iqShopfloor-ClaimFree{
    position: relative;
    background: #0E1541;
    padding: 8em 0px 25em;
    bottom: -36vh;
}
#iqShopfloor-ClaimFree h3{
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 22px;
    line-height: 58px; /* 120.833% */
}
#iqShopfloor-ClaimFree p{
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px; /* 116.667% */
}
.iqSF-Demo-h3{
 color: #fff;
 font-size: 36px;
 font-weight: 600;
 
}
.iq-girl-footer{
    position: absolute;
    right: 13%;
    /* bottom: 3.5em; */
    z-index: 0;
    top: -9em;
    width: 18%;
}
.IQ-Shopfloor-ZEcosystem{
    padding: 10em 0px;
}
.IQ-ShopFloor-FAQ{
    padding: 3em 0px;
    margin-bottom: -25vh;
}
.IQ-ShopFloor-FAQ h5{
    color: #232323;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 1em;
}
#iqSf-FaqAccordian .accordion-item{
    margin-top: 4px;
    border-bottom: none;
    box-shadow: none;
    border-radius: 10px !important;
    background: #FFF;
    padding: 10px 15px;
}
#iqSf-FaqAccordian .accordion-button{
    border-radius: 10px !important;
    font-weight: 600;
}
#iqSf-FaqAccordian .accordion-button.collapsed{
    font-weight: 400;
}
#iqSf-FaqAccordian .accordion-body {
    color: #515151;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; 
}
#iqSf-FaqAccordian .accordion-body p{
    margin: 0px;
}
.thumbUpBooking {
    position: absolute;
    width: 7%;
    top: -2em;
    z-index: 0;
    left: 32%;
}
.IQ-SF-Trophy{
    padding: 5em 0px;
    position: relative;
}
.iq-trophy-h3{
    color: #DB8600;
    font-size: 45px;
    font-weight: 600;
    line-height: 58px;
    margin: 0px;
}
.iq-trophy-h2{
    font-family: Roboto;
font-size: 54px;
font-style: normal;
font-weight: 600;
color: #1D1D1D;
}
.iq-trophy-p{
    color: #232323;
    font-size: 22px;
    margin-top:10px;
    font-weight: 350;
}
.iq-trophy-img {
    position: absolute;
    width: 11%;
    right: 19%;
    top: 7%;
}
.iq-trophy-h4{
    color: #232323;
    font-size: 28px;
    font-weight: 500;
    margin: 1.8em 0px 1em;
}
.champSec{
    margin: 2.5em 0px 0px;
}
.champSec img{
    margin-right: 10px;
}
.champSec-p{
    color: #515151;
    font-size: 16px;
    font-weight: 350;
    margin-top: 1em;
}
.champSec-span{
    font-weight: 500;
    }
.iq-trophyPartical{
    position: absolute;
    top: -9em;
    left: 3em;
    z-index: 3;
    width: 30%;
}
.iq-award-LP{
    margin-bottom: -2em;
    margin-right: 4em;
    z-index: 2;
    float: right;
    position: relative;
}
.iqShopfloor-Build {
    margin: 0px 5em;
}


/* IQ shoopfloor widget page desktop*/

/* Abous Page desktop*/
 #aboutUs-banner{
    /* background: #EFEFEF; */
    background-image: url(/img/home/Bg-AboutUsBanner.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    padding: 9em 0px 10em;
    text-align: center;
 }
  #aboutUs-wave{
    background-image: url(/img/home/bg-award.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 9em  0px 12em;
    position: relative;
    
    }
  .aboutUsInn-header{
    color: #fff;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 2em;
    /* text-shadow: 1px 2px #e09800, -2px 3px 10px #08114180; */
  }
  .leafWhite-two{
    transform: rotateY(180deg);
  }
  .awardAboutusGirl{
    position: absolute;
    bottom: -5em;
    width: 30%;
    left: -2%;
  }
  .about-guy-footer{
    position: absolute;
    right: 23%;
    top: -9em;
    z-index: -1;
    width: 15%;
            }
    .illu-AboutUsBanner{
    z-index: 0;        
    width: 46.3%;
    text-align: center;
    }
    .howItStarted{
        padding: 2em 0px;
        position: relative;
        top: -5em;
        /* margin-bottom: -6em; */
    }
    .howItStarted h3{
        color: #121F63;
        font-size: 32px;
        font-weight: 500;
        margin-bottom: 0.8em;
    }
    .howItStarted p{
        color: #232323;
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 0.8em;
        margin-top: 2em;
    }
    #our-team{
        padding: 5em 0px 2em;
    }
    .team-card {
        box-shadow: -2px 4px 10px #29005219;
        border-radius: 20px;
        text-align: center;
        transition: all 0.5s ease-out;
        height: 32em;
        position: sticky;
    }
    .team-card .card-body{
        transition: all 0.6s ease-out;
        padding-bottom: 0px;
    }
    .team-card .card-footer{
        background: #CCAA5F;
        color: #fff;
        border-radius: 0px 0px 20px 20px;
        border: none;
        margin-top: 20px;
        font-size: 14px;
        font-weight: 300;
    }
    .team-card .prof-pic-wrapper{
        max-height: 17em;
        /* transform: scaleY(0);  */
        overflow: hidden;
        border-radius: 20px;
        transition: all 0.6s ease-out;
        margin-bottom: 1em;
    }
    .team-card:hover{
        cursor: pointer;
    }
    .team-card:hover .prof-pic-wrapper{
        max-height: 11em;
        /* transform: scaleY(1);  */
        transition: all 0.6s ease-out;
    }
    .team-card:hover {
        max-height: fit-content;
    }
    .team-card .txt-hide{
        opacity: 0;
        /* max-height: 0px; */
        transform: scaleX(0.5);  
        overflow: hidden;
        transition: all 0.5s ease-out;
        z-index: 0;
        position: sticky;
    }
    .team-card:hover .txt-hide{
        opacity: 1;
        /* max-height: fit-content; */
        transform: scaleX(1);  
        transition: all 0.5s ease-out;
        padding-top: 1em;
    }
    .team-card .team-animateSlide{
        max-height: 21.5em;
        z-index: 1;
        position: relative;
        top: 0px;
    }
    .team-card:hover .team-animateSlide{
        bottom: 0px;
    }
    .team-card .prof-pic{
        border-radius: 20px;
        border: 1px solid #eaf2ff;
    }
    #our-team h3{
        color: #121F63;
        font-size: 32px;
        font-weight: 500;
        margin-bottom: 0.8em;
    }
    .team-card .card-title{
        color: #3D3D3D;
        font-size: 24px;
        font-weight: 500;
    }
    .team-card .card-text{
        color: #515151;
        font-size: 17px;
        font-weight: 300;
    }
    .team-card .card-text small{
        font-size: 13px;
    }
    .team-card .card-text small .text-muted{
        color: #8A8A8A;
    }
    .team-card{
        margin-bottom: 1.5em;
    }

    .schedule-call {
        padding: 2em 0px;
    }
  /* Abous Page desktop*/

  /* service Landing Page desktop*/
#service-banner{
    padding-top: 9em;

}
#service-banner h1{
    color: var(--brandBlue);
    font-weight: 900;
    font-size: 60px; 
    margin-top: 1.5em;
}
#service-banner p{
    color: var(--subTextBlack);
    font-weight: 400;
    font-size: 20px; 
    margin-bottom: 2em;
    margin-top: 1em;
    /* padding-right: 3em; */
}

#business-automation{
    padding-top: 7em;
    background-image: url(/img/home/Business-Proces-Bg.svg);
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-size:50%;
    position: relative;
    top: -4em;
}
#business-automation h1{
    color: #121F63;
    font-weight: 600;
    font-size: 35px; 
    margin-top: 1.5em;
}
#business-automation p{
    color: #232323;
    font-weight: 400;
    font-size: 16px; 
    margin-bottom: 1em;
    margin-top: 1em;
    padding-right: 3em;
}
.business-auto{
    position: relative;
    padding: 4em;
}
#serv-whyZoho{
     position: relative;
}
.serv-exclaimIllus{
    right: -21%;
    top: -23%;
    width: 50%;
    position: absolute;
}
.serv-heartIllus{
    position: absolute;
    right: 5%;
    bottom: -40%;
    width: 25%;
}
.serv-creatorIllus {
    left: 2%;
    bottom: -12%;
    width: 20%;
    position: absolute;
}
.serv-whyZoho h1{
    color: #121F63;
    font-weight: 600;
    font-size: 35px; 
    margin-top: 1.5em;
    text-align: center;
    margin-bottom: 1.1em;
}
.serv-whyZoho h4{
    color: #3D3D3D;
    font-weight: 500;
    font-size: 22px; 
    
}
.serv-whyZoho  p{
    color: #515151;
    font-weight: 400;
    font-size: 14px; 
    margin-bottom: 1em;
    padding-right: 3em;
}

.green-box  {
    height: 20px;
    width: 20px;
    background: #01A768;
    margin-top: 3px;
  }
  .red-box  {
    height: 20px;
    width: 20px;
    background: #F0483E;
    margin-top: 3px;
  }
  .blue-box  {
    height: 20px;
    width: 20px;
    background: #03A9F5;
    margin-top: 3px;
  }
  .yellow-box  {
    height: 20px;
    width: 20px;
    background: #F8D209;
    margin-top: 3px;
  }
  .blue-circle{
    width: 189px;
    height: 189px;
    background: #2B459C;
    border-radius: 50%;
    margin: auto;
    text-align: center;
    font-size: 11px;
    color: #fff;
    padding: 6.3em 3em;
    margin: 3em 0px 4em;
  }
#serv-zohoTool{
    padding: 5em 0px; 
    background-image: url(/img/home/ZohoTools-Bg.svg);
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-size: 40%;
    /* background-position: center top; */
    background-position: top right;
    position: relative;
}
.serv-zohoTool h1{
    color: #121F63;
    font-weight: 600;
    font-size: 35px; 
    /* margin-bottom: 1.8em; */
}
.serv-zohoToolWrap{
    position: relative;
    top: -8em;
}
.serv-zohoTool h3{
    color: #3D3D3D;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 1.5em;
}
.zohoTool-booksIllus{
    right: 4%;
    top: 6%;
    width: 10%;
    position: absolute;
}
    .zohoTool-clipIllus {
    position: absolute;
    right: -13%;
    width: 16%;
    z-index: 0;
}
.zohoTool-inventoryIllus{
    left: -13%;
    width: 13%;
    top: 39%;
    position: absolute;
    z-index: -1;
}
.serv-zohoToolCard{
    background: #fff;
    box-shadow: -2px 4px 10px #29005219;
    border-radius: 30px;
    padding: 42px 100px;
    margin-bottom: 24px;
}
.serv-zohoToolCard h3{
    margin-bottom: 1em;
}   
.serv-zohoToolCard p{
    margin: 0px;
    font-size: 17.5px;
    font-weight: 400;
    color: #515151;
}   
.serv-customERPCard{
    background: #fff;
    box-shadow: -2px 4px 10px #29005219;
    border-radius: 8px;
    padding: 6px 13px;
    margin-bottom: 20px;
    }
.serv-customERPCard h3{
    font-size: 17px;
    margin: 0px;
    color: #232323;
    font-weight: 400;
}
.serv-customERPCard p{
    font-size: 14px;
    margin: 0px;
    color:#8A8A8A;
    font-weight: 400;
}
.serv-integration-cardsWrapper {
    position: relative;
    top: -15.7em;
    margin-bottom: -13em;
}
.serv-IqpartIllus{
    z-index: 1;
    right: -2%;
    position: relative;
}
.zohoTool-BgCrmIllus {
    left: 0%;
    width: 15%;
    bottom: -3%;
    position: absolute;
    z-index: -1;
}
#serv-hybridApp{
    padding: 0em 0px 1em; 
    background-image: url(/img/home/Hybrid-bg.svg);
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-size: 40%;
    /* background-position: center top; */
    background-position: top right;
    position: relative;
}

.serv-hybridApp h1 {
    color: #121F63;
    font-weight: 600;
    font-size: 35px;
    margin-top: 1.5em;
    text-align: center;
    margin-bottom: 1.1em;
}
.serv-hybridApp h3 {
    color: #3D3D3D;
    font-size: 20px;
    font-weight: 600;
    /* text-align: left; */
    margin-bottom: 2.5em;
}
.serv-hybridAppCard{
    background: #fff;
    box-shadow: -2px 4px 10px #29005219;
    border-radius: 20px;
    padding: 1.6em 2em;
    margin-bottom: 20px;
    }
.serv-hybridAppCard h3{
    font-size: 18px;
    margin: 0px;
    color: #515151;
    font-weight: 500;
}
.serv-hybridAppCard p{
    font-size: 15px;
    margin: 0px;
    color:#515151;
    font-weight: 400;
}
.servHybrid-andiodIllus {
    right: 0%;
    top: 5%;
    width: 8%;
    position: absolute;
    opacity: 0.3;
}
.servHybrid-appleIllus{
    right: 0%;
    top: 35%;
    width: 10%;
    position: absolute;
    opacity: 0.2;
}
.servHybrid-vueIllus{
    left: -8%;
    width: 13%;
    top: 16%;
    position: absolute;
    z-index: -1;
}
.servHybrid-jsIllus{
    left: -3%;
    width: 16%;
    bottom: 6%;
    position: absolute;
    z-index: -1;
}

.servHybrid-androidBigIllus{
    right: -10%;
    top: 45%;
    width: 14%;
    position: absolute;
    z-index: -1;
}
.servHybrid-apiIllus{
    right: 0%;
    bottom: 1%;
    width: 10%;
    position: absolute;
}
.serv-hybridCustom{
    padding: 6em 6em 0em;
    position: relative;
}
.serv-hybrid-AppIllus{
    position: relative;
    padding-top: 6em;
    text-align: center;
}
.serv-hybrid-AppIllus img {
    display: inline-block;
    position: relative;   
    width: 20%;
}
.serv-hybrid-AppIllus img:nth-child {
    position: relative;   
}
.serv-hybrid-AppIllus img:nth-child(1) {

    right: 1%;
}
.serv-hybrid-AppIllus img:nth-child(2) {
    top: -11em;
    right: 0em;
}
.serv-hybrid-AppIllus img:nth-child(3) {
    top: 0;
    right: 14%;
    width: 25%;
}
.serv-hybrid-AppIllus img:nth-child(4) {
    top: -7em;
    right: 14%;
}
.serv-hybrid-AppIllus img:nth-child(5) {
    top: 2em;
    right: 2%;
}
.serv-hybrid-AppIllus img:nth-child(6) {
    top: -2em;
    right: -10%;
}

.serv-hybridCustomCard{
    background: #fff;
    box-shadow: -2px 4px 10px #08114133;
    border-radius: 20px;
    padding: 2.5em;
    margin-bottom: 20px;
    }
.serv-hybridCustomCard h3{
    font-size: 18px;
    margin: 0px;
    color:#232323;
    font-weight: 500;
    margin-bottom: 0.6em;
}
.serv-hybridCustomCard p{
    font-size: 16px;
    margin: 0px;
    color:#515151;
    font-weight: 400;
}
.serv-hybridCustomCard-rounded {
    box-shadow: -2px 3px 6px 2px #e7e7e7;
    border-radius: 50%;
    padding: 2em;
    background: white;
    margin: 5px;
}

.serv-girl-footer{
    position: absolute;
    right: 15%;
    /* bottom: 3.5em; */
    z-index: 0;
    width: 27%;
}
/* service Landing Page */



/* project detail page desktop*/

    #det-page {
        
        padding-top: 112px; 
    }
    .det-heading{
        font-size: 16px;
        color: #000000;
        font-weight: 300;
    }
    .det-para{
        color: #515151;
        font-weight: 300;
        font-size: 16px;
    }
    .text-right{
        text-align: right;
    }
    .det-designation{
        font-size: 12px;
        text-align: center;
        margin: 0;
    }
    .det-client-name{
        font-size: 14px;
    }
    .det-client-para{
        padding-top: 0.5em;
        margin: 0;
        font-weight: 300;
    }
    .det-grey-text{
        font-size:16px;
        color:#8A8A8A;
        font-weight:300;
    }
    .det-uprating{
        font-size:14px;
        font-weight:400 ;
    }
    .det-headtxt .list-group{
        flex-direction: inherit;
        display: inline;
    }
    .det-headtxt .list-group-item{
        display: inline-block;
        margin: 0.5em 0px;
        color: #515151;
        font-weight: 300;
        padding: 0;
        border: 0;
        border-radius: 0px;
        padding-right: 1em;
        padding-left: 1em;
        border-right: 1px solid grey;
    }
    .det-headtxt .list-group-item:first-child {
        padding-left: 0;
    }
    .det-headtxt .list-group-item:last-child {
        border-right:0;
    }
    .det-headtxt small{
        font-size: 12px;
    }
    .det-client-img{
        border-radius: 50%;
        height: 7em;
        width: auto;
        text-align: center;
    }
    .det-ratings{
        text-align: right;
    }
    .det-testimonials h5{
        padding-top: 5px;
    }
    .det-tools{
        padding-left:25px;
    }
    .det-tools-text{
        text-align: right;
    }
    /*accordian*/
    #det-accordian{
        padding: 0.8em;
    }
    .accordion-item {
        border-radius: 3px !important;
        background-color: #fff;
        border: 1px solidrgba(0,0,0,.125);
        box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    }
    .accordion-flush .accordion-item{
        margin-top:15px;
        border-bottom: none;
    }
    .accordion-button:not(.collapsed) {
       color: #000;
       /*background-color: #fff; */
       /*box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);*/
    }
    .accordion-button{
        box-shadow:  0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
        border-radius: 0.5em;
    }
    .accordion-item:last-of-type .accordion-button.collapsed {
        border-bottom-right-radius:0.3em;
        border-bottom-left-radius:0.3 em ;
    }
    .accordion-flush .accordion-item .accordion-button{
        border-radius: 0.3em;
        border: 0px;
        box-shadow: none;
        background: #fff;
    }
    .accordion-body {
        padding: 0rem 1.25rem 1em;
    }
    .accordion-body p{
        font-weight: 300;
    }
    /*accordian ends*/
    .square-list{
        list-style-type: square;
        padding-left: 1.2em;
    }
    .detail-guy-footer{
        z-index: -1;
        position: absolute;
        right: 31%;
        top:0%;
        width: 15%;
    }
    .det-image .carousel-inner {
        width: 75%;
        margin: 0 auto;
        padding: 2em 0px;
    }
/* project detail page */

/* project listing page desktop*/

#portfolio-banner {
    /* background: #EFEFEF; */
    background-image: url(/img/home/Bg-Listing.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    /* background: transparent linear-gradient(180deg, #57ACDD 0%, #2A80C6 20%, #1A2D8C 49%, #111E64 76%, #0C1441 100%) 0% 0% no-repeat padding-box; */
    /* height: 5em; */
    padding: 9em 0px 0em;
    text-align: center;
}
#listing-page{
    /* padding-top:8em; */
    margin: auto;
}
.link-dark{
    align-self: center;
    text-decoration: underline;
    font-weight: 500;
    color: #515151;
}
.link-dark:hover{
    color: #515151;
    text-decoration: underline;
}

#list-img .wIcon-four{
    position: absolute;
    width: 7%;
    left: 17%;
    top: 14%;
    z-index: 1;
    visibility: visible;
}
#list-img .wIcon-seven{
    position: absolute;
    width: 3%;
    left: 13%;
    top: 15%;
    z-index:1;
}
#list-img .wIcon-two{
    position: absolute;
    width: 3%;
    left: 40%;
    top: 20%;
    z-index: 1
}
#list-img .wIcon-three {
    position: absolute;
    width:3%;
    right:44%;
    top:24%;
    bottom:1em;
    z-index:1;
}
#list-img .wIcon-music {
    position:absolute;
    width:3%;
    right:35%;
    top:14%;
    z-index:1;
}
#list-img .wIcon-five {
    position:absolute;
    width:5%;
    right:13%;
    top:18%;
    z-index: 1;
}
.dog-footer{
    z-index: 2;
    position: absolute;
    right: 35%;
    top: 2.9em;
    width: 10%;
}
.dog-heart {
    position: absolute;
    width:4%;
    right:37%;
    top:13%;
    bottom:1em;
    z-index:1;
}
.cards-list .proj-card{
    box-shadow: inset 0px -4px 0px #D2E0F2, -1px 2px 5px #29005219;
}

.list-failure-wrapper{
    position: relative;
}
.list-failure-wrapper h1{
    color: #2B459C;
    font-weight: 600;
    font-size: 35px;
    margin-top: 0.5em;
    text-align: center;
    margin-bottom: 1.1em;
}
.loader-IQ p{
    color: #2B459C;
    font-weight: 400;
    font-size: 18px;
    margin: 1.5em 0px;
    text-align: center;
    vertical-align: middle;
    align-items: center;

}
.exclaimation-failureImg{
    position: absolute;
}


/* filter css*/
    /*chips*/
    .fil-chips{
        text-align: right;
    }
    .fil-chip {
        display: inline-block;
        padding: 0 8px;
        height: 30px;
        font-size: 12px;
        line-height: 30px;
        border-radius: 25px;
        background-color: #ffffff;    
        color: #515151;
        font-weight: 300;
    }
    .closechipbtn {
        padding-left: 10px;
        color: #888;
        font-weight: bold;
        float: right;
        font-size: 20px;
        cursor: pointer;
    }
    .closechipbtn:hover {
        color: #000;
    }
    .reset-filter{
        float: right;
        padding: 6px;
        font-size: 11px;
        text-decoration: underline;
        color: #515151;
    }
    
    /*filter*/
    #filter{
        box-shadow: -1px 2px 5px #29005219;;
        border-radius: 8px 8px 8px 8px;
        padding: 4px 8px 4px 8px;
        margin: 40px 0px 15px 0px;
        background-color: #ffffff;
    }
    .drop-list{
        padding: 0 0 10px;
        border: none;
        inset:0px 0px auto 0px !important;
        border-radius:4px;
        box-shadow: 0px 10px 10px #08114133;
        margin: -3px 0.5em;
        min-width: 7.5rem;
        font-size: 13px;
        color: #232323;
    }
    .drop-list-item{
        padding: 0.5rem 1.5rem;
    }
    .toggle-heading{
        padding: 10px 3px;
        border-radius: 4px;
        font-size: 13px;
        color: #515151;
        text-align: center;
        cursor: pointer;
        font-size: 14px;
        font-weight: 400;
    }
    .toggle-heading.show{
        box-shadow:0px -7px 8px #0811410d; 
        }    
    .toggle-heading::after {
        margin-left:2px;
        color: #C0C0C0;
    }
    .list-input{
        padding: 7px;
        border: none;
        box-shadow: none;
        width:75%;
        vertical-align: bottom;
        color: #000;
    }
    .list-input:focus-visible{
        border: none;
        outline: 0;
    }
    .dropdown-item.active, .dropdown-item:active{
        background-color: #e9ecef !important;
        color: #000;
    }
    .drop-btn{
        background: transparent linear-gradient(209deg, #4787dd 0%, #4242CF 100%) 0% 0% no-repeat padding-box;
        box-shadow: inset 0px -6px 0px var(--brandBlue), -2px 4px 5px #08114133;
        border-radius: 8px;
        border: transparent;
        font-weight: 500;
        text-transform: none;
        letter-spacing: 0.4px;
        font-size: 13px;
        color: #fff;
        font-weight:400;
        padding: 10px 38px 10px 38px;
        margin-left: 8px;
    }
    .drop-count{
        margin-left: 4px;
    }
    .search-filter-img{
        vertical-align:baseline;
        margin-left: 22px;
    }
    .filter-img{
        height: 20px;
        width: 20px;
    }
    .bd-r{
        border-right: 1px solid #ddd;
    }
    .form-check-input.custom-checkbox:checked {
        background-color:#000;
        border-color: #000;
    }
    .custom-checkbox{
        margin-right: 7px;
        width: 1.25em;
        height: 1.25em;
        border-radius: 2px !important;
    }
    /* .search-img{
        display: none;
    } */
    /* filter css*/
    

/* project listing page desktop*/


  #termsCondtion{
        padding-top: 9em;
    }
    #privacy_policy{
        padding-top: 9em;
    }
  
/* widget page desktop */
.widget-h3 {
    color: #121F63;
    font-size: 32px;
    font-weight: 300;
    margin:   1.7em 0px 0.3em;
}
.widget-p {
    font-weight: 300;
    color: #3D3D3D;
}
.embedContactFormWidget{
    margin-top: 4em;
}
.embedContactFormWidget h3{
    color: #3D3D3D;
    font-size: 20px;
    margin-bottom: 1em;
}
/* widget page desktop */


    /* // `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 
    .creator-certificate {
        width: 35%;
    }
    /* footer */
    #footer {
        padding: 6em 0 3em 0px;
    }
    /* footer */
    .schedule-call {
        padding: 2em 0px 7em;
    }

    /* homepage */
    
    .contact_Girl{
        right: -9%;
    top: -38%;
    }
    .carousel-item h1{
        font-size: 45px;
    }
    .carousel-item p{
        font-size: 16px;
    }
    .carousel-inner {
        padding: 0px 2em;
    }
    .kpi-section li h2 {
        font-size: 35px;
    }
    .kpi-section li p {
        font-size: 16px;
    }
    .kpi-section img {
        width: 13%;
    }
    .service-card{
        width: 100%;
        padding: 2em;
        bottom: -1em;
    }
    .service-card h1{
        font-size: 28px;
    }
    .service-card .pe-5{
        padding-right : 0.5em !important;
    }
    .service-card h4{
        font-size: 17px;
    }
    .service-card h5{
        font-size: 16px;
    }
    #homepage h3{
        font-size: 27px !important;
        font-weight: bold;
    }
    .contact_us .heading{
        font-size: 27px !important;
        font-weight: bold;
    }
    .service-card p {
       font-size: 15px;
    }
    .serv-creatorIcon{
        width: 30%;
    }
    .service-card small{
        font-size: 14px;
    }
    .b-card{
        margin: 1em 0px;
        min-height: 16em;
    }
    .blue-card-sec {
        padding: 0px;
    }
    .b-card h2 {
        font-size: 22px;
    }
    .b-card p {
        font-size: 16px;
    }
    .proj-card.pctwo {
        bottom: 15px;
    }
    .wIcon-four {
        left: 2%;
        bottom: 27%;
    }
    .wIcon-six {
        width: 8%;
        left: 6%;
        top: 22%;
    }
    .guy-indus {
        left: 12%;
        top: 0.9em;
        width: 17%;
    }
    .indus-card{
        padding: 1em;
    }
    .ind_card_list li{
        width: 20%;
    }
    .wire-indus {
        left: -5%;
        width: 15%;
    }
    .socket-indus {
        right: 4%;
        width: 8%;
    }
    .marquee img{
        width: 15%;
    }
    .client-card p {
        font-size: 14px;
    }
    .client-img {
        height: auto;
    }

    .client-card{
        padding: 14px;
    }
    img.clientRevIllus {
        width: 100%;
        position: relative;
        top: 9em;
    }
    .abt-IconRight3{
        right: -8em;
        top: 6em;
    }
    #aboutUsWave{
        padding: 53em 0 2em 0px;
        background-position: 0% 43%;
    }
    .abt-icon1 {
        top: -4em;
        left: -5em;
    }
    .abt-IconRight1 {
        top: -1em;
        right: -7em;
    }
    .abt-icon2 {
        top: -3em;
        left: -35%;
    }
    .abt-IconRight2 {
        position: relative;
        top: 2em;
        right: -30%;
    }
    .abt-icon3 {
        position: relative;
        top: 2em;
        left: -9em;
    }
    .abt-icon4 {
        top: 3em;
        left: -11%;
    }
    .contact_Guy {
        width: 23%;
        position: absolute;
        top: -13%;
    }
    .info_detail {
        padding: 16px 20px;
    }
    .contact_us .heading{
        color: #121F63;
    }
    .contact_card{
        padding: 32px 25px;
    }
    .form-floating>.form-select, .form-floating>.form-control{
        font-size: 12px;
        padding: 6px 7px;
    }
    .form-floating>.form-control, .form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown){
        padding: 6px 7px;
        }
    .form-floating>.form-select~label{
        width: max-content;
    }
    .form-floating>label{ 
        
    }
/* homepage tablet*/

/* Innv winning page listing HallofFame tablet*/
#innvPart_Listing {
    padding: 6em 0px 4em;
}
.InnvlistCard_thumnail{
    min-height: 6em;
    height: 6.5em;
    padding: 11px 7px;
}
.innvPart_ListCard {
    padding: 18px 13px;
    border-radius: 20px;
}
.innvAward-title {
    font-size: 15px;
    margin-top: 5px;
}
.thumnail_trophy {
    left: -21px;
    bottom: -16px;
    width: 48%;
}
.innvPart_ListCard small {
    font-size: 11px;
}
.innvAward-subtitle {
    font-size: 11px;
}
.innvAward-subtext{
    font-size: 11px;
}
.innv_viewDetail{
    margin-top: 0px;
}
.throphy_cup{
    width: 85%;
}


#innvPart_Listing .titleWrapper {
    padding-top: 0em !important;
    margin-left: 0% !important;
}
#innvPart_Listing p {
    padding-right: 0em;
}
.copythrophy_cup {
    width: 85% !important;
}
.innvPart_ListCard{
    height: 150px !important;
    align-items: center;
    display: flex;
}
.innvPart_ListCard .row {
    align-items: center;
}
.copythumnail_trophy {
    width: auto !important;
    left: -16px !important;
}
.copythumnail_trophy2 {
    width: auto !important;
    left: -5px !important;
}
.InnvlistCard_thumnail {
    height: 7em !important;
}
/* Innv winning page listing HallofFame tablet*/

/* Innovator page 2025 tablet */
.innvWinner25-img {
    width: 62%;
}
.innvWinner25-troply-col {
    /* top: 41%;
    width: 74%; */
}
#innovator-wave2025 {
        top: -59vh !important;
        margin-bottom: -25em !important;
        background-size: 180% 121%;
        padding: 34em 0 0px 0px;
}
#carouselInnvPart2025 .carousel-item {
    height: 61vh;
}
.iqLogis-tabs{
    padding: 12px;
    top: 3em;
}
.innvWinner25-wrap {
    right: -90px !important;
    top: -14em!important;
}
.iqLogis-tabs .nav-pills .nav-link{
    font-size: 12px;
    padding: 8px 3px;
}
.iqLogis-tabs li.nav-item {
    margin: 0px 7px;
}
.iqLogis-tabs .nav-pills .nav-link.active:before{
    width: 34px;
    height: 23px;
}

/* Innovator page 2025 tablet */


/* shedulathon page 2025 tablet */
.shed25-carousel .carousel-item {
    height: 52vh !important;
}
#shedulathon25-wave {
    background-size: 190% 112%;
    padding: 17em 0 0px 0px;
    top: -39vh;
    margin-bottom: -17em;
}
.shedulathon25-img {
    top: -4em;
    left: 0em;
    width: 100%;
}

/*  shedulathon page 2025 tablet */


/* innovator page 2024 award tablet */
#innovator-banner{
    position: relative;
}
.particle4 {
    right: 0;
}
.innovator-kpiBadge{
    width: 85%;
}
.innovator-subheader {
    font-size: 25px;
}
.innovator-kpiBadge p{
    font-size: 11px;
}
.innvPartner-wrap {
    top: -2em;
    right: -8%;
}
.carouselInnv-Content h2 {
    font-size: 30px;
}
.carouselInnv-Content h4 {
    font-size: 18px;
}

.carouselInnv-Content h5 {
    padding-right: 0px;
        font-size: 14px;
}
.keyFeat-Card {
    padding: 1.2em 1em;
}
#carouselInnvVideoDemo .carousel-indicators [data-bs-target] {
    font-size: 11px;
}
.innv_contact_us {
    padding: 2em 0px 0px;
}
.blue-btn {
    font-size: 14px;
}
.innvPart_SummuarySec {
    padding:4em 0px 3em;
}
.innvPart_SummuarySec img{
    width: 60%;
    text-align: center;
}
.innv_teamJoy {
    padding: 6em 0px 1em;
}
.innv_teamJoy h5 {
    font-size: 32px;
    margin-top: 1em;
    margin-bottom: 0.7em;
}
.innvPartner-img{
    top: -6em;
}
.innvPartner-slideSlick .slider-multi .slideImg{
    width: 320px !important;
    height: 220px !important;
}


/* innovator page 2024 award tablet */


/* innovator page 2021 award tablet*/
    .homepage-badge{
        display: none;
    }
    .navbar-nav {
        width: fit-content;
        text-align: center;
        margin: auto;
    }
    .innovator-header {
        font-size: 30px;
    }
    .troply-img-col {
        
    }
    .finalWinnerVdo {
        font-size: 32px;
    }
    .finalWinnerVdoWrapper {
        padding: 0em 0.5em 0px;
    }
    .WinnerLeafSmall {
        font-size: 20px;
    }    
    .finalWinnerVdoCard iframe {
        height: 450px;
    }
    .illu-trophy {
        bottom: -9%;
        right: -1%;
        /* width: 20%; */
    }
    .illu-certificate {
        bottom: -9%;
        left: -1%;
        /* width: 20%; */
    
    }
    .innovator-kpiBadge h5{
        font-size: 18px;
    }
    #innovator-wave{
        top: -11em;
        padding: 12em 0 1em 0px;
        margin-bottom: -20em;
    }
    .judge-list p{
        margin: 0.7em 0px;
    }
    .innv-likeIcon {
        top: 1em;
        width: 12%;
        right: -20%;
    }
    .innv-guy-footer {
        position: absolute;
        right: 3%;
        top: 4em;
        z-index: 3;
        width: 21%;
    }
    .slideImg {
        width: 160px !important;
        height: 180px !important;
    }
    ul.social-buttons li a{
        width: 38px;
        height: 38px;
    }
    .particle1 {
        width: 56%;
        left: 2%;
        bottom: -5%;
    }
    .wIcon-two {
        left: 40%;
        width: 21%;
        bottom: -21em;
    }
    .wIcon-seven {
        width: 13%;
        right: 1%;
        top: 7%;
    }
/* innovator page 2021 award tablet */
 
/* IQ shoopfloor widget page tablet*/
.iqShopfloor-header{
    font-size: 54px;
}
.iqShopfloor-p{
    font-size: 20px;
}
#carouselIqShopfloor .carousel-control-next, #carouselIqShopfloor .carousel-control-prev {
    width: 6%;
}
.iqShopfloor-subheader{
    font-size: 36px;
}
.iqShopfloor-card{
    padding: 45px 40px;
}
.iqShopfloor-card h4{
    font-size: 20px;
}
.iqShopfloor-card h5{
    font-size: 14px;
}
.iqSF-Demo-h3{
    text-align: center;
    font-size: 33px;
}
.iqShopfloor-card p{
    font-size: 15px;
}
.iq-award-LP {
    float: left;
    margin-bottom: -3em;
    margin-left: -7px;
    width: 85%;
}
.carouselIqCard{
    padding: 27px 15px;
    height: 45vh;
}
.yellow-p{
    margin: 20px 0px 30px !important;
}
#v-pills-tab .nav-link{
    padding: 29px 16px;
}
.champSec-span{
    display: block;
}
.POSFinalVdoCard iframe{
    height: 345px;
}
/* IQ shoopfloor widget page tablet*/

/* about us tablets */
.navbar-brand {
    width: 22% !important;
}
#aboutUs-banner{
    background-size: cover;
    padding: 9em 0px 8em;
}
.heading-aboutUs{
    font-size: 40px;
}
.about-us h4, .about-us a{
    font-size: 50px;
}
.illu-AboutUsBanner{
    width: 57%;
}
.abt-AuthorizedPartner, .abt-Authorized-logo{
    width: 80%;
}
#aboutUs-wave{
    background-image: url(/img/home/bg-award-tablet.svg);
    padding: 14em 0px 23em;
}
.awardAboutusGirl{
    width: 45%;
    left: 0%;
    bottom: -1%;
}
.aboutUsInn-header{
    font-size: 24px;
}
.winner-card p{
    font-size: 22px;
}
.winner-card{
    min-height: 320px;
}
.blue-btn {
    padding: 12px 31px;
}
.particle3{
    width: 55%;
    bottom: -35%;
}
#our-team {
    padding: 2em 2.5em 1em;
}
.howItStarted{
    margin-bottom: -6em;
}
.about-guy-footer{
    right: 15%;
    top: -2.5em;
    width: 15%;
}
.zohoLogo{
    width: 40%;
}
/* about us tablets*/

/* service Landing Page tablets */
#service-banner{
    padding-top: 6em;
    
}
#service-banner h1{
    font-size: 35px; 
    }
#service-banner p{
    font-size: 16px; 
    margin-bottom: 1em;
}
#business-automation{
    top: -2em;
}
.business-auto{
    padding: 1em;
}
.blue-circle {
    width: 112px;
    height: 114px;
    background: #2B459C;
    border-radius: 50%;
    margin: auto;
    text-align: center;
    font-size: 5px !important;
    color: #fff;
    padding: 6em 1.5em;
    margin: 5em 0px 4em;
}
.serv-exclaimIllus{
    right: 0px;
    top: -5%;
}
.serv-whyZoho p{
    padding-right: 5px;
}
.serv-heartIllus {
    bottom: -33%;
    
}
.zohoTool-clipIllus{
    right: 0%;
}
.servHybrid-androidBigIllus{
    right: 0%;
}

.serv-zohoToolWrap{
    top: -3em;
}
.serv-integration-cardsWrapper{
    top: -5em;
    margin-bottom: -3%;
}
.serv-zohoToolCard{
    padding: 2em;
}
.serv-hybridCustom {
    padding: 3em 1em 0em;
}
.serv-girl-footer {
 
    right: 1%;
    width: 35%;
}
.serv-customERPCard{
    text-align: center;
    
    padding: 5px;
}
.serv-customERPCard h3{
    font-size : 14px;
    text-align: center;
}
.serv-customERPCard  p{
    font-size: 12px;
}

.serv-customERPCard img{
    width: 40%;
}
#serv-zohoTool{
    padding-bottom: 1em;
}
.serv-hybrid-AppIllus{
    padding-top:0px;
}
.serv-hybrid-AppIllus img:nth-child(2){
    top: -6em;
}
.serv-hybrid-AppIllus img:nth-child(4) {
    top: -3em;
}
.serv-hybrid-AppIllus img:nth-child(6) {
    top: 0em;
}
/* service Landing Page tablets*/


/* project detail page tablets*/
    
    .det-testimonials h5{
        font-size: 16px;
    }  
    .det-tools{
        padding: 0;
    }
    .det-tools-text{
        text-align:left;
    }
/* project detail page tablets*/


/* project listing page tablets*/

/* filter css*/
#filter{
    padding: 5px;
}
.filter-img{
    height: 15px;
    width: 15px;
}
.list-input{
    padding: 0;
}
.toggle-heading{
    font-size: 13px;
    padding: 8px 4px;
    
}
.search-filter-img{
    vertical-align: -webkit-baseline-middle;
    margin-left: 12px;
    height: 20px;
    width: 20px;
}
.drop-list{
    min-width: 8rem;
}
.list-input::placeholder {
    font-size: 12px;
    color: #515151;
}

/* filter css*/

/* project listing page tablets*/


} /* tablet closing */


/* // `md` applies to small devices (landscape phones, mobile, less than 768px) */
@media (max-width: 767.98px) { 
    
    /* homepage mobile */
    li.nav-item {
        margin: 6px 0px;
    }
    .navbar-nav {
        margin-top: 1em;
        margin-bottom: 1em !important;
    }
    .first-fold {
        padding-top: 5em;
    }
    .carousel-item h1{
        font-size: 37px;
        padding-top: 0.7em;
    }
    .abt-icon5 {
        top: 16em;
        left: 4em;
    }
    .ind_card_list li {
        width: 40% !important;
        padding: 8px 8px;
    }
    .guy-indus {
        width: 30%;
        top: 4.2em;
    }
    #Industries .heading{
        margin: 1em 0px 3em;
    }
    .mobile-icon{
        right: 0%;
    }
    .pin_icon{
        right: 0%;
    }
    .abt-IconRight3{
        right: 0;
    }
    .abt-IconLeft, .abt-IconRight{
        display: none;
    }
    .marquee img {
        width: 25%;
    }
    img.clientRevIllus {
        width: 50%;
        position: relative;
        top: 0em;
        float: right;
    }
    .proj_listing{
        padding: 1.2em;
    }
    .proj-card.pcfive {
        top: -3em;
    }
    .proj-card.pctwo {
        bottom: 0;
    }
    .proj_listing .mt-4{
        margin-top: 0px !important;
    }
    .wIcon-six {
        width: 13%;
        left: 0%;
        top: 19%;
    }
    .wIcon-two{
        left: 0;
        bottom: -25em;
    }
    .wIcon-four {
        width: 31%;
        left: 0%;
        bottom: 31%;
    }
    .wIcon-five {
        width: 15%;
        right: 2%;
        bottom: 12%;
    }
    .creator-certificate{
        width: 35%;
    }
    .proj-card .card-title {
       font-size: 18px;
    }
    .proj-card .card-text {
        font-size: 13px;
        margin-bottom: 10px;
    }
    #globe {
        margin-bottom: 37em;
    }
    .vert-carousal{
        top: -10em;
    }
    .wIcon-illusFullImg{
        bottom: -4em;
    }
    ul.kpi-section{
        text-align: center;
    }
    ul.kpi-section li {
        width: 31%;
        margin-bottom: 1em;
    }
    .blue-btn{
        padding: 14px 25px;
        font-size: 14px !important;
        position :relative;
        z-index: 2;
    }
    .about-creator-cert {
        left: -5em;
        position: relative;
        bottom: -7em;
        transform: rotate(15deg);
        width: 60%;
        margin-bottom: 7em;
    }
    .about-us p{
        font-size: 13px;
        margin: 2em 2em 2em;
    }
    .client-card {
        padding: 8;
    }
    .client-card:not(.active) .client-review-title{
        font-size: 9px;
    }
    .client-card:not(.active) .client-review{
        font-size: 8px;
    }
    .client-card:not(.active){
        width: 65%;
        
    }
    .client-card.active{
        width: 90%;
    }
    .client-card .py-4{
        padding-top: 0.5rem!important;
        padding-bottom: 0.5rem!important;
    }
    .client-cards small{
        font-size: 9px;
    }
    
    .client-cards .client-review{
        -webkit-line-clamp: 1;
        font-size: 12.5px;
    }
    .client-cards .client-review-title{
        font-size: 13.5px;
    }
    .client-cards .read-more{
        font-size: 13px;
    }
    .modal{
        width: 80%;
        left: 10%;
        margin: auto 0 !important ;
    }
    .client-card-modal .client-img{
        top: -4.3em;
        left: -8%;
    }
    .client-card-modal .client-review{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .modal-body p{
        font-size: 14px;
    }
    .font-thin{
        font-size: 16.5px;
        line-height: 1.4;
    }
    #aboutUsWave{
        background-position: 0% 34%;
    }
    #aboutUs{
        padding: 7.2em 0px 3em;
    }
    #contactUs{
        padding: 11em 0px 7em 0em;
    }
    #Industries {
        padding: 4.5em 0px 2em;
    }
    .contact_Guy{
        top: -82px;
    width: 40%;
    }
    .contact_Girl {
        left: -2%;
        top: -40%;
        z-index: 0;
    }
    .contact_card {
        margin-bottom: 8em;
        top: 4.5em;
    }
    .mail_icon{
        left: 5%;
    }
    .info_detail{
        left: -2%;
    }
    #contactUs h3{
        font-size: 20px !important;
    }
    .client-card p{
        font-size: 12px ;
    }
    .client-card p img {
        width: 12px;
    }
    .client-card-modal p img {
        width: 15px;
    }
    .service-card{
        bottom: -34em;
    }
    /* homepage mobile*/


/* Innv winning page listing HallofFame mobile*/
#innvPart_Listing {
    padding: 6em 0px 0em;
}
#innvPart_Listing h3 {
    text-align: center;
    margin-top: 1em;
}
#innvPart_Listing p {
    text-align: center;
    padding: 0px 2em;
    font-size: 17px;
}
.innvPart_ListCard {
    margin: 10px 0px;
}
.thumnail_trophy {
    left: -32px;
    bottom: -20px;
    width: 45%;
}
.innvPart_ListGlobe {
    display: none;
    /* position: absolute;
    bottom: 36%;
    left: -45%;
    width: 117%;
    z-index: -1;
    transform: rotate(40deg); */
}
.InnvlistCard_thumnail {
    min-height: 7.5em;
    height: 7em;
}
.throphy_cup{
    width: 60%;
}
.throphy_particle{
    width: 67%;
}
.innvAward-subtitle {
    font-size: 12px;
}
.innvAward-subtext {
    font-size: 12px;
}
.innvAward-title{
    margin-top: 10px;
    font-size: 14px;
}


#innvPart_Listing .trophystandWrapper{
    margin: auto;
}
#innvPart_Listing .titleWrapper {
    margin-left: 0% !important;
}
#innvPart_Listing .titleWrapper h3 {
    padding: 0px 12px !important;
}
.slider-awardListing .slick-next {
    right: 10px !important;
}
.copythumnail_trophy {
    left: -16px !important;
    bottom: -15px !important;
    height: 40% !important;
}
.copythumnail_trophy2 {
    width: 18% !important;
    height: 28% !important;
    left: -8px !important;
}
.slider-awardListing .slick-slide {
    text-align: left;
}
.innvPart_ListGlobe{ 
    display : none;
}
img.zohoBookingLogo {
    margin: 6px 0px;
}
/* Innv winning page listing HallofFame mobile*/



/* innovator page 2024 award mobile */

#innovator-wave2024 {
    background-image: url(/img/home/BG-CurvedFirstFold.png);
    top: -13em;
    padding: 7em 0 0px 0px;
}
.InnvPart-keyFeature {
    padding: 8em 0px 4em;
}
#carouselInnvVideoDemo .carousel-indicators [data-bs-target] {
    font-size: 9px;
    margin: 0.5em;
    padding: 2px;
}
.innv_contact_card h3 {
    font-size: 34px;
}
.innv_contact_card h5 {
    font-size: 18px;
    padding: 0px 13px;
}
.particle4{
    top: -46%;
}
.innvPart_Summuary h5{
    font-size: 17px;
    margin: 1.5em 0.5em 0px;
}
.innvPart_Summuary_ul li {
    font-size: 16px;
}
.innvPart_Summuary p {
    color: #515151;
    font-family: Roboto;
    font-size: 18px;
    /* font-weight: 400; */
    margin: 1em 0.5em 0px;
    }
.innvPart_Summuary h3 {
    color: #232323;
    font-size: 30px;
    font-weight: 500;
    margin: 0px 0.5em;
}
.IQ-ShopFloor-FAQ{
    margin-bottom: -8vh;
}
.IQ-ShopFloor-FAQ h5{
    text-align: center;
    font-size: 32px;
    margin: 1em 0em 0.5em;
}
.IQ-ShopFloor-FAQ img{
    width: 35%;
}
#iqShopfloor-ClaimFree {
    padding: 6em 0px 20em;
    bottom: -16vh;
}
.IQ-Shopfloor-ZEcosystem {
    padding: 2em 0px;
}
.InnvPart-keyFeature h4 {
    font-size: 22px;
    line-height: 1.3;
    text-align: center;
}
.InnvPart-keyFeature p {
    font-size: 15px;
    opacity: 1;
    text-align: center;
}
.innvTestimonialSec {
    background-image: url(/img/home/testimonial_bg-mobile.png);
    padding: 5em 0 9em 0px;
}
.innvTestimonialSec p {
    font-size: 16px;
    padding: 3em 1em 0px;
}
.innvPartner-wrap {
    top: -2em;
    right: 0%;
}
.POSFinalVdoCard iframe {
    height: 200px;
}
.innv_contact_card {
    text-align: center;
    padding: 6em 40px 0em;
}
.innvPart_contGirl {
    display: none;
}
.innv_info_detail {
    text-align: center;
}
.innvPart_contGirlMobile {
    display: block;
    padding-top: 3em;
    width: 80%;
    margin: 0 auto;
}
.innvPart_SummuarySec {
    padding: 4em 1em 3em;
}
.troply-img-col2024{
    padding: 5em 0px 0px;
}
#iqShopfloor-ClaimFree h3{
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 1em;
}
#iqShopfloor-ClaimFree p {
    font-size: 21px;
    font-weight: 300;
    margin: 0px 1em;
    line-height: 33px;
}
/* innovator page 2024 award mobile */


/* innovator page 2021 award mobile */

    .finalWinnerVdo {
        font-size: 26px ;
    }
    .finalWinnerVdoCard iframe {
        height: 330px;
    }
     
    .illu-certificate {
        bottom: -9%;
        left: 0%;
        /* width: 30%; */
    }
    #innovator-wave{
        top: -11em;
        padding: 14em 0 2em 0px;
        margin-bottom: -22em;
    }
    .innovator-org-p{
        margin-bottom: 0px;
        text-align: center;
    }
    .innovator-org-p {
        font-size: 14px;
        margin-top: 1.3em;
    }
    .innovator-kpiBadge {
        width: 100%;
        padding: 0.6em;
    }
    .innovator-subheader{
        text-align: center;
    }
    .innovator-header{
        text-align: center; 
    }
    .innv-likeIcon {
        top: 0em;
        width: 20%;
        right: -36%;
    }
    .innovator-header {
        font-size: 40px;
    }
    #innovator-banner {
        padding-top: 6em;
    }
    .particle3{
        bottom: 0;
    }
    .troply-img-col {
        padding: 6em 0px 0px;
    }
   
    .innv-guy-footer {
        display: none;
    }
    .slick-slide{
        text-align: center;
    }
    .slideImg {
        width: 250px !important;
        height: 220px !important;
    }
    .slick-next{
        right: 0px !important;
    }
    .slick-prev{
        left: 0px !important;
    }
    .mobileLogo{
        width: 40%;
    }
    #footer {
    background-position: 3% 0%;
    padding: 4em 0 3em 0px !important;
    }
    .quicklinks .list-inline-item {
        display: block;
        font-weight: 300;
    }
/* Innovator page 2021 award mobile */

/* Innovator page 2025 mobile */
#innovator-wave2025 {
    top: 9vh !important;
    margin-bottom: 0em !important;
    background-size: 327% 114% !important;
    padding: 41vh 0 0px 0px !important;
}
.innvWinner25-img {
        width: 100% !important;
        top: -27px !important;
        right: 0 !important;
        left: 26px !important;
}
.innvWinner25-wrap {
right: 0em !important;
        top: -28em !important;
        /* background-size: 96% 150%; */
        width: 335px;
}
.innvWinner25-troply-col {
    top: 40% !important;
    width: 85% !important;
}

#carouselInnvPart2025 .carousel-item {
    height: 32vh;
}

.keyFeat-Card img{
width: 26%;
}

.innvPart_SummuarySec img {
    width: 100%;
    text-align: center;
}
.innvPart_SumFirstTab{
    padding-top: 10em !important;
}
.carouselInnv-Content{
    padding: 3em 2em 1em;
    text-align: center;
}
/* Innovator page 2025 mobile */


/* IQ shoopfloor widget page mobile */

#innvPartner-body .footer-Illus-wrapper{
    display: block;
}
#innvPartner-body .iq-girl-footer {
    position: absolute;
    right: 23%;
    /* bottom: 3.5em; */
    z-index: 0;
    top: -10em;
    width: 33%;
}
.iqShopfloor-header{
    font-size: 52px;
}

.iqShopfloor-p{
    font-size: 18px;
    margin-bottom: 50px;
}
.iqShopfloor-subheader{
    font-size: 30px;
    line-height: 1.5;
}
.iqShopfloor-card h2 {
    font-size: 29px;
    margin: 45px 29px;
    text-align: center;
}
.carouselIqCard{
    border-radius: 10px 10px 20px 20px;
    height: 48vh;
    text-align: left;
}
#carouselIqShopfloor .carousel-control-next, #carouselIqShopfloor .carousel-control-prev {
    width: 7%;
    top: -27%;
}
.iqShopfloor-card{
    padding: 0px;
    margin-bottom: 7em;
}
.IQ-SF-Trophy {
    padding: 0em 0px 3em;
}
#iqShopfloor-wave{
    padding: 122px 0 8em 0px;
}
#v-pills-tab{
    display: none;
}
.tab-slider{
    display: block;
}
.tab-slider .btn-icon {
    position: absolute;
    top: 5px;
}
#goPrev {
  left:-10px;
  position: relative;
  top: 2.8em;
  z-index: 1;
  padding: 0px !important;
}
#goPrev i{
    background: #fff;
    border-radius: 51px;
    height: 32px;
    width: 32px;
    padding: 7px;
    box-shadow: 0 0px 7px 0 rgba(0,0,0,0.2);
}
#goNext {
    right: -10px;
    top: 2.8em;
    z-index: 1;
    position: relative;
    padding: 0px !important;
    float: right;
}
 #goNext i{
    background: #fff;
    border-radius: 51px;
    height: 32px;
    width: 32px;
    padding: 7px;
    box-shadow: 0 0px 7px 0 rgba(0,0,0,0.2);
}
.tab-slider .slick-next, .tab-slider .slick-prev{
    z-index: 1;
}
.slider .wrap {
    background: #fff;
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
}
.wrap  h3{ 
    color: #2B459C;
    font-size: 16px;
    margin: 10px 0px;
    }
.wrap>.nav-tabs {
  border:none;
  display: inline-block;
  padding: 0;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: inherit;
}
.wrap>.nav-tabs>li {
    color: #6d6d6d;
    display: inline-block;
    position: relative;
    white-space: normal;
    float: none;
    font-size: 20px;
    padding: 0px 1em;
    width: 100%;
    text-align: center;
}

.wrap .nav-tabs>li>a {
    margin-right: 0;
    border-radius: 0;
    color: #6d6d6d;
    text-decoration: none;
    padding: 15px 2em;
}
.wrap .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: #fff;
    border-radius: 11px 11px 0 0;
    color: #2B459C;
    font-size: 18px;
}
.wrap .nav-tabs .nav-link:focus, .wrap .nav-tabs .nav-link:hover {
    border-color: #fff;
}
#iqShopfloor-banner video{
 width: 95%;
}
.iqShopfloor-Build {
    margin: 0px 0em;
}

.thumbUpBooking {
    position: absolute;
    width: 11%;
    top: -3em;
    z-index: 0;
    left: 17%;
}
.iq-trophy-h3 {
    text-align: center;
    font-size: 32px;
    line-height: 1.4;
}
.iq-trophy-h2 {
    text-align: center;
    font-size: 38px;
    line-height: 1.4;
}
.iq-trophy-p {
    font-size: 20px;
    text-align: center;
    margin-bottom: 2em;
}

.iq-trophy-img {
    position: relative;
    width: 32%;
    right: -29%;
}
.iq-award-LP{
    margin-left: 2em;
}
.yellow-p {
    display: flex;
    font-size: 14px !important;
    gap: 5px;
}
.innvPart_Summuary{
    text-align: left;
}
.champSec-p{
    margin: 1em 5em 3em;
}
.zohoBSILogos{
    margin-top: 1.5em;
    text-align: center;
}
.zohoBSILogos img{
 width: 100%;
    margin: 0.5em 0px;
}

.soc-img{
    width: 60% !important;
}

.gdpr-img{
    width: 60% !important;
}


/* IQ shoopfloor widget page mobile*/

    
/* About us mobile*/
    .heading-aboutUs{
        font-size: 24px !important;
    }
    .navbar-brand {
        width: 50% !important;
    }
    .about-us h4, .about-us a{
        font-size: 35px;
    }
    .howItStarted p{
        font-size: 13px;
    }
    .about-cert{
        width: 60%;
        margin: auto;
    }
    #aboutUs-wave {
        background-image: url(/img/home/bg-award-mobile.png);
        padding: 9em 0px 17em;
        margin-bottom: 3em;
    }
    .awardAboutusGirl {
        width: 75%;
        left: 0%;
        bottom: -4%;
    }
    .illu-AboutUsBanner {
        width: 75%;
    }
    #aboutUs-banner {
        padding: 9em 0px 6em;
    }
    /* about us */

    /* service Landing Page mobile */
    .serv-zohoToolCard p{
        font-size: 13.5px;
    }
    .serv-hybridAppCard p{
        font-size: 13.5px;
    }
    .serv-hybridCustomCard p{
        font-size: 13.5px;
    }
    .serv-hybridApp h1{
        font-size: 28px;
    }
    .serv-hybridCustomCard h3{
        font-size: 16px;
    }
    .serv-zohoTool h1{
        font-size: 28px;
    }
    .serv-hybridCustomCard-rounded {
        box-shadow: -2px 3px 6px 2px #e7e7e7;
        border-radius: 50%;
        background: white;
        margin: 5px;
        height: 8em;
        width: 8em;
        margin: 0 auto;
        margin-bottom: 1em;
        padding: 10px 10px 10px !important;
    }
    .serv-hybridCustomCard-rounded img{
        width: 95% !important;
    }
    
    #business-automation{
        /* background-size: 100% 93vh; */
        background-size: 93vh;
        top: -5em;
    }
    #service-banner{
        padding-top: 6em;
        text-align: center;
    }
    #service-banner h1{
        font-size: 32px; 
        margin-top: 1em;
        padding: 0px 2.8em;
        }
    #service-banner p{
        font-size: 14px; 
        padding: 0px 5em;
    }

    .blue-circle {
        width: 125px;
        height: 125px;
        background: #2B459C;
        border-radius: 50%;
        margin: auto;
        text-align: center;
        font-size: 5px !important;
        color: #fff;
        padding: 7em 2em;
        margin: auto;
        margin-top: 1em;
        margin-bottom: 7em;
    }
    .serv-whyZoho h1{
        margin-top: 0px;
        font-size: 28px;
    }
    #business-automation h1{
        color: #fff;
        text-align: center;
        font-size: 30px;
        margin-top: 4.5em;
    }
    #business-automation p{
        padding: 0px;
    }
    .business-auto{
        padding: 2em !important;
        text-align: center;
    }
    .serv-whyZoho h4{
        font-weight: 500;
        font-size: 15px;
    }
    .serv-hybridCustom img{
        width: 40%;
        text-align: center;
    }
    .footer-Illus-wrapper{
        display: none;
    }
    .serv-hybrid-AppIllus {
        margin: 5em 0em;
    }
    .serv-zohoTool h3{
        text-align: center;
    }
    .serv-zohoToolWrap {
        top: 1em;
    }
    .serv-whyZoho .mt-5{
        margin-top:0px !important;
    }
    #serv-zohoTool{
        background-size: 100%;
        background-position: 100% 25%;
    }
    .serv-zohoToolCard{
        text-align: center;
    }
    .serv-zohoToolCard img{
        width: 40%;
        text-align: center;
        margin-bottom: 1.5em;
    }
    .serv-customErpWrapper{
        text-align: center;
    }
    .serv-customERPCard{
        margin: 1.6em 0px 0px;
    }
    #serv-hybridApp{
        background-size: 80% 80vh;
        background-position: 100% 18%;
    }
    .serv-hybridCustom {
        text-align: center;
    }
    .serv-hybridCustomCard{
        text-align: center;
    }
    .serv-exclaimIllus {
        right: 0px;
        top: -15%;
        width: 30%;
    }
    /* service Landing Page */

  /* project detail page */
  .det-testimonials h5{
    font-size: 17px;
    text-align: center;
}

.det-ratings{
    text-align: center;
}
.det-tools-text{
    text-align: left;
}
.guy-footer{
    display: none;
}
.accordion-item{
    padding: 0.5em;
}
.det-headtxt .list-group-item{
    font-size: 13px;
}
.carousel-inner {
    padding: 0px 1.5em 4em;
}
.carousel-item img{
    height: 100%;
}
  /* project detail page mobile */

  


  /* project listing page mobile*/
    .dog-footer,.dog-heart{
        visibility: hidden;
    } 
    /* filter css*/
    .chip{
        padding: 0 4px;
        font-size: 11px;
    }
    .chips{
        text-align: left;
        padding: 0 23px;
    }
    .closechipbtn{
        padding-left: 5px;
    } 
    .search-filter-img{
        margin-left: 35px;
        vertical-align: middle;
    }
    .list-input{
        font-size: 13px;
        padding: 0 5px;
        vertical-align: baseline;
    }
    .bd-r{
        border-right: none;
    }
    .col-hide{
        display: none;
    }
    .drop-btn{
        padding: 3px 18px 8px 18px;
        font-size: 13px;
        font-weight: 400;
    }
    .list-input::placeholder {
        display: none;
    }
    /* filter css*/
    #portfolio-banner{
    padding: 2em 0px 0em;
    text-align: center;
    margin-top: 3em;
    }
    .widget-h3 {
    font-size: 24px;
    margin: 1em 0px 0.3em;
    }
    .modal-header{
    border-bottom: none !Important;
    }
    .modal-body p{
        font-weight: 400;
    }
  /* project listing page mobile */

  /* Shedulathon page 2025 mobile */
  #shedulathon25-banner{
    padding-top: 6em;
  }
  .shed25-carousel .carousel-item {
    height: 29vh !important;
   }
   .shedtroply-img-col{
    padding-top: 0em !important;
   }
   .shedulathon25-img {
    top: -0.5em;
    left: 1em;
    width: 95%;
   }
    #shedulathon25-wave {
        background-image: url(/img/home/BG-CurvedFirstFold.png);
        background-size: 100% 139%;
        padding: 10em 0 0px 0px;
        top: -9vh;
        margin-bottom: -7.5em;
    }

  /* Shedulathon page 2025 mobile */
 }  
 
 /* /////// mobile closing ////////  */




/* /////// widget page css starts ////// */

.navbar-brand{
    width: 15%;
}
.navbar-light .navbar-nav .nav-link {
    color: var(--navBlackFont);
    padding-right: 3px;
    padding-left: 3px;
    font-weight: 400;
    font-size: 14px;
}
.navbar-nav li.nav-item {
    margin: 0px 12px;
}

li.nav-item.active{
    color: var(--navBlackFont);
    border-bottom: 3px solid  var(--brandBlue);
    border-radius: 2px;
    /* border-bottom-left-radius:3px;
    border-bottom-right-radius: 3px; */
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    box-shadow: 0px 10px 20px #2900521a;
    background: #fff;
    padding: 2px 9px;
} 
.award-btnNav{
    background: transparent linear-gradient(198deg, #92134E 0%, #560530 100%) 0% 0% no-repeat padding-box;
    box-shadow: inset 0px -3px 0px #2d051a;
    border-radius: 8px !important;
    padding: 8px;
    border-bottom: none !important;
    position: relative;
}
.award-btnNav .nav-link{
    /* border-bottom: 3px solid #fff; */
    border-bottom: none;
    padding: 0px;
    color: #fff !important;
    border-radius: 2px;
}

.homepage-badge{
    position: absolute;
    top: -20%;
    right: -10%;
    width: 20%;
}
.blue-btn{
    padding: 14px 34px;
    color: #fff;
    /* box-shadow: inset 0px -6px 0px var(--brandBlue); */
    background: transparent linear-gradient(209deg, #4787dd 0%, #4242CF 100%) 0% 0% no-repeat padding-box;
    box-shadow: inset 0px -6px 0px #2B459C, -2px 4px 5px #08114133;
    border-radius: 8px;
    border: transparent;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0.4px;
    font-size: 16px;
    transition: all 0.5s ease-out;
    z-index: 1;
    position: relative;
}
.blue-btn:hover, .blue-btn:focus{
    text-decoration: none;
    color: #fff;
    outline: none;
    background: #2B459C 0% 0% no-repeat padding-box;
    font-size: 17px;
    box-shadow: inset 0px -6px 0px #0A194A87, -2px 5px 10px #08114133;
    transition: all 0.5s ease-out;
}
.big-btn {
    padding: 14px 25px;
    font-size: 14px !important;
}
.proj-card {
    border: 0;
    border-radius: 20px;
    margin: 15px 0px;
    box-shadow: inset 0px -4px 0px #a6b5e1, -2px 4px 10px #0811417f;
    /* box-shadow: inset 0px -4px 0px #d2e0f2, -1px 2px 5px #29005219; */
}
.schedule-call{
    padding: 4em 0px;
    color: #515151;
}
.schedule-call p{
    margin-bottom: 1em;
}

.schedule-call h3 {
    width: 20%; 
    text-align: center; 
    border-bottom: 2px solid #3D3D3D; 
    line-height: 0.1em;
    margin: auto; 
    color: #3D3D3D;
 } 
 .schedule-call h3 span { 
     background:#F8F8F8; 
     padding:0 10px; 
 }
.m-t-9{
    margin-top: -9em;
}
.footer-Illus-wrapper{
    position: relative;
}
 #footer{
    /* background: #EFEFEF; */
    background-image: url(/img/homepage/FooterBg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10em 0 3em 0px;
    /* background-position: 0% 33%; */
    position: relative;
}
#footer ul.quicklinks {
    font-size: 90%;
    line-height: 40px;
    margin-bottom: 0;
    margin-top: 2.5em;
    text-transform: none;
    font-family: 'Circular Std Book', Arial, sans-serif !important;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.list-inline-item {
    display: inline-block;
}
.list-inline {
    
    padding-left: 0;
    list-style: none;
}
ul .list-inline-item a {
    color: #fff;
}
#footer span.copyright {
    font-size: 12px;
    font-weight: 300;
    /* line-height: 40px; */
    text-transform: none;
    color: #A6B5E1;
    /* font-family: 'Circular Std Book', Arial, sans-serif !important; */
}
ul.social-buttons {
    margin-bottom: 0;
}
ul.social-buttons li a {
    font-size: 20px;
    line-height: 45px;
    display: block;
    width: 45px;
    height: 45px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #2B459C;
    border-radius: 100%;
    outline: none;
    /* background-color: #fff; */
    text-align: center;
}
ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
    background-color: #2b469d;
}
ul .list-inline-item a {
    color: #fff;
}
/* widget page desktop */
.widget-h3 {
    color: #121F63;
    font-size: 32px;
    font-weight: 300;
    margin:   1.7em 0px 0.3em;
}
.widget-p {
    font-weight: 300;
    color: #3D3D3D;
}
.embedContactFormWidget{
    margin-top: 4em;
}
.embedContactFormWidget h3{
    color: #3D3D3D;
    font-size: 20px;
    margin-bottom: 1em;
}
/* widget page desktop */

/* project listing page desktop*/

#portfolio-banner {
    /* background: #EFEFEF; */
    background-image: url(../img/home/Bg-Listing.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    /* background: transparent linear-gradient(180deg, #57ACDD 0%, #2A80C6 20%, #1A2D8C 49%, #111E64 76%, #0C1441 100%) 0% 0% no-repeat padding-box; */
    /* height: 5em; */
    padding: 9em 0px 0em;
    text-align: center;
}
#listing-page{
    /* padding-top:8em; */
    margin: auto;
}
.link-dark{
    align-self: center;
    text-decoration: underline;
    font-weight: 500;
    color: #515151;
}
.link-dark:hover{
    color: #515151;
    text-decoration: underline;
}

#list-img .wIcon-four{
    position: absolute;
    width: 7%;
    left: 17%;
    top: 14%;
    z-index: 1;
    visibility: visible;
}
#list-img .wIcon-seven{
    position: absolute;
    width: 3%;
    left: 13%;
    top: 15%;
    z-index:1;
}
#list-img .wIcon-two{
    position: absolute;
    width: 3%;
    left: 40%;
    top: 20%;
    z-index: 1
}
#list-img .wIcon-three {
    position: absolute;
    width:3%;
    right:44%;
    top:24%;
    bottom:1em;
    z-index:1;
}
#list-img .wIcon-music {
    position:absolute;
    width:3%;
    right:35%;
    top:14%;
    z-index:1;
}
#list-img .wIcon-five {
    position:absolute;
    width:5%;
    right:13%;
    top:18%;
    z-index: 1;
}
.dog-footer{
    z-index: 2;
    position: absolute;
    right: 35%;
    top: 2.9em;
    width: 10%;
}
.dog-heart {
    position: absolute;
    width:4%;
    right:37%;
    top:13%;
    bottom:1em;
    z-index:1;
}
.cards-list .proj-card{
    box-shadow: inset 0px -4px 0px #D2E0F2, -1px 2px 5px #29005219;
}
.proj-card .card-title {
    color: #3D3D3D;
    font-size: 18px;
    margin-top: 1em;
    margin-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.proj-card .card-text {
    font-size: 13px;
    color: #8A8A8A;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 4px;
}
.list-failure-wrapper{
    position: relative;
}
.list-failure-wrapper h1{
    color: #2B459C;
    font-weight: 600;
    font-size: 35px;
    margin-top: 0.5em;
    text-align: center;
    margin-bottom: 1.1em;
}
.loader-IQ p{
    color: #2B459C;
    font-weight: 400;
    font-size: 18px;
    margin: 1.5em 0px;
    text-align: center;
    vertical-align: middle;
    align-items: center;

}
.exclaimation-failureImg{
    position: absolute;
}


/* filter css*/
    /*chips*/
    .fil-chips{
        text-align: right;
    }
    .fil-chip {
        display: inline-block;
        padding: 0 8px;
        height: 30px;
        font-size: 12px;
        line-height: 30px;
        border-radius: 25px;
        background-color: #ffffff;    
        color: #515151;
        font-weight: 300;
    }
    .closechipbtn {
        padding-left: 10px;
        color: #888;
        font-weight: bold;
        float: right;
        font-size: 20px;
        cursor: pointer;
    }
    .closechipbtn:hover {
        color: #000;
    }
    .reset-filter{
        float: right;
        padding: 6px;
        font-size: 11px;
        text-decoration: underline;
        color: #515151;
    }
    /*filter*/
    #filter{
        box-shadow: -1px 2px 5px #29005219;;
        border-radius: 8px 8px 8px 8px;
        padding: 4px 8px 4px 8px;
        margin: 40px 0px 15px 0px;
        background-color: #ffffff;
    }
    .drop-list{
        padding: 0 0 10px;
        border: none;
        inset:0px 0px auto 0px !important;
        border-radius:4px;
        box-shadow: 0px 10px 10px #08114133;
        margin: -3px 0.5em;
        min-width: 7.5rem;
        font-size: 13px;
        color: #232323;
    }
    .drop-list-item{
        padding: 0.5rem 1.5rem;
    }
    .toggle-heading{
        padding: 10px 3px;
        border-radius: 4px;
        font-size: 13px;
        color: #515151;
        text-align: center;
        cursor: pointer;
        font-size: 14px;
        font-weight: 400;
    }
    .toggle-heading.show{
        box-shadow:0px -7px 8px #0811410d; 
        }    
    .toggle-heading::after {
        margin-left:2px;
        color: #C0C0C0;
    }
    .list-input{
        padding: 7px;
        border: none;
        box-shadow: none;
        width:75%;
        vertical-align: bottom;
        color: #000;
    }
    .list-input:focus-visible{
        border: none;
        outline: 0;
    }
    .dropdown-item.active, .dropdown-item:active{
        background-color: #e9ecef !important;
        color: #000;
    }
    .drop-btn{
        background: transparent linear-gradient(209deg, #4787dd 0%, #4242CF 100%) 0% 0% no-repeat padding-box;
        box-shadow: inset 0px -6px 0px var(--brandBlue), -2px 4px 5px #08114133;
        border-radius: 8px;
        border: transparent;
        font-weight: 500;
        text-transform: none;
        letter-spacing: 0.4px;
        font-size: 13px;
        color: #fff;
        font-weight:400;
        padding: 10px 38px 10px 38px;
        margin-left: 8px;
    }
    .drop-count{
        margin-left: 4px;
    }
    .search-filter-img{
        vertical-align:baseline;
        margin-left: 22px;
    }
    .filter-img{
        height: 20px;
        width: 20px;
    }
    .bd-r{
        border-right: 1px solid #ddd;
    }
    .form-check-input.custom-checkbox:checked {
        background-color:#000;
        border-color: #000;
    }
    .custom-checkbox{
        margin-right: 7px;
        width: 1.25em;
        height: 1.25em;
        border-radius: 2px !important;
    }
   
    .modal-header{
    border-bottom: none !Important;
    }
    /* filter css*/
    
    .modal-body p{
        font-weight: 400;
    }
/* project listing page desktop*/


/* // `lg` applies to medium devices (tablets, less than 992px) widget css*/
@media (max-width: 991.98px) { 
/* project listing page tablets*/

/* filter css*/
#filter{
    padding: 5px;
}
.filter-img{
    height: 15px;
    width: 15px;
}
.list-input{
    padding: 0;
}
.toggle-heading{
    font-size: 13px;
    padding: 8px 4px;
    
}
.search-filter-img{
    vertical-align: -webkit-baseline-middle;
    margin-left: 12px;
    height: 20px;
    width: 20px;
}
.drop-list{
    min-width: 8rem;
}
.list-input::placeholder {
    font-size: 12px;
    color: #515151;
}
/* filter css*/
/* project listing page tablets*/
}


/* // `md` applies to small devices (landscape phones, mobile, less than 768px)   widgets css */
@media (max-width: 767.98px) { 

    iframe{
        width: 100%;
    }
    .navbar-brand {
        width: 40%;
    }
    .navbar-light .navbar-nav .nav-link {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        font-size: 15px;
    }
  /* project listing page mobile*/
  .dog-footer,.dog-heart{
        visibility: hidden;
    } 
    /* filter css*/
    .chip{
        padding: 0 4px;
        font-size: 11px;
    }
    .chips{
        text-align: left;
        padding: 0 23px;
    }
    .closechipbtn{
        padding-left: 5px;
    } 
    .search-filter-img{
        margin-left: 35px;
        vertical-align: middle;
    }
    .list-input{
        font-size: 13px;
        padding: 0 5px;
        vertical-align: baseline;
    }
    .bd-r{
        border-right: none;
    }
    .col-hide{
        display: none;
    }
    .drop-btn{
        padding: 3px 18px 8px 18px;
        font-size: 13px;
        font-weight: 400;
    }
    .list-input::placeholder {
        display: none;
    }
    /* filter css*/

  /* project listing page mobile */
  #portfolio-banner{
          padding: 2em 0px 0em;
    text-align: center;
    margin-top: 3em;
  }
  .widget-h3 {
    font-size: 24px;
    margin: 1em 0px 0.3em;
    }
} /* // `md` applies to small devices (landscape phones, mobile, less than 768px)   widgets css */
/* /////widget page css //// */






 /* // `sm` applies to x-small devices (portrait phones, less than 576px) */
 @media (max-width: 575.98px) { 

}
/* // `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 
    .serv-girl-footer{
        width: 23%;
    }
}


/* // `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) { 
    .serv-girl-footer{
        width: 25%;
    }
    .indus-card{
        padding: 40px 1em;
    }
    /* .ind_card_list li{
        width: 20%;
    } */
    
    /* Innovator page 2025 x-large */
    #innovator-wave2025{
        top: -104vh;
        margin-bottom: -29em;
    }
    .innvWinner25-wrap{
        right: -66px;
        top: -11em;
    }
    .innvWinner25-troply-col {
        top: 35%;
        width: 74%;
    }
    /* Innovator page 2025 x-large */
 }


 /* //For Big TV's (HD Screens)  */
@media screen and (min-width: 1280px) {
   .serv-girl-footer{
        width: 28%;
    }
  /* #footer{
     padding: 14em 0 3em 0px;
 } */
}/* //For Big TV's (HD Screens)  */



/* //For Projectors or Higher Resolution Screens (Full HD)   || used for  BenQ big screen*/
@media screen and (min-width: 1920px) {
    .serv-girl-footer{
        width: 20%;
    }
    #footer{
        padding: 20em 0 3em 0px;
    }
    .innovator-header{
        font-size: 84px;
    }
    /* Innovator page 2025 BenQ HD screen */
    #innovator-wave2025{
        top: -35vh;
        margin-bottom: -17em;
    }
    .innvWinner25-troply-col {
        top: 15%;
        width: 60%;
    }
    .innvWinner25-img {
        width: 47%;
        position: relative;
        top: -3em;
        right: -20vw;
    }
    /* Innovator page 2025 HD screen */
    /* Innv winning page listing HallofFame */
    .InnvlistCard_thumnail {
        height: 12em;
    }
    .innvAward-subtitle{
        font-size: 18px;
    }
    .innvAward-subtext {
        font-size: 16px;
    }
    /* Innv winning page listing HallofFame */
}/* //For Projectors or Higher Resolution Screens (Full HD)   || used for  BenQ big screen*/


@media screen and (min-width: 3840px) {
    /* //For 4K Displays (Ultra HD) */
    #footer{
        padding: 14em 0 3em 0px;
    }
} /* //For 4K Displays (Ultra HD) */
