﻿/* Google Fonts moved to <link> tags in style.asp for faster loading */

:root {
    --pri-color: #0060FD;
    --sec-color: #04ABFD;
    --bg-header: #DAE4FF;
    --headings-color: #141F39;
    --mian-font-color: #4F4F4F;
    --button-color: #24052F;
    --body-color: #6B6B6B;
    --footer-bg: #C8F8A9;
    --bg-pri-gradient: linear-gradient(90deg, #04ABFD 25.59%, #0060FD 58.7%);
}

.btn-primary {
    color: #fff;
    background-color: #163031;
    border-color: #163031;
}

.btn-primary:hover {
    color: #fff;
    background-color: #163031;
    border-color: #163031;
}




/* Breadcrumbs */
.current-item {
    color: #636363;
}

.breadcrumbs a {
    color: #636363;
    text-decoration: none;
}

.breadcrumbs {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #E2E2E2;
    color: #636363;
}
a.navbar-brand{
    width: 127px;
}
a.navbar-brand img{
    width: 100%;
}

.bg-pri {
    background-color: var(--pri-color) !important;
}

/* Breadcrumbs End*/

.dropdown-item {
    text-wrap: auto;
}

.bg-ctm-light {
    background-color: #FAFAFA;
}
.ft-list{
    column-count: 2;
}
.js-erp{
    margin: 20px -20px 0;
}
.js-erp .slick-track{
    display: flex;
    gap: 0 30px;
}

.bg-ctm-light-blue {
    background-color: #F1F5FF;
}

.bg-pri-gradient {
    background: var(--bg-pri-gradient);
}

/*h1, h2, h3, h4, h5, h6 {
    font-family: "Archivo", serif;
    font-style: normal;
}*/

.ctm-title-mian {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 1;
}


body {
    font-family: "Archivo", sans-serif;
    font-style: normal;
    color: var(--body-color);
}

.space-p-t {
    padding-top: 80px;
}

.space-p-b {
    padding-bottom: 80px;

    @media (max-width:1400px){
        padding-bottom: 40px;
    }
}

.space-p-tb {
    padding: 50px 0;
}

.space-m-t {
    margin-top: 80px;
}

.space-m-b {
    margin-bottom: 80px;
}

.space-m-tb {
    margin: 80px 0;
}

/*Global Btns*/

.glob-btn-white {
    display: inline-flex;
    gap: 15px;
    text-decoration: none;
    /*    border: 1px solid #fff;*/
    background-color: #fff;
    padding: 8px 10px;
    border-radius: 10px;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    color: #000000;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.glob-btn-white .arrow-btn-icon {
    padding: 11px 13px;
    color: #fff;
    background: var(--bg-pri-gradient);
    border-radius: 10px;
    line-height: 0;
    font-size: 13px;
}


.glob-btn-white::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: #000;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.glob-btn-white:hover {
    color: #fff;
}

.glob-btn-white:hover::after {
    right: auto;
    left: 0;
    width: 100%;
}


.glob-btn-white:hover .arrow-btn-icon {
    background: linear-gradient(90deg, #04ABFD 25.59%, #0060FD 58.7%);
    color: #fff;
}

/*White*/


.glob-btn-pri {
    background: linear-gradient(90deg, #04ABFD 25.59%, #0060FD 58.7%);
    display: inline-flex;
    gap: 15px;
    text-decoration: none;
    padding: 8px 10px 8px 20px;
    border-radius: 10px;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    color: #fff;
    transition: 0.3s ease-in;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: none;
    cursor: pointer;
}

.glob-btn-pri::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: #000;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.glob-btn-pri:hover {
    color: #fff;
}

.glob-btn-pri:hover::after {
    right: auto;
    left: 0;
    width: 100%;
}

.glob-btn-pri .arrow-btn-icon {
    padding: 11px 13px;
    color: #000;
    background: #fff;
    border-radius: 10px;
    line-height: 0;
    font-size: 13px;
    transition: all 0.4s ease-in-out;
}

.glob-btn-pri:hover .arrow-btn-icon {
    background: linear-gradient(90deg, #04ABFD 25.59%, #0060FD 58.7%);
    color: #fff;
}


/*.glob-btn-pri .arrow-btn-icon i:before {
    color: #000;
}*/

.glob-btn-pri.white {
    background: #fff;
    display: inline-flex;
    gap: 15px;
    text-decoration: none;
    padding: 8px 10px 8px 20px;
    border-radius: 10px;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    color: #000;
}

/*    .glob-btn-pri .arrow-btn-icon {
        padding: 11px 13px;
        color: #000;
        background: linear-gradient(90deg, #04ABFD 25.59%, #0060FD 58.7%);
        border-radius: 10px;
        line-height: 0;
        font-size: 13px;
    }

        .glob-btn-pri .arrow-btn-icon i:before {
            color: #fff;
        }*/


/*Global Btns end*/


.inner-banner-white::before {
    display: none;
}

.inner-banner-white .inner-banner-content h1 {
    color: #000;
}

.home-main-banner .banner-cont p{
    color: white;
    margin-bottom: 20px;
    font-size: calc(14px + (23 - 14) * (100vw - 320px) / (1920 - 320));

}

/*Title Holder*/
.title-btn-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title-btn-holder.sty1 {
    display: block;
}

.tt-cont {
    max-width: 50%;
    flex: 1 0 50%;
}

.tt-cont.sty1 {
    max-width: 100%;
    flex: 1 0 100%;
}

/*Title Holder end*/


/*Homepage Main-Banner*/

.home-main-banner {
    /* min-height:745px; */
    min-height: 85vh;
    display: flex;
    align-items: center;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat:no-repeat;
    border-bottom: 8px solid #0060fd;
}

.home-main-banner:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #0000009e;
    left: 0;
    top: 0;
}


.banner-cont {
    text-align: center;
    position: relative;
    z-index: 1;
}

.mian-banner-title {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-size: calc(25px + (50 - 25) * (100vw - 320px) / (1920 - 320)) !important;
    line-height: 1.2;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 13px;
}

.mian-banner-title span {
    color: var(--sec-color);
     font-size: calc(35px + (71 - 35) * (100vw - 320px) / (1920 - 320)) !important;
}


.banner-list-holder {
    margin-bottom: 40px;
}

.banner-list-holder ul {
    display: flex;
    justify-content: center;
    gap: 50px;
    list-style: none;
    color: #fff;
    flex-wrap: wrap;
}

.banner-list-holder li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
}

.banner-list-holder li:before {
    content: "icon";
    content: "\e906";
    color: #04abfd;
    font-family: icomoon;
}

.banner-btn-holder {
    position: relative;
    display: inline-block;
}

.banner-btn-holder .banner-icon-arrow {
    position: absolute;
    left: calc(100% + 20px);
    top: 0;
    font-size: 44px;
    color: #fff;
}

/*Homepage Main-Banner end*/


/*Bannder logo section*/
.banner-logos-sec {
    background: var(--bg-pri-gradient);
    padding: 10px 0;
}

.banner-logos-slider .slick-slide {
    margin: 0 20px; /* Adds 15px space on left and right of each slide */
}

/* Compensate for the margin on the main list container */
.banner-logos-slider .slick-list {
    margin: 0 -20px; /* Pulls the list back by 15px on each side */
}

.banner-logos-slider .logo-item img{
    height: 45px;
    margin: 0 auto;
}

.ls-slide-holder img{
    height: 25px;
}

.ls-slide-holder span {
    text-align: left;
}

/*Bannder logo section end*/

.ctm-mini-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FF3A20;
    display: block;
}

.ctm-mini-title.sty1::before {
    background: #fff;
}

.ctm-mini-title:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: red;
    display: inline-block;
    border-radius: 50px;
    position: relative;
    top: -4px;
    margin-right: 8px;
}


/*CTM Topbar*/
.ctm-topbar {
    background: var(--bg-pri-gradient);
    padding: 10px 0;
}

.head-info-holder {
    display: flex;
    justify-content: space-between;
}

.head-info-holder li a {
    color: #fff;
    text-decoration: none;
}

.head-social-info {
    display: flex;
    list-style: none;
    gap: 30px;
    margin-bottom: 0;
}

.head-info-holder li {
    position: relative;
}

.head-social-info li:after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #fff;
    position: absolute;
    left: calc(100% + 15px);
}

.head-social-info li:last-child:after {
    display: none;
}

.head-info {
    display: flex;
    gap: 20px;
}

.head-info a {
    display: flex;
    gap: 10px;
    text-decoration: none;
    color: #fff;
    align-items: center;
}

/*CTM Topbar End*/



.ctm-mian-title {
    font-weight: 700;
    font-size: calc(16px + (39 - 16) * ((100vw - 300px) / (1920 - 300)));
    /* font-size: 50px; */
    line-height: 60px;
    color: #000000;
    text-transform: capitalize;
}
.rs-detail-sec .sbt-line .ctm-mian-title {
    font-size: calc(27px + (45 - 27) * ((100vw - 300px) / (1920 - 300)));
}
.rs-detail-sec .nav li.active span{
    color: #0a58ca !important;
}

.ctm-mian-title span {
    font-weight: 700;
    color: var(--pri-color);
}


.ctm-main-header {
    /* background-color: var(--bg-header); */
    padding: 16px 0;
    background: white;
}

.login-link {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}

.header-btn-holder {
    display: flex;
    gap: 20px;
    align-items: center;
}

.header-btn {
    padding: 10px 20px;
    background-color: var(--sec-color);
    display: inline-block;
    text-decoration: none;
    border-radius: 10px;
    color: #fff !important;
    transition: 0.3s ease-in;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.header-btn:hover {
    background-color: var(--pri-color);
    color: #000;
}

.navbar-expand-lg .navbar-nav {
    gap: 20px;
}




/*Home page section 1*/

.ctm-icon-list {
    list-style: none;
    padding-left: 0;
}

.ctm-icon-list li {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}
.flex-sales .ctm-icon-list li{
    padding-left: 0;
}
.flex-sales .ctm-icon-list li .ctm-icon{
    display: flex !important;
}
.space-p-tb .ctm-icon-list li::before {
    content: "\e94f";
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    left: 0;
    font-size: 6px;
    border-radius: 50%;
    color: white;
    background: #5EDD60;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'icomoon';
}
.hov-ac .ab-mm-col{
  position: relative;
}
.hov-ac a{
    opacity: 0;
    position: absolute;
    inset: 0;
    z-index: 2;
}

.ctm-icon-list li:last-child {
    margin-bottom: 0px;
}
.ctm-icon-list .ctm-icon{
    display: none;
}

.ctm-icon {
    flex: 1 0 50px;
    max-width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #FAFAFA;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ctm-icon i{
    font-size: calc(18px + (22 - 18) * ((100vw - 300px) / (1920 - 300)));
}
.ctm-list-cont h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 0 !important;
    color: #000000;
}

.ctm-list-cont p {
    margin-bottom: 0;
}

.ctm-icon {
    color: var(--pri-color);
    font-size: 27px;
}

.icon-box-sty-1 {
    min-height: 250px;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 20px;
    transition: 0.3s ease-in;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.icon-box-sty-1:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--pri-color);
    border-radius: 500px 500px 0 0;
    height: 0;
    width: 100%;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.icon-box-sty-1:hover:after {
    height: 100%;
    border-radius: 0;
}
.icon-box-sty-1.no-hv:after {
    display: none !important;
}
.icon-box-sty-1.no-hv {
    height: calc(100% - 20px);
    margin-bottom: 20px;
    position: relative;
    min-height: 0;
    padding: 20px 20px 70px;
}
.icon-box-sty-1.no-hv .boxfoo {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
}
.cstm-list{
    column-count: 2;
    list-style: none !important;
    gap: 0 50px;
    margin-top: 25px;
}
.cstm-list li h4{
    letter-spacing: -0.02em;
    font-size: calc(17px + (24 - 17) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
    color: black;
    margin-bottom: 12px;
    line-height: 1.2;
}
.cstm-list li p{
    letter-spacing: -0.02em;
    font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
    font-weight: 300;
    color: black;
    line-height: 1.3;
}
.arrow-sec{
    position: relative;
    overflow: hidden;
}
.arrow-img{
       position: absolute;
    /* inset: 0; */
    right: 0;
    height: 100%;
    left: 74%;
    top: 0;
}
/*.icon-box-sty-1:hover {
    background-color: var(--pri-color);
    border: 1px solid var(--pri-color);
}*/
.icon-box-sty-1 {
    padding: 20px;
}


.icon-holer-sty-1 {
    background-color: #FAFAFA;
    display: inline-block;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-bottom: 50px;
}



.boxfoo {
    border-top: 1px solid #EBEBEB;
    padding: 20px 0px 10px;
}

.boxfoo a {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    color: var(--pri-color);
    align-items: center;
    transition: 0.3s ease-in;
}

.boxfoo a i:before {
    color: var(--pri-color);
    transition: 0.3s ease-in;
}

.iconbox-cont {
    min-height: 150px;
}

.iconbox-cont h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #000000;
    transition: 0.3s ease-in;
}

.iconbox-cont p {
    transition: 0.3s ease-in;
}

.icon-holer-sty-1 {
    color: var(--pri-color);
    font-size: 28px;
    transition: 0.3s ease-in;
}

