@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap);

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --primary-color: #FFB700;
  --secondary-color: #0A0B1E;
  --bg-common-pink:#FFF8E6;
}

/* scrollbar */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #FFB700;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background:#01295C;
  width: 10px;
}

.header-area {
  background-color: #fff;
}

.hero-text {

  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  height: auto;
  word-wrap: break-word;
  animation: animtext 2s steps(80, end);
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

@keyframes animtext {
  from {
    width: 0;
    transition: all 2s ease-in-out;
  }

}
.marquee {
  
  height:100%;
  overflow: hidden;
  position: relative;
  width: 74%;
    white-space: nowrap;
    right: 25px;
  /* Full width of its parent */
  white-space: nowrap;
}

.marquee p {
    position: absolute;
    width: auto!important;
    height:80%;
    margin: 0;
    text-align: left;
    /* Start off the right edge */
    transform: translateX(100%);
    /* Animate to the left */
    animation: scroll-left 12s linear infinite;
}
  @keyframes scroll-left {
      from {
           transform: translateX(100%);
         }
           to {
          transform: translateX(-272%);
   }
}

.toggle-div {
  display: none;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #333;
  background-color: #f0f0f0;
}

.hero-head {
  color: #18191B;
}

.hero-bg {
  background-color: #FFB700;
}

.text-yellow {
  color: var(--primary-color);
}

.text-blue {
  color: #01295c;
}

.sub-head-common {
  color: #262626;
}

.sub-text {
  color: var(--secondary-color);
}

.bg-common-pink{
  background-color: var(--bg-common-pink);
}
.bg-light-blue {
  background-color: #F0F2FF;
}

.bg-light-pink {
  background-color: #FFF1E0;
}

.bg-light-green {
  background-color: #E3FCF6;
}

.bg-fent-pink {
  background-color: #FFF1CC;
}
.bg-light-blue2{
  background-color: #D7E8FF;
}
.partner-blue {
  color: #0017AD;
}

.partner-orange {
  color: #FF8C00;
}

.partner-green {
  color: #0F8A6D;
}

.text-italic {
  color: #131313;
  font-style: italic;
}
.box-shadow{
  -webkit-box-shadow: 0px 0px 13px 7px rgba(0,0,0,0.1); 
box-shadow: 0px 0px 13px 7px rgba(0,0,0,0.1);
}
h1,
h2,
h3,
.fw-bold {
  font-weight: 800 !important;
}

h4,
h5,
h6,
.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 700 !important;
}


.btn-explore {
  color: #01295c;
}

.btn-explore:hover {
  color: #fff;
  background-color: #01295c;
}


.bg-blog {
  background-color: #F2F2F2;
}

.bg-dark-blue {
  background-color: #000D1E;
}
.hoz-line{margin-top:65px;}
.delivery-bg {
  background-image: url('../images/hero/delivery-bg.png');
  background-size: cover;
  overflow: hidden;
  min-height:718px;
  background-repeat: repeat-x;
  animation: slide 20000000s infinite linear;
}

@keyframes slide {
  to {
    background-position: 90000000%;
  }

  from {
    background-position: 0%;
  }
}

.btn-login {
  background-color: #FFB700;
  color: #000;
}

.btn-login:hover {
  background-color:#002e61;
  border: 1px solid #002e61;
  color: #fff;
  box-shadow: #0000000d;
}

.btn-contact-us {
  border: 1px solid #002e61;
}

.btn-contact-us:hover {
  border: 1px solid #002e61;
  background-color: #002e61;
  color: #fff;
}

.user-name {
  font-size: 14px;
  color: 16#121416
}

.date {
  font-size: 10px;
  color: #6C757D;
}

.blog-text {
  font-size: 15px;
  color: #6C757D;
}

.js-scroll-overlap:not(.is-disabled) {
  --sticky-offset: -1px;
  position: sticky;
  --overlay-opacity: 0;
  top: var(--sticky-offset);
  top: 50px;

}

.js-scroll-overlap[data-is-overlay="true"]:not(.is-disabled)::after {
  content: "";
  opacity: var(--overlay-opacity);
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  pointer-events: none;
}

.js-scroll-overlap[data-is-overlay="true"]:not(.is-disabled).is-active::after {
  will-change: opacity;
}
.table>thead>tr>th{
border-bottom:2px solid var(--primary-color)!important;
}
.relative {
  position: relative;
}
.dots-bg {
  background: url('../images/hero/dots-bg.png');
  background-size: cover;
  background-position: center;
  background-color: #01295C;
}
.calculator-bg {
  background: url('../images/hero/calculator-bg.png');
  background-size: cover;
  background-position: center;
}
.product-bg {
  background: url('../images/elements/product-bg.png');
  background-size: cover;
  background-position: center;
}
.api-integration-bg {
  background: url('../images/hero/api-integration-bg.png');
  background-size: cover;
  background-position: bottom;
  min-height:590px;  
}
.enterprise-hero-bg {
  background: url('../images/hero/enterprise-bero-bg.png');
  background-size: cover;
  background-position: bottom;
  min-height:540px;  
}
.ex-height-enterprises{
  min-height:500px!important;
}
.ecomm-plugin-bg {
  background: url('../images/hero/ecommerc-hero-bg.png');
  background-size: cover;
  background-position: bottom;
  min-height:570px;
}

