@import url('../fonts/stylesheet.css');

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nohemi';
    color: #002B64;
}

h1 {
    font-size: 80px;
    font-weight: 600;
    line-height: 1.1;
}

h2 {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
}

h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 85px;
}

h4 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
}

h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;

}

h6,
.size22 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;

}

p {
    line-height: 1.5;
}

.p-22 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
}

.size22 {
    font-weight: 400 !important;
}


img {
    max-width: 100%;
}

a,
button {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: inherit;
}

a:hover,
button:hover {
    text-decoration: none;
    outline: none;

}

a:focus,
button:focus {
    text-decoration: none;
    outline: none;

}

input:focus {
    outline: none;
}

.p_100 {
    padding: 100px 0px;
}

.p_120 {
    padding: 120px 0px;
}

.p_140 {
    padding: 140px 0px;
}

.pt_100 {
    padding-top: 100px;
}

.pt_120 {
    padding-top: 120px;
}

.pt_140 {
    padding-top: 140px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.container-fluid {
    padding: 0px 20px;
}

.white .white h2,
.white p {
    color: #fff;
}

.container {
    padding: 0px 15px;
}

.mt-4 {
    margin-top: 40px;
}

.grey,
.grey p {
    color: #747474;
}

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

header ul.navbar-nav {
    margin: auto !important;
    gap: 55px;
    align-items: center;
    width: 60%;
}

header .navbar-nav .nav-link {
    padding: 0 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.66px;
    color: #000;
    position: relative;
    text-decoration: none;
}

header .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #00AEEF;
    /* Underline color */
    transition: width 0.3s ease;
}

header .navbar-nav .nav-link:hover::after {
    width: 100%;
}


header .navbar-nav .nav-link:hover {
    color: #002B64;
}

header {
    padding: 15px 0px;
    background: #fff;
}

header .logo .navbar-brand {
    display: inline-block;
    max-width: 146px;
}

a.cta {
    background: #002B64;
    color: #fff;
}

a.cta {
    font-size: 18px;
    font-weight: 500;
    line-height: 18.07px;
    padding: 19px 30px;
    border-radius: 5px;
    height: 100%;
    display: inline-block;
}

a.cta:hover {
    background-color: #008BBF;
    /* color: #002B64; */
}

header nav.navbar.navbar-expand-lg {
    padding: 0;
    margin: 0;
}

header .navbar-toggler {
    border: none;
    padding: 0;
}


/* banner sec css start here */

.banner-content {
    max-width: 1092px;
    margin: auto;
}

/* Ak 18/10 */
.right_header .header_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.right_header .header_btn a.login-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: right;
}

.right_header .header_btn a.cta,
a.blue_cta {
    background: #008BBF;
    padding: 15px 21px;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0%;
    text-align: right;
    vertical-align: middle;
    border-radius: 5px;
}

.right_header .header_btn a.cta:hover,
a.blue_cta:hover {
    background: #002B64;
}

span.underline {
    display: inline-block;
    color: #008BBF;
    position: relative;
}

span.underline::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 200px;
    height: 12px;
    background: url('../img/underline.png') no-repeat center;
    background-size: 100% 100%;
}

.banner-sec {
    position: relative;
    padding-bottom: 457px;
    padding-top: 72px;
}

.banner-sec::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/bnner-bg.png') no-repeat center;
    background-size: cover;
    z-index: -1;
}

.mt-40 {
    margin-top: 40px;
}

/* slider_sec  */
.dashboard_img {
    max-width: 1439px;
    margin-inline: auto;
    position: relative;
    margin-top: -370px;
}

.marquee_div {
    display: flex;
    max-width: 1156px;
    margin: auto;
    padding-top: 57px;
    align-items: center;
    justify-content: center;
    padding-bottom: 32px;
    border-bottom: 1px solid #002B641F;
}

.marquee_div.hm-mrw {
    max-width: 1156px;
    margin-left: 170px;
}

.marquee_div .marquee_hd {
    max-width: 220px;
    width: 100%;
    padding-right: 20px;
    border-right: 1px solid #002B641F;
}

.marquee_div .marquee_hd h5 {
    font-family: Inter;
    line-height: 32px;
    color: #000;
}

.logo-marquee {
    position: relative;
    padding-left: 70px;
}

.logo-marquee--marquee {
    display: flex;
    overflow: hidden;
    user-select: none;
}

.logo-marquee--marquee-group {
    animation: scroll-left 30s linear infinite;
    display: flex;
    flex-shrink: 0;
    width: auto;
}

@media (prefers-reduced-motion) {
    .logo-marquee--marquee-group {
        animation-play-state: paused;
    }
}