.icon-box-sty-1:hover h3,
.icon-box-sty-1:hover p,
.icon-box-sty-1:hover a,
.icon-box-sty-1:hover a i:before {
    color: #fff !important;
}
.icon-box-sty-1.no-hv:hover h3,
.icon-box-sty-1.no-hv:hover p{
    color: #6B6B6B;
}
.icon-box-sty-1.no-hv:hover a,
.icon-box-sty-1.no-hv:hover a i:before {
        color: var(--pri-color);
}
/*.icon-box-sty-1:hover .boxfoo a{
    justify-content:flex-start;
    gap:15px;
}*/

.offer-text .bg-offer {
    background-color: var(--pri-color);
    display: inline-block;
    padding: 2px 4px;
    color: #fff;
    border-radius: 2px;
}

.text-center.offer-text {
    margin-top: 40px;
}

.text-orange {
    font-weight: 600;
    text-decoration-line: underline;
    color: #F45D48;
}

/*Home page section 2 End*/


/*Home page section 3*/

.list-check-icon {
    padding-left: 0;
    list-style: none;
    columns: 2;
}

.list-check-icon li {
    margin-bottom: 15px;
    display: flex;
    gap: 8px;
}

.list-check-icon li:before {
    content: "\e906";
    color: var(--pri-color);
    font-family: icomoon;
    font-size: 18px;
}

.icon-box-sty-2 {
    border-right: 1px solid #EBEBEB;
    padding-left: 20px;
    padding-right: 20px;
}

.icon-holer-sty-2 {
    display: inline-block;
    background-color: #FAFAFA;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-bottom: 50px;
}

.icon-holer-sty-2 {
    color: var(--pri-color);
    font-size: 28px;
}

/*Home page section 3 End*/
/*Menu*/
.navbar-light .navbar-nav .nav-link {
    color: #141F39;
    cursor: pointer;
    font-weight: 600;
}


/*Mega Menu CSS*/
@media all and (min-width: 992px) {
    .dropdown-menu {
        width: 13rem;
    }
    .vid-img{
            max-width: 382px;
            text-align: center;
    }

    .mega-submenu {
        left: 100%;
        top: 0;
        min-width: 25rem;
    }

    .ktm-mega-menu {
        position: static;
    }

    .mega-menu {
        left: 0;
        right: 0;
        width: 100%;
    }

    .dropdown-menu li {
        position: relative;
    }

    .dropdown-menu .submenu {
        display: none;
        left: 100%;
        top: 0;
    }

    .dropdown-menu>li:hover>.submenu,
    .dropdown:hover>.dropdown-menu {
        display: block;
    }
}

#ctm-pagin .page-item.active .page-link {
    color: #fff;
    background-color: var(--sec-color);
    border-color: var(--sec-color);
}

#ctm-pagin .page-link:hover {
    z-index: 2;
    color: #000;
    background-color: var(--pri-color);
    ;
    border-color: var(--pri-color);
    ;
}

#ctm-pagin .page-link {
    color: #000;
}

#ctm-pagin .page-link:focus {
    box-shadow: none;
}

/* Pageination End*/



/*Footer*/
.mian-footer {
    background-color: var(--footer-bg);
    padding: 80px 0px 20px;
}

.foo-logo {
    margin-bottom: 15px;
}

.foo-inf-holder,
.foo-copyright {
    color: #000000;
}

.foo-inf-holder p {
    line-height: 1.8;
}

.foo-widget-holder h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    color: #212020;
    margin-bottom: 15px;
    font-family: 'DM Sans';
}

.foo-holder {
    padding-bottom: 80px;
}

.foo-nav {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.foo-nav li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #000000;
    text-decoration: none;
    margin-bottom: 15px;
    display: block;
    transition: 0.3s ease-in-out;
}

.foo-nav li a:hover {
    color: var(--sec-color);
}

.foo-nav li:last-child a {
    margin-bottom: 0;
}

.foo-copyright {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #000;
}

.foo-ss-icons {
    padding-left: 0;
    list-style: none;
    display: flex;
    gap: 8px;
    margin-bottom: 0;
    margin-top: 30px;
}

ul.foo-ss-icons a {
    width: 44px;
    height: 44px;
    transition: 0.3s ease-in;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #172426;
    border-radius: 7px;
}



.foo-ss-icons a:hover {
    color: #fff;
    background-color: var(--sec-color);
}

.foo-info-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 25px;
}

.foo-info-list li a {
    display: flex;
    gap: 12px;
    text-decoration: none;
    margin-bottom: 15px;
    color: #B4B6C4;
    font-size: 16px;
    align-items: center;
}

.foo-info-list li:last-child a {
    margin-bottom: 0px;
}

.foo-copyright p a {
    color: #000;
    text-decoration: none;
}

.foo-copyright p a:hover {
    color: var(--sec-color);
}


/* NS Form Foo */

.foo-ns-form {
    display: flex;
    background-color: #000;
    padding: 5px 15px;
    gap: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.foo-ns-form input {
    flex: 1;
    background-color: transparent;
    box-shadow: none;
    border: none;
    padding: 6px 12px;
    color: #fff;
    width: 100%;
}

.ns-subs-btn {
    background: #C8F8A9;
    border-radius: 6px;
    padding: 10px 20px;
}

.foo-ns-form input:focus {
    outline: none;
}

.foo-nav-pp {
    list-style: none;
    padding-left: 0;
    display: flex;
    gap: 35px;
    margin-bottom: 0;
}

.foo-nav-pp a {
    text-decoration: none;
    color: #000;
}

/* NS Form Foo end*/

/*Footer End*/
.dep-dp{
    position: relative;
}
.dep-dp .vid-abs{
    position: absolute;
    left: 30px;
    top: 30px;
}
.dep-dp .vid-abs img{
    width: 100%;
    height: 100%;
}
.intel-wrap{
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 12px 21px 86.8px rgba(0, 0, 0, 0.1);
    border-radius: 0px 630px 0px 0px;
    padding: 50px 40px;
    position: relative;
}
.intel-sec{
    margin: 80px 0 0;
    padding: 100px 0 10px;

}
.intel-img{
    position: absolute;
    top: calc(-32% + 15px);
    pointer-events: none;
    max-width: 34%;
}
.intel-img img{
    width: 100%;
    height: 100%;
}

/*    Footer*/
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.scroll-bar{
    height: 500px;
    overflow-y: scroll;
}

.footer {
    margin-top: 200px;
}

.footer.mt-0 .sec-footertop {
    padding-top: 0;
}



@media(min-width:992px){
    .d-lg-none{
        display: none; 
    }
}
@media(max-width:1399px){
  .intel-img {
    top: -10%;
    max-width: 400px;
}
}
@media(max-width:1399px) and (min-width:992px) and (max-height: 800px){
    .tbl-lft-box{
        zoom: 85%;
        top: 120px;
    }
}

@media(max-width: 991px) {
     .intel-img {
        position: static;
        margin: 20px auto 0;
     }
   
     .intel-wrap{
        border-radius: 0;
        padding: 30px 20px 0;
    }
    .intel-sec{
        margin: 0;
        padding-top: 0 !important;
    }
    .arrow-img{
        display: none;
    }
    .title-btn-holder .tt-cont{
        max-width: 100%;
    }
    .dep-dp .vid-abs {
        max-width: 500px;
    }
    .footer {
        margin-top: 0;
    }
    .lf-popup-foo{
        justify-content: center;
    }
    .pop-login-form{
        padding: 20px;
    }
    .testi-img{
        display: none !important;
    }
    .payroll-img{
        margin-bottom: 20px;
        height: auto !important;
    }
    .ctm-mian-title br{
        display: none;
    }
    .dep-bgs{
        margin-top: 0 !important;
    }
    .dep-bg{
         margin-top: 0 !important;
         height: 300px;
    }
    .testi-sec{
        margin-top: 0 !important;
    }
    #myTab{
        margin-top: 0 !important;
    }
    .mision-sec #myTab.nav-tabs{
        margin-top: 20px !important;
    }
    
    .space-p-tb .row.mt-4.align-items-center{
        margin-top: 0 !important;
    }
    .title-btn-holder.mb-4{
        margin-bottom: 0 !important;
    }
    .ctm-icon-list{
        margin-top: 20px;
    }
    .question-img{
        margin-top: 20px;
    }
    .accord-area{
       margin-top: 0 !important;
    }
    .menu-acordian {
        margin: 5px 0 !important;
    }
    #myTabContent .tab-pane{
        text-align: center;
    }
    .hr-slide2 .sl-pd{
        padding: 0 10px;
    }
}

.sec-footertop {
    background-position: center;
    background-size: cover;
    padding: 100px 0 0;
    position: relative;
    background-color: #000;
    /* $black */
}

.sec-footertop .footer-form {
    height: 330px;
    position: relative;
}

.sec-footertop .footer-form .round-ico {
    background-color: #333;
    /* $idarkGray */
}

.sec-footertop .footer-form .contact-sec {
    top: -315px;
    position: relative;
    background-color: #007bff;
    /* $iPrimary */
}

.sec-footertop .footer-form .contact-sec .btn-secondary:not(:disabled):not(.disabled).active,
.sec-footertop .footer-form .contact-sec .btn-secondary:not(:disabled):not(.disabled):active,
.sec-footertop .footer-form .contact-sec .btn-secondary:hover,
.sec-footertop .footer-form .contact-sec .btn-secondary.focus,
.sec-footertop .footer-form .contact-sec .btn-secondary:focus {
    background-color: rgba(0, 0, 0, 0.8);
    border-color: rgba(0, 0, 0, 0.8);
}

@media(max-width: 1199px) {
    .sec-footertop .footer-form .contact-sec {
        top: -335px;
    }
}

@media(max-width: 991px) {
    .sec-footertop .footer-form {
        height: auto;
    }
    .icons-pill-holder{
        gap: 0 15px;
    }
    .icons-pill-holder .slick-track{
        display: flex;
        gap: 0 15px;
    }
    .icon-holer-sty-1{
        margin-bottom: 20px;
    }

    .sec-footertop .footer-form .contact-sec {
        top: -50px;
    }
}

.sec-footertop .footer-content {
    padding-top: 60px;
    position: relative;
    padding-bottom: 20px;
}

@media(max-width: 1199px) {
    .sec-footertop .footer-content {
        padding-top: 60px;
    }
}

@media(max-width: 991px) {
    .sec-footertop .footer-content {
        padding-top: 50px;
    }
}

.sec-footertop .heading1 p {
    color: #000;
    /* $black */
    margin: 5px 0 10px 0;
}

.sec-footertop h5 {
    margin-bottom: 10px;
    padding-top: 15px;
}

.logo-widget a {
    display: inline-block;
}

/*.logo-widget img {
    height: 80px;
}*/

@media (max-width:1199px) {
    .logo-widget img {
        height: 60px;
    }
}

.logo-widget p {
    font-size: 14px;
    color: #fff;
    margin: 25px 0 0 0;
}

.link-widget {
    padding-top: 35px;

    @media (max-width:767px) {
        padding-top: 15px;
    }
}

.link-widget h5 {
    font-size: calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320));
    color: #fff;
    font-weight: 500;
    margin: 0 0 12px 0;
    padding-top: 0;
    text-transform: capitalize;
}

.people-content h3{
  font-size: calc(25px + (50 - 25) * (100vw - 320px) / (1920 - 320));
  font-weight: 700;
  color: black;
  
}
.people-list{
    column-count: 2;
}
.people-list li{
    border: 1px solid #C4C4C4;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 12px;
}
.people-list li h4{
    font-size: calc(16px + (24 - 16) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    color: black;
}
.people-list li p{
    margin-bottom: 0;
}

.people-content h3 span{
  color: #0062F7;
}
.people-content p{
  color: #6B6B6B;
  font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));

}
.people-img img{
    width: 100%;
}
.people-img {
    position: relative;
}
.people-img::before{
    content: '';
    position: absolute;
    left: -100%;
    bottom: 50px;
    background: #0062F7;
    height: 60%;
    right: 47%;
    z-index: -1;

}

/* @media(min-width:992px){
    .people-content{
        padding-left: 20px;
    }
} */
 @media(max-width: 991px) {
.people-img::before{
    display: none;
}
 }

@media(max-width: 575px) {
    .people-list{
        column-count: 1;
    }
     .vid-img{
        display: none;
     }
    .img-relate .abs-focus {
        position: static !important;
        transform: none !important;
    }

    .link-widget h5 {
        margin: 10px 0 0 0;
    }
    .pop-login-form{
        zoom: 80%;
    }
    .ctm-close-btn-lf{
        right: 12px !important;
        top: 12px !important;
        opacity: .9;
        width: 0.7em;
        height: 0.7em;
    }
}

.link-widget p {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
    margin: 0;
}

.link-widget ul {
    padding: 10px 0 0;
}

.link-widget ul li {
    margin-bottom: 15px;
    line-height: 21px;
}

.link-widget ul li a {
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    color: #fff;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.link-widget ul li a i {
    margin: 0 10px 0 0;
    font-size: 20px;
}

.link-widget ul li a.is--active,
.link-widget ul li a:hover {
    text-decoration: underline !important;
}

.link-widget ul li.is--active a {
    text-decoration: underline !important;
}

