html {
  scroll-behavior: smooth;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
}

.logo {
    line-height: 36px;
    float: left;
    color: #fff;
    font-weight: bold;
}

.nav-logo {
    width: auto;
    height: 54px;
}

nav {
    width: 100%;
    line-height: 60px;
    padding-bottom: 12px;
}
nav ul {
    line-height: 36px;
    list-style: none;
    background: rgba(0, 0, 0, 0);
    overflow: hidden;
    color: #fff;
    padding: 0;
    text-align: right;
    margin: 0;
    transition: 1s;
}
.float-container{
    display: none;
}

nav ul li {
    display: flex;
    padding: 0px 0px;
    margin-top: 12px;
    justify-content: flex-end;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

.buttonstyle-nav {
    background-color: #4C00FF;
    border: none;
    color: white;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.right-arrow {
    height: auto;
    width: 16%;
    padding: 0 0 0 10px;
}

.hero-section {
    background: url('images/headsec.webp') no-repeat center center/cover;
  }
  
  .form-area {
    background-color: #fff;
    box-shadow: 0px 5px 10px rgba(90, 116, 148, 0.3);
    padding: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 38px;
}
.form-area .form-inner {
    width: 100%;
}
.higth{
    padding: 90px 0;
}
.form-group {
    margin-bottom: 10px;
}

.buttonstyle-nav0132 {
    background-color: #ffffff00;
    border: 2px solid #fff;
    color: white;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 14px 6px;
}

/*---------------From----------*/
.intl-tel-input,
.iti{
  width: 100%;
}




@keyframes slides {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  
  .logos {
    overflow: hidden;
    padding: 24px 0 36px 0px;
    white-space: nowrap;
    position: relative;
}
  
  .logos:before, .logos:after {
    position: absolute;
    top: 0;
    content: '';
    width: 250px;
    height: 100%;
    z-index: 2;
  }
  
  .logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255,255,255,0), rgb(255, 255, 255));
  }
  
  .logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255,255,255,0), rgb(255, 255, 255));
  }
  
  .logo_items {
    display: inline-block;
    animation: 70s slides infinite linear;
  }

  .logo_items img {
    height: 66px;
    padding: 8px 38px;
}





  @keyframes slides {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  
  .logos01 {
    overflow: hidden;
    padding: 10px 0 24px 0px;
    white-space: nowrap;
    position: relative;
  }
  
  .logos01:before, .logos01:after {
    position: absolute;
    top: 0;
    content: '';
    width: 250px;
    height: 100%;
    z-index: 2;
  }
  
  .logos01:before {
    left: 0;
    background: linear-gradient(to left, rgba(255,255,255,0), rgb(255, 255, 255));
  }
  
  .logos01:after {
    right: 0;
    background: linear-gradient(to right, rgba(255,255,255,0), rgb(255, 255, 255));
  }
  
  .logo_items01 {
    display: inline-block;
    animation: 70s slides infinite linear;
    animation-direction: reverse;
  }

  .logo_items01 img {
    height: 66px;
    padding: 8px 38px;
}



  .Seamlessly{
    padding-top: 40px;
    padding-bottom:40px ;
    padding-left: 20px;
    padding-right: 20px;
  }

  .loylt-hero-overlay {
    background: url(images/how-it-works.webp) no-repeat center center / cover;
    height: 800px;
    width: 100%;
}
.loylt-hero-overlay-b2c {
    background: url(images/b2c-images/b2c-how-it-works.webp) no-repeat center center / cover;
    height: 800px;
    width: 100%;
}
.form-style {
    padding-left: 120px !important;
}

input.form-control {
    border: 2px solid #CBD5E1;
    padding: 10px 8px;
    border-radius: 4px !important;
}

select.form-control {
    border: 2px solid #CBD5E1;
    padding: 10px 5px;
    border-radius: 4px;
    margin: 0px;
    margin-bottom: 10px;
    color: #595c5f;
}
.form-heding {
    color: #130032;
    font-family: 'Poppins';
    padding-bottom: 6px;
    font-size: 22px;
    font-weight: 600;
}
.hero-heading2 {
    font-family: 'Poppins';
    color: #fff;
    font-size: 21px;
    padding-bottom: 8px;
    padding-top: 20px;
    font-weight: 600;
}
.hero-heading {
    font-family: 'Poppins';
    color: #fff;
    font-size: 36px;
    padding-right: 10px;
    padding-top: 28px;
    line-height: 1.2;
    font-weight: 600;
}
.hero-para {
    color: #ffffff;
    font-family: 'Poppins';
    font-size: 17px;
    padding-top: 5px;
    display: flex;
    align-items: center;
    margin: 0;
}
.top-clinet-logo {
    width: auto;
    height: 152px;
    padding-top: 8px;
}
.check-box-img {
    width: auto;
    height: 14px;
    padding: 0px 10px 0 0px;
}
.logo-heading {
    text-align: center;
    font-family: 'Poppins';
    padding-top: 46px;
    font-weight: 600;
    font-size: 28px;
    padding-bottom: 18px;
}
.loylt-hero {
    padding: 40px 0 0 0;
    background: #b5ccff30;
}
.loylt1-heading {
    text-align: center;
    font-family: 'Poppins';
    font-size: 36px;
    font-weight: 600;
    padding: 28px 280px 0 280px;
}
.style-l1 {
    color: #4C00FF;
}
.loylt1-para {
    text-align: center;
    font-family: 'Poppins';
    color: #1E1E1E;
    padding: 14px 6%;
    font-size: 18px;
    font-weight: 400;
}
.section {
    margin-top: 60px;
}
.content.aos-init.aos-animate {
    padding-right: 85px;
    display: grid;
    align-items: center;
    align-content: center;
}
.fst-para {
    margin-bottom: 12px;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 28px;
}
.fst-heding {
    font-family: 'Poppins';
    font-size: 16px;
    padding: 0 100px 24px 100px;
}
.git-logo-sty{
    display: flex;
    align-items: center;
}
.back-get {
    background: #F8FAFF;
}
.business {
    text-align: center;
    padding: 60px 0 30px 0;
    background: #b5ccff24;
}
.solutions-heading {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 36px;
}
.solutions-para {
    font-family: 'Poppins';
    font-size: 18px;
    padding: 0 16%;
    padding-top: 10px;
}
.nav.nav-tabs.aos-init.aos-animate {
    text-align: center;
    display: flex;
    justify-content: center;
    border: none;
    padding-top: 26px;
}
.nav-tabs .nav-link.active {
    border: 1px solid #0000 !important;
    font-family: 'Poppins';
    color: #ffffff !important;
    font-weight: 500;
    font-size: 18px;
    border-radius: 30px;
    width: 100%;
    margin: 5px 0;
    background: linear-gradient(11deg, rgb(27 108 169) 0%, rgb(10 151 176) 100%) !important;
    padding: 8px 20px;
}
.text-side {
    padding: 0px 0 0 40px;
}
.nav-tabs .nav-link:hover {
    background: none;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Poppins';
    color: #000;
}
.nav-tabs .nav-link {
    background: none;
    border: 1px solid #0000 !important;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Poppins';
    color: #000;
}
.tab-content.aos-init.aos-animate {
    padding-top: 40px;
    padding-bottom: 40px;
}
.slider-heding {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 30px;
    padding-bottom: 14px;
}
.slider-para {
    font-family: 'Poppins';
    font-size: 18px;
    padding-right: 6%;
    padding-bottom: 6px;
    line-height: 1.7;
}
.buttonstyle-nav2 {
    background-color: #4C00FF;
    border: none;
    color: white;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 12px 2px;
    width: 100%;
}
.primary-nav-btn02 {
    border-radius: 5px;
    padding: 10px 38px;
    text-decoration: none;
    transition: all .2s;
    background-color: #4C00FF;
    border: none;
    color: white;
    font-family: Poppins;
    font-weight: 600;
}
.primary-nav-btn01 {
    border-radius: 5px;
    padding: 10px 38px;
    text-decoration: none;
    transition: all .2s;
    background-color: #ffffff;
    border: 2px solid #4C00FF;
    color: #111111;
    font-family: Poppins;
    font-weight: 600;
}
.revolutionize-section {
    color: #fff;
    padding: 50px 0;
    background: url(images/transform-lws.webp) no-repeat center center / cover;
}
.revolutionize-heding {
    padding: 0px 0 26px 0;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 34px;
    text-align: center;
}
.product-heding {
    font-family: 'Poppins';
    font-size: 22px;
    padding: 24px 0 6px 0;
    font-weight: 600;
}
.product-parra {
    font-family: 'Poppins';
    font-size: 16px;
    color: #ffffffd9;
}
.back-button {
    background: #d3e0ff;
    display: flex;
    justify-content: center;
    width: 56%;
    align-items: center;
    border-radius: 30px;
    grid-gap: 22px;
}
.button-type-desi {
    display: flex;
    justify-content: center;
}
.button-img {
    height: auto;
    width: 24px;
    margin: 0 18px;
}
.Revolutionize-cols{
    padding: 0 30px 0 30px ;
}
.buttonstyle-nav01 {
    background: no-repeat;
    color: #fff;
    border: 2px solid #CBC2FF;
    padding: 14px 16px;
    margin: 0 22px;
    border-radius: 12px;
    font-family: 'Poppins';
    font-size: 22px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.down-button-style {
    display: flex;
    justify-content: center;
    padding-top: 22px;
}
.button-style012{
    display: flex;
    justify-content: center;
}
.we-are-img-section {
    background: url(images/we.webp) no-repeat center center / cover;
    width: 100%;
    color: #fff;
    padding: 89px 64px;
    margin: 10px 0px;
    border-radius: 12px;
}
.primary-nav-btn011 {
    border-radius: 5px;
    padding: 10px 38px;
    text-decoration: none;
    transition: all .2s;
    background-color: #130032;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-family: Poppins;
    font-weight: 600;
    margin-left: 40px;
}
.we-are-heding {
    font-family: 'Poppins';
    font-size: 30px;
    font-weight: 600;
}
.slider-para01 {
    font-family: 'Poppins';
    font-size: 18px;
}
.we-are-img-section2 {
    background: url(images/we-are-he.webp) no-repeat center center / cover;
    width: 100%;
    color: #fff;
    padding: 30px 22px;
    margin: 10px 0px;
    border-radius: 12px;
}
.we-are-button-type {
    color: #000000;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    padding: 10px 22px;
    margin: 10px 10px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    border: 1px solid rgb(255 255 255 / 40%);
}
p.counter-style-para {
    font-size: 14px;
    font-family: 'Poppins';
    color: #ffffff;
}
.we-are-section {
    padding: 30px 0;
}
.leding-program-section {
    background: linear-gradient(182deg, #F8F3F0 0%, #ffffff 100%);
    padding: 44px 16px 30px 16px;
}
.product-parra01 {
    font-family: 'Poppins';
    font-size: 18px;
    color: #383838d9;
    padding-bottom: 40px;
    padding-right: 10%;
}
.get-in-touch-background-img {
    background: url(images/get-in-touch.webp) no-repeat center center / cover;
    border-radius: 22px;
    padding: 40px 30px;
    margin: 6px 6px;
}
.get-in-touch-heding {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
}
.glass-morphism {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    border: 1px solid rgb(255 255 255 / 40%);
    width: 100%;
    height: 380px;
    padding: 12px 12px;
    text-align: center;
    margin: 12px 0;
}
.get-in-touch-paragraph {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    padding-top: 10px;
    padding-right: 62%;
}
.button-style0120{
    display: flex;
}
.primary-nav-btn0112 {
    border-radius: 5px;
    padding: 10px 38px;
    text-decoration: none;
    transition: all .2s;
    background-color: #6129d900;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-family: Poppins;
    font-weight: 600;
    margin-left: 40px;
}
.api-data {
    width: auto;
    height: 334px;
}
.primary-nav-btn021 {
    border-radius: 5px;
    padding: 10px 38px;
    text-decoration: none;
    transition: all .2s;
    background-color: #ffffff;
    border: none;
    color: #4c01ff;
    font-family: Poppins;
    font-weight: 600;
}
.down-button-style02 {
    display: flex;
    padding-top: 43px;
}
.buttonstyle-nav012 {
    background-color: #ffffff;
    border: none;
    color: black;
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 14px 6px;
    width: 100%;
}

.buttonstyle-nav0111 {
    background-color: #ffffff00;
    border: none;
    color: white;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 14px 48px;
    text-decoration: underline;
}
.get-in-touch {
    padding-bottom: 50px;
}

#lab_social_icon_footer {
    padding: 30px 0 30px 0;
    background-color: #dedede;
    margin-bottom: 14px;
}
.style-sosil{
    display: flex;
    align-items: center;
}
.bottom_text {
    display: flex;
    justify-content: space-between;
    font-family: 'Poppins';
    font-size: 16px;
    padding: 24px 0;
}
.policy_terms a {
    color: #181818;
    text-decoration: none;
    padding: 0 22px 0 0;
}
.buttonstyle-nav20 {
    color: #4C00FF;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 10px 20px;
    background: none;
    border: 2px solid #4C00FF;
    
}
.buttonstyle-nav203 {
    background-color: #CBC2FF;
    border: none;
    color: #130032;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 12px 2px;
    width: 100%;
}
.footer-button-sd{
    text-align: -webkit-right;
}
.primary-nav-btn {
    border-radius: 5px;
    padding: 0px 38px;
    text-decoration: none;
    transition: all .2s;
    background-color: #ffffff;
    border: 2px solid #4C00FF;
    color: #111111;
    font-family: Poppins;
    font-weight: 600;
}
.primary-nav-btn2 {
    border-radius: 5px;
    padding: 4px 38px;
    text-decoration: none;
    transition: all .2s;
    background-color: #4C00FF;
    border: none;
    color: white;
    margin-left: 36px;
    font-family: Poppins;
    font-weight: 600;
}
.button-mobile{
    display: block;
}
.nav-bar-style {
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
/*----Thank-you-page-start------*/

.background {
    background-color: #ffffff;
}
.herobgimage {
    background-image: url('images/headsec.webp');
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 166px 0 166px 0;
}

/*----Thank-you-page-end-------*/
.logo-style-sec {
    position: relative;
    left: 24px;
    top: 16px;
}

.button-mobile-pho{
    display: none;
}
.btttnnn{
    display: block;
}
.btttn{
    display: block;
}

.select-box {
    position: relative;
    border: 2px solid #CBD5E1;
    border-radius: 4px;
}

.select-box input {
    width: 100%;
    font-size: 1.1rem;
    border: .1rem solid transparent;
    outline: none;
    padding: 11px 12px;
}

input[type="tel"] {
    border-radius: 0 .5rem .5rem 0;
}

.select-box input:focus {
    border: .1rem solid var(--primary);
}

.selected-option {
    background-color: #eee;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.selected-option div {
    position: relative;
    width: 6rem;
    padding: 0px 10px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.selected-option div::after{
    position: absolute;
    content: "";
    right: .8rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    
    width: .8rem;
    height: .8rem;
    border-right: .12rem solid var(--primary);
    border-bottom: .12rem solid var(--primary);

    transition: .2s;
}

.selected-option div.active::after{
    transform: translateY(-50%) rotate(225deg);
}

.select-box .options {
    position: absolute;
    top: 4rem;
    width: 100%;
    background-color: #ffffff;
    border-radius: .5rem;
    display: none;
    box-shadow: 0px 4px 40px #00000029;
    z-index: 99;
}

.select-box .options.active {
    display: block;
}

.select-box .options::before {
    position: absolute;
    content: "";
    left: 1rem;
    top: -1.2rem;

    width: 0;
    height: 0;
    border: .6rem solid transparent;
    border-bottom-color: var(--primary);
}

input.search-box {
    background-color: #000;
    color: #fff;
    border-radius: .5rem .5rem 0 0;
    padding: 1.4rem 1rem;
}

.select-box ol {
    list-style: none;
    max-height: 23rem;
    overflow: overlay;
}

.select-box ol::-webkit-scrollbar {
    width: 0.6rem;
}

.select-box ol::-webkit-scrollbar-thumb {
    width: 0.4rem;
    height: 3rem;
    background-color: #ccc;
    border-radius: .4rem;
}

.select-box ol li {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.select-box ol li.hide {
    display: none;
}

.select-box ol li:not(:last-child) {
    border-bottom: .1rem solid #eee;
}

.select-box ol li:hover {
    background-color: lightcyan;
}

.select-box ol li .country-name {
    margin-left: .4rem;
}
#pageloader {
    background: rgba(44, 44, 44, 0.221);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    top: 0;
}
#pageloader img {
    left: 50%;
    margin-left: -210px;
    margin-top: -175px;
    position: absolute;
    top: 50%;
}

/* 
Talk to a expert buttom */

.btttn {
    position: relative;
   
    height: 48px;
    font-family: "Poppins", sans-serif;
    overflow: hidden !important;
    border: #4c00ff 1px solid !important;
    border-radius: 10px !important ;

    color: #4c00ff !important;
    font-size: 16px!important;

    outline: none !important;
    cursor: pointer !important;
  }
  .btttn::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: 'Talk to an Expert';
    font-family: "Poppins", sans-serif;
    transition: all .3s;
  }
  .btttn::after {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    content: '+971 9513385711';
    font-family: "Poppins", sans-serif;
    transition: all .3s;
  }
  .btttn:hover::before {
    top: -60px;
  }
  .btttn:hover::after {
    top: 0;
  }


  .btttnnn {
    position: relative; 
    height: 48px;
    font-family: "Poppins", sans-serif;
    overflow: hidden !important;
    border: #fff 1px solid !important;
    border-radius: 10px !important ;

    color: #fff !important;
    font-size: 16px!important;

    outline: none !important;
    cursor: pointer !important;
  }
  .btttnnn::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 46px;
    content: 'Talk to an Expert';
    font-family: "Poppins", sans-serif;
    transition: all .3s;
  }
  .btttnnn::after {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 46px;
    content: '+971 9513385711';
    font-family: "Poppins", sans-serif;
    transition: all .3s;
  }
  .btttnnn:hover::before {
    top: -60px;
  }
  .btttnnn:hover::after {
    top: 0;
  }

  .get-in-touch-background-img2 {
    background: url(images/get-in-touch2.webp) no-repeat center center / cover;
    border-radius: 22px;
    padding: 34px 30px;
    margin: 46px 6px 14px 6px;
}
.get-in-touch-heding2 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 28px;
    color: #fff;
    padding-right: 190px;
    line-height: 44px;
}
.get-in-touch-paragraph2 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    padding-top: 10px;
}