.logo-marquee--marquee-group img {
    height: 40px;
    padding: 0 40px;
    width: auto;
    filter: grayscale(1);
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.automate_div {
    padding-top: 126px;
}

.automate_div .automate-slide {
    border: 1px solid #002B641F;
    border-radius: 15px;
    padding: 38px 34px;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 29px;
    height: 100%;
}

.automate_div .automate_heading h2 {
    color: #002B64;
}

.automate_div .automate_heading {
    padding-bottom: 43px;
}

.automate_div .automate-slider .slick-track {
    display: flex;
}

.automate_div .automate-slider .slick-track .slick-slide>div {
    margin: 10px 15px;
    height: 100%;
}

.automate_div .automate-slider .slick-track .slick-slide {
    height: auto;
}

.slider_sec {
    overflow: hidden;
}

.automate_div .automate-slider .slick-list {
    overflow: visible;
    position: relative;
    padding-bottom: 20px;
    margin-left: 60px;
}

.automate_div .automate-slider .slick-list::before {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    left: -100%;
    background-color: #fff;
    z-index: 1;
}

.slider_sec .animate h2 {
    display: inline-block;
    overflow: hidden;
}

.slider_sec .animate h2 span {
    color: #002B6417;
    transition: color 0.4s ease;
}

.slider_sec .animate h2 span.visible {
    color: #002B64 !important;
    transition-delay: var(--delay);
}

.slider_sec .animate {
    padding-block: 133px;
    max-width: 582px;
    margin: auto;
    text-align: center;
}

.blue_bg_sec {
    background: url('../img/blue_bg.png') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.business_txt>* {
    color: #fff;
}

.business_txt p {
    font-weight: 400;
}

.business_txt {
    max-width: 607px;
    padding-right: 10px;
}

.business_txt .business_hd {
    max-width: 580px;
}

.business_txt .business_hd h2 {
    font-weight: 600;
    color: #fff;
}

.business_div.row {
    align-items: center;
}

.business_txt .business_btn {
    margin-top: 50px;
}


.business_div.revenue.row .size22>p {
    max-width: 527px;
}

.revenue_div .revenue_list,
.revenue_div .revenue_list li {
    list-style-type: none;
}

.revenue_div .revenue_list li p:first-child {
    font-family: 'Nohemi';
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 0px;
}

.partner_hd p {
    font-weight: 400;
}

.revenue_div .revenue_list li {
    position: relative;
    margin-bottom: 20px;
}

.cuntr_txt p {
    max-width: 550px;
}

.revenue_div .revenue_list li p:last-child {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.revenue_div .revenue_list {
    padding-left: 32px;
}

.revenue_div .revenue_list li::before {
    position: absolute;
    content: '';
    top: 0;
    left: -33px;
    width: 29px;
    height: 29px;
    background: url('../img/list-bullet.png') no-repeat center;
    background-size: contain;
}

.partner_hd {
    max-width: 911px;
    text-align: center;
    margin: auto;
}

.partner_img {
    max-width: 1026px;
    margin: auto;
    margin-top: 20px;
}

.counter_container {
    max-width: 1636px;
    margin: auto;
    padding: 99px;
    background: url('../img/light_bg.png') no-repeat center;
    background-size: cover;
    border-radius: 30px;
    background-attachment: fixed;
}

.counter_container .counter_txt {
    max-width: 600px;
}

.counter_container .counter_txt .cuntr_txt>* {
    color: #fff;
}

.counter_container .counter_txt .cuntr_txt h3 {
    line-height: 1.2;
    font-weight: 600;
}

.counter_container .counter_txt .cuntr_txt .size22 p {
    font-weight: 400;
}

.counter_container .counter_txt .counter_icon {
    margin-bottom: 44px;
}

.counter_container .counter_img {
    border-radius: 25px;
    overflow: hidden;
}

.counter_container .counter_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.counter-box ul li {
    list-style-type: none;
}

.counter-box ul {
    padding: 0;
    margin: 0;
}

.counter-box ul.counter-list {
    display: flex;
    justify-content: space-around;
}

.counter-box ul.counter-list .counter-item {
    text-align: center;
}

.counter-box ul.counter-list .white_bg {
    font-family: 'Nohemi';
    font-weight: 700;
    font-size: 62px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    color: #008BBF;
    background: #fff;
    padding: 12px 24px;
    border-radius: 80px;
}

.counter-box ul.counter-list .counter_text p {
    margin: 0;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    padding-top: 14px;
}

.counter-box ul.counter-list li {
    max-width: 280px;
}

.count_para {
    margin-top: 43px;
    max-width: 743px;
    margin-inline: auto;
    margin-bottom: 36px;
    text-align: center;
}

.count_para h4 {
    color: #fff;
}

.counter_btn {
    text-align: center;
}

a.white_cta {
    color: #008BBF;
    background: #fff;
}

a.white_cta:hover {
    color: #fff;
    background: #002B64;
}

.business_txt .business_btn a.cta:hover {
    color: #008BBF;
    background: #fff;
}


/* new css */

.automate-slider .slick-slide.slick-current.slick-active:hover .automate-slide {
    box-shadow: 50px 34px 94px 0px #002B6421;
    border-color: transparent;
}

/* 
bannr css */
.banr-btn {
    max-width: 359px;
    margin: auto auto 25px;
}

.fd-lnk {
    display: flex;
    justify-content: center;
    background: #00AEEF08;
    padding: 16px 21px;
    gap: 21px;
    border: 1px solid #00AEEF1A;
    border-radius: 80px;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0%;
    text-align: center;
    color: #00AEEF;
    align-items: center;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.fd-lnk span img {
    display: inline-block;
    max-width: 11px;
    transition: opacity 0.3s ease;
}


.fd-lnk:hover span img {
    opacity: 0.6;
}


.fd-lnk:hover {
    opacity: 0.9;
}

.rvw-text {
    display: inline-block;
    max-width: 100%;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 1.4;
    letter-spacing: 2%;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    background: #38B6FF0F;
    padding: 8px 19px 10px;
    color: #000000;
}

.testimonail-sec {
    overflow: hidden;
}

.testimnl-box .slick-list.draggable {
    max-width: 985px;
    margin: auto;
}

.test-sbtext {
    max-width: 945px;
    margin: auto;
}

.testimnl-box button.slick-arrow {
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 0.6px solid #000000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.testimnl-box .slick-prev:before,
.testimnl-box .slick-next:before {
    content: '';
    left: 50%;
    background-image: url('../img/arw-rt2.png');
    opacity: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 13px;
    height: 13px;
    top: 50%;
    z-index: 1;
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
}

.testimnl-box .slick-next:before {
    content: '';
    right: 0 !important;
    background-image: url('../img/arw-rt1.png');
}

.testimnl-box h5 {
    margin-top: 5px;
    margin-bottom: 10px;
}

.rvw-img {
    text-align: center;
    max-width: 120px;
    margin: auto auto 20px;
}

.testimnl-box .rv-name {
    color: #000000;
    font-weight: 500;
    margin: 0;
}

/* read section css */

.read-sec {
    background-position: center;
    background-repeat: no-repeat;
    background-size:
        cover;
    padding: 346px 0px 159px;
    margin-top: -87px;
}

.read-content {
    max-width: 935px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    position: relative;
    padding: 99px 115px 106px;
    width: 100%;
}

.raedy-col {
    max-width: 616px;
    margin: auto;
}

.rdct-img {
    position: absolute;
    top: 0;
    max-width: 119px;
    left: 50%;
    top: -45px;
    transform: translateX(-50%);
}

.raedy-col h3 {
    line-height: 1.2;
    margin-bottom: 8px;
}

.size20,
.size20 p {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #000000;
}

.rd_btn {
    max-width: 441px;
    margin: auto;
}

.rd_btn a.cta.ct-nw {
    padding: 22px 98px 14px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 1.4;
    letter-spacing: 0%;
    text-align: center;
    background: #00AEEF;
}

.rd_btn .ct-nw strong {
    font-family: Nohemi;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 5%;
    text-align: center;
    vertical-align: middle;

    margin-bottom: 5px;
}


/* ambition section */

.ambtns-content {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 322px 143px 130px;
    border-radius: 40px;
}

.ambt-rt {
    max-width: 600px;
    margin-left: auto;
}

.ambt-rt h2 {
    font-weight: 600;
    margin-bottom: 5px;
    color: #fff;
}

.ambtn-inr {
    max-width: 557px;
}

.ambtn-inr p {
    color: #fff;
}

.amt-btn a.cta.blue_cta {
    padding: 19px 34px;
}

/* faq-section */

.faq-ryt .accordion-item {
    border: 1px solid #00000014;
    background: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 25px;

}

.fq-lft h2 {
    font-weight: 600;
    margin-bottom: 10px;
}

.fq-inr {
    max-width: 490px;
}

.fq-inr p {
    font-weight: 300;
}

.fq-inr p a {
    font-weight: 500;
}

.faq-ryt .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.faq-ryt .accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #FFFFFF;
    box-shadow: none;
}

.faq-ryt .accordion-button {
    padding: 43px 37px;
    font-size: 24px;
    font-weight: 500;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;

}

.faq-ryt .accordion-body {
    padding: 0px 37px 30px;
    /* border-top: 1px solid #00000014; */
}

.faq-ryt button.accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.faq-ryt button.accordion-button {
    border-radius: 10px;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) saturate(100%);
}

/* footer section css */
.bg-black {
    background-color: #000000;
}

.white {
    color: #fff !important;
}



.ftr-mid {
    border-top: 1px solid #323232;
    border-bottom: 1px solid #323232;
    padding: 70px 0px;
}

.ftr-btm {
    padding: 49px 0px;
}

.ftr-btm p {
    text-align: center;
    margin-bottom: 0;
}

.main-ftr p,
.main-ftr ul li {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 36px;
    letter-spacing: 2%;
    color: #888888;
}

.main-ftr h6 {
    color: #fff;
    margin-bottom: 12px;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 100%;
    vertical-align: middle;
}

.ftr-logo a {
    display: inline-block;
    max-width: 244px;
}

.main-ftr.ftr-ryt {
    text-align: right;
}

.cht-lnk {
    display: inline-block;
    max-width: 100%;
    padding: 14px 36px;
    background: #38B6FF1C;
    border: 0.8px solid #008BBF;
    border-radius: 70px;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 1.4;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
}

.ftr-img {
    max-width: 54px;
    margin: auto auto 30px;
}


.subscribe-container {
    width: 100%;
    max-width: 347px;
    margin: auto;
}

.subscribe-form {
    display: flex;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.subscribe-form input {
    flex: 1;
    padding: 19px 20px;
    border: none;
    outline: none;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #747474;
}

.subscribe-form input::placeholder {
    color: #747474;
}

.subscribe-form button {
    background-color: #fff;
    border: none;
    padding: 0 20px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 6%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;

}

.subscribe-form button:hover {
    background-color: #000;
    color: #fff;
}

.socl-icn ul {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.socl-icn ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #38B6FF1C;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    border: 0.8px solid #008BBF;
    color: #fff;
}

.cnt-lnk a {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 27px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}


.ftr-top .row>div {
    padding: 102px 0px 86px;
    border-right: 1px solid #323232;
    text-align: center;
}

.subscribe-form input[type="email"] {
    width: 50%;
}

.ftr-top .row>div:last-child {
    border: none;
}

.socl-icn {
    max-width: 100%;
    margin-left: auto;
}

.socl-icn p {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 2%;
    vertical-align: middle;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 15px;
}




.buttonElevate {
    transform: translateY(-10px);
/*    box-shadow: rgba(0, 0, 0, 0.25) 0px 8px 5px -5px;*/
}

.buttonElevate:hover {
    animation: elevate .2s forwards;
}

button.navbar-toggler:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.automate_div .automate_heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.automate_div .automate_heading h2 {
    max-width: 621px;
}

.slider-arrows {
    display: flex;
    gap: 16px;
}

.slider-arrows button {
    background-color: #FFFFFF;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    width: 75px;
    height: 75px;
    border-radius: 100%;
    border: 0.6px solid #002B64;
}



.slider-arrows button img {
    max-width: 20px;
}

/* 
Resources page css */
.banner-sec.inner-banr .inr-text {
    max-width: 1067px;
    margin: 10px auto 0px;
}

.banner-sec.inner-banr .inr-text p {
    margin-bottom: 0;
}

.banner-sec.inner-banr::before {
    display: none;
}

.inner-banr .inner-lnks {
    margin-top: 10px;
}

.inner-banr .inner-lnks ol.breadcrumb {
    margin-bottom: 0;
    justify-content: center;
}

.inner-banr .inner-lnks ol.breadcrumb li {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 34px;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
}

.resource-detl.p_140 {
    padding-top: 0 !important;
}

.banner-sec.inner-banr {
    padding: 90px 0px 112px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #000000;
    content: var(--bs-breadcrumb-divider, "|") !important;
}

.rsc-col {
    border: 1px solid #002B641F;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
}

.rsc-text {
    padding: 30px 25px 36px 35px;
}

.sml-img {
    max-width: 42px;
    margin-bottom: 20px;
}

.tm-date p {
    color: #747474;
    margin-bottom: 0;
}

.tm-btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tm-btm .arw-lnk {
    display: inline-block;
    max-width: 40px;
}

.tm-btm h5 {
    font-family: Nohemi;
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0%;
    margin-bottom: 0;
    color: #000000;
}

.tm-date {
    margin-bottom: 9px;
}

.pagnt-content {
    margin-top: 60px;
    margin-bottom: 20px;
}

.pagnt-content ul.pagination {
    gap: 15px;
    margin: 0;
}


.pagnt-content ul.pagination li.page-item .page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid #002B641F;
    color: #747474;
    background-color: #fff;
}


.pagnt-content ul.pagination li.page-item.active .page-link {
    background: #008BBF;
    color: #fff;
}

.pagnt-content ul.pagination li.page-item .page-link:focus {
    outline: 0;
    box-shadow: none;
}

.resource-detl-content {
    max-width: 1130px;
    margin: auto;
}

.rser-img {
    border-radius: 20px;
    overflow: hidden;
}

.usr-rw {
    display: flex;
    gap: 15px;
    align-items: center;
    margin: 30px 0px 24px;
}

.usr-rw .usr-img {
    max-width: 42px;
}

.usr-title p {
    margin-bottom: 0;
    color: #747474;
}

.rsc-main-text h4 {
    font-family: Nohemi;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
    margin-bottom: 9px;
}

.rsc-main-text {
    max-width: 1104px;
}

.rsc-main-text p {
    color: #747474;
}

.rdrt-inr {
    border-bottom: 1px solid #002B641F;
    padding-bottom: 80px;
    margin-bottom: 68px;
}

.rsc-main-text {
    margin-bottom: 53px;
}

.rdrt-inr .rsc-main-text {
    margin-bottom: 0;
}

.rs-inerimg {
    margin-top: 30px;
    border-radius: 20px;
    overflow: hidden;
    max-width: 1026px;
    margin: 30px auto auto;
}


.rsc-main-text p:last-child {
    margin-bottom: 0;
}

.scl-lnks {
    margin-bottom: 49px;
    display: flex;
    gap: 22px;
    align-items: center;
}

.scl-hd h6 {
    font-weight: 600;
    color: #000;
}

.socil-icn ul {
    display: flex;
    gap: 10px;
}

.socil-icn ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    border: 1px solid #002B641F;
    color: #002B64;
}

.socil-icn ul li a i {
    color: #002B64;
    font-size: 15px;
}

.prs-sld {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #002B641F;
    border-bottom: 1px solid #002B641F;
    padding-top: 22px;
    padding-bottom: 24px;
    margin-top: 80px;
}

.prs_lnk {
    display: inline-flex;
    gap: 16px;
    color: #747474;
}

.prs_lnk.active {
    color: #008BBF;
}

div#nav-tab {
    border-bottom: 1px solid #002B641F;
    padding-bottom: 9px;
    display: flex;
    gap: 24px;
}

div#nav-tab button {
    border: none;
    background: none;
    outline: none;
    padding: 0;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #747474;
}