.link-widget .social-ico {
    padding: 20px 0 0;
}

.link-widget .social-ico li {
    display: inline-block;
    vertical-align: middle;
}

.link-widget .social-ico li a i {
    color: #707271;
    font-size: 30px;
    transition: all 0.3s ease-in-out;
}

.link-widget .social-ico li a:hover i,
.link-widget .social-ico li a.is--active i {
    color: #007bff;
    /* $iPrimary */
}

.link-widget .social-ico li a:hover,
.link-widget .social-ico li a.is--active {
    text-decoration: none !important;
}

.sec-copyright {
    padding: 20px 0 0;
    border-top: 1px solid #04ABFD;
    margin-top: 30px;

    @media (max-width:1199px) {
        margin-top: 25px;
    }
}

.sec-copyright .fflex {
    justify-content: center;
}

.sec-copyright p {
    font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
    color: #fff;
    margin: 0;
    text-align: center;
}

.sec-copyright .copyright-links {
    margin-left: auto;
}

@media(max-width: 767px) {
    .banner.inner .overlay{
            background-color: rgba(0, 0, 0, 0.40) !important;
    }
    .sec-copyright .fflex {
        flex-direction: column;
    }
    .video-if iframe {
         height: 310px;
    }
    .sec-copyright p {
        text-align: center;
    }

    .sec-copyright .copyright-links {
        margin-left: 0;
        margin-top: 10px;
    }
    .head-info-holder{
        flex-direction: column;
        align-items: center;
        gap: 10px 0;
        padding: 10px 0;
    }
    .icon-box-sty-1.no-hv{
        height: auto;
        margin-bottom: 15px;
        padding-bottom: 20px;
        min-height: 0;
    }
    /* .icon-box-sty-1.no-hv .boxfoo{
        position: static;
        padding-bottom: 0;
    } */
    .slick-track .icon-box-sty-1{
        padding: 20px 20px 70px;
    } 

}

.copyright-links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.copyright-links li {
    padding-left: 12px;
    margin-left: 12px;
    position: relative;
    border-left: 1px solid #fff;
}

.copyright-links li a {
    font-size: 13px;
    color: #DFDFDF;
    display: block;
    line-height: 14px;
}

.copyright-links li a:hover {
    text-decoration: underline !important;
}

.copyright-links li.is--active {
    text-decoration: underline !important;
}

.copyright-links li:first-child {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
}



.footer-top-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 45px;
    border-bottom: 1px solid #04ABFD;

    @media (max-width: 991px) {
        flex-direction: column;
    }

    @media (max-width: 767px) {
        padding-bottom: 25px;
    }
}

.footer-social {
    display: flex;
    gap: 10px 32px;
    flex-wrap: wrap;
    align-items: center;

    @media(max-width: 767px) {
        /*        margin-top:10px;
        gap: 10px 0;
        flex-direction:column;*/

    }
}


.social-text p {
    color: #fff;
    font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320));
    font-weight: 500;
    margin-bottom: 0;
}

.social-icons {
    display: flex;
    gap: 17px;
    align-items: center;
}

.social-icons li a {
    width: 38px;
    height: 38px;
    display: flex;
    background-color: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    /* transition: 0.3s ease-in; */
}
.social-icons.sty1 li a {
    color: black;
    border: 1px solid white;
}



.social-icons li a:hover {
    background-color: var(--pri-color);
    color: #fff;
}
.social-icons li:nth-child(2) a:hover{
    background: linear-gradient(
    to right,
    #833ab4,#fd1d1d,#fcb045
  );
}
.social-icons li:nth-child(4) a:hover{
   background: white;
   color: red;
}
.social-icons li:nth-child(4) a i{
    font-size: calc(18px + (20 - 18) * (100vw - 320px) / (1920 - 320));
}
.social-icons li:last-child a:hover{
   background: black;
}

.links-icons li {
    position: relative;
    padding-left: 40px;
}

.links-icons li span {
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
}

.links-icons li span i {
    font-size: 9px;
    color: #fff;
}

.marquee-area {
    padding: 15px 0;
    background: linear-gradient(90deg, #04ABFD 25.59%, #0060FD 58.7%);
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

/*.marquee {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}*/

.marquee span {
    /*        will-change: transform;
        transform: translateX(0);
     
/*        animation: marquee 24s linear infinite;*/
    font-size: calc(16px + (26 - 16) * (100vw - 320px) / (1920 - 320));
    font-weight: 500;
    color: #fff;
    margin: 0 50px;
    white-space: nowrap;
    text-align: center;

}

.informed-area {
    height: 100%;
    padding: 10px 0;
}

.informed-img {
    border-radius: 25px 25px 0px 0px;
    overflow: hidden;
    height: 290px;
}

.informed-txt {
    padding: 30px 20px 73px 20px;
    border: 1px solid #E6E6E6;
    border-top: 0;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    position: relative;
    height: calc(100% - 290px);
}

.informed-txt h6 {
    font-size: calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    color: #000;
    line-height: 1.5;
}

.informed-txt .btn-area {
    position: absolute;
    bottom: 30px;
    left: 25px;
}

.img-responsive {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn-link {
    padding: 0;
    font-weight: 600;
    font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    gap: 0 10px;
    color: #0060FD;
}

.btn-link i:before {
    color: #0060FD;
    font-size: calc(12px + (13 - 12) * (100vw - 320px) / (1920 - 320));
}


.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

/*//Accordion//*/
.accord-area {
    height: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}

.menu-acordian {
    margin: 10px 0;
}

.menu-acordian .accord-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 20px 35px;
    margin-bottom: 0;
    border-bottom: 1px solid #bac2c3;
    position: relative;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    cursor: pointer;
}

.menu-acordian .accord-btn a {
    font-size: calc(14px + (22 - 14) * (100vw - 320px) / (1920 - 320));
    color: #333;
    font-weight: 700;
}

.menu-acordian .accord-btn i {
    padding: 10px;
    /*        font-size: calc(10px + (11 - 10) * (100vw - 320px) / (1920 - 320));*/
    font-size: 11px;
    line-height: 11px;
    display: inline-block;
    color: #007bff;
    transform: rotate(90deg);
    transition: all 0.3s ease;
    background: #0060fd;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    display: inline-flex;
    align-items: center;
    justify-content: center;

}

.menu-acordian .accord-btn i:before {

    color: #fff;
}

.menu-acordian .accord-btn h4 {
    font-size: calc(14px + (22 - 14) * (100vw - 320px) / (1920 - 320));
    margin: 0px;
    color: #0a0808;
    font-weight: 600;
}

.menu-acordian.accord-open .accord-btn {
    background-color: #0060FD;
    color: #fff;
}

.menu-acordian.accord-open .accord-btn i {
    color: #0060FD;
    background-color: #fff;
    transform: rotate(-90deg);
    transition: all 0.3s ease;
}

.menu-acordian.accord-open .accord-btn h4 {
    color: #fff;

}

.menu-acordian.accord-open .accord-btn i:before {
    color: #0060FD;
}

.menu-acordian.accord-open .accord-btn .round-circle {
    background-color: #fcd804;
    border-color: transparent;
}

.menu-acordian .accord-content {
    padding-bottom: 0;
}

.menu-acordian .accord-content h4 {
    font-size: calc(14px + (22 - 14) * (100vw - 320px) / (1920 - 320));
    margin: 0px 0 20px;
    color: #333;
    font-weight: 800;
}

.accord-content {
    display: none;
}


.scholar-box {
    background-color: #0060FD;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px 30px;
}

.scholar-box p {
    color: #fff;
    margin-bottom: 0;
}

.bdr-img-radius {
    border-radius: 15px;
}

.question-img {
    height: 100%;
}

.shape {
    position: absolute;
    user-select: none;
}

.shape.question {
    bottom: 30px;
    left: 30px;
    display: flex;
    align-items: center;
    gap: 0 16px;
    background-color: #DAE4FF;
    border-radius: 22px;
    padding: 23px 20px;
    display: none;
}

.shape.question i {
    font-size: 36px;
    color: #000;
}

.shape.question p {
    font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.3;
}

/*Logo Slider */
.ls-slide-holder {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #000;
    font-weight: 600;
    border: 1px solid #0060FD;
    border-radius: 50px;
    padding: 8px 30px;
    justify-content: center;
    height: 60px;
}

/*Logo Slider end*/


/*.logo-slider-1 .slick-track, .logo-slider-2 .slick-track {
    display:flex; 
    gap:15px;
}*/

.logo-slider-2 .ls-slide-holder {
    flex-direction: row-reverse;
}

/* the slides */
.logo-slider-1 .slick-slide,
.logo-slider-2 .slick-slide,
.js-logo-slide .slick-slide{
    margin: 0 10px;
}

/* the parent */
.logo-slider-1 .slick-list,
.logo-slider-2 .slick-list,
.js-logo-slide .slick-list
{
    margin: 0 -10px;
}


/*verticalbox slider css*/

.vs-header {
    margin-bottom: 2rem;
}

.vs-tag-list {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    position: relative;
}

.vs-tag-title {
    font-weight: 500;
}

.vs-tag-list:before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 60px;
    content: "";
    background: #ffffff;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 72%);
    z-index: 1;
}

.vs-tag-list:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    content: "";
    background: #ffffff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.22) 20%, rgba(255, 255, 255, 1) 72%);
    z-index: 1;
}

.vs-loop-slider {
    height: 500px;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 160px;
    flex: 1 1 120px;
}

.vs-loop-slider .vs-inner {
    display: flex;
    flex-direction: column;
    animation: vs-scroll-vertical var(--duration) linear infinite;
    animation-direction: var(--direction);
}

.vs-loop-slider:hover .vs-inner {
    animation-play-state: paused;
}

.vs-tag {
    background: #ffff;
    margin: 0.4rem 0;
    border-radius: 1rem;
    white-space: nowrap;
    font-size: 14px;
    border: 1px solid #0060FD;
    padding: 60px 10px;
    text-align: center;
    color: #000;
    text-align: center;
}

.vs-tag-icon {
    width: 50px;
    background-color: #F1F5FF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin: 5px auto;
    color: var(--pri-color);
    font-size: 27px;
}

@keyframes vs-scroll-vertical {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-50%);
    }
}

@media (max-width: 768px) {
    .vs-tag {
        font-size: 12px;
        padding: 0.3rem 0.6rem;
    }

    .vs-loop-slider {
        max-width: 120px;
        height: 300px;
    }
}

@media (max-width: 480px) {
    .vs-tag-list {
        gap: 0.5rem;
    }
    .cstm-list{
        column-count: 1;
        margin-top: 15px;
    }
    .cstm-list li h4{
        margin-bottom: 8px;
    }
    .cstm-list li p {
        margin-bottom: 10px;
    }

    .vs-loop-slider {
        max-width: 92px;
        /*height: 140px;*/
    }

    .vs-tag {
        font-size: 11px;
        padding: 0.25rem 0.5rem;
    }
}
@media (max-width: 420px) {
.js-erp{
    margin: 20px 0 0;
}
.js-erp .slick-track{
    display: flex;
    gap: 0;
}
}

/*verticalbox slider css End*/


.tm-counter-title {
    font-weight: 500;
    font-size: 45px;
    line-height: 1;
    color: var(--pri-color);
    margin-bottom: 8px;
}

.ctm-arrow-link {
    display: flex;
    gap: 15px;
    color: #000;
    text-decoration: none;
    align-items: center;
}

.ctm-arrow-link i {
    font-size: 14px;
}

.ctm-arrow-link span {
    border-bottom: 1px solid;
}


/*scrol text css*/
@keyframes marquee {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.ctm-marquee {
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
}

.ctm-slide-marquee {
    display: flex;
    white-space: nowrap;
    animation: marquee 24s linear infinite;
}

.ctm-marquee-group {
    display: flex;
}

.ctm-marquee .marquee-cont-holder span{
    display: inline-block;
    margin-right: 60px;
    text-transform: uppercase;
    color: #666666;
    font-size: 76px;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px #666666;
    text-fill-color: transparent;
    text-stroke: 2px #666666;
    line-height: 1;
    transition: .3s all ease;
    cursor: pointer;
}

.marquee-cont-holder i {
    font-size: 60px;
}

.marquee-cont-holder {
    display: flex;
    align-items: center;
    gap: 14px;
}
.marquee-cont-holder:hover span{
    -webkit-text-fill-color:var(--pri-color);
    -webkit-text-stroke: 2px var(--pri-color);
    text-fill-color: var(--pri-color);
    text-stroke: 2px var(--pri-color);
 
}
.marquee-cont-holder:hover i{
    color: #0060fd;
}
/*scrol text css end*/

/*Step Boxes CSS*/

.ctm-step-box-holder {
    position: sticky;
    top: 120px;
}

.ctm-step-box {
    padding: 25px;
    border: 1px solid #E6E6E6;
    border-radius: 20px;
    margin-bottom: 15px;
    display: flex;
    gap: 30px;
}

.ctm-step-img img {
    border-radius: 20px;
}

.ctm-step-img {
    flex: 1 0 230px;
    max-width: 230px;
}

.ctm-step-cont {
    flex: 1;
}

.ctm-step-cont p {
    line-height: 1.7;
}

.ctm-step-cont h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #000000;
}

