.listar-feature-item:hover .listar-feature-item-title.listar-feature-counter-added > span {
    color: var(--theme-color);
}
.tab-section-area .nav li button {
    overflow: hidden;
}
.eventsect {
    overflow: hidden;
}
.eventsect .box-title {
    min-height: 40px;
}
button.btn-close {
    background-color: #fff;
    line-height: 20px;
}
.eventsect small {
    margin-top: 10px;
    display: block;
}
.eventull ul li i {
    position: absolute;
    left: 0;
    top: 7px;
}
.eventull ul li {
    position: relative;
    padding-left: 30px;
}
.header-logo img {
    height:50px;
}
.feature-box.active .listar-feature-icon-inner::before{
    display: none;
}
.main-menu > ul > li > a svg {
    position: relative;
    top: -2px;
}
.lst .service-list {
    border-bottom: none;
    margin-top: 20px;
}
section.section-banner-inner {
    padding:25px 0;
}
.inner-menubar {
    background: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius:20px;
    padding:0 15px 0 15px;
    position: relative;
    z-index: 1;
}
.inner-menubar:before{
        background-image: url(../img/d-bg-texture-image.webp);
    background-size: cover;
    background-position: top right;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: .2;
    z-index: -1;
}
.sticky .inner-menubar {
    border-radius: 0;
    background: transparent;
}
.box-links:before{
    display: none;
}
.about-logo img {
    height:65px;
}

.service-list .box-text {
    font-size: 17px;
    color: #cac3c3;
}

.box-img video {
    width: 170px;
    height: 190px;
    object-fit: cover;
    border-radius: 24px;
}
img.over-img {
    width: 15%;
    position: absolute;
    bottom: 13px;
    right: 0;
    opacity: .2;
}

.bred-custom {
    background-size: cover;
    background-position: center;
}
.bred-custom:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, #0c0d0e -0.43%, #04224ead 52.34%);
    top: 0px;
    left: 0px;
    opacity: .7;
}
#nav-serialscrolling li .sub-link.is-current:before {
 content:"";
 position:absolute;
 width:4px;
 height:100%;
 background:#0b73b6;
 top:0;
 left:0;
 border-top-right-radius:10px;
 border-bottom-right-radius:10px
}
#nav-serialscrolling {
 padding-left:0
}
#nav-serialscrolling li .sub-link {
 position:relative
}
/*#nav-serialscrolling li .sub-link.is-current {
  font-weight: 600;
}*/
.scroll_box a:hover {
 color:#0b73b6;
}