.flex-column-1{
	height: 70%;
	width: 100%;

}
.pic{
    height: 70px;
    width: 70px;
    margin-left: 20px;
    border-radius: 50%;
    transition: all .2s ease-in-out;
}

.introduce:hover .pic{
	transform: scale(1.1);
}
.carousel-indicators{
	bottom: -50px;
}
.ourworks-box {
    text-align: center;
}
.our-works-head {
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 34px;
}
.style-box-type {
    background: #fff;
    border-radius: 30px;
    margin: 0 18px 20px 18px;
    box-shadow: 0px 3px 20px #0000000f;
}
.dtyle{
    width: 92%;
}
.inside-text {
    position: relative;
    padding: 0 20px;
    top: -26px;
}
.slider-heding02 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 4px;
}
.slider-ul {
    padding: 0 4px 0 16px;
    font-size: 16px;
}
.slider-ul-li {
    padding-bottom: 6px;
}
.arrow-slider-style {
    background: #00000026;
    height: auto;
    width: 52px;
    padding: 16px 20px;
    border-radius: 40px;
}
a.carousel-control-prev {
    width: 0%;
    height: 0%;
    position: absolute;
    top: 50%;
    left: -56px;
}
a.carousel-control-next {
    width: 0%;
    height: 0%;
    top: 50%;
    right: -58px;
}
.hero-heading20 {
    font-family: 'Poppins';
    color: #fff;
    font-size: 20px;
    padding-top: 50px;
    font-weight: 600;
}