.step-tag {
    display: inline-block;
    padding: 4px 10px;
    background-color: #FAFAFA;
    color: var(--pri-color);
    border-radius: 4px;
    margin-bottom: 15px;
    font-size: 14px;
    transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
}

/* .step-tag.active {
    background-color: var(--pri-color);
    color: #fff;
} */

.ctm-step-box:hover .step-tag{
    background-color: var(--pri-color);
    color: #fff;
}

/*Step Boxes CSS End*/


/*testimonials-sec*/

.testimonials-sec {
    background-color: var(--pri-color);
    background-size: cover;
    background-repeat: repeat-x;
    animation: testimonialbgmove 60s infinite linear;
}

@keyframes testimonialbgmove {
    from {
        background-position: right center;
    }

    to {
        background-position: right 200vw center;
    }
}

.tm-slide-box ul {
    display: flex;
    gap: 0 6px;
    margin-bottom: 15px;
}

.tm-slide-box ul li i {
    color: #DCFD7D;
}

.tm-slide-box p {
    color: #fff;
}

.tm-slider .slick-dots {
    bottom: 7px;
    width: auto;
    padding: 0;
    margin: 0;
    right: 0;
}

.tm-slider li {
    margin: 0 0px;
}


.tm-slider .slick-dots li button:before {
    color: #fff;
    font-size: 10px;
}

.tm-user-holder {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 40px;
}

.tm-user-info h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.tm-user-info span {
    display: block;
    color: #fff;
}

.tm-user-img {
    flex: 1 0 60px;
    max-width: 60px;
    border-radius: 60px;
    height: 60px;
    overflow: hidden;
}

.tm-user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*testimonials-sec End*/

/*Counter boxes CSS*/

.ctm-counters-holder {
    border-top: 1px solid #fff;
    margin-top: 60px;
}

.title-box-s2 {
    font-weight: 600;
    font-size: 69px;
    line-height: 1;
    color: #0062F7;
    margin-bottom: 0;
}

.counter-box-s2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #0062F7;
    padding: 0 40px;
    position: relative;
}
.counter-box-s2::before {
    content: '';
    position: absolute;
    right: 20px;
    border-right: 1px solid #A2A2A2;
    top: 10px;
    bottom: 10px;

}
.no-before::before {
   display: none;

}

.label-box-s2 {
    color: black;
    display: block;
    font-size: 18px;
    line-height: 1.3;
}

/*Counter boxes CSS end*/


/*Pricing Table*/

.pt-pricing-box {
    background-color: #FAFAFA;
    border-radius: 20px;
    padding: 40px;
}

.pt-head i {
    font-size: 50px;
    color: var(--pri-color);
    margin-bottom: 38px;
    display: block;
}


.pt-price {
    border-bottom: 1px solid #EBEBEB;
    margin: 30px 0;
    padding-bottom: 10px;
}

.pt-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: var(--pri-color);
}

.pt-price h4 {
    font-weight: 600;
    font-size: 50px;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 8px;
}


.pt-price h4 span {
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    color: #6B6B6B;
}

.pt-foo {
    margin-top: 30px;
}

.pt-foo .pt-btn {
    display: block;
    text-align: center;
    padding: 11px 20px;
    border-radius: 10px;
    background-color: var(--pri-color);
    color: #fff;
    text-decoration: none;
}

.pt-list {
    list-style: none;
    padding-left: 0;
}

.pt-list li {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.pt-list li:last-child {
    margin-bottom: 0px;
}

.pt-list li:before {
    content: "\e906";
    color: var(--pri-color);
    font-family: 'icomoon';
}

.pt-pricing-box.pt-active {
    background-color: var(--pri-color);
    color: #fff;
}

.pt-pricing-box.pt-active .pt-price h4,
.pt-pricing-box.pt-active .pt-price h4 span,
.pt-pricing-box.pt-active .pt-title,
.pt-pricing-box.pt-active .pt-head i {
    color: #fff;
}

.pt-active .pt-btn {
    background-color: #fff;
    color: #000;
}

/*Pricing Table end*/


/*Shape btn rotate */

.ctm-right-position {
    top: -25px !important;
    right: -25px !important;
    margin: 0 !important;
    left: inherit !important;
}

/*Shape btn rotate End*/

.cb-cursor:before {
    background: red;
}

/*Careers Page*/

.career-box-s1 {
    border: 1px solid #E6E6E6;
    padding: 15px 15px 40px;
    border-radius: 20px;
    height: 100%;
}

.career-box-s1 h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    color: #090808;
    margin-bottom: 10px;
}

.career-box-s1 p {
    margin-bottom: 0;
}

.career-box-s1 img {
    border-radius: 20px;
    margin-bottom: 15px;
}


.icon-pill {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid;
    border-radius: 50px;
    padding: 10px 15px;
    border: 1px solid var(--pri-color);
    background-color: #fff;
}

.icons-pill-holder {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.icons-pill-holder .slick-list{
   padding: 5px 0;
}

.icon-pill i {
    font-size: 22px;
    color: var(--pri-color);
    display: none;
}

.icon-pill span {
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    color: #000000;
}

/*Careers Page End*/



/*Timeline CSS*/

.timeline {
    position: relative;
}

.timeline::before {
    content: "";
    background: #C5CAE9;
    width: 5px;
    height: 95%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.timeline-item {
    width: 100%;
}

.timeline-item:nth-child(even) .timeline-content {
    /*        float: right;*/
    padding: 0px 30px 30px;
    text-align: right;
}

.timeline-item:nth-child(odd) .timeline-content {
    float: right;
}

.timeline-item:nth-child(even) .timeline-content .date {
    right: auto;
    left: 0;
}

/*        .timeline-item:nth-child(even) .timeline-content::after {
            content: "";
            position: absolute;
            border-style: solid;
            width: 0;
            height: 0;
            top: 30px;
            left: -15px;
            border-width: 10px 15px 10px 0;
            border-color: transparent #f5f5f5 transparent transparent;
        }*/

.timeline-item::after {
    content: "";
    display: block;
    clear: both;
}

.timeline-content {
    position: relative;
    width: 45%;
    padding: 0px 30px 30px;
    color: #53648B;
}

.timeline-content h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    color: #090808;
}

.timeline-content::after {
    content: "";
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    right: -15px;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #f5f5f5;
}

.timeline-img {
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    border-radius: 25px;
    position: absolute;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -26px;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    color: #000000;
    margin-top: -12px;
}

.timeline-card {
    padding: 0 !important;
}

.timeline-card p {
    padding: 0 20px;
}

.timeline-card a {
    margin-left: 20px;
}

.timeline-item .timeline-img-header {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("https://picsum.photos/1000/800/?random") center center no-repeat;
    background-size: cover;
}

.timeline-img-header {
    height: 200px;
    position: relative;
    margin-bottom: 20px;
}

.timeline-img-header h2 {
    color: #FFFFFF;
    position: absolute;
    bottom: 5px;
    left: 20px;
}


@media screen and (max-width: 768px) {
    .timeline::before {
        left: 50px;
    }

    .timeline .timeline-img {
        left: 50px;
    }

    .timeline .timeline-content {
        max-width: 100%;
        width: auto;
        margin-left: 30px;
    }

    .timeline .timeline-item:nth-child(even) .timeline-content {
        float: none;
        text-align: left;
    }

    .timeline .timeline-item:nth-child(odd) .timeline-content {
        text-align: left;
    }

}

/*Timeline CSS end*/


/*Open positions CSS*/

.sb-title {
    border-left: 3px solid var(--pri-color);
    padding-left: 20px;
    font-weight: 600;
    font-size: 22px;
    line-height: 160%;
    display: flex;
    align-items: center;
    color: #090808;
    margin-bottom: 20px;
}

.sb-cat-list {
    padding-left: 20px;
    margin-bottom: 40px;
}

.sb-cat-list li a {
    list-style: none;
    display: block;
    color: #6B6B6B;
    padding: 15px 0;
    text-decoration: none;
}

.border-btn-sq {
    border: 1px solid;
    display: block;
    text-align: center;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 7px;
    color: #000;
    transition: 0.3s ease-in;
}

.border-btn-sq:hover {
    background-color: #000;
    color: #fff;
}

.jp-tags-holder {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
}

.jp-tags-holder span {
    border: 1px solid #000;
    color: #000;
    padding: 6px 25px;
    border-radius: 30px;
}


.job-post-title {
    font-weight: 600;
    font-size: 22px;
    color: #090808;
    margin-bottom: 12px;
}

.open-positions {
    position: relative;
}

.sidebar-cat-holder {
    position: sticky;
    top: 120px;
}

.ctm-job-post {
    margin-bottom: 40px;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 40px;
}

/*Open positions CSS end*/




/* Split Section */

.split-box-container {
    flex-basis: auto;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 525px;
    border: 2px solid #fff;
    overflow: hidden;
    padding: 15px 0;
    gap: 10px;
}

.split-box {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    /*    border-right: 2px solid;*/
    /*    padding: 40px 20px;*/
    flex: 1;
    background-size: cover;
    background-position: center center;
}


.tm-img-holder-s2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.collapse1 {
    flex-grow: 0.2;
}

.gd-bg {
    background: #FFFFFF;
    /*    border: 1.075px solid rgba(37, 58, 103, 0.05);
    box-shadow: 0px 10.75px 26.875px rgba(37, 58, 103, 0.1);*/
    background-image: none !important;
    flex: 2;
}

.sb-num {
    font-style: normal;
    font-weight: 600;
    font-size: 39px;
    line-height: 26px;
    color: #57606A;
    display: block;
    margin-top: 15px;
}

/*.sb-title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    margin-top: 12px;
}*/

.sb-cont {
    max-width: 85px;
    height: 100%;
    position: relative;
    position: relative;
    z-index: 1;
}

.gd-bg .sb-cont:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 100px);
    height: 100%;
    background: #FFFFFF;
    border: 1.075px solid rgba(37, 58, 103, 0.05);
    /*    box-shadow: 0px 10.75px 26.875px rgba(37, 58, 103, 0.1);*/
    box-shadow: 0 0 10px 0px #0000000d;
    z-index: -1;
}

.gd-bg .sb-cont {
    max-width: 100%;
    display: flex;
    align-items: center;
}

.sb-desc {
    /*display: none;
    */
    visibility: hidden;
    opacity: 0;
}

.split-box.collapse1 {
    margin: 40px 0;
}


.gd-bg .sb-cont .sb-desc {
    opacity: 1;
    visibility: visible;
}

.sb-btn {
    position: absolute;
    right: -9px;
    bottom: -14px;
    width: 42px;
    height: 42px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
    color: #000;
}

.tm-cont-holder {
    display: flex;
    gap: 25px;
    padding-right: 25px;
}

.tm-cont-holder p {
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: #6B6B6B;
}

.tm-cont-holder i {
    font-size: 50px;
    opacity: 0.2;

}

.tm-cont-holder .tm-name {
    font-weight: 800;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
}

/* .gd-bg .sb-btn{
    display: none;
} */

.split-box-container .split-box:last-child {
    border-right: none;
}

.split-box.collapse1 .tm-img-holder-s2,
.split-box.collapse1 .tm-cont-holder {
    visibility: hidden;
    opacity: 0;
}

.split-box.gd-bg .tm-img-holder-s2,
.split-box.gd-bg .tm-cont-holder {
    visibility: visible;
    opacity: 1;
}

.sb-cont {
    display: flex;
    gap: 20px;
}

.tm-usr-info span {
    display: block;
}

.tm-img-holder-s2 {
    flex: 1 0 350px;
    max-width: 350px;
    flex: 1 0 300px;
    max-width: 300px;
    height: 400px;
}

/*.tm-img-holder-s2 {
    flex: 1 0 350px;
    max-width: 350px;
    transition: 0.3s ease-in;
}*/
/* Split Section end*/


/*.tm-slider-content {
    display: flex;
    align-items: center;
    height: 0;
    overflow: hidden;
}

.tm-slide-inner-img {
    flex: 1 0 350px;
    max-width: 350px;
}*/


.banner-search-form {
    display: flex;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #c1b3b3;
    overflow: hidden;
    max-width: 500px;
    margin: 30px auto auto;
}

.s-input-holder {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    flex: 1;
    gap: 10px;
}

.banner-search-form button {
    padding: 8px 34px;
    background-color: #0060fd;
    border: 1px solid #0060fd;
    color: #fff;
    transition: 0.3s ease-in;
}

.banner-search-form button:hover {
    padding: 8px 34px;
    background-color: #000;
    border: 1px solid #000;
}

.s-input-holder input {
    border: none;
}

.s-input-holder input:focus {
    outline: none;
}

.res-page-box {
    align-items: center;
    transition: 0.3s ease-in-out;
}

.res-page-box:hover {
    background-color: var(--pri-color);
    border-color: var(--pri-color);
    color: #fff;
}

.res-page-box h4 {
    transition: 0.3s ease-in-out;
}

.res-page-box:hover h4 {
    color: #fff;
}

.res-page-box p {
    margin-bottom: 0;
}

/*Footer Subscribe form*/

.foo-subscribe-form {
    display: flex;
    border: 1px solid #fff;
    align-items: center;
    margin-top: 30px;
    background-color: #fff;
    border-radius: 4px;
}