form.calculator-form input[type="text"] {
  opacity: 0.9;
  font-size: 1rem;
  font-weight: bold;
}

form.calculator-form input[type="text"]::placeholder {
  color: #000;
  opacity: 0.3;
}

a.hiw {
  color: var(--secondary-color);
  font-size: 1.2rem;
  opacity: 0.3;
}

a.hiw:hover {
  color: #01295C;
  font-size: 1.2rem;
  opacity: 1;
}

a.hiw.active {
  color: #01295C !important;
  font-size: 1.8rem;
  opacity: 1;
}
.counter{
  
  color:#01295c;
  border:3px solid  #01295c;
  border-color:#01295c!important;
  background-color: #fff!important;
}
.counter h4{
  font-size:1.4rem;
padding-bottom:15px;
  color:#01295c;
  border-bottom: 2px solid #01295C;
  
}

    .item {        
        color: #01295c;
        font-size:75px;
        width: 100%;
        margin: 10px;
    }

.desc-note {
  font-size: 12px;
  color: #000;
  opacity: 0.7;
}

.product-gradient {
  background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 14px, transparent 14px) 0% 0%/16px 16px no-repeat,
    radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 14px, transparent 14px) 100% 0%/16px 16px no-repeat,
    radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 14px, transparent 14px) 0% 100%/16px 16px no-repeat,
    radial-gradient(circle at 0 0, #ffffff 0, #ffffff 14px, transparent 14px) 100% 100%/16px 16px no-repeat,
    linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 4px) calc(100% - 32px) no-repeat,
    linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 32px) calc(100% - 4px) no-repeat,
    linear-gradient(260deg, #ffe299 0%, #9ac6fe 100%);
  border-radius: 16px;
  padding: 17px;
  box-sizing: border-box;
}

.thrives .accordion-item {
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid #fff;
}

.thrives .accordion-button {
  background-color: transparent !important;
}

.thrives .accordion-button::after {
  background-image: none;
  width: 0;
}

.thrives.accordion-button:not(.collapsed)::after {
  background-image: none;
  width: 0;
  box-shadow:none;
}

.thrives.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  color: #131313;
  box-shadow:none!important;
}
.thrives.accordion-button:focus{
  box-shadow:none!important;
}
.accordion-button:not(.collapsed){
  box-shadow:none!important;
}

[aria-expanded="true"] i {
  transform: rotate(-180deg);
  transition: all 0.25s linear;
}

[aria-expanded="false"] i {
  transform: rotate(-0deg);
  transition: all 0.25s linear;
}


.frequently .accordion-item {
  background: #fff;
  border: 2px solid #fff;
}

.frequently .accordion-button {
  background-color: transparent !important;
  outline:0;
  background: none;
}

.frequently .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
  width: 20px;
}
.frequently .accordion-button:focus{
  box-shadow:none!important;
}
.frequently .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  width: 20px;
  box-shadow:none;
}

.frequently .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  color: #131313;
}

.frequently .accordion-item:not(:first-of-type) {
  border-top: 2px solid #fff;
}
.footer-bg {
  background-color: #000D1E;
}

.footer-copyright ul li a,
.footer-copyright p {
  font-size: 14px;
}
.footer-copyright ul li a:hover{
  color:#FFB700;
}
.main-btn,
a,
i,
span {
  display: inline-block;
}

.main-btn,
.preloader .loader {
  vertical-align: middle;
  text-align: center;
}

body {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none !important;
}

.bg-blue {
  background-color: #01295c;
}

.wap-btn {
  background: #01295c;
  color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
}

.login-btn {
  border: 1px solid #01295c;
  color: #01295c;
  border-radius: 10px;
  padding: 10px 20px;
  margin-right: 5px;
}

.main-btn,
.navbar {
  border-radius: 5px;
}

.about-image,
.header-hero-content ul li {
  margin-left: 50px;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
  text-decoration: none;
  outline: 0;
}