.Seamlessly {
    padding: 24px 0 60px 0;
    text-align: center;
}


/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    background: #ffffff;
    transition: 0.5s;
    box-shadow: 0px 3px 20px #0000000f;
    height: 560px;
}

.blog .blog-item a {
    transition: 0.5s;
}

.blog .blog-item:hover a:hover {
    color: var(--bs-primary);
}

.blog .blog-item .blog-img {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(0, 208, 132, 0.1);
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
}

.blog .blog-item:hover .blog-img::after {
    opacity: 1;
}

.blog .blog-item .blog-img .blog-title {
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 5;
}

.blog .blog-item .blog-img .blog-title a {
    color: var(--bs-white);
    background: var(--bs-primary);
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img .blog-title a:hover {
    color: var(--bs-dark);
}

.blog-carousel .owl-stage-outer {
    margin-top: 58px;
}

.blog .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -76px;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 12px 21px;
    border-radius: 40px;
    transition: 0.5s;
    transform: rotate(180deg);
}

.blog .owl-nav .owl-prev:hover {
    background: var(--bs-dark);
    color: var(--bs-primary);
}

.blog .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -76px;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 12px 21px;
    border-radius: 30px;
    transition: 0.5s;
    transform: rotate(180deg);
}

.blog .owl-nav .owl-next:hover {
    background: var(--bs-dark);
    color: var(--bs-primary);
}
/*** Blog End ***/