.foo-subscribe-form input {
    flex: 1;
    background-color: transparent;
    border: none;
    padding: 8px 11px;
}

.foo-subscribe-form input:focus {
    outline: none;
}

.foo-subscribe-form button {
    line-height: 1;
    background-color: transparent;
    border: none;
}
.ctm-mini-title{
    display: none !important;
}

/*Footer Subscribe form End*/



/*media Qureries*/
@media (max-width: 1399.98px) {
    .mian-banner-title {
        font-size: 60px;
        line-height: 1.2;
    }

    .mian-banner-title br {
        display: none;
    }

}

@media (max-width: 1199.98px) {
    .logo-item img {
        height: 34px;
    }

    .ctm-step-img {
        flex: 1 0 180px;
        max-width: 180px;
    }

    .ctm-mian-title {
        font-size: 40px;
        line-height: 50px;
    }

    .label-box-s2 {
        font-size: 16px;
    }

    .title-box-s2 {
        font-size: 50px;
        line-height: 1;
    }

    .mian-footer {
        background-color: var(--footer-bg);
        padding: 60px 0px 20px;
    }

    .foo-holder {
        padding-bottom: 60px;
    }

    .foo-inf-holder,
    .foo-copyright {
        color: #000000;
    }

    .foo-inf-holder {
        margin-bottom: 40px;
    }

    .ctm-accordion-holder {
        padding: 10px 10px;
    }

    .ctm-title-mian {
        font-size: 38px;
    }

    .core-v-item {
        font-size: 14px;
    }

    .exp-list-holder {
        min-height: 100px;
        margin-bottom: 7px;
    }

    .core-v-title {
        font-size: 20px;
    }

    .mian-banner-title {
        font-size: 50px;
        line-height: 1.2;
    }

    .navbar-brand {
        max-width: 150px;
    }

    .navbar-brand img {
        width: 100%;
    }

    .navbar-expand-lg .navbar-nav {
        gap: 10px;
    }

    .header-btn {
        padding: 10px 15px;
    }

    .banner-btn-dark {
        padding: 13px 30px;
    }

    .mian-banner-cont {
        font-size: 16px;
        line-height: 30px;
    }

    .space-p-t {
        padding-top: 40px;
    }

    .space-p-b {
        padding-bottom: 40px;
    }

    .space-p-tb {
        padding: 40px 0;
    }

    .space-m-t {
        margin-top: 40px;
    }

    .space-m-b {
        margin-bottom: 40px;
    }

    .space-m-tb {
        margin: 40px 0;
    }


    .global-btn-dark {
        padding: 15px 38px;
    }
    
}



@media (min-width: 992px) {
    .ctm-mob-menu-btn {
        display: none !important;
    }
    .adt-img{
          margin-top: -28px;
    }
  
    .erp-mod img{
        position: relative;
        z-index: 2;
    }
}

@media (max-width: 991.98px) {

    .pt-pricing-box {
        margin-bottom: 20px;
    }
    .ma5menu__toggle {
        height: 42px;
    }
    .icon-box-sty-2 {
        border: 1px solid #EBEBEB !important;
        padding: 15px 20px !important;
        margin-bottom: 15px;
        border-radius: 10px;
    }
    .iconbox-cont{
        min-height: 0;
    }
    .icon-holer-sty-2{
        margin-bottom: 15px;
    }

    .counter-box-s2 {
        margin-bottom: 17px;
        border-bottom: 1px solid;
        padding-bottom: 17px
    }
    .counter-box-s2::before {
        display: none;
    }

    .ctm-mini-title {
        margin-bottom: 10px;
    }

    .img-holder {
        margin-bottom: 16px;
    }

    .ctm-mian-title {
        font-size: 36px;
        line-height: 1.2;
    }

    .ctm-topbar {
        padding: 6px 0;
    }

    .title-box-s2 {
        font-weight: 600;
        font-size: 38px;
        line-height: 1;
    }

    .ctm-topbar {
        background: var(--bg-pri-gradient);
        padding: 6px 0;
    }

    .logo-item img {
        height: 28px;
    }

    

    .head-info {
        font-size: 12px;
    }

    .head-info-holder li a {
        font-size: 12px;
    }

    .ctm-counters-holder {
        margin-top: 30px;
        padding-top: 30px;
    }

    .icon-pill span {
        font-size: 14px;
        line-height: 1;
    }
}

@media (max-width: 767.98px) {
    .ls-slide-holder {
        padding: 4px 25px;
        height: 47px;
    }

    .timeline .timeline-content {
        padding-left: 0 !important;
        margin-left: 80px;
    }

    .timeline-content h2 {
        font-size: 20px;
        line-height: 20px;
    }

    .ctm-main-header {
        padding: 12px 0;
    }

    .icon-pill span {
        font-size: 12px;
    }

    .career-box-s1 {
        height: auto;
        margin-bottom: 15px;
    }

    .banner-list-holder ul {
        gap: 20px;
    }

    .mian-banner-title {
        font-size: 36px;
        line-height: 1.2;
    }

    .banner-cont h1 br {
        display: none;
    }

    .icon-box-sty-1 {
        margin-bottom: 15px;
        padding-bottom: 13px;
    }

    .space-p-t {
        padding-top: 30px;
    }

    .space-p-b {
        padding-bottom: 30px;
    }

    .space-p-tb {
        padding: 30px 0;
    }

    .space-m-t {
        margin-top: 30px;
    }

    .space-m-b {
        margin-bottom: 30px;
    }

    .space-m-tb {
        margin: 30px 0;
    }


    .foo-widget-holder {
        margin-bottom: 30px;
    }

    .mian-footer {
        background-color: var(--footer-bg);
        padding: 60px 0px 20px;
    }

    .foo-holder {
        padding-bottom: 0px;
    }

    .timeline {
        margin-top: 40px;
    }

    .ctm-job-post:last-child {
        margin-bottom: 0;
    }

    .sb-cat-list {
        margin-bottom: 20px;
        display: flex;
        gap: 0 20px;
        flex-wrap: wrap;
    }

    .sb-cat-list li a {
        padding: 7px 0;
    }

    .vs-app {
        padding: 30px 0px;
    }

    .ctm-counter-box {
        text-align: center;
        border: 1px solid #e3e3e3;
        border-radius: 13px;
        margin-bottom: 15px;
        padding: 10px;
    }

}


@media (max-width: 575.98px) {

    .vs-app {
        padding: 12px 0px;
    }

    .shape.question {
        padding: 10px 16px;
        bottom: 10px;
        left: 10px;
    }

    .menu-acordian .accord-btn {
        padding: 15px 15px 15px 15px;
    }

    .scholar-box {
        padding: 20px 15px;
    }

    .career-box-s1 h3 {
        font-size: 18px;
        line-height: 20px;
    }

    .career-box-s1 {
        padding: 15px 15px 15px;
    }

    .list-check-icon li {
        margin-bottom: 8px
    }

    .offer-text {
        margin-top: 10px;
    }

    .banner-list-holder ul {
        display: flex;
        justify-content: flex-start;
        gap: 12px;
        flex-wrap: wrap;
    }

    .mian-banner-title {
        font-size: 30px;
        text-align: left;
        margin-bottom: 24px;
    }

    .banner-cont {
        text-align: left;
        padding: 0 8px;
    }

    .header-btn-holder {
        gap: 14px;
    }

    .timeline-content h2 {
        font-size: 18px;
        line-height: 18px;
    }

    .job-post-title {
        font-size: 18px;
    }

    .sb-cat-list {
        margin-bottom: 22px;
    }

    .ctm-job-post {
        margin-bottom: 24px;
        padding-bottom: 24px;
    }

    .timeline .timeline-content {
        margin-left: 65px;
    }

    .jp-tags-holder span {
        padding: 4px 16px;
        font-size: 12px;
    }

    .jp-tags-holder {
        flex-wrap: wrap;
    }

    .jp-tags-holder {
        gap: 7px;
        margin-bottom: 20px;
    }

    .timeline-img {
        width: 40px;
        height: 40px;
        left: 50%;
        margin-left: -26px;
        font-size: 17px;
        line-height: 17px;
        margin-top: -7px;
    }

    .timeline::before {
        left: 45px;
    }

    .sec-footertop .footer-content {
        padding-top: 30px;
    }

    .footer-logo {
        margin-bottom: 20px;
    }

    body {
        font-size: 14px;
    }

    menu-acordian .accord-btn {
        gap: 15px;
    }

    .menu-acordian .accord-btn i {
        font-size: 8px;
        line-height: 8px;
        width: 25px;
        height: 25px;
    }

    .glob-btn-white {
        padding: 5px 8px;
        font-size: 14px;
        line-height: 14px;
    }

    .glob-btn-white .arrow-btn-icon {
        padding: 8px 10px;
        font-size: 13px;
    }

    .glob-btn-pri {

        padding: 5px 8px 5px 20px;
        font-size: 14px;
        line-height: 14px;
    }

    .glob-btn-pri .arrow-btn-icon {
        padding: 8px 10px;
        font-size: 13px;
    }


    .home-main-banner {
        min-height: 420px;
    }

    .logo-item img {
        height: 20px;
    }

    .ctm-mini-title {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .pt-pricing-box {
        padding: 20px;
        margin-bottom: 15px;
    }

    .ctm-counters-holder {
        border-top: 1px solid #fff;
        margin-top: 0px;
        padding-top: 30px;
    }

    .label-box-s2 {
        font-size: 14px;
    }

    .counter-box-s2 {
        margin-bottom: 17px;
        border-bottom: 1px solid;
        flex-direction: column;
        gap: 0;
        padding-bottom: 17px;
        text-align: center;
    }

    .menu-acordian {
        margin: 5px 0;
    }

    .accord-area {
        margin-top: 5px;
    }

    .tt-cont {
        max-width: 100%;
        flex: 1 0 100%;
    }

    .title-btn-holder {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .ctm-right-position {
        right: 0px !important;
        margin: 0 !important;
    }

    .list-check-icon {
        columns: 1;
    }

    .ctm-icon-list li {
        margin-bottom: 20px;
    }

    .banner-btn-holder .banner-icon-arrow {
        display: none;
    }

    .ctm-list-cont h3 {
        font-size: 18px;
        line-height: 20px;
    }

    .header-btn-holder .glob-btn-white {
        display: none;
    }

    .head-info {
        font-size: 12px;
        justify-content: space-between;
        width: 100%;
    }

    .head-social-info {
        display: none;
    }

    .ctm-mian-title {
        font-size: 26px;
        line-height: 1.2;
    }

    .mian-footer {
        padding: 30px 0px 8px;
    }

    .foo-inf-holder {
        margin-bottom: 10px;
    }


    .space-p-t {
        padding-top: 30px;
    }

    .space-p-b {
        padding-bottom: 30px;
    }

    .space-p-tb {
        padding: 30px 0;
    }

    .space-m-t {
        margin-top: 30px;
    }

    .space-m-b {
        margin-bottom: 30px;
    }

    .space-m-tb {
        margin: 30px 0;
    }


    .foo-copyright p {
        font-size: 14px;
    }

    .foo-copyright {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }


    .mian-banner-home {
        padding: 30px 0;
    }

    .vs-app {
        margin: 15px 0;
    }

    .ls-slide-holder {
        padding: 10px 20px;
        height: 45px;
    }

    .ctm-marquee span {
        font-size: 42px;
    }

    .banner-list-holder {
        margin-bottom: 28px;
    }
}

@media (max-width: 480px) {

    .ctm-step-box {
        margin-bottom: 15px;
        gap: 0;
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
    }
}


.slides-flex {
    display: flex;
    gap: 0 10px;
    overflow: hidden;
}

.slides-flex .flex-1 {
    flex: 0 0 auto;
    width: 100px;
    height: 411px;    
    overflow: hidden;
    transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
}

.carousel-dots.carousel-sec {
    overflow: hidden;
}

.slides-flex .flex-1.active {
    flex: 1;
}

.slides-flex .flex-1.active .flexs-wrap {
    gap: 0 20px;
}

.slides-flex .flex-1.active .flexs-wrap::before {
    display: block;
}

.slides-flex .flex-1.active .flex-img {
    width: 38%;
    cursor: not-allowed;
}

.slides-flex .flex-1.active .flex-content {
    visibility: visible;
    opacity: 1;
    flex: 1;
    transition: all 0.3s ease-in;
    padding: 30px 30px 30px 0;
}
.video-if iframe{
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 2;
}

@media (max-width: 991px) {
    .arrow-sec{
            padding: 30px 0 !important;
    }
    .slides-flex .flex-1.slick-active {
        flex: 1;
    }

    .slides-flex .flex-1.slick-active .flexs-wrap {
        gap: 0 15px;
    }

    .slides-flex .flex-1.slick-active .flexs-wrap::before {
        display: block;
    }

    .slides-flex .flex-1.slick-active .flex-img {
        width: 38%;
    }

    .slides-flex .flex-1.slick-active .flex-content {
        visibility: visible;
        opacity: 1;
        flex: 1;
        transition: all 0.3s ease-in;
        padding: 30px 30px 30px 0;
    }

    .slides-flex .flex-content {
        transition: none !important;
    }
}

.flex-content .tm-cont-holder {
    padding: 0;
    gap: 20px;
}

.flex-content .tm-cont-holder >i {
    font-size: calc(22px + (30 - 22) * (100vw - 320px) / (1920 - 320));
    padding: 0;
    transform: scale(-1);
    display: inline-block;
    height: 100%;
}

.flex-content .tm-cont-holder p {
    font-size: calc(12px + (20 - 12) * (100vw - 320px) / (1920 - 320));
    padding: 0;
}

.flex-content .tm-cont-holder .tm-name {
    font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
    padding: 0;
}

.flex-content .tm-cont-holder .tm-desig {
    font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
    padding: 0;
}

@media (max-width: 575px) {
    .slides-flex .slick-track {
        display: flex;
    }

    .slides-flex .slick-track .flex-1 {
        height: auto;
    }

    .flex-content .tm-cont-holder {
        font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
        padding: 0;
        gap: 8px;
    }

}

.flexs-wrap {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    height: 100%;
    
}

.flexs-wrap .flex-img {
    height: 90%;
    flex: 0 1 auto;
    cursor: pointer;
}

.flexs-wrap .flex-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flexs-wrap .flex-content {
    width: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    flex: 0 1 auto;
}


.flexs-wrap::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    width: calc(100% - 100px);
    height: 100%;
    background: #FFFFFF;
    border: 1.075px solid rgba(37, 58, 103, 0.05);
    box-shadow: 0px 10.75px 26.875px rgba(37, 58, 103, 0.1);
    z-index: -1;
}

@media (max-width: 575px) {
    .flexs-wrap {
        flex-direction: column;
    }

    .flexs-wrap .flex-img {
        height: 50%;
        width: 100% !important;
        max-width: 250px;
    }

    .flexs-wrap .flex-content {
        padding: 30px 20px !important;
        width: 100%;
    }

    .flexs-wrap::before {
        top: auto;
        bottom: 0;
        width: 100%;
        height: calc(100% - 50px);
    }
}

.js-carousel .slick-track {
    display: flex;
}

.carousel-dots .slider-controls {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 20px;
    justify-content: space-between;
    width: 75%;
    padding-left: 104px;
}

@media (max-width: 991px) {
    .carousel-dots .slider-controls {
        display: none;
    }
}

.carousel-dots .next-slide {
    cursor: pointer;
    background-color: transparent;
    color: #090808;
    border: none;
     font-size: calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320));
     font-weight: 400;
    text-decoration: none;
    display: inline-flex;
    gap: 0 10px;
    align-items: center;
}
.carousel-dots .next-slide i{
    color: #090808;
     font-size: calc(22px + (30 - 22) * (100vw - 320px) / (1920 - 320));
}
.user-profile{
    display: flex;
    align-items: center;
    gap: 0 7px;
    margin-top: 30px;
}
.user-profile span{
   font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
   text-transform: capitalize;
   font-weight: 400;
}
.user-profile i{
   color: #0040D8;
   font-size: calc(18px + (20 - 18) * (100vw - 320px) / (1920 - 320) ) !important;
   opacity: 1;
}