div#nav-tab button.nav-link.active {
    color: #008BBF;
    font-weight: 700;
}

div#nav-tabContent {
    border-bottom: 1px solid #002B641F;
    padding-bottom: 27px;
    padding-top: 26px;
}

.usr-rws {
    display: flex;
    gap: 21px;
}

.usr-img1 {
    flex: 0 0 7%;
}


.usr-rws .usr-title p {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 0%;
    color: #747474;
    margin-bottom: 8px;
}


.usr-rws .usr-title p strong {
    font-family: Nohemi;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-bottom: 5px;
    color: #000;
}


.usr-rws .usr-title {
    max-width: 607px;
}

.rs-tbas,
.prs-sld,
.scl-lnks {
    max-width: 1078px;
}


/* platform page css */

.banner-content.pltfm-bnr {
    max-width: 100%;
}

.bnr-lft {
    max-width: 626px;
}


/* Progress-based slider styles only */
.progress-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 70px;
    gap: 35px;
    flex-wrap: wrap;
}

.slider-progress {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #000;
    flex: 1;
    gap: 2px;
}

.slider-progress .current-slide {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 29px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.slider-progress .total-slides {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}



.progress-bar {
    width: 100%;
    height: 4px;
    background: #eee;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}

.progress-fill {
    height: 100%;
    width: 25%;
    background: linear-gradient(90deg, #0097b2, #00a3fe);
    transition: width 0.4s ease-in-out;
}


.progress-arrows button {
    background: none;
    border: none;
    cursor: pointer;
    transition: transform 0.2s;
}

.progress-arrows button img {
    filter: invert(1);

}

.automate-icon {
    max-width: 70px;
}

.new_heading {
    max-width: 956px;
    margin: auto auto 40px;
}

.new_heading h2 {
    max-width: 900px;
    margin: auto;
}

.slider_sec.new-prgras .automate_div {
    padding-top: 0 !important;
}

.business_img {
    border-radius: 34px;
    overflow: hidden;
}

.business_div.row .business_img {
    margin-right: 35px;
}


.business_div.revenue.row .business_img {
    margin-right: 0;
    margin-left: 35px;
}

.testimonail-sec.tst-nw .testimonial-content {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px;
    border-radius: 30px;
    overflow: hidden;
}




.testimonail-sec.tst-nw .testimonial-content {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px;
    border-radius: 30px;
    overflow: hidden;
}

.testimonail-sec.tst-nw h2 {
    color: #fff;
}

.testimonail-sec.tst-nw h5 {
    color: #fff;
}

.testimonail-sec.tst-nw .rv-name {
    color: #fff;
}

.testimonail-sec.tst-nw .testimnl-box button.slick-arrow {
    background: #fff;
    border-color: #fff;
}

.testimonail-sec.tst-nw .test-sbtext p {
    color: #fff;
}

.read-sec.plt-rdy {
    padding: 140px 0px;
    margin-top: 0 !important;
}


.partner_sec.new-prts>.automate_div {
    padding-top: 0 !important;
}


.partner_sec.new-prts .slider_sec .animate {
    padding-bottom: 0 !important;
}

.partner_sec.new-prts.p_140 {
    padding-bottom: 0 !important;
}

.sld-rw {
    display: flex;
    width: 100%;
}

.progress-arrows button {
    background: #008BBF;
    width: 58px;
    height: 36px;
    border-radius: 21px;
}

.slider-arrows.progress-arrows {
    max-width: 100%;
    gap: 8px;
}


.partner_sec.new-prts h2 {
    max-width: 762px;
    font-weight: 600;
    margin: auto auto 20px;
}

.slider-txt p {
    color: #747474;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0%;
}

.banner-main-side h1 {
    max-width: 1050px;
    margin: auto;
}


/* bhanu css */

/* pricing-page css start  */
.banner-sec .pricing-btn {
    max-width: 202px;
}

.banner-main-side .banner-pera {
    margin: 0;
    padding-top: 15px;
}

.banner-main-side {
    padding-bottom: 100px;
}

/* find-sec */

.find-sec .find-top h2 {
    text-align: center;
    max-width: 567px;
    margin: auto;
}

.find-box .card-main {
    padding: 40px;
    border: 1px solid #002B641F;
    background: #FFFFFF;
    border-radius: 25px;
}

.find-box .con-card-sec .anc-sec-card {
    background: #00AEEF1F;
    border-radius: 4px;
    display: inline-block;
    transition: all 0.3s ease;
}

.find-box .con-card-sec .anc-sec-card a {
    display: inline-block;
    padding: 14px 28px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #000000;
    transition: all 0.3s ease;
}

/* 🔹 Hover effect */
.find-sec .find-box .con-card-sec .anc-sec-card:hover {
    background: #00AEEF;
}

.find-sec .find-box .con-card-sec .anc-sec-card:hover a {
    color: #FFFFFF;
}


.find-sec .find-box .con-card-sec {
    padding: 30px 0;
    border-bottom: 1px solid #002B641F
}

.find-box .con-card-sec h4 {
    font-family: Nohemi;
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    color: #002B64;
    max-width: 366px;
    padding-top: 26px;
    max-width: 370px;
}

.find-sec .find-box {
    margin-top: 33px;
}

.find-sec .find-box .con-card-sec p {
    color: #747474;
    font-weight: 400;
    font-size: 22px;
    line-height: 34px;
    margin: 0;
}

.find-sec .find-box .card-list-sec li {
    list-style: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    color: #000000;
}

.find-sec .find-box .card-list-sec {
    padding-top: 14px;
}

.find-sec .find-box .card-list-sec ul {
    padding: 0;
    margin: 0;
}

.find-sec .find-box .card-list-sec ul li img {
    width: 17px;
    height: 17px;
}

.find-sec .find-box .card-btn {
    border: 1px solid #002B641F;
    background-color: #FFFFFF;
    border-radius: 5px;
    text-align: center;
    margin-top: 34px;
    padding: 19px;
    transition: all 0.3s ease;
}

.find-sec .find-box .card-btn a {
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    color: #747474;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.find-sec .find-box .card-btn:hover {
    background-color: #002B64;
}

.find-sec .find-box .card-btn:hover a {
    color: #FFFFFF;
}

.find-sec .find-box .blue-btn {
    background: #002B64;
}


.find-sec .find-box .blue-btn a {
    color: #FFFFFF;
}


.find-sec .find-box .blue-btn:hover {
    background-color: #FFFFFF;
    border: 1px solid #002B641F;
}


.find-sec .find-box .blue-btn:hover a {
    color: #747474;
}

.find-sec .card-main {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.find-sec .card-list-sec {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* pricing-page css End  */




/* get-demo page css start  */
/* banner-sec */
.banner-main-side .demo-btn {
    max-width: 231px;
}

/* Book-Demo-section   */
.book-demo-sec .book-demo-main {
    box-shadow: 50px 34px 94px 0px #002B6421;
    border-radius: 30px;
    background: #FFFFFF;
    max-width: 1120px;
    margin: auto;
}

.book-demo-sec .book-demo-main .book-demo-top h1 {
    font-size: 80px;
    line-height: 92px;
    text-align: center;
    margin: 0;
}

.book-demo-sec .book-demo-main .book-demo-top p {
    max-width: 933px;
    margin: auto;
    text-align: center;
    font-family: Inter;
    font-weight: 400;
    font-size: 22px;
    color: #000000;
}


.book-demo-sec .demo-form {
    width: 100%;
    max-width: 100%;
    padding: 51px 80px 0px 80px;
}

.book-demo-sec .demo-form form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* Reduced gap for better spacing */
}

.book-demo-sec .form-row {
    display: flex;
    gap: 30px;
}

.book-demo-sec .demo-form input,
.book-demo-sec .demo-form select {
    width: 100%;
    padding: 20px;
    border: 1px solid #002B641F;
    border-radius: 5px;
    font-size: 16px;
    outline: none;
    font-weight: 400;
    color: #747474;
    background-color: #fff;
    transition: border-color 0.2s;
    appearance: none;
}

.book-demo-sec .select-form {
    position: relative;
    width: 100%;
}

.book-demo-sec .select-form select {
    width: 100%;
    padding-right: 45px;
    cursor: pointer;
}

.book-demo-sec .select-form .select-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    width: 12px;
}

.book-demo-sec .demo-form .form-check {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 10px;
}

.book-demo-sec .demo-form .form-check-input {
    width: 30px;
    height: 30px;
    padding: 0;
}

.book-demo-sec .demo-form .form-check-input:focus {
    border-color: none;
    outline: 0;
    box-shadow: unset;
}

.book-demo-sec .demo-form .form-check .form-check-label {
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    font-family: Inter;
    color: #747474;
}

.book-demo-sec .demo-form .form-check .form-check-label a {
    color: #008BBF;
}



.book-demo-sec .demo-form button {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    text-decoration: none;
    border: none;
    background: #002B64;
    padding: 19px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 40px;
}

/* Hover effect */
.book-demo-sec .demo-form button:hover {
    background-color: #008BBF;
    color: #FFFFFF;
}

.book-demo-sec .book-demo-last {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.book-demo-sec .book-demo-last p {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}

.book-demo-sec .book-demo-last a {
    color: #008BBF;
    text-decoration: underline;
}

/* get-demo page css end */


/* Terms & Conditions -Section start  */

.term-con-banner .term-con-main h1 {
    text-align: center;
}

.term-con-banner {
    background-image: url('../img/trm-bnr-img.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.terms-section {
    padding-top: 70px;
}

.terms-section h3 {
    color: #008BBF;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.5;
    margin: 0;
    margin-bottom: 15px;
}

.terms-section .top-term-sec span {
    font-weight: 500;
    font-size: 22px;
    line-height: 34px;
    color: #747474;
}

.terms-section p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #747474;
    margin: 0;
}

.terms-section .term-main h4 {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.5;
    color: #000000;
}

.terms-section .term-main {
    width: 100%;
    max-width: 1087px;
}

.terms-section .top-term-sec {
    margin-bottom: 53px;
}

.terms-section .top-con-main {
    margin-bottom: 53px;
}

.terms-section .top-con-main ul li {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    color: #747474;
}

.terms-section .last-con-term {
    margin-bottom: 0;
}


/* Terms & Conditions -Section end */

/* privacy-page start  */
.policy-section .top-by-pera {
    padding-top: 10px;
}

.policy-section .term-main .top-con-main ul li strong {
    font-family: Inter;
    font-weight: 500;
    font-size: 22px;
    line-height: 34px;
    color: #747474;
}

.policy-section .term-main .policy-list li {
    margin-bottom: 35px;
}

.policy-section .term-main .first-list {
    margin-bottom: 0 !important;
}

.policy-section .term-main {
    width: 100%;
    max-width: 1142px;
}

.policy-section .term-main .policy-nine {
    max-width: 1097px;
}

.policy-section .term-main .policy-eight {
    max-width: 986px;
}

.policy-section .term-main .policy-seven {
    max-width: 1007px;
}

.policy-section .term-main .policy-five {
    max-width: 1037px;
}

/* privacy-page end  */

.form-check-input {
    appearance: auto !important;
    opacity: 1 !important;
    position: static !important;
    pointer-events: auto !important;
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: middle;
}

.partner_sec.new-prts .slider-txt p {
    max-width: 340px;
}

.automate_div .automate-slide:hover {
    box-shadow: 50px 34px 94px 0px #002B6421;
    border-color: #fff;
}


.image-gller-slider .sld-rw {
    justify-content: space-between;
}

.image-gller-slider .automate-slide-n {
    position: relative;
}

.image-gller-slider .people-txt {
    position: absolute;
    bottom: 20px;
    background-color: #fff;
    width: 90%;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    opacity: 0;
}

.image-gller-slider .designation {
    margin: 0;
}

.image-gller-slider .slick-slide.slick-current.slick-active .people-txt {
    opacity: 1;
}

.image-gller-slider .slider-arrows button {
    background-color: transparent;
    border: 0.6px solid #002B641F;
    color: red;
    height: 70px;
    width: 70px;
    border-radius: 100px;
}

.image-gller-slider .progress-arrows button img {
    filter: unset;
}

.image-gller-slider .new_heading h2 {

    max-width: 621px;
    padding-left: 100px
}

.banner-sec.solu-banr-sec {
    padding-bottom: 100px !important;
}

.insight-text h2 {
    color: #000;
}

.insight-text {
    padding-right: 60px;
}

.insight-section .insight-text p {
    color: #747474;
}

.company-banner-sec .banner-content .banr-btn {
    max-width: 230px;
}

.company-banner-sec .banner-content p {
    max-width: 1067px;
    margin: auto;
}

.content-side {
    max-width: 595px;
}

.content-side p {
    color: #747474;
}

.hpg-ldr-sec.p_140 {
    padding-top: 0 !important;
}

.slider_sec.new-prgras.what-drives .automate_div .automate-slide {
    background: #FFFFFF0D;
    border: 1px solid #FFFFFF1F;
}

.slider_sec.new-prgras.what-drives .automate_div .automate-slide h6 {
    color: #fff;
}

.slider_sec.new-prgras.what-drives h2 {
    color: #00AEEF;
}

.slider_sec.new-prgras.what-drives .automate_div .automate-slider .slick-list::before {
    background-color: #002B64;
}

.slider_sec.new-prgras.what-drives .slider-progress {
    color: #fff;
}

.slider_sec.new-prgras.what-drives .rvw-text {
    color: #fff;
}

.slider_sec.new-prgras.what-drives {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.slider_sec.new-prgras.what-drives .slick-slide.slick-current.slick-active .automate-slide {
    background: #fff;
    box-shadow: 50px 34px 94px 0px #002B6421;
    border-color: #fff;
}

.slider_sec.new-prgras.what-drives .slick-slide.slick-current.slick-active .automate-slide h6 {
    color: #002B64;
}

.slider_sec.new-prgras.what-drives .automate_div .automate-slider .slick-list {
    margin-left: 0;
}

.slider_sec.new-prgras.what-drives .progress-bar {
    background: #FFFFFF0D;
}

.slider_sec.new-prgras.what-drives .progress-fill {
    background: #FFFFFF;
}


.image-gller-slider .slider-controls.progress-controls {
    margin-bottom: 43px;
    margin-top: 0;
}

.testimonail-sec.cmpy-testimo-sec {
    background: rgba(0, 43, 100, 0.02);
}

.image-gller-slider .automate_div .automate-slider .slick-list {
    padding-bottom: 0 !important;
}

.people-txt h6 {
    color: #008BBF;
    font-weight: 600;
    margin-bottom: 9px;
}

.image-gller-slider .designation {
    color: #747474;
}
/* soluition-page start css  */


.solu-banr-sec {
    padding-bottom: 110px;
}

.automation-section-inner {
    margin: 0 auto;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 100px 38px 100px 80px;
    margin-bottom: -367px;
    position: relative;
    overflow: hidden;
}

.automation-section-inner .container-fluid {
    max-width: 1636px;
}

.automation-section-inner .auto-sec-marquee {
    margin-bottom: 80px;
    padding: 0;
}

.automation-section-inner .logos {
    display: flex;
    gap: 95px;
}

.automation-section-inner .logos img {
    height: 25px;
    opacity: 0.8;
    filter: brightness(0.3);
}


.automation-section-inner .content {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.automation-section-inner .image-box {
    flex: 0 0 690px;
    background-color: #00AEEF;
    display: flex;
    justify-content: center;
    padding-block: 61px;
    border-radius: 25px;
}



.automation-section-inner .text-box {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.automation-section-inner .text-box-head {
    display: flex;
    justify-content: center;
}

.automation-section-inner .text-box h3 {
    line-height: 50px;
    color: #00204B;
    max-width: 521px;
    margin-bottom: 5px;

}

.automation-section-inner .text-box h3 span {
    color: #008BBF;
}

.automation-section-inner .text-box p {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    max-width: 711px;
    margin-inline: auto;
    margin-bottom: 30px;
}

.automation-section-inner .stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 20px;
}

.automation-section-inner .stats div {
    background-color: #002B6408;
    border-radius: 8px;
    text-align: center;
    padding: 18px 25px;
    border: 1px solid #002B641F;
}

.automation-section-inner .stats h3 {
    margin-bottom: 2px;
    line-height: 100%;
}

.automation-section-inner .stats p {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    line-height: 100%;
    margin: 0;
}


.automation-section-inner .insight-image img {
    border-radius: 34px;

}

/* solution-blue-sec  */
.solution-blue-sec {
    background: url('../img/blue_bg.png') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 497px;
}

.solution-blue-sec .solution-head {
    text-align: center;
    color: #fff;
}

.solution-blue-sec h2 {
    color: #fff;
}

.solution-blue-sec .solution-head p {
    max-width: 956px;
    margin-inline: auto;
}

.solution-blue-sec .lwr-img-content {
    margin-top: 130px;
    color: white;
}

.solution-blue-sec .lwr-img-content .col-md-6 {
    padding: 0;
}

.solution-blue-sec .lwr-img-content .image-side img {
    border-radius: 34px;
}

.solution-blue-sec .lwr-img-content .lwr-rgt-solu {
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.solution-blue-sec .lwr-img-content .sol-icons {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 15px;

}


.solution-blue-sec .lwr-img-content .feature {
    display: flex;
    gap: 15px;
    align-items: center;
}

.solution-blue-sec .lwr-img-content .sol-circle {
    height: 60px;
    width: 60px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.solution-blue-sec .lwr-img-content .feature p {
    max-width: 440px;
}

/* insight-sec  */
.insight-section .row {
    padding-inline: 70px;
}

.insight-section .insight-text p {
    max-width: 588px;
}

.insight-section .insight-image img {
    border-radius: 34px
}

.insight-section .insight-text p {
    max-width: 100%;
}

/* soluition-page end css  */

/* company css start  */
.upr-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.upr-btn h2 {
    max-width: 655px;
    text-align: center;
}


.hpg-ldr-sec .upr-btn h2 span {
    color: #008BBF;
}

.hpg-ldr-sec .help-ldr-lwr {
    margin-top: 30px;
}

.hpg-ldr-sec .help-ldr-lwr .content-side {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hpg-ldr-sec .help-ldr-lwr .content-side h2 {
    color: #000;
}

.hpg-ldr-sec .help-image-side img {
    border-radius: 34px;
}


/* why-choose-section  css start */

.why-choose-inner h2 {
    text-align: center;
    max-width: 642px;
    margin-inline: auto;
    margin-bottom: 30px;

}

.why-choose-inner h2 span {
    color: #008BBF;
}

.why-choose-inner .growth-section .content {
    flex: 1;
}

.growth-section .image-container img {
    border-radius: 34px;
    width: 100%;
}

.growth-section .content{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.growth-section .content h3 {
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    max-width: 570px;
}


.why-choose-inner .growth-section .content p {
    line-height: 1.6;
    max-width: 570px;
}

 .growth-section .benefits {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}


 .growth-section .benefits li span {
    color: #007bff;
    margin-right: 10px;
    font-size: 1.2rem;
}

 .growth-section .image-container {
    flex: 1;
    text-align: right;
}

.why-choose-inner .growth-section .image-container img {
    border-radius: 34px;
}
.growth-section .icons-side {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

 .growth-section .icons-cont {
    display: flex;
    align-items: center;
    gap: 15px;
}

 .growth-section .content-side p {
    margin: 0;
}

.growth-section .content-side .head {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
}


 .growth-section .content-side .lwr-line {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}
/* why-choose-section  css end */



/* img-section  css start */
.image-section .image-sec-inner {
    background-image: url(../img/img-section1.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    background-color: #082B55;
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
}


.image-section .image-main {
    text-align: right;
    margin-left: auto;
    text-align: left;
    padding: 300px 0 130px 0px;
}

.image-section .image-main h2 {
    color: #FFFFFF;
    max-width: 645px;
    text-align: left;
}

.image-section .image-main p {
    color: #FFFFFF;
    max-width: 517px;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
}

.image-section .image-anc .anc-cta {
    background: #00AEEF;
}

.image-section .image-anc .anc-cta:hover {
    background-color: #002B64;
}

/* img-section  css end */


/* login page css */

.banner-sec.inner-banr.login-bnr {
    padding: 72px 0px 60px;
}

.banner-sec.inner-banr.login-bnr .banr-btn {
    max-width: 202px;
}
.book-demo-sec.login-sec {
    padding-top: 0 !important;
}


.login-sec .password-field {
  position: relative;
}

.login-sec .toggle-password {
    position: absolute;
    right: 24px;
    top: 50%;
    font-size: 18px;
    color: #000000;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s ease;
    transform: translateY(-50%);
}

.login-sec .toggle-password:hover {
  opacity: 1;
}

.login-sec .form-rowt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}

.login-sec .forgot-password {
    color: #000;
    text-decoration: none;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}

.login-sec .form-check-input {
  width: 18px;
  height: 18px;
  border: 2px solid #fff; 
  border-radius: 4px;        
  cursor: pointer;
  accent-color: #002B64;      
}

.login-sec .form-check-input:checked {
  background-color: #002B64;  
  border-color: #002B64;      
}

.login-sec .book-demo-last.bkl1 {
    justify-content: center;
    margin-top: 2px;
}


.book-demo-sec.login-sec .book-demo-top p {
    margin-top: 18px;
}



.book-demo-sec .demo-form .form-row p {
    display: flex;
    gap: 10px ;
    margin-bottom:0;
}
.book-demo-sec .demo-form p{
    margin-bottom:0;  
}
.book-demo-sec .demo-form .form-check {
    padding-left:0;
}
.book-demo-sec .demo-form  .form-check p{
    display:flex;
    align-items:center;
}
.book-demo-sec .demo-form  .form-check label {
    display:flex;
    gap:10px;
    align-items:center;
}
.book-demo-sec .demo-form button {
    width:100%;
}

.book-demo-sec .form-check label input[type="checkbox"] {
    width: 20px !important;
}

.book-demo-sec .form-check label input[type="checkbox"] {
    appearance: auto;
    height: 30px;
    width: 30px;

}

.email-com p {
    display: flex;
    flex-direction: column;
}


.book-demo-sec .demo-form .wpcf7-form-control.wpcf7-submit.has-spinner.cta {
    background: #002B64;
    color: #FFFFFF;
    transition: 0.2s ease-in-out;
}

.book-demo-sec .demo-form .wpcf7-form-control.wpcf7-submit.has-spinner.cta:hover {
    background: #FFFFFF;
    color: #000;
}

.book-demo-sec .demo-form .remember-me {
    padding-left: 25px;
}

.fq-inr.size22 a {
    color: #002b64;
}
.fq-inr.size22 a:hover {
    color: #00aeef;
}

.find-sec .find-box .card-btn:hover {
    background-color: #002B64;
    color: #fff;
}

.sorry-page p {
    max-width: 765px;
}

.sorry-page h1 {
    line-height: 1.2;
}