.mobile-view-button {
    display: none;
}

.counter .counter-item .counter-item-icon {
    width: 90px;
    height: 90px;
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: #ffffff;
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}
.counter {
    margin-bottom: 38px;
}
.name-type-t {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
}
.bg-secondary2 {
    background: url(images/Backkpi.webp) no-repeat center center / cover;
    padding: 30px 22px;
    border-radius: 0px;
}
.kpi-para21 {
    font-family: 'Poppins';
    font-size: 18px;
    padding: 0 16%;
    padding-top: 10px;
    text-align: center;
    color: #ffffff;
    padding-bottom: 34px;
}
.kpi-heding {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 30px;
    padding-bottom: 0;
    color: #ffffff;
    text-align: center;
}
.box {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    border: 1px solid rgb(255 255 255 / 40%);
    width: 100%;
    padding: 40px 10px;
    text-align: center;
}
  
.counter-style-no {
    font-size: 35px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Poppins';
}
.counter-style-pa {
    font-size: 35px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Poppins';
}
  
  p {
    margin:10px 0 0 0;
    font-size:16px;
    font-family: 'Poppins';
    margin-bottom: 0;
  }

  .float-container {
    display: none;
}
.button-id-view-off {
    display: block !important;
}
.button-id-view-on {
    display: none !important;
}