.carousel-dots .slider-dots {
    display: flex;
    gap: 0;
    width: 80px;
    height: 4px;
}

.carousel-dots .slider-dots .dot {
    width: 100%;
    height: 100%;
    background: #ccc;
    cursor: pointer;
    transition: background 0.3s;
}

.carousel-dots .slider-dots .dot.active {
    background: #333;
}

.carousel-dots .slides-content {
    font-weight: 400;
     font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
    color: #6B6B6B;
    margin-bottom: 7px;
}


.carousel-dots .slick-dots {
    display: flex;
    justify-content: center;
    bottom: 45px;
    left: 50%;
    position: static;
    margin-top: 0;
}

.carousel-dots .slick-dots li {
    height: 15px;
}

.carousel-dots .slick-dots li button {
    background: none;
    border: none;
    text-indent: 9999px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #ccc;
    margin: 0 8px;
    opacity: 1;
    padding: 0;
}

.carousel-dots .slick-dots li.slick-active button {
    background-color: #000;
    opacity: 1;
    outline: none;
}



.depart-tabs .nav-link {
    border: none !important;
    padding: 0 15px;
}
/* .depart-tabs .nav-link .active{
    border-left: 1px solid #F45D48;
} */
.depart-tabs .nav-tabs {
    border: none !important;
}

.depart-tabs .nav-link h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #000000;
    transition: 0.3s ease-in;
}

.depart-tabs .nav-link p {
    color: #6B6B6B;
    /* height:100px;
    margin: 0; */
}

.contact-sld-item img{
    margin: 0 auto;
}

/* Thank You Popup */