a:focus,
a:hover {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

.bg_cover {
  background-image: url('../images/hero/main-hero-bg.webp');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-aboutus {
  background-image: url('../images/hero/about-us-bg.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main-btn {
  font-weight: 500;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 25px;
  font-size: 16px;
  line-height: 51px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -ms-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  background-color: #002e61;
}

#tagline{
  position:absolute;
 right: -275px; 
 top:101px;
 width: 100%;}

.main-btn-blue{
  font-weight: 500;
  white-space: nowrap;
  padding: 0 25px;
  font-size: 16px;
  border:2px solid #002e61;
  color: #fff;
  cursor: pointer;
  z-index: 5;  
  background-color: #002e61;
}
.main-btn-blue:hover{
  background-color:var(--primary-color);
  color:#002e61;
  border:2px solid #002e61;
  font-weight: 500;
}
.main-btn-white {
  font-weight: 500;
  white-space: nowrap;
  padding: 0 25px;
  font-size: 16px;
  border:2px solid #002e61;
  color: #002e61;
  cursor: pointer;
  z-index: 5;  
  background-color: #fff;
}
.main-btn-white:hover{
  background-color:#01295C;
  color:#fff;
  border:2px solid #002e61;
}

.sectors1{
  border:2px solid #E47900;
  color:#E47900;
}
.sectors2{
  border:2px solid #A514B8;
  color:#A514B8;
}
.sectors3{
  border:2px solid #8090FF;
  color:#8090FF;
}
.sectors4{
  border:2px solid #13B991;
  color:#13B991;
}
.sectors5{
  border:2px solid #00BFFF;
  color:#00BFFF;
}
.sectors6{
  border:2px solid #FF0000;
  color:#FF0000;
}
.sectors7{
  border:2px solid #FF00B5;
  color:#FF00B5;
}
.sectors img{max-width:10%!important;}
.info-box p{
color:#0A0B1E;
font-size:13px;
font-weight: 500;
}



.blog-main-section{
  max-width: 1080px!important;
}
.navbar,
.navbar-brand,
.navbar-toggler {
  padding: 0;
}



.gradient-tabs>ul.nav-tabs {  
    border: none;
    background-color: #f2f2f2;
    gap: 3.5rem;
    margin-bottom: 1.5rem;
}

.gradient-tabs .nav-link {

    width: 160px!important;
    border: none;
    padding: 0.5rem 0.5rem;    
    font-weight: 500;
    background-color:#fff;
    color: #000;
    transition: all 0.3s ease;
}

.gradient-tabs .nav-link:hover {
    background:var(--primary-color);
    color: #000;
}

.gradient-tabs .nav-link.active {
    background: var(--primary-color);
    color: #000;
}

.gradient-tabs .tab-content {
    background: white;    
    border-radius: 0.5rem;
}
.gradient-tabs .tab-content INPUT[type="text"]{
  border:2px solid #01295C;
  background-color: #f5f6fa;
}
/* Content Animation */
.tab-pane.fade {
    transition: all 0.2s ease-out;
}

.tab-pane.fade.show {
    animation: fadeIn 0.5s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.waviy {
  position: relative;
  -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0,0,0,.2));
  font-size: 60px;
}
.waviy span {
    position: relative;
  display: inline-block;  
  animation: waviy 1s infinite;
  animation-delay: calc(.1s * var(--i));
  
}
@keyframes waviy {
  0%,40%,200% {
    transform: translateY(0)
  }
  20% {
    transform: translateY(-20px)
  }
}
.main-btn:hover {
  background-color: #5c5c5c;
  color: #fff;
  border-color: transparent;
}

.main-btn.main-btn-2 {
  background-color: transparent;
  color: #525a63;
  border-color: #525a63;
}

.main-btn.main-btn-2:hover {
  background-color: #525a6380;
  color: #525a63;
}

ol.blogs{
  font-weight:bold;
}
ol.blogs li{
  font-weight:normal;
}

@keyframes animation1 {

  0%,
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@-webkit-keyframes animation1 {

  0%,
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.section-title .title {
  font-size: 35px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .section-title .title {
    font-size: 22px;
  }
  .gradient-tabs>ul.nav-tabs{
    gap:1rem;
  }

.scooter{position:relative!important;}
  .scooter img{position:static!important;}
  .ex-height-enterprises{
  min-height:auto!important;
}
}
.footer-contact .contact-list li,
.section-title .text {
  margin-top: 20px;
}

.slick-slide {
  outline: 0;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 99999;
}

.navbar-area,
.sticky {
  z-index: 99;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  background-color: #fff;
}

.preloader .loader {
  display: table-cell;
}

.preloader .loader .ytp-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}

.preloader .loader .ytp-spinner .ytp-spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  -webkit-animation: 1.568s linear infinite ytp-spinner-linspin;
  -moz-animation: 1.568s linear infinite ytp-spinner-linspin;
  -o-animation: 1.568s linear infinite ytp-spinner-linspin;
  animation: 1.568s linear infinite ytp-spinner-linspin;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both ytp-spinner-easespin;
  -moz-animation: 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both ytp-spinner-easespin;
  -o-animation: 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both ytp-spinner-easespin;
  animation: 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both ytp-spinner-easespin;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}

.preloader .loader .ytp-spinner-circle {
  box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  border-color: #ffb700 #ffb700 #eceff8;
  border-radius: 50%;
  border-width: 6px;
}

.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #eceff8;
  -webkit-animation: 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both ytp-spinner-left-spin;
  -moz-animation: 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both ytp-spinner-left-spin;
  -o-animation: 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both ytp-spinner-left-spin;
  animation: 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both ytp-spinner-left-spin;
}

.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #eceff8;
  -webkit-animation: 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both ytp-right-spin;
  -moz-animation: 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both ytp-right-spin;
  -o-animation: 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both ytp-right-spin;
  animation: 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both ytp-right-spin;
}

@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg);
  }

  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg);
  }

  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg);
  }

  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg);
  }

  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg);
  }

  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg);
  }

  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg);
  }

  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg);
  }

  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg);
  }

  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg);
  }

  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@-webkit-keyframes ytp-spinner-left-spin {

  0%,
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }

  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}

@keyframes ytp-spinner-left-spin {

  0%,
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }

  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}

@-webkit-keyframes ytp-right-spin {

  0%,
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }

  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}

@keyframes ytp-right-spin {

  0%,
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }

  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}

.navbar-area {
  width: 100%;
  transition: 0.3s ease-out;
}