@media screen and (min-device-width: 320px) and (max-device-width: 430px) { 
    .button-type-desi{
     display: grid;
    }
    .nav-logo {
     width: auto;
     height: 44px;
 }
 .button-mobile{
     display: none;
 }
 .logo-style-sec {
     text-align: left;
     position: relative;
     left: 0;
 }
 .mobile-none{
     display: none;
 }
 .button-id-view-off {
    display: none !important;
}
.button-id-view-on {
    display: block !important;
}
 #lab_social_icon_footer {
    padding: 20px 0 4px 0;
    background-color: #dedede;
    margin-bottom: 4px;
}
 .buttonstyle-nav {
     background-color: #4C00FF;
     border: none;
     color: white;
     font-size: 14px;
     font-family: "Poppins", sans-serif;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 10px;
 }
 .hero-section {
    background: url(images/headsec.webp) no-repeat center center / cover;
    padding-top: 64px;
    padding-bottom: 40px;
}
 .nav-bar-style {
     background: #fff;
     position: fixed;
     top: 0;
     right: 0;
     left: 0;
     z-index: 1030;
 }
 .product-parra01 {
     font-family: 'Poppins';
     font-size: 18px;
     color: #383838d9;
     padding-bottom: 30px;
     padding-right: 10%;
 }
 .right-arrow {
     height: auto;
     width: 14%;
     padding: 0 0 0 10px;
 }
 .higth {
    padding: 4px 0;
}
 .policy_terms a {
     color: #181818;
     text-decoration: none;
     padding: 0 0px 0 0;
 }
 
 .hero-heading {
     font-family: 'Poppins';
     color: #fff;
     font-size: 28px;
     margin: 0;
     text-align: center;
     padding: 0px 6px;
 }
 .hero-para {
    color: #ffffffb3;
    font-family: 'Poppins';
    font-size: 14px;
    padding: 4px 2px;
}
.logo-heading {
    text-align: center;
    font-family: 'Poppins';
    padding-top: 20px;
    font-weight: 600;
    font-size: 24px;
}
 .form-style {
     padding-left: 12px !important;
 }
 .loylt1-heading {
    font-family: 'Poppins';
    text-align: left;
    padding: 6px 2%;
    font-weight: 600;
    font-size: 24px;
}
 .fst-para {
     margin-bottom: 12px;
     font-family: 'Poppins';
     text-transform: uppercase;
     font-size: 18px;
     text-align: left;
 }
 .loylt1-para {
    text-align: left;
    font-family: 'Poppins';
    color: #394960;
    padding: 4px 6px;
    font-size: 16px;
}
.loylt-hero-overlay {
    background: url(images/how-it-works.webp) no-repeat center center / cover;
    height: 220px;
    width: 100%;
}
 .loylt-hero {
    padding: 16px 0 0 0;
    background: linear-gradient(182deg, #F8F3F0 0%, #ffffff 100%);
}
 .content.aos-init.aos-animate {
     padding-right: 8px;
     display: grid;
     align-items: center;
     align-content: center;
     margin-top: 0;
 }
 .fst-heding {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    padding: 4px 0px;
}
.blog .blog-item {
    border-radius: 10px;
    background: #ffffff;
    transition: 0.5s;
    box-shadow: 0px 3px 20px #0000000f;
    height: 594px;
}
.business {
    text-align: left;
    padding: 26px 0 10px 0;
    background: #f4f4f4a6;
    margin-top: 8px;
}
 .solutions-heading {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 22px;
    padding: 0px 6px 0 6px;
    padding: 0 6%;
}
.form-heding {
    color: #130032;
    font-family: 'Poppins';
    padding-bottom: 6px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}
 .slider-heding {
     font-family: 'Poppins';
     font-weight: 600;
     font-size: 22px;
     padding-top: 4%;
     padding-bottom: 4px;
 }
 .slider-para {
     font-family: 'Poppins';
     font-size: 16px;
     padding-right: 4%;
     padding-bottom: 4px;
 }
 .text-side {
    padding-bottom: 10px;
}
.revolutionize-heding {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 20px;
    padding: 0 0 22px 0;
    text-align: center;
}
 .buttonstyle-nav01 {
     background: no-repeat;
     color: #fff;
     border: 2px solid #CBC2FF;
     padding: 14px 16px;
     margin: 8px 22px;
     border-radius: 12px;
     font-family: 'Poppins';
     font-size: 18px;
     font-weight: 500;
     display: flex;
     align-items: center;
 }
 .down-button-style {
     display: flex;
     justify-content: center;
     padding-top: 64px;
 }
 .we-are-heding {
     font-family: 'Poppins';
     font-size: 26px;
     font-weight: 600;
     padding-bottom: 4%;
 }
 .down-button-style02 {
     display: grid;
     padding-top: 40px;
 }
 .style-sosil {
     display: flex;
     align-items: center;
     justify-content: center;
 }
 .footer-button-sd {
     text-align: -webkit-center;
     padding-top: 22px;
 }
 .bottom_text {
     display: grid;
     font-family: 'Poppins';
     font-size: 14px;
     padding: 12px 0;
     justify-items: center;
 }
 .copyright_text {
     padding-top: 14px;
     text-align: center;
 }
 .herobgimage {
     background-image: url(images/headsec.webp);
     background-position: center bottom;
     background-size: cover;
     background-repeat: no-repeat;
     padding: 76px 0 76px 0;
 }
 .nav-item {
     width: 34%;
 }
 .nav.nav-tabs.aos-init.aos-animate {
     text-align: center;
     display: flex;
     border: none;
     padding-top: 20px;
     flex-wrap: nowrap;
     align-items: center;
     width: 100%;
 }
 .over-mobile {
     overflow-y: hidden;
     width: 100%;
     overflow-x: hidden;
 }
 .tab-content.aos-init.aos-animate {
    padding-top: 20px;
    padding-bottom: 30px;
}
.top-gap {
    margin-top: 16px;
}
 .we-are-button-type {
    border: none;
    background: #fff;
    color: #4C00FF;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 14px;
    border-radius: 12px;
    padding: 6px 14px;
    margin: 8px 4px;
    box-shadow: 3px 4px 1px #4C00FF;
}
 .logos:before {
     left: 0;
     background: none;
 }
 .logos:after {
     right: 0;
     background: none;
 }
 .logo_items img {
    height: 44px !important;
    padding: 8px 20px;
    width: auto !important;
}
.logo_items01 img {
    height: 44px !important;
    padding: 8px 20px;
    width: auto !important;
}
.get-in-touch-heding {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    padding-top: 0px;
    text-align: center;
    line-height: 1.3;
}
.get-in-touch-paragraph {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    color: #ffffffd4;
    padding-top: 2px;
    text-align: center;
    padding-right: 0%;
}
 .float-container {
     position: fixed;
     right: 0px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     flex-direction: column;
     width: auto;
     align-items: flex-end;
     width: 100%;
     bottom: 0;
     position: sticky;
     z-index: 999;
 }
 .float-container a.icon {
     right: 0;
     bottom: 0;
     width: 100%;
     margin-right: 0;
     margin-bottom: 0;
     padding: 6px;
     -webkit-box-shadow: 0 0 0 #7d7d7d;
     box-shadow: 0 0 0 #7d7d7d;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     border: 2px solid #130032;
     border-radius: 0px;
 }
 .float-container a {
     z-index: 99;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     width: 200px;
     height: 48px;
     margin-right: -190px;
     margin-bottom: 10px;
     padding: 10px 20px;
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
     text-decoration: none;
     color: white;
     border-color: #ffc107;
     border-radius: 5px 0 0 5px;
     background-color: #4c00ff;
     -webkit-box-shadow: 0 2px 4px #7d7d7d;
     box-shadow: 0 2px 4px #7d7d7d;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     font-family: sans-serif;
 }
 .footer2 {
     padding-bottom: 12px;
 }
 .right-arrow2 {
     height: auto;
     width: 6%;
     margin-right: 16px;
 }
 .button-mobile-pho{
     display: block;
 }
 .btttnnn{
     display: none;
 }
 .btttn{
     display: none;
 }
 .buttonstyle-nav0120 {
     background-color: #ffffff00;
     color: white;
     font-size: 16px;
     font-weight: 600;
     font-family: "Poppins", sans-serif;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 10px;
     padding: 14px 6px;
     width: 100%;
     border: #fff 1px solid !important;
 }
 .buttonstyle-nav01201 {
     background-color: #ffffff00;
     color: #4c00ff !important;
     font-size: 16px;
     font-weight: 600;
     font-family: "Poppins", sans-serif;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 10px;
     padding: 14px 6px;
     width: 100%;
     border: #4c00ff 1px solid !important;
 }
 .hero-heading2 {
    font-family: 'Poppins';
    color: #fff;
    font-size: 16px;
    padding-top: 20px;
    font-weight: 600;
    text-align: center;
}
.hero-heading20 {
    font-family: 'Poppins';
    color: #fff;
    font-size: 16px;
    padding-top: 32px;
    font-weight: 600;
    text-align: center;
}
.top-clinet-logo {
    width: 100%;
    height: auto;
    padding-top: 6px;
}
.form-area {
    background-color: #fff;
    box-shadow: 0px 5px 10px rgba(90, 116, 148, 0.3);
    padding: 16px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 26px;
}
.logos {
    overflow: hidden;
    padding: 8px 0 22px 0px;
    white-space: nowrap;
    position: relative;
}
.logos01 {
    overflow: hidden;
    padding: 8px 0 22px 0px;
    white-space: nowrap;
    position: relative;
}
.solutions-para {
    font-family: 'Poppins Regular';
    font-size: 16px;
    padding: 0 6%;
    padding-top: 10px;
}
.text-side {
    padding: 10px 0 0 40px;
}
.revolutionize-section {
    background: #130032;
    color: #fff;
    padding: 40px 0;
}
.product-parra {
    font-family: 'Poppins';
    font-size: 14px;
    color: #ffffffd9;
    padding-bottom: 14px;
    padding-right: 2%;
    padding-left: 4px;
}
.container.py-5.style-peding {
    padding-top: 8px !important;
    padding-bottom: 10px !important;
}
.g-5, .gy-5 {
    --bs-gutter-y: 2rem !important;
}
.text-center.mx-auto.pt-5.wow.fadeInUp.animated {
    padding-top: 25px !important;
}
.our-works-head {
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 24px;
}
.blog-carousel .owl-stage-outer {
    margin-top: 24px;
}
.blog .owl-nav .owl-prev {
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 6px 14px;
    border-radius: 40px;
    transition: 0.5s;
    transform: rotate(180deg);
    width: 36px;
    position: absolute;
    top: 45%;
    left: -22px;
}
.top-spase {
    padding-top: 14px !important;
}
.blog .owl-nav .owl-next {
    background: var(--bs-primary);
    color: var(--bs-white);
    border-radius: 30px;
    transition: 0.5s;
    transform: rotate(180deg);
    width: 36px;
    position: absolute;
    top: 45%;
    right: -22px;
    padding: 6px 14px;
}
.container-fluid.blog.pb-5 {
    padding-bottom: 0 !important;
}
.pb-5 {
    padding-bottom: 14px !important;
}
.owl-nav {
    display: flex;
    justify-content: space-evenly;
    padding-top: 26px;
}
.api-data {
    width: 100%;
    height: auto;
}
.get-in-touch-background-img2 {
    background: url(images/get-in-touch2.webp) no-repeat center center / cover;
    border-radius: 22px;
    padding: 18px 20px;
    margin: 18px 6px 10px 6px;
}
.logos01:before {
    left: 0;
    background: none;
}
.logos01:after {
    right: 0;
    background: none;
}
.product-heding {
    font-family: 'Poppins';
    font-size: 20px;
    padding: 16px 0 2px 4px;
    font-weight: 600;
}
.slider-heding02 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 4px;
}
.nav-tabs .nav-link {
    background: none;
    border: 1px solid #0000 !important;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Poppins';
    color: #000;
    line-height: 1.3;
    padding: 0 0;
}
.nav-tabs .nav-link.active {
    background: none !important;
    border: 1px solid #0000 !important;
    border-bottom: 0px solid #4C00FF !important;
    font-family: 'Poppins';
    color: #4C00FF !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    border-radius: 6px;
    width: 100%;
    margin: 4px 0;
    padding: 8px 0px;
}
.get-in-touch-heding2 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    line-height: 28px;
    padding-top: 16px;
    text-align: center;
    padding-right: 0;
}
.get-in-touch-paragraph2 {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    padding-top: 4px;
    text-align: center;
}
.Seamlessly {
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 14px;
    padding-right: 14px;
}
.we-are-img-section {
    background: url(images/we.webp) no-repeat center center / cover;
    width: 100%;
    color: #fff;
    padding: 40px 22px;
    margin: 6px 0px;
    border-radius: 12px;
}
.slider-para01 {
    font-family: 'Poppins';
    font-size: 16px;
}
.logo-style-mobile-view{
    text-align: center;
}
.we-are-img-section2 {
    background: url(images/we-are-he.webp) no-repeat center center / cover;
    width: 100%;
    color: #fff;
    padding: 18px 8px;
    margin: 10px 0px;
    border-radius: 12px;
}
.get-in-touch-background-img {
    background: url(images/get-in-touch.webp) no-repeat center center / cover;
    border-radius: 22px;
    padding: 26px 24px;
    margin: 0px 6px;
}
.center-block {
    text-align: center;
}
.button-img {
    height: auto;
    width: 18px;
    margin: 0 14px;
}
.get-in-touch {
    padding-bottom: 30px;
}
.new-mobile-view {
    display: block;
}
.button-style0120 {
    display: grid;
    margin-top: -24px;
}
.primary-nav-btn0112 {
    border-radius: 5px;
    padding: 10px 38px;
    text-decoration: none;
    transition: all .2s;
    background-color: #6129d900;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-family: Poppins;
    font-weight: 600;
    margin-top: 20px;
    margin-left: 0;
}
.button-style012 {
    display: grid;
}
.primary-nav-btn02 {
    border-radius: 5px;
    padding: 10px 38px;
    text-decoration: none;
    transition: all .2s;
    background-color: #4C00FF;
    border: none;
    color: white;
    font-family: Poppins;
    font-weight: 600;
    margin-bottom: 4px;
}
.primary-nav-btn011 {
    border-radius: 5px;
    padding: 10px 38px;
    text-decoration: none;
    transition: all .2s;
    background-color: #130032;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-family: Poppins;
    font-weight: 600;
    margin-left: 0;
}
.down-button-style {
    padding: 0 24px;
}
.text-side {
    text-align: left;
}
.kpi-heding {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 26px;
    padding-bottom: 0;
    color: #ffffff;
    text-align: center;
}
.kpi-para21 {
    font-family: 'Poppins';
    font-size: 18px;
    padding: 0 0%;
    padding-top: 10px;
    text-align: center;
    color: #ffffff;
    padding-bottom: 4px;
}
.box {
    background: #fff;
    border-radius: 12px;
    padding: 20px 10px;
    text-align: center;
    box-shadow: inset 6px 6px 8px #00000040;
    width: 100%;
}
.style-peding {
    padding-top: 26px !important;
    padding-bottom: 0 !important;
}
.glass-morphism {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    border: 1px solid rgb(255 255 255 / 40%);
    width: 100%;
    height: 340px;
    padding: 12px 12px;
    text-align: center;
    margin: 12px 0;
}
.blog {
    padding-bottom: 0 !important;
}
.right-arrow2 {
    height: auto;
    width: 6%;
    margin-right: 16px;
}
.wow.fadeInUp.animated {
    padding: 0 8px;
}
.counter-style-pa {
    font-size: 24px;
    color: #1b6ca9;
    font-weight: 700;
    font-family: 'Poppins';
}
.counter-style-no {
    font-size: 24px;
    color: #1b6ca9;
    font-weight: 700;
    font-family: 'Poppins';
}
.mt-top-box {
    margin-top: 16px !important;
}
p.counter-style-para {
    font-size: 14px;
    font-family: 'Poppins';
    color: #000000;
}
.container.pb-5.style-tab-box {
    padding-bottom: 12px !important;
}
.mobile-view-stop{
 display: none;
}
.back-button {
    background: #ffffff00;
    display: flex;
    justify-content: center;
    width: 90%;
    align-items: center;
    border-radius: 30px;
    grid-gap: 16px;
}
.git-logo-sty {
    display: flex;
    align-items: center;
    justify-content: center;
}
}