.ty-msg-popup {
    position: relative;
    min-height: 450px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    background-color: #fff;
    margin: 11px;
    border-radius: 20px;
    background-image: url(/assets/images/ty-popupo-bg.png);
    background-size: 280px;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.ctm-close-btn{
    position: absolute;
    top: 11px;
    right: 11px;
}

.ty-msg-popup h4{
    font-weight: 600;
    font-size: 26px;
    line-height: 26px;
    color: #000000;
}

.ty-msg-popup p{
    color:#999EA1;
}

.ctm-popup-cont{    
    border-radius: 10px;
    background: linear-gradient(90deg, #04ABFD 25.59%, #0060FD 58.7%);
    border: none;
}

.ctm-popup-cont .modal-body{
    padding:0;
}


/* Thank You! */


.popup-jobs-cont{
    border-radius: 10px;
    background: linear-gradient(90deg, #04ABFD 25.59%, #0060FD 58.7%);
    border: none;
}
.popup-jobs-form{
    border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -ms-border-radius: 20px !important;
    -o-border-radius: 20px !important;
}

.post-job-btn {
    margin-top: 29px;
    width: 100%;
    justify-content: space-between;
}

#formFile{
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}

#formFile::file-selector-button{
  padding: 18px 1.5em;
  border-width: 0;
  background-color: var(--pri-color);
  color: hsl(210 40% 90%);
  transition: all .25s ease-in-out;
  cursor: pointer;
  margin-right: 1em;
  border-radius:0 0px 0px 0;
  -webkit-border-radius:0 0px 0px 0;
  -moz-border-radius:0 0px 0px 0;
  -ms-border-radius:0 0px 0px 0;
  -o-border-radius:0 0px 0px 0;
}
/* Thank You Popup End */

.ctm-img-radius {
    border-radius: 30px 30px 0 0;
}


html {
  scroll-padding-top: 110px;
  overflow-x: hidden;
}

.ctm-banner-tags {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}

.ctm-banner-tags span {
    background-color: #ffffff;
    padding: 5px 8px;
}

.ctm-banner-tags span {
    background-color: #F1F5FF;
    padding: 5px 8px;
    border-radius: 4px;
    color: #878181;
    text-transform: uppercase;
    font-size: 12px;
}


.login-pop-img-holder {
    text-align: center;
    padding-bottom: 30px;
}

.lf-col-left{
    padding: 30px;
}
.col-bg-lf{
    background-size: cover;
    background-position: center center;
}

.ctm-lf-box-holder{
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 24px;
    justify-content: center;
}

.pop-login-form {
    background-color: #fff;
    padding: 40px 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.ctm-popup-model-cont{
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    overflow: hidden;
    border: none;
    /* padding: 10px; */
}

.ctm-popup-model-cont .modal-body{
    padding: 0;
}

.ctm-popup-model-cont h2{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}

.ctm-pop-field-holder {
    display: flex;
    align-items: center;
    gap: 8px;
}


.input-ic-holder input{
    border: none;
    border-left: 1px solid #9C9C9C;   
    padding-left: 10px; 
}

.input-ic-holder i{
    border: none;
    color: #FF660F;
}


.input-ic-holder {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #FF660F;
    padding: 9px 11px;
    border-radius: 10px;
}

.input-ic-holder input:focus{
    outline: none;
}

.lf-popup-btn-holder {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.lf-popup-btn-holder button {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
}
.ctm-close-btn-lf {
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 7px;
}

.lf-popup-foo {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.lf-popup-foo a{
    text-decoration: none;
    color: #fff;
}


@media (max-width: 991.98px) {
    .lf-col-left{
        display: none;
    }

    .ctm-lf-box-holder {        
        padding: 40px;
    }
}

@media (min-width: 1200px) {
    .ctm-lf-model-size {
        max-width: 900px;
    }
}

/* Privacy Policy Pages */

.content-wrap-box {
    margin-bottom: 1rem;
}
.content-wrap-box h3 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
}
.content-wrap-box h4 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.content-wrap-box ul {
    list-style: inside;
    margin-bottom: 16px;
}
.content-wrap-box ul li::marker {
    color: #000;
}
.hr-slide .col-lg-3{
    padding: 0 15px;
}
.contact-area-center.sty1 .mega-menu-item{
    padding-top: 0;
}


.contact-area-center.sty1 .ab-mm-col{
    margin-bottom: 20px;
}
.ab-mm-col.sty1{
    margin-bottom: 15px !important;
}
.ab-mm-col.sty1 .anchor-title{
    color: #0060fd;
    font-size: calc(14px + (21 - 14) * (100vw - 320px) / (1920 - 320));
}
.contact-area-center.sty1 .anchor-title{
 display: flex;
 align-items: center;
 gap: 0 7px;
}
.contact-area-center.sty1 .anchor-title img{
  max-width: 12px;
}
.ft-btn .glob-btn-white{
    justify-content: space-between;
}
.tbl-lft-box .nav-link:hover{
    color: #0a58ca !important;
}
.tbl-lft-box .nav{
    margin-bottom: 0 !important;
}
.tbl-lft-box .nav li:last-child a{
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.img-relate{
    position: relative;
}
.img-relate img{
   display: none;
}
.img-relate .abs-focus{
    max-width: 100%;
    border: 5px solid #0062f7;
    filter: drop-shadow(-9px 27px 36.5px rgba(0, 0, 0, 0.20));
}
.img-relate .abs-focus video{
   width: 100%;
   height: 100%;
   object-fit: fill;
}
@media(max-width:575px){
    .img-relate .abs-focus{
        left: 0;
        height: auto;
    }
}
.payroll-img.video-100 video{
    outline: 10px solid var(--pri-color);
    border-radius: 20px;
    object-fit: fill;
  
}
.payroll-img.sty1 img{
    outline: 10px solid var(--pri-color);
    border-radius: 20px;
     filter: drop-shadow(-9px 27px 36.5px rgba(0, 0, 0, 0.20));
     height: 100%;
     object-fit: fill;
}
.payroll-img.sty1 {
    height: 100%;
}
.payroll-img.video-100{
      height: 415px;
}
.abst-img{
    width: 100%;
    height: 100%;
}
.video-100 video{
    width: 100%;
    height: 100%;
      filter: drop-shadow(-9px 27px 36.5px rgba(0, 0, 0, 0.20));
      border-radius: 15px;
}
.bdr-15{
      border-radius: 15px;
}
.fhr-img{
    position: relative;
}
.focus-video{
    position: absolute;
    bottom: 20px;
    left: 30px;
    max-width: 78%;
    z-index: 1;
}
.focus-video video , .focus-video >img{
    outline: 10px solid #cccdd1;
    border-radius: 20px;
    width: 100%;
    height: 100%;
}
.banner-video{
    position: relative;
}
.banner-video img{
    position: relative;
    z-index: 1;
}


.banner-video::before{
    content: '';
    position: absolute;
    right: -100%;
    top: 50%;
    transform: translateY(-50%);
    height: 50%;
    left: 60%;
    background: linear-gradient(345deg, #0062F7 29.94%, #07BCFF 125.03%);
    border-radius: 25px;
    z-index: 0;
}
.banner-video img{
    padding-left: 150px;
}
.inner-video{
    position: absolute;
    right: 65px;
    bottom: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 330px;
    z-index: 2;
}
.inner-video video{
       object-fit: fill;
}
.video-people{
    position: relative;
    margin-left: auto;
}
.video-people img{
    width: 72% !important;
    margin-left: auto;
    margin-right: 30px;
}
.video-people .people-inner{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    left: 0;
    height: 362px;
}
.video-people .people-inner video{
    object-fit: fill;
}
.drop-shade img{
    box-shadow: 0 5px 25px 7px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}
.img-focus{
    position: absolute;
    left: 20px;
    top: 10px;
    bottom: 10px;
}
.img-focus img{
    width: 100%;
    height: 100%;
}
@media(max-width:1399px){
.video-people .people-inner{
    height: 280px;
}
}
@media(max-width:991px){
    .video-people .people-inner{
        right: 0;
        height: auto;
    }
    .banner-video img{
        padding-left: 0;
    }
    .video-people img {
        margin: 0 auto !important;
    }
    .inner-video{
        height: auto;
        left: 10px;
        right: 10px;
    }
     .focus-video {
        top: 50%;
        transform: translateY(-50%);
        bottom: auto;
    }
    .focus-video video, .focus-video >img {
        outline: 5px solid #cccdd1;
        border-radius: 8px;
    }
}

/* testimonials */

.testi-sec{
    background: linear-gradient(180deg, #EEF9FF 0%, rgba(255, 255, 255, 0) 100%);
    margin-top: 65px;
}

.testi-sec .testi-img{
        margin-top: -120px;
        margin-bottom: 25px;
        position: relative;
        z-index: 5;
}
.testi-content >span{
    font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
     font-family: "Archivo", serif;
     color: white;
     display: inline-block;
     background: #FF513A;
     border-radius: 130px;
     text-transform: uppercase;
     padding: 7px 20px;
}
.testi-content h3{
    font-size: calc(25px + (60 - 25) * (100vw - 320px) / (1920 - 320));
     font-family: "Archivo", serif;
     color: black;
     line-height: 1.1;
     margin: 15px 0;
}
.testi-content p{
    font-size: calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320));
     font-family: "Archivo", serif;
     font-weight: 700;
     color: #9C9C9C;
     line-height: 1.2;
    letter-spacing: -0.02em;
}
.testi-content h3 span{
    color: #0062F7;
    font-weight: 600;
}

.flex-area{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0 60px;
    margin: 0 -15px;
}
.flex-area .slick-track{
    padding: 10px 0;
}
.img-100 >img{
    width: 100%;
    height: 100%;
}
.flex-area .cols-left{
    flex: 0 0 auto;
    width: calc(47% - 30px);
}
.flex-area .cols-right{
    flex: 0 0 auto;
    width: calc(53% - 30px);
    position: relative;
}
.flex-area .cols-right .right-wrap{
    position: relative;
    z-index: 2;
}
.syn-ic{
      position: absolute;
    right: -45%;
    top: -22%;
    left: 80%;
}
.left-img{
    max-width: 460px;
    margin: 0 auto;
}


.flex-tests{
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    overflow: hidden;
   box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
}
.flex-tests .testi-lft{
    background: #F3FBFF;
    flex: 0 0 auto;
    width: 29%;
    padding: 30px 20px;
}
.flex-tests .testi-conts{
    background: white;
    flex: 1;
    padding: 15px 20px;
}
.tst-ic{
    position: relative;
    right: -30px;
    margin-bottom: 20px;
}
.tst-ic i{
       font-size: calc(80px + (150 - 80) * (100vw - 320px) / (1920 - 320));
       color: #C9E1ED;
}
.testi-conts p{
        font-size: calc(13px + (21 - 13) * (100vw - 320px) / (1920 - 320));
     font-family: "Archivo", serif;
     color: black;
     letter-spacing: -0.02em;
     line-height: 1.4;
     font-weight: 400;
     margin-bottom: 0;
}
.testi-conts a{
     font-size: calc(13px + (20 - 13) * (100vw - 320px) / (1920 - 320));
     font-family: "Archivo", serif;
     letter-spacing: -0.02em;
     display: inline-block;
     margin-bottom: 15px;
     font-weight: 400;

}
.athr-left h5{
        font-size: calc(15px + (22 - 15) * (100vw - 320px) / (1920 - 320));
        font-family: "Archivo", serif; 
        font-weight: 700;
        color: black;
        margin-bottom: 0;
        line-height: 1;
}
.athr-left span{
    font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
    font-family: "Archivo", serif; 
    letter-spacing: -0.02em;
    color: #05ACFE;
    font-style: italic;
    display: inline-block;
    line-height: 1.3;
    margin-top: 5px;
}
.athr-left p{
    font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
    font-family: "Archivo", serif; 
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #0C0C0C;
    margin-bottom: 0;
}

.btm-img{
    text-align: center;
}
.btm-img img{
    display: inline-block !important;
}
.athr-area{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 20px;
}
.athr-right .stars {
    display: flex;
    align-items: center;
}
.athr-right .stars svg{
       width: 18px;
       height: 18px;
       fill: #FF513A;
}
.carousel-navfor{
    position: relative;
}







@media(max-width:1399px){
    .tst-ic{
        right: 0px;
    }
}
@media(max-width:991px){
      .tst-ic{
        text-align: center;
    }
    .md-none{
        display: none;
    }
    .flex-area{
        margin: 0;
    }
    .testi-sec .testi-img{
        margin: 15px 0;
    }
    .flex-area .cols-left{
        width: 100%;
    }
    .flex-area .cols-right{
        width: 100%;
    }
    .syn-ic{
        display: none;
    }
}
@media(max-width:575px){
   .flex-tests .testi-lft{
    width: 100%;
    padding: 20px 20px;
    text-align: center;
   }
   .flex-tests .testi-conts{
    width: 100%;
    flex: 0 0 auto;
   }
}



/* testimonials end */

/* Styling added to banner image replacement from AI Page */

.banner {
    padding: 100px 0;
    position: relative;
    height: 100vh;
}
.banner.inner {
    overflow: hidden;
    height: calc(100vh - 141px);
}
@media(max-width:1399px){
   .banner{
      padding: 50px 0;
   } 
}
@media (max-width: 991.98px) {
    .banner.inner {
        height: 71vh;
    }
}
.banner .banner-abs {
    position: absolute;
    inset: 0;
    height: 100vh;
}
.img-100>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
.banner.inner .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 0;
}
body {
    overflow-x: clip;
}
.copied-from-inner-ai .banner-cont h5 {
    color: #ffffff;
}

.ban-img {
  transform: scale(0);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ban-img.animated {
  transform: scale(1);
  opacity: 1;
}


.filter-flex{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 15px;
    margin-bottom: 30px;
}
.filter-flex li{
   border: 1px solid black;
   color: black;
   cursor: pointer;
   padding: 10px 15px;
   border-radius: 5px;
}
.filter-flex li.active{
  background: #0060FD;
  border-color: #0060FD;
  color: white;
}


.stripe{
    position: relative;
    padding: 50px 0;
}
.stripe-1{
    position: relative;
    padding: 80px 0;
}
.stripe-2{
    position: relative;
    padding: 120px 0;
}
.product-sec::before{
    content: '';
    background: #0062F7;
    position: absolute;
    inset: 0;
    height: 100%;
    width: 70%;
    z-index: 1;
    border-radius: 0px 0px 450px 0px;
}
.product-cont{
    position: relative;
    z-index: 2;
}

.product-cont h4{
     font-size: calc(16px + (34 - 16) * (100vw - 320px) / (1920 - 320));
    color: white;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 30px;
}
.product-cont h5{
     font-size: calc(15px + (25 - 15) * (100vw - 320px) / (1920 - 320));
    color: black;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 20px;
}
.product-cont p{
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
    letter-spacing: -0.02em;
    color: black;
    font-weight: 400;
    margin-bottom: 20px;
}
.product-list li{
  font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
  letter-spacing: -0.02em;
  font-weight: 400;
  display: flex;
  color: white;
  align-items: center;
  gap: 0 8px;
  margin-bottom: 10px;
}
.ps-static{
    position: static;
}
.product-list li i{
    font-size: 6px;
    border-radius: 50%;
    color: white;
    background: #5EDD60;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-src{
    position: absolute;
    left: 53%;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}
.product-src img{
    border-radius: 20px 0 0 20px;
}
.product-src .abs-ic{
    max-width: 200px;
    position: absolute;
    top: calc(100% - 30px);
    left: 50%;
    transform: translate(-50%, -50%);
}
.dash-list{
     display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}
.dash-list li{
 font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
  letter-spacing: -0.02em;
  font-weight: 300;
  display: flex;
  color: black;
  align-items: center;
  gap: 0 8px;
  margin-bottom: 10px;
      flex: 0 0 auto;
        width: calc(50% - 10px);
}
.dash-list li i{
   font-size: 6px;
    border-radius: 50%;
    color: white;
    background: #5EDD60;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}
.dash-content{
    position: relative;
    z-index: 3;
}
.dash-content h4{
    font-size: calc(17px + (38 - 17) * (100vw - 320px) / (1920 - 320));
    color: black;
    font-weight: 700;
    line-height: 1.1;
}
.dash-content p{
      font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
    letter-spacing: -0.02em;
    color: black;
    font-weight: 300;
    margin-bottom: 30px;
}
.dash-content p strong{
   font-weight: 700;
}
.dash-content h4 span{
    color: #07BCFF;
}
.dash-sec{
    padding: 40px 0;
}
.dash-img{
        margin: 0px 0 65px -185px;
        position: relative;
        z-index: 2;
       filter: drop-shadow(-13px 18px 62.5px rgba(0, 0, 0, 0.2));
}
.video-frame{
    padding: 0 50px;
}
.video-frame iframe{
        aspect-ratio: 4 / 2;
}
.mod-flex{
    display: flex;
    gap: 10px 25px;
    margin-top: 20px;
}
.mod-content p{
 font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
 color: black;
 font-weight: 300;
letter-spacing: -0.02em;
}
.mod-area h4{
   color: black;
   font-weight: 700;
   letter-spacing: -0.02em;
    font-size: calc(17px + (26 - 17) * (100vw - 320px) / (1920 - 320));
}

.mod-ic{
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background: white;
    box-shadow: 0px 4px 24.3px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.mod-ic img{
    max-width: 30px;
}
.erp-mod{
        position: relative;
        margin-right: -130px;
}
.erp-mod::before{
    content: '';
    background: #0062F7;
    position: absolute;
    border-radius: 120px 0px 0px 0px;
    top: -70px;
    bottom: -70px;
    right: -100%;
    left: 25%;
}
.icon-img {
    margin-bottom: 15px;
}
.icon-img img{
  height: 46px;
  width: auto;
}
.slides-px{
    margin: 0 -10px;
}
.slides-px .slick-list{
    padding: 0 50px 0 0;
}
.slides-px .slick-track{
    display: flex;
}
.slides-px .slick-slide{
   padding: 0 10px;
   height: auto;
}
.slides-px .slick-track .icon-box-sty-1{
    height: 100%;
}
.bullit-cta li{
    color: white;
}
.cta-abs-img img{
    border-radius: 0 20px 20px 0;
    z-index: 2;
    position: relative;
    
}
.cta-abs-img{
    position: relative;
    margin-right: -12rem;
    margin-left: -7rem;
    filter: drop-shadow(2px 8px 7px rgba(0, 0, 0, 0.2));
}



@media(min-width:992px){
     
    .dash-content{
        padding-left: 20px;
    }
    .product-cont{
        padding: 30px 0;
    }
}
.ban-img{
    filter: drop-shadow(rgba(0, 0, 0, 0.2) 2px 8px 7px);
}
@media(max-width:1600px){
    .dash-img{
        margin: -70px 0 65px -100px;
    }
      .cta-abs-img {
        margin-right: -2rem;
        margin-left: -7rem;
    } 
    .ban-img {
        margin-right: -6rem !important;
    }
}
@media(max-width:1490px) and (min-width:1400px){
    .dash-img{
            margin: -70px 0 65px -30px;
    }
  
}
@media(max-width:1330px) and (min-width:1200px){
    .dash-img{
            margin: -70px 0 65px -40px;
    }
}
@media(max-width:1550px){
  .erp-mod{
        margin-right: -40px;
    }
}
@media(max-width:1199px){
    .dash-img{
            margin: 0;
    }
}
@media(max-width:1199px) and (min-width:992px){
    .navbar-expand-lg .navbar-nav {
        zoom: 95%;
    }
    .navbar-brand {
        max-width: 100px;
    }
    .login-link {
     font-size: 13px;
    }
}

@media(max-width:991px){
    .cta-abs-img{
        margin: 5px 0 20px !important;
    }
    .erp-mod::before{
        display: none;
    }
    .erp-mod{
        margin-right: 0;
    }
   
    .video-frame {
        padding: 0 20px;
    }
    .tabbing-sections .stripe{
        padding: 30px 0;
    }
    .tabbing-sections .stripe-3{
        padding: 30px 0;
    }
    .dash-list li{
        width: 100%;
    }
    .stripe-1{
        padding: 40px 0;
    }
     .stripe-2 {
        padding: 50px 0;
    }
    .dash-sec{
        padding-bottom: 0;
    }
    .product-sec::before{
        width: 100%;
        border-radius: 0;
    }
    .product-src{
        position: relative;
        inset: auto;
        margin-top: 20px;
        transform: none;
    }
    .product-src .abs-ic{
        display: none;
    }
    .product-cont p, .dash-content p{
        margin-bottom: 20px;
    }
}
@media(max-width:575px){
    .mod-flex {
        flex-wrap: wrap;
    }
}
.blog-content-wrapper ul{
    list-style: disc;
    padding-left: 15px;
    margin-bottom: 15px;
}
.ai-list{
   column-count: 2;
   margin-top: 20px !important;
}
.ai-list li{
   display: flex;
   align-items: center;
   gap: 0 10px;
   margin-bottom: 10px;
   font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
   
}
.ai-list li i{
  color: #0060FD;
}



/* .cta-abs-img::before{
    content: '';
    position: absolute;
    background: linear-gradient(123.81deg, #0062F7 29.94%, #07BCFF 125.03%);
    box-shadow: 0px 4px 59.3px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    height: 80%;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    right: -100%;
    z-index: 0;
} */
/* .glow-ic{
    position: absolute;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 472px;
    z-index: 2;
  filter: drop-shadow(1.20528px 18.0792px 186.1px rgba(7, 188, 255, 0.7));
} */
.cta-abs-content{
    position: relative;
}
.cta-abs-sec{
    padding: 50px 0;
    position: relative;
}
.cta-ab{
    position: absolute;
    left: 0;
    right: 80%;
    top: 50%;
    transform: translateY(-50%);
}
.cta-abs-sec::before{
    content: '';
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 4px 59.3px rgba(0, 0, 0, 0.1);
    top: 0;
    bottom: 0;
    left: 0;
    width: 86%;
}
.cta-abs-sec::after{
    content: '';
    position: absolute;
    background: linear-gradient(123.81deg, #0062F7 29.94%, #07BCFF 125.03%);
    box-shadow: 0px 4px 59.3px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    top: 50%;
    transform: translateY(-50%);
    height: 80%;
    right: 0;
    z-index: -1;
    left: 80%;
}
.cta-abs-content >span{
    font-size: calc(18px + (34 - 18) * (100vw - 320px) / (1920 - 320));
    color: black;
    font-weight: 500;
    line-height: 1.2;
    position: relative;
}
.cta-abs-content h3{
    font-size: calc(24px + (60 - 24) * (100vw - 320px) / (1920 - 320));
    color: black;
    font-weight: 400;
     position: relative;
    margin-bottom: 0;
}
.cta-abs-content h3 span{
    color: #0062F7;
    font-weight: 700;
}

.btn-dgred{
    background: linear-gradient(103.13deg, #FFD95C -2.15%, #FE0004 197.57%);
    border-radius: 9px;
    font-weight: 500;
    color: black;
    font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
     transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    text-decoration: none !important;
    display: inline-flex;
    align-items: baseline;
     gap: 0 13px;
    padding: 13px 25px;
}
.btn-dgred i{
  font-size: calc(8px + (12 - 8) * (100vw - 320px) / (1920 - 320));
}
.btn-dgred:hover{
    transform: scale(1.03);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); 
    color: black;
}

.cta-btns{
    display: flex;
    align-items: center;
    gap: 10px;
      position: relative;
    margin: 25px 0 40px;
}

.cta-bullit{
    column-count: 2;
}
.cta-bullit li{
   margin-bottom: 15px;
     font-size: calc(12px + (18 - 12) * (100vw - 320px) / (1920 - 320));
   display: flex;
   color: black;
   align-items: center;
   gap: 0 7px;
    position: relative;
    z-index: 2;
}
.cta-bullit i{
    color: #5EDD60;
    position: relative;
    z-index: 2;
}
.cta-bullit i::after{
   content: '';
   background: black;
   width: 8px;
   height: 8px;
   position: absolute;
   inset: 0;
   margin: auto;
   z-index: -1;
   border-radius: 50%;
}
.tabs-bg{
    background: #FFFFFF;
border-radius: 16px;
}

.tabs-bg li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 5px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(255, 168, 142, 0.1);
    border-radius: 12px;
    padding: 15px 16px;
    margin-bottom: 7px;
    border-left: 4px solid transparent;
    cursor: pointer;
}
.tabs-bg li.is-active{
    filter: grayscale(0);
}
.tabs-bg li:first-child.is-active{
    border-color: #F97316;
    box-shadow: 0px 4px 20px rgba(255, 168, 142, 0.1);
}
.tabs-bg li:first-child.is-active i{
    color: #F97316;
}
.tabs-bg li:nth-child(2).is-active{
    border-color: #5F3CCF;
    box-shadow: 0px 4px 20px rgba(139, 92, 255, 0.1);
}
.tabs-bg li:nth-child(2).is-active i{
    color: #5F3CCF;
}
.tabs-bg li:nth-child(3).is-active{
    border-color: #EDFD1B;
    box-shadow: 0px 4px 20px rgba(171, 194, 0, 0.1);
}
.tabs-bg li:nth-child(3).is-active i{
    color: #EDFD1B;
    box-shadow: 0px 4px 20px rgba(32, 223, 237, 0.1);
}
.tabs-bg li:nth-child(4).is-active{
    border-color: #05A8B4;
    box-shadow: 0px 4px 20px rgba(30, 214, 255, 0.1);
}
.tabs-bg li:nth-child(4).is-active i{
    color: #05A8B4;
}
.tabs-bg li:nth-child(5).is-active{
    border-color: #6A00FF;
}
.tabs-bg li:nth-child(5).is-active i{
    color: #6A00FF;
}
.tabs-bg li:nth-child(6).is-active{
    border-color: #FF0000;
    box-shadow: 0px 4px 20px rgba(255, 0, 0, 0.1);
}
.tabs-bg li:nth-child(6).is-active i{
    color: #FF0000;
}
.tabs-bg li:nth-child(7).is-active{
    border-color: #8DA6BC;
    box-shadow: 0px 4px 20px rgba(141, 166, 188, 0.1);
}
.tabs-bg li:nth-child(7).is-active i{
    color: #8DA6BC;
}
.tabs-bg li:nth-child(8).is-active{
    border-color: #B86A00;
    box-shadow: 0px 4px 20px rgba(255, 176, 32, 0.1);
}
.tabs-bg li:nth-child(8).is-active i{
    color: #B86A00;
}
.tabs-bg li:nth-child(9).is-active{
    border-color: #FF0285;
}
.tabs-bg li:nth-child(9).is-active i{
    color: #FF0285;
    box-shadow: 0px 4px 20px rgba(246, 139, 195, 0.1);
}
.tabs-bg li:last-child{
    margin-bottom: 0;
}
.tabbing-content img{
    width: 100%;
}
.pro-img{
     flex: 0 0 auto;
     width: calc(100% - 15px);
     position: relative;
     display: flex;
     align-items: center;
     gap: 0 7px;
}
.pro-inner{
    line-height: 1.1;
}
.pro-img p{
  font-size: calc(8px + (11 - 8) * (100vw - 320px) / (1920 - 320));
  color: #374151;
margin-bottom: 0;
}

.tabs-bg li i{
   flex: 0 0 auto;
   width: 10px;
   font-size: calc(8px + (11 - 8) * (100vw - 320px) / (1920 - 320));
}
.tabbing-inner{
    display: none;
}
.tabbing-inner video, .tabbing-content video{
    width: 100%;
    object-fit: cover;
    object-position: right;
    filter: drop-shadow(0px 4px 4px #C7C7C7);
    border-radius: 6px;
}
/* .tabbing-inner img, .tabbing-content img{
    filter: drop-shadow(0px 4px 4px #C7C7C7);
    border-radius: 6px;
} */

.tabbing-inner.is-active{
    display: block;
}
.tabbing-content{
    display: none;
    position: relative;
    overflow: hidden;
}
/* .tabbing-content:hover .feature-box{
  bottom: 15px;
  opacity: 1;
  visibility: visible;
  z-index: 2;
} */
.tabbing-content.is-active{
    display: block;
}
.tabbing-content.is-active:has(.tabbing-inner-wrap .tabbing-inner.is-active) >img {
  display: none;
}
.tabbing-content.is-active:has(.tabbing-inner-wrap .tabbing-inner.is-active) >video {
  display: none;
}

.tabs-head {
    margin-bottom: 35px;
}
.tabs-head >span{
    color: #0062F7;
    font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
}
.tabs-head h3{
    color: black;
    font-size: calc(20px + (50 - 20) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
}
.tabs-head p{
    color: #6B7280;
    font-size: calc(12px + (18 - 12) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
}
.feature-box{
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15), inset 0px 0px 6px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(11.6px);
    background: black;
    border-radius: 15px;
    padding: 30px 20px 15px;
    position: absolute;
    /* bottom: -100px; */
    /* opacity: 0; */
    /* visibility: hidden; */
    /* z-index: -1; */
    bottom: 15px;
    transition: all 0.5s ease;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 756px;
    text-align: center;
    margin: 0 auto;
}


.feature-box >p{
    font-size: calc(11px + (13 - 11) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    color: white;
    background: #f91818;
    box-shadow: 0px 4px 4px rgba(160, 160, 160, 0.25);
   border-radius: 20px;
    padding: 6px 10px;
    display: flex;
    margin: 0 auto;
    width: fit-content;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -12px;
}
.feature-list{
    display: flex;
    justify-content: space-between;
    gap: 0 15px;
}
.feature-list li{
  cursor: pointer;
  flex: 1;
}
.feature-list li:hover .detail-ic{
  transform: scale(1.2);
}
.feature-list li:hover .feature-ic, .feature-list li.is-active .feature-ic{
  transform: scale(1.3);
  box-shadow: 0px 5.35766px 5.35766px rgba(0, 0, 0, 0.25);
}
.feature-list li:hover p, .feature-list li.is-active p{
  transform: scale(1.1);
}
.feature-list li:hover p, .feature-list li.is-active p{
  font-weight: 600;
}
.feature-box p{
   color: white !important;
}
.feature-list li .feature-ic{
    width: 37px;
    height: 37px;
    border-radius: 9px;
    margin: 0 auto 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.feature-list li .detail-ic{
    width: 37px;
    height: 34px;
    border-radius: 9px;
    margin: 0 auto 0;
    background: linear-gradient(90deg, #04ABFD 0%, #0060FD 100%);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature-list li:has(.detail-ic) {
    flex: 0 0 auto;
    width: 50px;
}

.feature-list li .detail-ic i{
      color: white;
    font-size: calc(10px + (12 - 10) * (100vw - 320px) / (1920 - 320));
}
.feature-list li .feature-ic i{
   color: white;
    font-size: calc(13px + (18 - 13) * (100vw - 320px) / (1920 - 320));
   filter: drop-shadow(0px 0.894895px 5.36937px rgba(0, 0, 0, 0.5));
}
.feature-list li:nth-child(1) .feature-ic{
    background: #00BC9A;
}
.feature-list li:nth-child(2) .feature-ic{
    background: #FF5F5F;
}
.feature-list li:nth-child(3) .feature-ic{
    background: #FF5ED7;
}
.feature-list li:nth-child(4) .feature-ic{
    background: #07BCFF;
}
.feature-list li:nth-child(5) .feature-ic{
    background: #5EDD60;
}
.feature-list li:nth-child(6) .feature-ic{
    background: #BC2CFA;
}
.feature-list li p{
    margin-bottom: 0;
     font-size: calc(9px + (10 - 9) * (100vw - 320px) / (1920 - 320));
     font-weight: 500;
    transition: all 0.5s ease;
     line-height: 1.1;
     margin-bottom: 0;
     color: #282828;
}
.feature-list li span{
    margin-bottom: 0;
     font-size: calc(8px + (9 - 8) * (100vw - 320px) / (1920 - 320));
     font-weight: 500;
     text-decoration: underline;
     color: white;
}

.bg-slides .sliderArrows .slick-prev{
    left: 15px;
    right: auto;
    top: 50%;
    width: 50px;
    height: 50px;
    transform: none;
}
.bg-slides .sliderArrows .slick-prev i{
     font-size: calc(30px + (45 - 30) * (100vw - 320px) / (1920 - 320));
     color: #0062F7;
}
.bg-slides .sliderArrows .slick-prev::before{
    display: none;
}
.bg-slides .sliderArrows .slick-next{
   right: 15px;
    left: auto;
    top: 50%;
    width: 50px;
    height: 50px;
    transform: none;
}
.bg-slides .sliderArrows .slick-next i{
      font-size: calc(30px + (45 - 30) * (100vw - 320px) / (1920 - 320));
     color: #0062F7;
}
.bg-slides .sliderArrows .slick-next::before{
     display: none;
}
/* .bg-slides .sliderArrows .slick-next{
    right: 15px;
    left: auto;
    top: 55%;
} */

@media(min-width:992px){
    .ob-pos video{
        object-position: -150px 0;
    }
}


  @media(max-width:1399px){
      .tabs-bg li{
        padding: 10px 8px;
      }
    }
  @media(max-width:1199px){
     
      .cta-ab{
        display: none;
      }
    }
  @media(max-width:991px){
    .bg-slides .sliderArrows{
        display: none;
    }
    .align-md-center{
        align-items: center;
    }
    .pro-sec{
        padding-top: 0;
    }
    .cta-abs-sec::before, .cta-abs-sec::after{
        display: none;
    }
    .cta-abs-sec{
        padding: 0;
    }
    .tabs-bg{
        display: flex;
        align-items: center;
        gap: 0 15px;
        max-width: 1200px;
        overflow-x: scroll;
        margin-bottom: 15px;
    }
    .tabs-bg li{
        padding: 10px 8px;
        flex: 0 0 auto;
        width: 100%;
        max-width: 230px;
    }
   
        .btn-dgred{
            padding: 8px 18px;
        }
        .cta-abs-content{
            padding: 0;
            margin-bottom: 0;
        }
      
        .glow-ic, .cta-abs-img::before, .cta-abs-content::before{
            display: none;
        }
    }
  @media(max-width:575px){
        .tabbing-inner video, .tabbing-content video{
            height: 300px !important;
        }
        .feature-box{
            overflow-x: scroll;
            zoom: 80%;
            padding: 13px 20px;
        }
        .feature-box >p{
            display: none;
        }
        .feature-list{
            width: 637px;
        }
    }
  @media(max-width:480px){
    .ai-list{
        column-count: 1;
    }
       .cta-btns{
        flex-wrap: wrap;
        margin: 15px 0 15px;
       }
       .cta-bullit{
        column-count: 1;
       }
    }