.sticky {
  position: fixed !important;
  -webkit-box-shadow: 0 20px 50px 0 #0000000d;
  -moz-box-shadow: 0 20px 50px 0 #0000000d;
  box-shadow: 0 20px 50px 0 #0000000d;
  transition: 0.3s ease-out;
}

.navbar,
.navbar-toggler .toggler-icon {
  position: relative;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
}

.navbar {
  transition: 0.3s ease-out;
  display: flex;
  flex-direction: row;
  justify-content: end;
}

.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.navbar-toggler {
  border: 0;
}

.navbar-toggler-icon {
  border: 0;
}

.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  border: 0;
  background-color: #222;
  display: block;
  margin: 5px 0;
  transition: 0.3s ease-out;
}

.dropdown-toggle::after {
  display: none !important;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  transition: 0.3s ease-out;
  /* Optional: prevent dropdown "jump" */
}
.dropdown-menu li a:hover {
  
  background-color:var(--primary-color);
}

.navbar-nav .nav-item .sub-menu,
.navbar-nav .nav-item a {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
}


.navbar-nav .nav-item {
  margin-left: 25px;
  position: relative;
}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item {
    margin-left: 20px;
  }
.delivery-bg{min-height: 822px;}
 
  .header-hero-content .header-title {
    font-size: 36px;
  }
  .gradient-tabs>ul.nav-tabs{
    gap:2.5rem;
  }
  .gradient-tabs .nav-link {

    width: 160px!important;}
    #tagline{
  position:absolute;
 right: -221px; 
 top:78px;
 width: 100%;}
}

.footer-about .social,
.footer-about .text,
.header-hero-content ul,
.single-pricing .pricing-list,
.single-pricing .pricing-price,
.single-services .services-content .text,
.swiper-slide {
  margin-top: 30px;
}

.logo-ondc {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}

.logo-ondc li+li:before {
  content: " | ";
  padding-right: 10px;
}

.logo-yesbank {
  display: inline-flex;
  justify-content: flex-end;
  flex-direction: row;
  align-items: flex-end;
}

.navbar-nav .nav-item a {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  transition: 0.3s ease-out;
  position: relative;
}

.footer-about .social li a:hover,
.footer-contact .contact-list li .contact-info .info-content .text a:hover,
.footer-copyright .copyright .copyright-privacy a:hover,
.footer-link .link li a:hover,
.navbar-nav .nav-item.show>a,
.navbar-nav .nav-item:hover>a,
.single-pricing.pricing-active .pricing-price .price {
  color: #ffb700!important;
}
.navbar-nav .nav-link.show{
  color: #ffb700!important;
}
.navbar-nav .nav-item:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.navbar-nav .nav-item .sub-menu {
  width: 200px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 0 #0000001a;
  -moz-box-shadow: 0 0 20px 0 #0000001a;
  box-shadow: 0 0 20px 0 #0000001a;
  position: absolute;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-out;
}

.single-services,
.single-services .services-content .services-title a {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
}

.navbar-nav .nav-item .sub-menu li {
  display: block;
}

.navbar-nav .nav-item .sub-menu li a {
  display: block;
  padding: 8px 20px;
  color: #222;
}

.navbar-nav .nav-item .sub-menu li a.active,
.navbar-nav .nav-item .sub-menu li a:hover {
  padding-left: 25px;
  color: #ffb700;
}

.navbar-nav .sub-nav-toggler {
  display: none;
}

.navbar-nav .sub-nav-toggler span {
  width: 8px;
  height: 8px;
  border-left: 1px solid #222;
  border-bottom: 1px solid #222;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -5px;
}

@media only screen and (min-width: 1400px) {}

.header-hero-content {
  position: relative;
  z-index: 9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-text {

    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    word-wrap: break-word;
    height: auto;
    animation: animtext 2s steps(80, end);
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
.delivery-bg{min-height: 910px;}
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0 15px 20px 0 #0000001a;
    -moz-box-shadow: 0 15px 20px 0 #0000001a;
    box-shadow: 0 15px 20px 0 #0000001a;
    padding: 5px 12px;
  }

  .navbar-nav .nav-item {

    
        margin: 5px;
        border-radius: 10px;
        border: 2px solid #f4f4f4;
   
  }

  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 6px;
  }

  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }

  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }

  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: 0 0;
    color: #222;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }

  /* .header-hero {
    height: auto;
    position:absolute;
    top:-120px;
  } */
  
  .header-hero-content {
    padding-top: 150px;
  }
  .dropdown-menu{
  border-color: transparent;
}
 #tagline{
  position:absolute;
 right: -163px; 
 top:60px;
 width: 100%;}
 .ex-height-enterprises{
  min-height:auto!important;
}

}

.header-title {
  color: #002e61;
}

@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0 15px 20px 0 #38424d1a;
    -moz-box-shadow: 0 15px 20px 0 #38424d1a;
    box-shadow: 0 15px 20px 0 #38424d1a;
    padding: 5px 12px;
  }

  .navbar-nav .nav-item {
    margin: 5px;
    border-radius:10px;
    border:2px solid #f4f4f4;
  }

  .navbar-nav .nav-item a {
    display: block;
    padding: 7px 3px;
  }

  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }

  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }

  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: 0 0;
    color: #222;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }

  .header-hero {
    height: auto;
  }

  .header-hero .shape {
    display: none;
  }

  .header-hero-content {
    padding-top: 120px;
  }

  .header-hero-content .header-title {
    font-size: 22px;
  }
  .dropdown-menu{
  border-color: transparent;
}
  .marquee{width:72%;}
  .delivery-bg{min-height: 1286px;}
  .api-integration-bg{min-height:984px;}
  .enterprise-hero-bg{min-height: 890px;}
  .ecomm-plugin-bg{min-height: 959px;}
   #tagline{
  position:absolute;
 right: -119px; 
 top:45px;
 width: 100%;}
}