#nav-serialscrolling .sub-link {
    display: block;
    padding: 5px 20px;
    cursor: pointer;
    transition: 300ms;
    font-size: 15px;
    font-weight: 600;
    color: var(--heading1);
    border: 1px dashed #eee;
    border-left: none;
}
span.sub-link.is-current {
    color: #fff !important;
    background: #0b73b6;
}
#nav-serialscrolling .sub-link:after {
 left:-23px;
 width:5px;
 height:5px;
 background-color:#b41c28;
 opacity:0
}
#nav-serialscrolling .sub-link.is-current:before {
 border-color:rgba(255,255,255,.4)
}
#nav-serialscrolling .sub-link.is-current:after {
 opacity:1;
 background-color:
}
#nav{
    position: relative;
}
#nav:before{
    content: "";
    position: absolute;
    top: 0;
    left:0;
    bottom: 0;
    width: 4px;
    background-color: #eee;
}
.sticky-active {
    position: fixed;
    top: 80px; /* adjust your offset */
    width: 100%; /* keeps same width */
    z-index: 999;
}
.data-recovery .gdpr-service1 .listar-feature-icon-inner div{
    left:6px;
}
.sticky-stop {
    position: absolute;
    bottom: 0;
    top: auto;
}
.sticky-parent.sticky-top.is-sticky {
    z-index: 9;
    top: 100px;
}
.tab-section-area .nav {
    margin-bottom:0px;
    padding: 10px;
    position: relative;
    border: none;
    width: 75%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    z-index: 1;
    background: #fff;
}
.bdr2{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.bdr1{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.tab-section-area .nav li button {
    border-radius: 30px;
    padding: 8px 50px;
    border: 1px solid #eee !important;
    position: relative;
    background:#fff;
    z-index: 1;
    border: none !important;
    font-weight: 600;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.tab-section-area .nav li button.active {
    background: linear-gradient(20deg, var(--theme-color), var(--theme-color2), var(--theme-color)) no-repeat;
    color: #fff;
}
.tab-section-area .nav li button.active:before {
    content: "";
    width: 35px;
    height: 35px;
    background: rgb(255 255 255 / 50%);
    position: absolute;
    top: -18px;
    left: -8px;
    border-radius: 50%;
    z-index: -1;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}
.tab-section-area .nav li button.active:after {
    content: "";
    width: 30px;
    height: 30px;
    background: rgb(255 255 255 / 50%);
    position: absolute;
    top: 0;
    right: -8px;
    border-radius: 50%;
    z-index: -1;
    bottom:-18px;
    margin-top: auto;
    margin-bottom: auto;
}

.tab-section-area .nav:before{
    background-image: url(../img/d-bg-texture-image.webp);
    background-size: cover;
    background-position: top right;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: .2;
    z-index: -1;
}
.inner-holder .listar-feature-item .listar-feature-item-inner:before {
    box-shadow: 120px 0px 150px rgb(80 80 80 / 12%), 10px 0px 10px rgba(80, 80, 80, 0.02) !important;
}

.single-detail ul li i {
    position: absolute;
    left: 0;
    top: 7px;
}
.single-detail ul li {
    position: relative;
    padding-left: 30px;
}
.link-nav-menu a:hover {
    padding-left:30px;
}



ul.sub-menu.megamenu {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: 999 !important;
}

.megamenu h4 {
    font-size: 16px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

    .link-nav-menu a {
      display: block;
      padding: 8px 0;
      color: #333;
      font-size: 14px;
    }

    .megamenu strong {
      margin-top: 8px;
      display: block;
      font-size: 15px;
      color: #444;
    }
.megamenu h6 {
    font-size: 14px !important;
    margin-top: 10px;
    margin-bottom: 0;
}
    .megamenu a:hover {
      color: #0a84ff;
    }

.awrd-box {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
}
.awrd-box img {
    height:80px;
}

.listar-feature-item:hover .listar-feature-icon-inner{background: linear-gradient(-30deg, var(--theme-color), var(--theme-color2), var(--theme-color)) no-repeat;}
a.play-on.popup-btn {
    position: absolute;
    background: hsl(0deg 0% 100% / 20%);
    top: -108px;
    z-index: 9;
    width: 150px;
    height: 140px;
    border-radius: 50%;
    line-height: 37px;
    left: 22%;
    color: #dee2e5;
    opacity: 0;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8;
    background: #000;
}
.mfp-iframe-scaler iframe {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}
button.mfp-close {
    width: 30px !important;
    background: #000;
    top: -15px !important;
    opacity: 1;
    height: 30px !important;
    line-height: 20px;
    border-radius: 100%;
    right: -18px !important;
}

.product-sect .listar-feature-icon-inner img {
    object-fit: contain;
}

.product-sect .listar-feature-icon-inner div {
    background-color: #fff;
    height: 132px;
    width: 185px;
    border-radius: 10px;
    position: relative;
    top: -3px;
}
.product-sect  .listar-feature-icon-inner img {
    height: 110px;
    top: -3px;
}
.product-sect .listar-feature-icon-inner{z-index: 1;}

.inner-holder .listar-feature-item-inner .listar-feature-right-border:before{
    border-radius: 190px;
        left: -51%;
}
.inner-holder .listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
    content: "";
    background-color: #fff;
}
.aboutbanner {
    height: 400px;
    background-size: cover;
    background-position: center;
}
.space1{
    padding-top: 60px;
    padding-bottom: 60px;
}

.about__shape img {
    position: absolute;
    right: -148px;
    top: 34%;
    z-index: -1;
}
.img-box2 .shape {
    position: absolute;
    left: -24px;
    top: -28px;
    z-index: -1;
}
.gray-bg{
    background-color: #f6f8fb;
}
.box-count .col-xl-3 {
    width: 20%;
}
.ft-topp {
    border-bottom: 1px solid rgb(255 255 255 / 12%);
}

/*=============menu css===================*/
/*.image_menu img {
    height: 120px;
    width: 100%;
    object-fit: cover;
}*/
.image_menu {
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    padding: 30px 10px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.image_menu h4{color: #fff !important;}
.image_menu p {
    color: #fff !important;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 16px;
    font-weight: 500;
}
.image_menu:before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(356deg, #091a26 -0.43%, #02101f45 52.34%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: .8;
    z-index: -1;
}
.image_menu:hover::before {
    background:linear-gradient(358deg, #7d4e76 0%, #064577 55%);
}

.link-nav-menu a:before {
    content: "\e06c";
    position: absolute;
    top: 8px;
    left: 0;
    font-family: var(--icon-font);
    max-width: 14px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 1em;
    line-height: 1;
    color: var(--theme-color);
    font-weight: 400;
    visibility: visible;
}
.link-nav-menu {
    margin-top: 10px;
}
.link-nav-menu a {
    font-size: 14px !important;
    line-height: 15px !important;
    font-weight: 600;
    position: relative;
    z-index: 1;
    padding-left: 20px;
}
.section__line {
    margin-top: 2px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.section__line .line {
    display: block;
    height: 2px;
    background: linear-gradient(-30deg, var(--theme-color),var(--theme-color2),var(--theme-color)
    ) no-repeat; 
    width: 100%;
}
.client-section{
     background: linear-gradient(-30deg, var(--theme-color),var(--theme-color2),var(--theme-color)
        ) no-repeat;
 position: relative;
 z-index: 1;
}
.client-section:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../img/img-shape.png);
    background-size: cover;
    z-index: -1;
}
.brand-card.brn1 img {
    height: 65px;
    transition: transform 0.3s ease;
}
.brand-card.brn1:hover img {
  transform: scale(1.2); /* Zoom effect */
}
.brand-card.brn1 {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}
.title-cust:after {
    background: #c8dce8;
    opacity: 0.5;
}
.title-cust{color: #fff;}

.marquee-sec a:before {
    display: none;
}
.marquee-sec a{
    padding-left: 0 !important;
}
.marquee-sec small {
    color: #0b73b6;
}
.blog-img img {
    width: 100%;
}
.modal-header {
    background: #0b73b6;
}
.sidebar-wrap.sticky-top {
    z-index: 9;
}
.get-insurance-four__shape-2 {
    position: absolute;
    top: -30px;
    right: 0;
    opacity: 0.3;
    z-index: -1;
}
/*** 
=============================================
    Float Bob Y Animation Css
=============================================
***/
@-webkit-keyframes float-bob-y {
    0% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes float-bob-y {
    0% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(-20px);
    }
}
.float-bob-y {
    -webkit-animation-name: float-bob-y;
            animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
}
.cta-four-shape-1
 {
    position: absolute;
    top: -90px;
    right: -29px;
    mix-blend-mode: luminosity;
}
.cta-four-shape-1 img {
    width: auto;
    mix-blend-mode: luminosity;
    opacity: .1;
}
.custom_dev {
    margin-bottom: 20px;
    box-shadow: 0 0 20px 5px rgb(0 0 0 / 5%);
    padding: 20px;
    border-left: 3px solid #0b73b6;
    background: #fff;
    border-radius: 10px;
    text-align: center;
}
.custom_dev p {
    line-height: 20px;
}
.tab-section-area.tabs2 .nav li button {
    border-radius: 8px !important;
    padding: 5px 30px;
    font-weight: 500;
}
.tab-section-area.tabs2 .nav {
    gap: 8px;
    background: transparent !important;
}
.tab-section-area.tabs2 .nav:before{display: none;}
.soul-box {
    text-align: center;
}
.soul-box .box-title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
}
.soul-box .service-card .box-icon{
    margin-bottom: 0px;
}
.soul-box .service-card:hover .box-title{
    color: #fff;
}
.soul-box{margin:8px 0}
.soul-box .service-card svg{
    width:50px;
    height:50px;
}

/* ============================================================== 
    # Technology Index Style
=================================================================== */
.left-heading-two {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}
.technolgy-index-two-area{position: relative;z-index: 1;}
.technolgy-index-two-area:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../img/img-shape.png);
    background-size: cover;
    z-index: -1;
}
.left-heading-two .left-info {
    position: relative;
    z-index: 1;
    padding-right: 50px;
    padding-bottom: 50px;
}

.left-heading-two .right-info {
    position: relative;
    z-index: 1;
    padding-left: 50px;
    padding-top: 50px;
}

.left-heading-two .left-info::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 50%;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom-right-radius: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.left-heading-two .right-info::after {
    position: absolute;
    left: -1px;
    top: 0;
    content: "";
    height: 50%;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-top-left-radius: 30px;
}

.left-heading-two .left-info h2 {
    margin: 0;
}

.left-heading-two .right-info .fun-fact {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 50px;
    margin-right: 50px;
}

.left-heading-two .right-info .fun-fact:last-child {
    padding-right: 0;
    margin-right: 0;
    border: none;
}

.left-heading-two .right-info .fun-fact .counter {
    color: var(--white);
    font-size: 60px;
}

.left-heading-two .right-info .fun-fact h4 {
    font-size: 20px;
}

.left-heading-two .right-info .fun-fact span.medium {
    color: var(--white);
    opacity: 0.9;
    font-weight: 600;
}

.technology-index-two-items {
    display: grid;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
    gap: 30px;
    margin-top: 50px;
}

.tech-index-two-item a {
    display: block;
    padding: 30px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.tech-index-two-item img {
    transition: all 0.35s ease-in-out;
}

.tech-index-two-item h5 {
    text-transform: uppercase;
    margin: 0;
}
.text-justify {
    text-align: justify;
}
.tech-index-two-item {
  overflow: hidden; /* Prevent image overflow */
}

.tech-index-two-item .icon img {
  transition: transform 0.3s ease;
}

.tech-index-two-item:hover .icon img {
  transform: scale(1.1); /* Zoom effect */
}

.tech-index-two-item a:hover::after {
    transform: scale(1);
}

.color-style-two .tech-index-two-item a::after {
    background: var(--bg-gradient-two);
}

.tech-index-two-item img:nth-child(2) {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
}

.tech-index-two-item:hover img:nth-child(2) {
    margin: 0;
    visibility: visible;
    opacity: 1;
}
.bg-grad {
    background:linear-gradient(-30deg, var(--theme-color),var(--theme-color2),var(--theme-color)
        ) no-repeat;
}
.sticky-wrapper {
    background: #fff;
}
.main-header-nine__shape {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 329px;
    background-position: top right;
    background-repeat: no-repeat;
}
.main-menu-nine__shape.twoshape {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    width: 300px;
    background-position: top right;
    z-index: 1;
}
.sticky-wrapper{
    z-index: 2;
}

.header-top {
    padding: 3px 0;
    position: relative;
    background-color: #185081;
    z-index: 1;
}

 .header-logo img {
    height: 60px;
}
.main-menu > ul > li > a {
    color: #f4f1f1;
}
.hero-2.myhero{
    background:linear-gradient(180deg, #f5f8fa -0.43%, #04224e 52.34%);
}
.hero-2.myhero:before{
    display: none;
}
.header-logo {
    margin-left: -50px;
}
nav.main-menu.d-none.d-lg-inline-block {
    margin-left: -100px;
}

.header-top:after{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 87.2%;
    content: "";
    border-radius: 0;
    z-index: -1;
    background-color: #042445;
 mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1658 52' xmlns='http://www.w3.org/2000/svg'><path d='M0 0H1618.27C1625.66 0 1632.45 4.07206 1635.92 10.5907L1658 52H0V0Z'/></svg>");

    mask-repeat: no-repeat;
    mask-position: top right;
    mask-size: cover;
}
}
.sticky-wrapper {
    background: #f5f5f5;
}
.header-logo{
        z-index: 1;
    min-width: 320px;
    min-height: 90px;
    margin-top: -25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
   mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 345 111' xmlns='http://www.w3.org/2000/svg'><path d='M264.455 0C270.243 0 275.634 2.94527 278.76 7.81628L345 111H0L64.1076 8.016C67.211 3.03071 72.6675 0 78.5398 0H264.455Z'/></svg>") no-repeat center / contain;

    mask-repeat: no-repeat;
    mask-position: top center;
    mask-size: cover;
    background-color: rgba(247, 247, 247, 0.11);
    padding: 27px 0 0;
}
.header-logo::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: calc(100% - 18px);
    width: calc(100% - 38px);
    content: "";
    border-radius: 0;
    z-index: -1;
    background-color: #fff;
    mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 345 111' xmlns='http://www.w3.org/2000/svg'><path d='M264.455 0C270.243 0 275.634 2.94527 278.76 7.81628L345 111H0L64.1076 8.016C67.211 3.03071 72.6675 0 78.5398 0H264.455Z'/></svg>") no-repeat center / contain;
    mask-repeat: no-repeat;
    mask-position: top center;
    mask-size: cover;
}

.main-menu > ul > li {
    margin: 0 8px;
}
.sticky-wrapper::after{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 80%;
    content: "";
    border-radius: 0;
    z-index: -1;
     background: linear-gradient(45deg, #1788cc, #1a3b6b, #5d99bd, #1788cc, #325ea0, #0679c4);
    background-size: 600% 100%;
    animation: gradient 16s linear infinite;
    animation-direction: alternate;
  mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1595 86' xmlns='http://www.w3.org/2000/svg'><path d='M0 0H1533.49C1540.62 0 1547.2 3.78912 1550.78 9.94759L1595 86H0V0Z'/></svg>");
clip-path: none;

    mask-repeat: no-repeat;
    mask-position: top right;
    mask-size: cover;
}
@keyframes gradient {
    0% {background-position: 0%}
    100% {background-position: 100%}
}
.sticky-wrapper{position: relative;}
.box-content .marquee-sec a {
    color: #3b3939;
}
.imagbox {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 20px;
}
.price-card .holtestimonal .box-text {
    margin-top: 0;
    line-height: 18px;
}
.home-client {
    height:280px;
    margin:10px 0;
    overflow: hidden;
}
.box-content.flex-swipe {
    display: flex;
    align-items: center;
    justify-content: center;
}
.border-box{
    text-align: center;
    border:1px dashed #eee;
    padding: 20px;
    margin:0 5px;
}
.home-client .swiper-slide {
    transition: transform .4s ease, opacity .4s ease;
}

.home-client img {
    width:80px;
    transition: all .4s ease;
}

/* Hover Animation */
.home-client .swiper-slide:hover img {
    transform: scale(1.1);
    filter: grayscale(0%);
    opacity: 1;
}
.bg3{
    background: #f2f5f9;
}
.main-slider-shape-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    mix-blend-mode: luminosity;
    opacity: 0.2;
    z-index: -1;
}
.technology-index-two-items.homeaward.text-center {
    
   
   
}
.homeaward .tech-index-two-item a {
    padding: 10px !important;
    background: rgb(141 147 151 / 24%);
}
.inner-holder .listar-feature-icon-inner{
    width: 300px;
}
.inner-holder .listar-feature-icon-inner div{
    width: 290px;
}
.inner-holder .listar-feature-icon-inner img{
    width: 290px;
}

/*==========timeline css start from here=============*/
.single-work-process .box-content {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #fff;
    padding: 20px;
}
.animatedBackground {
    background-repeat: repeat !important;
    background-size: auto !important;
    animation: animatedBackground 20s linear infinite;
    -ms-animation: animatedBackground 20s linear infinite;
    -moz-animation: animatedBackground 20s linear infinite;
    -webkit-animation: animatedBackground 20s linear infinite;
}
@keyframes animatedBackground {
      from { background-position: 0 0; }
      to { background-position: 100% 0; }
    }
    @-webkit-keyframes animatedBackground {
      from { background-position: 0 0; }
      to { background-position: 100% 0; }
    }
    @-ms-keyframes animatedBackground {
      from { background-position: 0 0; }
      to { background-position: 100% 0; }
    }
    @-moz-keyframes animatedBackground {
      from { background-position: 0 0; }
      to { background-position: 100% 0; }
    }

    .technology-index-two-items {
        width: 100%;
        padding: 30px 0;
    }

    .swiper {
        width: 100%;
    }

    .tech-index-two-item {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px 0;
        transition: transform 0.3s ease-in-out;
    }

    .tech-index-two-item img {
        transition: transform 0.3s ease;
    }

    /* Hover effect */
    .tech-index-two-item:hover img {
        transform: scale(1.1);
    }

    .homeawrd:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    height: 100%;
    background-color:#fff;
    z-index: -1;
    opacity: .9;
}
 .homeawrd{z-index: 1;position: relative;}

 .ot-smbtn{
    min-width: auto !important;
    min-height: auto !important;
    padding: 8px 12px !important;
    font-size: 14px !important;
 }
 .arrowtesti {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 30px !important;
    color: #248bca;
    opacity: .2;
}
.imgstep img {
    width: 40%;
}
.imgstep {
    margin-bottom: -168px;
}


.sch-style-2 {
}
.sch-style-2 h1 {
    margin: 70px 0;
}
.sch-style-2 .btn-right {
    background: none;
    border: 0;
    font-size: 22px;
    line-height: 2em;
    position: relative;
    width: 90%;
    height: 20px;
}
.sch-style-2 .btn-right a {
    color: #fff;
    text-decoration: none;
    position: relative;
    z-index: 10;
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #fff;
    border-radius: 100%;
    top: -15px;
}
.sch-style-2 h1 {
    margin-bottom: 70px;
    margin-top: 0;
}
.sch-style-2 .sch-down {
    margin-top: -20px;
}
.sch-style-2 .btn-right::before,
.sch-style-2 .btn-right::after {
    background: #aaa;
    border-radius: 2px;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    transition: all 1s;
    height: 10px;
}
.sch-style-2 .btn-right::before {
    transform: skew(45deg);
    top: 0;
}
.sch-style-2 .btn-right::after {
    transform: skew(-45deg);
    bottom: 0;
}
.sch-style-2 .btn-right:hover::before,
.sch-style-2 .btn-right:hover::after {
    background: #68d3e2;
}
.sch-style-2 .btn-right:focus {
    outline: 0;
}
.sch-style-2 .btn-right:focus::before,
.sch-style-2 .btn-right:focus::after {
    background: #68d3e2;
}
.sch-style-2 .sch-timeline-content {
    display: inline-block;
    width: 100%;
}
.sch-style-2 .sch-content {
    float: left;
    width: 100%;
    text-align: center;
}
.sch-icon.akicon:before {
    bottom: 0;
    top: auto !important;
}
.sch-icon.akicon {
    padding-top: 0 !important;
    padding-bottom: 50px !important;
}
.swiper-slide-active .sch-text p{
    color: #fff;
}
.swiper-slide-active .sch-text h6{
    color: #fff;
}
.swiper-slide-active .sch-text ul li:before{
    color: #fff;
}
.swiper-slide-active .sch-text{
    background: linear-gradient(-30deg, var(--theme-color),var(--theme-color2),var(--theme-color)
        ) no-repeat !important;
    color: #fff;
    border-color: #fff !important;
}
.swiper-slide-active .sch-icon i{
    background: linear-gradient(-30deg, var(--theme-color),var(--theme-color2),var(--theme-color)
        ) no-repeat !important;
}
.sch-style-2 .sch-text:hover{
    background: linear-gradient(-30deg, var(--theme-color),var(--theme-color2),var(--theme-color)
        ) no-repeat;
    color: #fff;
    border-color: #fff;
}
.sch-style-2 .sch-text:hover h6{
    color: #fff;
}
.sch-style-2 .sch-text:hover ul li:before{
    color: #fff;
}
.sch-style-2 .sch-text:hover p{
    color: #fff;
}
.sch-text ul li{
    list-style: none;
    position: relative;
    padding-left: 20px;
    margin: 5px 0;
}
.sch-text ul li:before{
    content: "\e06c";
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 12px;
    font-family: var(--icon-font);
    max-width: 12px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 1em;
    line-height: 1;
    color: var(--theme-color);
    font-weight: 400;
    -webkit-transition: 0.3s 
ease-in-out;
    transition: 0.3s 
ease-in-out;
}

.sch-text:after{
        content: "";
    background-image: url(../img/bgshape1.webp);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    border-radius: 20px;
    z-index: -1;
    opacity: .5;
    background-size: 100%;
    background-position: center;
}
.sch-text ul{padding-left: 0 !important;margin-left: 0;margin-bottom: 0;}
.sch-style-2 .sch-text {
   width: 100%;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 3;
    -webkit-transition: 0.4s 
ease-in-out;
    transition: 0.4s 
ease-in-out;
    background: #fff;
    position: relative;
    padding: 15px;
    border-top-right-radius: 40px;
    line-height: 18px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 26px 0px;
    border-bottom-left-radius: 40px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 14px;
    border: 5px solid transparent;
    position: relative;
    transition: 0.4s;
    text-align: left !important;
    min-height: 120px;
    z-index: 1;
}
.sch-text h6 {
    font-size: 16px;
    margin: 0;
}
.mySwiper2 {
    padding: 20px 0;
    padding-bottom: 0 !important;
}
.mySwiper2 .tech-index-two-item{
    padding-bottom: 0 !important;
}
.sch-text p{
    margin-bottom: 0;
    line-height: 20px;
}
.technology-index-two-items.homeaward{
    display: block !important;
}
.sch-style-2 .btn-right::before{
    display: none;
}
.sch-style-2 .btn-right::after{
    display: none;
}
.sch-style-2 .sch-year
 {
    font-size: 20px;
    font-weight: 800;
    margin: 10px 0;
    color: var(--heading1);
    background: #fff;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    line-height: 75px;
    margin-left: auto;
    margin-right: auto;
    background: -webkit-linear-gradient(240.04deg, rgba(255, 255, 255, 0.06) 1.2%, rgba(255, 255, 255, 0) 98.97%);
    background: #fff;
    box-shadow: inset 0px 15px 24px rgb(42 42 43 / 24%);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    position: relative;
    border: 1px solid rgb(170 172 176 / 30%);
}
.sch-style-2 .sch-icon i {
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    border-radius: 100%;
    background: #000;
    color: #fff;
}
.sch-icon svg {
    height: 25px;
    width: 25px;
}
.sch-style-2 .sch-option {
    margin: 10px 0;
    font-size: 20px;
    font-weight: bold;
}
.sch-style-2 .sch-content:nth-child(2n + 1) .sch-icon {
    padding-top: 50px;
    position: relative;
    text-align: center;
}
.sch-style-2 .sch-content:nth-child(2n + 1) .sch-icon::before {
    content: "";
    width: 2px;
    height: 50px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.sch-style-2 .sch-content:nth-child(2n) {
    margin-top: 5px;
}
.sch-style-2 .sch-content:nth-child(2n) .sch-icon::before {
    content: "";
    width: 2px;
    height: 50px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.sch-style-2 .sch-content:nth-child(2n) .sch-icon {
    padding-bottom: 50px;
    position: relative;
    text-align: center;
}

.sch-style-2 .sch-content:nth-child(1) .sch-icon i,
.sch-style-2 .sch-content:nth-child(1) .btn-right::before,
.sch-style-2 .sch-content:nth-child(1) .btn-right::after,
.sch-style-2 .sch-content:nth-child(1) .sch-icon::before {
    background:linear-gradient(-30deg, var(--theme-color), #cfd7db, var(--theme-color)) no-repeat;
}

.sch-style-2 .sch-content:nth-child(2) .sch-icon i,
.sch-style-2 .sch-content:nth-child(2) .btn-right::before,
.sch-style-2 .sch-content:nth-child(2) .btn-right::after,
.sch-style-2 .sch-content:nth-child(2) .sch-icon::before {
    background: linear-gradient(-30deg, var(--theme-color), #cfd7db, var(--theme-color)) no-repeat;
}

.sch-style-2 .sch-content:nth-child(3) .sch-icon i,
.sch-style-2 .sch-content:nth-child(3) .btn-right::before,
.sch-style-2 .sch-content:nth-child(3) .btn-right::after,
.sch-style-2 .sch-content:nth-child(3) .sch-icon::before {
    background:linear-gradient(-30deg, var(--theme-color), #cfd7db, var(--theme-color)) no-repeat;
}

.sch-style-2 .sch-content:nth-child(4) .sch-icon i,
.sch-style-2 .sch-content:nth-child(4) .btn-right::before,
.sch-style-2 .sch-content:nth-child(4) .btn-right::after,
.sch-style-2 .sch-content:nth-child(4) .sch-icon::before {
    background: linear-gradient(-30deg, var(--theme-color), #cfd7db, var(--theme-color)) no-repeat;
}

.sch-style-2 .sch-content:nth-child(5) .sch-icon i,
.sch-style-2 .sch-content:nth-child(5) .btn-right::before,
.sch-style-2 .sch-content:nth-child(5) .btn-right::after,
.sch-style-2 .sch-content:nth-child(5) .sch-icon::before {
    background: linear-gradient(-30deg, var(--theme-color), #cfd7db, var(--theme-color)) no-repeat;
}
@-webkit-keyframes zoom {
    25% {
        transform: scale3d(1.5, 1.5, 0);
    }
    50% {
        transform: scale3d(1, 1, 0);
    }
    75% {
        transform: scale3d(1.25, 1.25, 0);
    }
}

@keyframes zoom {
    25% {
        transform: scale3d(1.5, 1.5, 0);
    }
    50% {
        transform: scale3d(1, 1, 0);
    }
    75% {
        transform: scale3d(1.25, 1.25, 0);
    }
}
@-webkit-keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 400px) {
    .sch-style-2 .sch-content {
        width: 100%;
    }
}
@media (min-width: 401px) and (max-width: 640px) {
    .sch-style-2 .sch-content {
        width: 50%;
    }
}
@media (min-width: 641px) and (max-width: 767px) {
    .sch-style-2 .sch-content {
        width: 20%;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .sch-style-2 .sch-content {
        width: 20%;
    }
}
@media (min-width: 1025px) and (max-width: 1199px) {
    .sch-style-2 .sch-content {
        width: 20%;
    }
}

.product-revolution:before {
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .2;
}


/*=============================*/



.boxswiper .akkswipe {
    border: 1px solid #0b73b6;
    width: 30px;
    height: 30px;
    text-align: center;
    justify-content: center;
    align-items: center;
    line-height: 30px;
    color: var(--heading1);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.boxswiper .akkswipe:hover{
    background:#0b73b6;
    color: #fff;
}
.boxswiper {
    display: flex;
    z-index: 99;
    gap: 5px;
    justify-content: center;
}
.roadimg {
    position: absolute;
    top: 42%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: table;
    left: 0;
    right: 0;
    opacity: 1;
}

/*.innerclnt .home-client img{
    width: 60px;
}*/
/*.innerclnt .home-client {
    height: 365px;
}*/
.home-client.hrmss img{
    width: 150px;
}
.testi-card-content.mytext-wrapper {
    height: 100px;
    overflow-y: scroll;
    padding: 10px;
}
.mytext-wrapper::-webkit-scrollbar{
    background: transparent;
    height: 5px;
    width: 5px;
    border-radius: 30px;
}
.mytext-wrapper::-webkit-scrollbar-thumb{
    background: var(--theme-color);
    border-radius: 30px;
}
.hrmmm .price-card {
    min-height: 400px;
}
.data-recovery .inner-holder .listar-feature-icon-inner div {
    width: 287px;
     height: 138px;
     top: -6px;
}
.hightfix .testi-card.style2 .box-thumb img{
    height: 80px;
}
.feature-box.active a {
    background: linear-gradient(-30deg, #2aa1ed, var(--theme-color2), #eadcfa) no-repeat;
    padding: 12px 30px;
}


 .loadercss {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;

    -webkit-animation-name: zumpMe;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;

    -moz-animation-name: zumpMe;
    -moz-animation-duration: 0.6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;

    -ms-animation-name: zumpMe;
    -ms-animation-duration: 0.6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in-out;

    animation-name: zumpMe;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes zumpMe {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}
.play-on{display: none;}
.footer-top {
    background: linear-gradient(110deg, #073d6e 0%, #2f5795 100%);
    padding: 20px 0;
}
.footer-top p {
    color: #fff;
    margin-bottom: 0;
}
.footer-top h2 {
    font-size: 24px;
}
.imagbox img {
    height: 120px;
    width: 100%;
    object-fit: cover;
}
/*.timline-body .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    height: 260px;
    transform: none;
    overflow: scroll;
    top: 10px;
}*/


.award-integ img{
    width: 45%;
}
.award-integ .border-box{padding: 10px;}
.news-six__shape-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}

.feature-six__shape-2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
    z-index: -1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.water-sect .price-card {
    min-height: 375px;
}
.waves canvas {
    height: 200px !important;
    position: absolute;
    bottom: 0;
}
.footer-top{position: relative;z-index:1;}
.footer-top:after {
    content: "";
    background-image: url(../img/bgcer.webp);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 20px;
    z-index: -1;
    opacity: .2;
    background-size: 100%;
    background-position: center;
}
.price-card.event-card {
    min-height: 400px;
}

.gdpr-service .listar-feature-icon-inner div {
    width: 300px !important;
    top: -1px !important;
}
/*.homeaward {
  overflow-x: auto;      
  scroll-behavior: smooth; 
}*/

.homeaward .swiper-wrapper {
  display: flex;         /* make slides align horizontally */
}
.homeaward::-webkit-scrollbar{
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 30px;
}

.homeaward::-webkit-scrollbar-thumb{
    background: var(--theme-color);
    width: 8px;
    height: 8px;
    border-radius: 30px;
}

.job__meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px 13px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}
.job__meta li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    text-transform: capitalize;
}
.list-wrap li {
    list-style: none;
}
.list-wrap{margin-left: 0;padding-left:0px;}
.job__meta li span {
    background: #eff1fc;
    line-height: 1;
    color:var(--theme-color);
    font-weight: 600;
    text-transform: capitalize;
    padding: 8px 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
}
.careerbox h4 {
    font-size: 24px;
}
.careerbox:hover .service-card h4,
.careerbox:hover .service-card p,
.careerbox:hover .service-card li {
    color: #fff;
}
.over-office .contact-feature {
    background: #fff;
}
.over-office .contact-feature p {
    color: #3b3939;
}
.over-office .contact-feature a {
    color: #3b3939;
}
.over-office .contact-feature h3 {
    color: var(--heading1);
}
.over-office h2 {
    color: var(--heading1);
}
.hgt-auto{min-height: 160px;}
.fix-home .swiper-wrapper{
    height: 220px;
}
.fix-home .slider-pagination {
   display: flex;
   justify-content: center;
   gap: 5px;
}
.fix-home .testi-slider2 .slider-pagination {
    margin-top: 75px;
}
.fix-home .testi-card.style2 {
    min-height: 265px;
}

.inner-timeline {
    height:25px;
    overflow-y: scroll;
}
.inner-timeline::-webkit-scrollbar{
    background: transparent;
    width: 6px;
    height: 6px;
}
.inner-timeline::-webkit-scrollbar-thumb{
    background: #ddd;
    width: 6px;
    height: 6px;
    border-radius: 10px;
}

/*.productinner:before {
    content: "";
    background-image: url(https://indiait360.com/team-computers/images/banner1.png);
    width: 100%;
    height: 100%;
    top: 42px;
    left: 0;
    background-size: cover;
    position: absolute;
    z-index: -1;
}*/

.video-sect .inner-page-video video {
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.footeracordian .accordion-button:not(.collapsed) {
    background: transparent;
    border: none;
}
.footeracordian button.accordion-button {
    padding: 0;
}
.footeracordian .accordion-body {
    padding: 0;
        padding-top: 7px;
    padding-bottom: 7px;
}
.footeracordian .accordion-collapse{
    border:none;
}
.footeracordian .accordion-button:focus{box-shadow:none;border:none;}
.footeracordian .accordion-button{
        color: #afaaaa;
        border: none;
        font-weight: 700;
}
.footeracordian .accordion-button:after {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23AFAAAA'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
   
}
.footeracordian .accordion-button:not(.collapsed):after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
}
.footeracordian .accordion-item {
    margin-bottom: 10px;
}
.footeracordian .accordion-body p {
    line-height: 20px !important;
}

    /* ===== CARD ===== */
.timeline-card{
  max-width:1800px;
  margin:auto;
  padding:10px 0 0 0;
  border-radius:28px;
  /*box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;*/
  background:linear-gradient(45deg, #1788cc, #1a3b6b, #5d99bd, #1788cc, #325ea0, #0679c4);
  backdrop-filter:blur(20px);
}

/* ===== HEADER ===== */
.timeline-title {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #fff;
    padding: 0 20px;
}

/* ===== BLOCK ===== */
.timeline-block{
  display:flex;
  height:500px;
  background:#f8fafc;
  border-radius:20px;
  overflow:hidden;
}

/* ===== Y AXIS ===== */
.y-axis{
  width:70px;
  background:#f1f5f9;
  border-right:1px solid #e2e8f0;
}
.y-label{
  height:160px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  font-size:15px;
  color:#0f172a;
}

/* ===== SCROLL ===== */
.timeline-scroll{
  position:relative;
  flex:1;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-behavior:smooth;
}

/* ===== SCROLLBAR ===== */
.timeline-scroll::-webkit-scrollbar{ height:10px; }
.timeline-scroll::-webkit-scrollbar-thumb{
  background:linear-gradient(90deg,#6366f1,#8b5cf6);
  border-radius:10px;
}

/* ===== ROWS ===== */
.row-track {
    position: relative;
    height:160px;
    padding-top: 22px;
    display: grid;
    grid-auto-flow: column;
    gap: 30px;
}
.tech-index-two-item img {
    height: 150px;
}
/*.bg-milestone{ background:#ede9fe; }
.bg-product{ background:#e0f2fe; }
.bg-solution{ background:#dcfce7; }*/

/* ===== EVENTS ===== */
.event {
    width: 110px;
    text-align: center;
    position: absolute;
    transform: translateX(-50%);
}
.y-axis span {
    transform: rotate(-90deg);
    white-space: nowrap;
}
.event .icon{
  width:60px;height:60px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:auto;
  color:#fff;
  font-size:22px;
  box-shadow:0 10px 30px rgba(0,0,0,.4);
  cursor:pointer;
  transition:.35s;
}
.event:hover .icon{
  transform:translateY(-6px) scale(1.15);
}
/*
.event-desc.milestone{
    color:#8b5cf6;
}
.event-desc.product{
    color:#8aabf3;
}
.event-desc.solution{
    color:#8b5cf6;
}*/
.icon.milestone{ background:linear-gradient(135deg,#8b5cf6,#6366f1); }
.icon.product{ background:linear-gradient(135deg, #d176e0, #8aabf3); }
.icon.solution{ background:linear-gradient(135deg, #74eca0, #18a496); }

.event-text{
  margin-top:10px;
  font-weight:700;
  font-size:13px;
  color:#0f172a;
}
.event-desc {
    font-size: 11px;
    margin-top: 4px;
    line-height: 12px;
    height: 25px;
    overflow: hidden;
    font-weight: 500;
}
.detailModal h5#modalTitle {
    display: none;
}
div#modalBody {
    color: #000;
    text-align: center;
    font-weight: 400;
}
/* ===== CONNECTOR ===== */
.connector {
    position: absolute;
    left: 50%;
    height: 7px;
    top: 60px;
    bottom: var(--x-axis-bottom);
    border-left: 2px dotted rgb(33 138 201);
    opacity: .7;
}

/* ===== BLINK ===== */
.event.highlight .icon{
  animation:pulse 1s infinite;
}

/* ===== X AXIS ===== */
.x-axis-line{
  position:absolute;
  bottom:var(--x-axis-bottom);
  left:0;right:0;
  height:2px;
  background:#0f172a;
}
.x-axis {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: var(--year-gap);
    margin-top: 0px;
    position: absolute;
    bottom: 0px;
    background: #fff;
}
.x-axis span{
  text-align:center;
  font-weight:600;
  color:#0f172a;
  cursor:pointer;
  width: 190px;
}

/* ===== STACK ===== */
.stack-1{ top:22px; }
.stack-2{ top:92px; }
.stack-3{ top:162px; }

/* ===== ANIM ===== */
@keyframes pulse{
  0%{transform:scale(1)}
  50%{transform:scale(1.25)}
  100%{transform:scale(1)}
}
:root{
  --year-gap: 120px;
  --x-axis-bottom: 60px;
}
section.milestone-section {
    padding-bottom: 80px;
    padding-top: 30px;
}
#detailModal button.btn-close {
    opacity: 1;
    position: relative;
    top: -10px;
}
#detailModal h5#modalTitle {
    display: none;
}
.timeline-card .icon img {
    height:40px;
    filter: brightness(0) invert(1);
    object-fit: contain;
}
.over-office .contact-feature{
    align-items: start;
}

.awrd-box img {
    transition: transform 0.3s ease;
}

/* Hover effect */
.awrd-box img:hover {
    transform: scale(1.2);
}
.roadmap-section {
    padding-bottom: 80px;
    padding-top: 40px;
}

.widget_download1 .ot-btn{
    background: #000;
}
.widget_download1 .ot-btn {
    background: transparent;
    border-radius: 0;
    color: var(--heading1);
    border: 2px solid var(--theme-color);
    padding: 8px 25px;
    min-height: 40px;
    min-width: auto;
}
.widget_download1 .ot-btn:hover{
    background: var(--theme-color);
    color:#fff;
}
.widget_download1 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
    justify-content: center;
}
.product-imgbox img {
    height:250px;
    margin-left: auto;
    margin-right: auto;
    display: table;
    filter: drop-shadow(0 12px 6px rgba(0, 0, 0, .45));
}
.table>thead {
    background: linear-gradient(319deg, #1788cc, #1a3b6b, #5d99bd, #1788cc, #325ea0, #0679c4);
}
.pay-icons img {
    width: 80px;
}
.boxtitle-hed {
    font-weight: 800;
}
.payment-wrapper table td {
    padding: 5px 10px;
}
.payment-wrapper tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05) !important;
}
.download-demo .sec-title{
        font-size: 32px;
        margin-bottom:10px;
}
.btn-dnld {
    margin-top: 20px;
}
.btn-dnld a {
    display: block;
    margin: 10px 0;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
}
.btn-dnld .btn:focus{
    box-shadow: none;
}

.btn-dnld a svg {
    position: relative;
    top: -2px;
    left: 2px;
}
.akbtnn a {
    position: relative !important;
    display: inline-block !important;
    margin:0 5px;
    bottom: 0 !important;
}
a.ot-btn.moree1.bounowbtn {
    margin-right: 10px;
}
.akbtnn {
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 10;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: table;
}
.my-ul ul li i {
    position: absolute;
    left: 0;
    top: 7px;
}

.my-ul ul li {
    padding-left: 30px;
    position: relative;
}
.img-box21 img {
    width: 80%;
    margin-left: auto;
    display: table;
}
.img-box21.ltt img{
    margin-right: auto;
    margin-left: 0 ;
}
.innershadow {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    margin-top: 60px;
    margin-bottom: 60px;
}
.innershadow p{
    margin-bottom: 0;
}
.buy-box form {
    position: absolute;
    top: 0;
    opacity: 0;
}

.buy-box {
    position: relative;
}
.ccvenu{
    display: none;
}
.textsm {
    font-size: 12px;
    font-weight: 600;
}
a.btncst {
    min-height: 60px;
    display: block;
    line-height: 22px;
}
a.ot-btn.d-none.d-xl-flex {
    display: block !important;
}
.from-transforms {
    position: fixed;
    top: 35%;
    right: -70px;
    transform: rotate(90deg);
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    display: table;
    cursor: pointer;
    z-index: 999;
}
.from-transforms .ot-btn {
    border-radius: 5px;
    padding: 12px 20px;
    min-width: auto;
    font-size: 15px;
    min-height: auto;
}
#demoshedule-modal .form-check {
    padding-left: 0;
}
#toaster {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 400px;
    padding: 12px 20px;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 9999;
    background:#16d261;
    box-shadow: rgb(99 99 99 / 85%) 0px 2px 8px 0px;
    line-height: 17px;
    padding-left: 35px !important;
}
#toaster.show {
    opacity: 1;
    transform: translateY(0);
}
#toaster i {
    font-size: 16px;
    margin-right: 8px;
    position: absolute;
    left: 10px;
}
#toaster.success { background-color: #16d26d; }
#toaster.error { background-color: #dc3545; }
#toaster.info { background-color:var(--theme-color); }
.about-grid.akvision {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
}