.header-hero-content .header-title span {
  display: contents;
  color: #000229;
  font-size: xxx-large;
  width: 80%;
}

.single-features .features-icon i,
.single-services .services-icon i {
  font-size: 46px;
  color: #fff;
  line-height: 79px;
}

.title {
  color: #ffb700 !important;
}

h5.title.wow.fadeInLeftBig {
  width: 60%;
}

.header-hero-content .text {
  margin-top: 30px;
  text-align: justify;
}

.footer-link .link li,
.header-hero-content .main-btn {
  margin-top: 10px;
}

.header-hero-content .header-video {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  border-radius: 50%;
  background-color: #ffb700;
  position: relative;
  z-index: 5;
}

.header-hero-content .header-video::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0898e7cc;
  top: 0;
  left: 0;
  -webkit-animation: 2s linear infinite video;
  -moz-animation: 2s linear infinite video;
  -o-animation: 2s linear infinite video;
  animation: 2s linear infinite video;
  z-index: -1;
}

.footer-area .footer-shape.shape-1,
.footer-area .footer-shape.shape-2 {
  opacity: 0.55;
  -webkit-animation: 2s linear infinite animation1;
  -moz-animation: 2s linear infinite animation1;
  -o-animation: 2s linear infinite animation1;
}

@keyframes video {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}

@-webkit-keyframes video {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}

.header-image {
  padding-top: 80px;
  position: relative;
  z-index: 5;
}

.header-image .image,
.single-pricing.pricing-active .pricing-shape img,
.swiper-slide img {
  width: 100%;
}

.header-image .image-shape {
  position: absolute;
  bottom: -100px;
  left: -115px;
  z-index: -1;
}

.header-image .image-shape img {
  max-width: 350px;
}

.single-services {
  background-color: #fff;
  height: 90%;
  -webkit-box-shadow: 0 0 10px 0 #9a9a9a29;
  -moz-box-shadow: 0 0 10px 0 #9a9a9a29;
  box-shadow: 0 0 10px 0 #9a9a9a29;
  transition: 0.3s ease-out;
  padding: 45px 25px 35px;
}

.about-area,
.single-features.features-color .features-icon,
.single-services.services-color-1 .services-icon {
  background-color: #ffb700;
}

.single-services .services-icon {
  width: 79px;
  height: 79px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.single-services .services-icon::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  border-radius: 50%;
  z-index: -1;
}

.download-content .text,
.single-services .services-content {
  margin-top: 35px;
}

.single-services .services-content .services-title a {
  font-size: 25px;
  font-weight: 500;
  color: #222;
  transition: 0.3s ease-out;
}

.single-features,
.single-testimonial-author {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
}

.single-features:hover,
.single-services:hover {
  -webkit-box-shadow: 0 15px 17px 0 #9a9a9a29;
  -moz-box-shadow: 0 15px 17px 0 #9a9a9a29;
  box-shadow: 0 15px 17px 0 #9a9a9a29;
}

.about-area {
  overflow: hidden;
}

.about-image {
  position: relative;
  display: inline-block;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-image .about-shape {
  background: linear-gradient(#61009d 0, #cb107a 100%);
  width: 394px;
  height: 394px;
  border-radius: 50%;
  position: relative;
}

.about-image .about-shape::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  -webkit-transform: scale(1.1) rotate(25deg);
  -moz-transform: scale(1.1) rotate(25deg);
  -ms-transform: scale(1.1) rotate(25deg);
  -o-transform: scale(1.1) rotate(25deg);
  transform: scale(1.1) rotate(25deg);
  border-radius: 50%;
  border: 2px solid #61009d;
  border-top-color: transparent;
  border-right-color: transparent;
}

ul,
li {
  margin: 0;
}

/* ul li a {
  color: initial;
} */

.about-image .app {
  -webkit-transform: rotate(-25deg) translateY(-15%);
  -moz-transform: rotate(-25deg) translateY(-15%);
  -ms-transform: rotate(-25deg) translateY(-15%);
  -o-transform: rotate(-25deg) translateY(-15%);
  transform: rotate(-25deg) translateY(-15%);
  max-width: 280px;
  position: absolute;
  top: 100px;
  left: 95px;
  -webkit-box-shadow: -15px 10px 30px 0 #0000004d;
  -moz-box-shadow: -15px 10px 30px 0 #0000004d;
  box-shadow: -15px 10px 30px 0 #0000004d;
  border-radius: 50px;
}

.screenshot-frame,
.single-testimonial-content .testimonial-quote {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.download-area,
.features-area {
  overflow: hidden;
}

.single-features {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px 0 #9a9a9a29;
  -moz-box-shadow: 0 0 10px 0 #9a9a9a29;
  box-shadow: 0 0 10px 0 #9a9a9a29;
  padding: 20px;
  transition: 0.3s ease-out;
}

@media (max-width: 767px) {
  .header-image .image-shape {
    left: -90px;
  }

  .header-image .image-shape img {
    max-width: 250px;
  }

  .single-services {
    padding: 40px 20px 30px;
  }

  .single-services .services-content .services-title a {
    font-size: 20px;
  }

  .about-image {
    margin-left: 0;
    padding-top: 65px;
    padding-bottom: 45px;
  }

  .about-image .about-shape {
    width: 294px;
    height: 294px;
  }

  .about-image .app {
    max-width: 175px;
    border-radius: 25px;
    top: 85px;
    left: 75px;
  }

  .single-features {
    padding: 25px;
  }
}

@media (max-width: 576px) {
  .logo {
    width: 70% !important;
  }

  .wap-btn {
    justify-content: center;
    padding: 4px 0px !important;
    font-size: x-small !important;
  }

  .w-icon {
    width: 50% !important;
  }

  .login-btn {
    padding: 4px 10px !important;
    font-size: x-small !important;
  }
  .delivery-bg{min-height: 1225px;}
  .marquee{width:71.3%;}
   #tagline{
  position:absolute;
 right: -99px; 
 top:40px;
 width: 100%;}
}
@media (max-width: 380px) {
  .delivery-bg{min-height: 1434px;}
  .marquee{width:69%;}
     #tagline{
  position:absolute;
 right: -73px; 
 top:33px;
 width: 100%;}
}
@media (max-width: 380px) {
  .delivery-bg{min-height: 1531px;}
}

.single-features .features-icon {
  width: 76px;
  height: 76px;
  background-color: #01295c;
  border-radius: 50%;
  text-align: center;
}

.single-features .features-content {
  padding-left: 25px;
}

@media (max-width: 767px) {
  .single-features .features-content {
    padding-left: 0;
    padding-top: 20px;
  }
}

.single-features .features-content .features-title,
.single-pricing .pricing-title .title {
  font-size: 25px;
  font-weight: 500;
}

.features-image {
  text-align: -webkit-center;
}

.back-to-top,
.tp-btn-green {
  color: #fff;
  text-align: center;
}

.features-image .image {
  -webkit-box-shadow: -15px 10px 30px 0 #0000004d;
  -moz-box-shadow: -15px 10px 30px 0 #0000004d;
  box-shadow: -15px 10px 30px 0 #0000004d;
  border-radius: 50px;
}

.features-image .features-shape-1 {
  width: 185px;
  height: 185px;
  background-color: #feb21c;
  border-radius: 50%;
  position: absolute;
  top: -60px;
  right: -20px;
  z-index: -1;
}

.features-image .features-shape-2 {
  position: absolute;
  left: -210px;
  bottom: -190px;
  max-width: 480px;
  z-index: -1;
}

.swiper-container {
  position: relative;
}

.screenshot-frame {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 342px;
  height: 100%;
  z-index: 5;
}

.screenshot-frame img {
  border-radius: 10px;
}

.swiper-slide {
  width: 310px;
  height: auto;
  -webkit-box-shadow: 4px 5px 18px 0 #6e707152;
  -moz-box-shadow: 4px 5px 18px 0 #6e707152;
  box-shadow: 4px 5px 18px 0 #6e707152;
  margin-bottom: 30px;
}

.swiper-slide-active.swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}

.swiper-pagination {
  bottom: 0 !important;
  padding-top: 42px;
  position: relative;
  z-index: 99;
}

.footer-area,
.single-pricing.pricing-active {
  z-index: 5;
  position: relative;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border: 2px solid #ffb700;
  background: 0 0;
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffb700;
}

.single-testimonial-content {
  background-color: #fff;
  -webkit-box-shadow: 0 0 11px 0 #9a9a9a29;
  -moz-box-shadow: 0 0 11px 0 #9a9a9a29;
  box-shadow: 0 0 11px 0 #9a9a9a29;
  padding: 35px 35px 30px;
  position: relative;
  margin: 26px 15px 35px;
}

.single-testimonial-content::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background-color: #fff;
  -webkit-box-shadow: 12px 12px 11px 0 #9a9a9a12;
  -moz-box-shadow: 12px 12px 11px 0 #9a9a9a12;
  box-shadow: 12px 12px 11px 0 #9a9a9a12;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -16px;
  border-radius: 5px;
}

.single-testimonial-content .testimonial-quote {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.single-testimonial-content .testimonial-text .holder-name {
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
}

.single-testimonial-content .testimonial-text .sub-title {
  margin-top: 5px;
}

.testimonial-author {
  width: 80%;
  margin: 0 auto;
}

.single-testimonial-author {
  transition: 0.3s ease-out;
}

.download-content ul li a,
.single-testimonial-author img {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
}

.single-testimonial-author img {
  display: flex;
  border-radius: 50%;
  padding: 5px;
  background-color: #fff;
  width: 95px;
  margin: 0 auto;
  transition: 0.3s ease-out;
  cursor: pointer;
}

.slick-current.single-testimonial-author img {
  width: 115px;
  -webkit-box-shadow: 0 3px 11px 0 #c40f7c29;
  -moz-box-shadow: 0 3px 11px 0 #c40f7c29;
  box-shadow: 0 3px 11px 0 #c40f7c29;
}

.single-pricing {
  -webkit-box-shadow: 0 0 11px 0 #9a9a9a29;
  -moz-box-shadow: 0 0 11px 0 #9a9a9a29;
  box-shadow: 0 0 11px 0 #9a9a9a29;
  padding: 25px 30px 30px;
}

.single-pricing .pricing-price .price {
  font-size: 35px;
  font-weight: 600;
  color: #38424d;
  line-height: 35px;
}

.single-pricing .pricing-price .text {
  font-size: 18px;
  margin-top: 18px;
}

.single-pricing .pricing-list .list li {
  line-height: 39px;
}

.single-pricing .pricing-btn {
  margin-top: 28px;
}

.single-pricing.pricing-active .pricing-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.download-area .download-image {
  padding-top: 65px;
  padding-left: 60px;
  padding-bottom: 60px;
  position: relative;
}

.download-area .download-image .image {
  -webkit-box-shadow: 0 3px 25px 0 #0899e733;
  -moz-box-shadow: 0 3px 25px 0 #0899e733;
  box-shadow: 0 3px 25px 0 #0899e733;
  border-radius: 50px;
  max-width: 295px;
  margin: 0 auto;
}

.how-it-works {
  padding: 40px 20px;
  background: #fff;
  max-width: 1440px;
  margin: auto;
  text-align: center;
}

.section-title {
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 40px;
}

.steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.step {
  flex: 1 1 250px;
  max-width: 300px;
  position: relative;
}

.step-number {
  font-size: 120px;
  font-family: "Lexend", sans-serif;
  font-weight: 800;
  color: black;
  opacity: 0.2;
  margin-bottom: -4rem;
}

.step-title {
  font-size: 24px;
  font-weight: 800;
  color: rgba(51, 51, 51, 0.8);
  margin-bottom: 10px;
}

.step-desc {
  font-size: 20px;
  color: #333;
}

@media (max-width: 767px) {
  .single-features .features-content .features-title {
    font-size: 20px;
  }

  .features-image {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .features-image .features-shape-2 {
    max-width: 380px;
    left: -140px;
  }

  .single-testimonial-content {
    padding: 35px 25px 30px;
  }

  .download-area .download-image {
    padding-left: 20px;
    padding-right: 20px;
  }

  .download-area .download-image .image {
    max-width: 100%;
  }
}

.download-area .download-image .download-shape-1 {
  width: 185px;
  height: 185px;
  background-color: #feb21c;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.download-area .download-image .download-shape-2 {
  position: absolute;
  bottom: -50px;
  right: 40px;
  z-index: -1;
}

.download-content .download-title {
  font-size: 34px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .download-content .download-title {
    font-size: 22px;
  }

  .footer-area .footer-shape {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title .title {
    font-size: 26px;
  }

  .header-hero-content .header-title {
    font-size: 38px;
  }

  .single-features {
    padding: 35px;
  }

  .single-features .features-content {
    padding-left: 25px;
    padding-top: 0;
  }

  .download-area .download-image .image {
    max-width: 295px;
  }

  .download-content .download-title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 576px) {
  .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }

  .header-hero-content .header-title {
    width: 99%;
  }



  .logo-ondc li+li:before {
    padding-right: 2px;
  }

  .logo-yesbank img {
    width: 100%;
  }

  .logo-yesbank {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
  }

  .header-hero {
    margin-top: 0;
  }

  .header-hero-content {
    padding-top: 0;
  }
}

.download-content ul {
  padding-top: 35px;
}

.download-content ul li {
  display: inline-block;
  margin-top: 15px;
}

.download-content ul li a {
  width: 210px;
  height: 65px;
  border-radius: 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: 0.3s ease-out;
}

.footer-about .social li a,
.footer-link .link li a {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  color: #747e88;
}

.download-content ul li a.app-store {
  background-color: #ffb700;
  -webkit-box-shadow: 0 4px 10px 0 #0898e766;
  -moz-box-shadow: 0 4px 10px 0 #0898e766;
  box-shadow: 0 4px 10px 0 #0898e766;
  margin-right: 28px;
}

.download-content ul li a.app-store:hover {
  -webkit-box-shadow: 0 4px 25px 0 #0898e766;
  -moz-box-shadow: 0 4px 25px 0 #0898e766;
  box-shadow: 0 4px 25px 0 #0898e766;
}

.download-content ul li a.play-store {
  background-color: #525a63;
  -webkit-box-shadow: 0 4px 10px 0 #525a6366;
  -moz-box-shadow: 0 4px 10px 0 #525a6366;
  box-shadow: 0 4px 10px 0 #525a6366;
}

.download-content ul li a.play-store:hover {
  -webkit-box-shadow: 0 4px 25px 0 #525a6366;
  -moz-box-shadow: 0 4px 25px 0 #525a6366;
  box-shadow: 0 4px 25px 0 #525a6366;
}

.footer-area {
  overflow: hidden;
  background-color: #7399cb14;
}

.footer-area .footer-shape {
  position: absolute;
  -webkit-transform-origin-y: top;
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-shape.shape-2 {
    bottom: 85px;
  }

  .footer-area .footer-shape.shape-3 {
    top: 40%;
  }

  .footer-area .footer-shape.shape-7 {
    bottom: 20%;
  }
  .marquee{width:73%;}
  .api-integration-bg{min-height: 907px;}
  .enterprise-hero-bg{min-height: 825px;}
  .ecomm-plugin-bg{min-height: 940px;}
}

@media (max-width: 767px) {
  .footer-area .footer-shape.shape-1 {
    left: auto;
    right: 40px;
    top: 25%;
  }

  .footer-area .footer-shape.shape-2 {
    bottom: 110px;
  }

  .footer-area .footer-shape.shape-7 {
    bottom: 38%;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1180px;
  }
}

.footer-area .footer-shape.shape-8 {
  top: 30px;
  right: -45px;
}

.footer-about {
  max-width: 320px;
}

a.blue-link{color:#0017AD;
  text-decoration:underline;}
.footer-about .social li {
  display: inline-block;
  margin-right: 25px;
}

.footer-about .social li a {
  font-size: 20px;
  transition: 0.3s ease-out;
}

.footer-title .title {
  font-size: 18px;
  font-weight: 600;
}

h5.footer-title{
  color: var(--primary-color);
}
.footer-link .link {
  padding-top: 10px;
}

.footer-link .link li a {
  font-size: 16px;
  transition: 0.3s ease-out;
}

.footer-link-wrapper {
  width: 50%;
}

.footer-contact .contact-list li .contact-info .info-info {
  width: 30px;
}

.footer-contact .contact-list li .contact-info .info-content .text {
  color: #747e88;
  font-size: 16px;
}

.footer-contact .contact-list li .contact-info .info-content .text a {
  color: #747e88;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.footer-copyright .copyright {
  border-top: 2px solid #fff;
  font-size: 14px;

}

input,
select,
textarea {
  padding: 5px;
  border-radius: 5px;
  border-width: 1px;
  margin-bottom: 1.5rem;
  border-color: #00000038;
}

.footer-copyright .copyright .copyright-privacy,
.footer-copyright .copyright .copyright-text {
  padding-top: 15px;
}

.footer-copyright .copyright .copyright-text .text {
  color: #747e88;
}

.footer-copyright .copyright .copyright-privacy a {
  font-size: 16px;
  color: #002e61;
  font-weight: 500;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.back-to-top {
  font-size: 20px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  background: 0 0/200% #ffb700;
  z-index: 99;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  display: none;
}

.back-to-top:hover {
  background-color: #0898e780;
  color: #fff;
}


a.whatsup-button {
  font-size: 17px;
    position: fixed;
    right: -54px;
    bottom: 50%;
    width: 148px;
    height: 40px;
    line-height: 40px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    transform: rotate(-90deg);
  background: 0 0/200% #01295C;
  color:white;
  z-index: 99;
  box-shadow: -2px 2px 8px 4px rgba(0,0,0,0.37);
-webkit-box-shadow: -2px 2px 8px 4px rgba(0,0,0,0.37);
-moz-box-shadow: -2px 2px 8px 4px rgba(0,0,0,0.37);
   
}
a.whatsup-button img{width: 24px; height: 24px;}
.select2-container--default .select2-selection--single {
      background-color: #fff;
      border-color: #000;
      border: 2px solid #000;
      border-radius: 5px;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
      padding: 5px;
    }

    span.selection {
      width: -webkit-fill-available;
      margin-bottom: 14px;
    }

    .select2-container .select2-selection--single {
      height: 100%;
    }
.form {
  
  padding: 1rem;
  
  
}
.contact-form input,.contact-form select,.contact-form textarea{
  border-color:#000;
  border:2px solid #000;
}
label {
  font-weight: 500;
  color: #000 !important;
  margin-bottom: 5px;
}

.tp-btn-green {
  height: 52px;
  line-height: 52px;
  padding: 0 15px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.02em;
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
  transition: 0.5s;
  background: #002e61;
  box-shadow: 0 2px 3px #03160333;
  border-radius: 10px;
}

input {
  font-size: 1rem;
}

select {
  width: -webkit-fill-available;
}

.home-logo-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-logo-wrapper.reverse {
  margin-top: -2rem;
}

.bg-gradient {

  background: linear-gradient(225deg, #FFF8E5 0%, #E6F1FF 100%) !important;
}

.bg-gradient2 {

  background:
    linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 10px) calc(100% - 16px) no-repeat,
    linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 16px) calc(100% - 10px) no-repeat,
    linear-gradient(90deg, #9ac6fe 2%, #ffe299 100%);
  border-radius: 8px;
  padding: 9px;
  box-sizing: border-box;
}

/* client logo scroll */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes example {
  100% {
    transform: translateX(0);
  }

  0% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes testimonial1 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

.testimonial-part .slider .slide-track {
  height: auto;
  animation: scroll 40s linear infinite;
  animation-name: testimonial1;
  display: flex;
  width: calc(250px * 14);

}
.testimonial-part .slider{
  height: 100%!important;
}

.slider {
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.slider::before,
.slider::after {
  content: "";
  height: 100px;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}

.slider .slide {
  margin: 10px;
}
.testimonial-part .slider .slide-track .slide {
  margin: 10px;
  max-width: 360px!important;
}
.logo-reverse>.slider .slide-track {
  animation: scroll 40s linear infinite;
  animation-name: example;
  display: flex;
  width: calc(250px * 14);
}

/*  */