@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Lato', sans-serif;
}


img {
    width: 100%;
}

header {
    position: sticky;
    top: 0;
    z-index: 100;
}

header .custom-nav {
    background-color: #F8F9FE;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
}

header .custom-nav .logo-inn {}

header .custom-nav .logo-inn a {}

.custom-nav .logo-inn a img {}

header .custom-nav .logo-inn .navbar-toggler {}

.custom-nav .logo-inn .navbar-toggler span {}

header .custom-nav .navbar-collapse {
    justify-content: end;
}

header .custom-nav .navbar-collapse .navbar-list {
    /* width: 34%; */
}

header .custom-nav .navbar-collapse .navbar-list .navbar-nav {}

header .custom-nav .navbar-collapse .navbar-list .navbar-nav .nav-item {}

header .custom-nav .navbar-collapse .navbar-list .navbar-nav .nav-item .nav-link.active {
    color: #fc2841;
}

header .custom-nav .navbar-collapse .navbar-list .navbar-nav .nav-item .nav-link {
    color: #333333;
    padding: 0px 20px;
    font-weight: 500;
}

header .custom-nav .navbar-collapse .get_btn {
}
/* header .custom-nav .navbar-collapse .get_btn a{background: #026fd3;} */


header .custom-nav .navbar-collapse .get_btn button {
    background: linear-gradient(135deg, #ee2339, #e04253);
    display: flex;
    align-items: center;
    padding: 6px 20px;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
}

header .custom-nav .navbar-collapse .get_btn button a {
    color: #fff;
    text-decoration: none;
}

header .custom-nav .navbar-collapse .get_btn button span {
    /* width: 21px; */
    /* height: 21px; */
    margin-left: 0px;
    /* fill: #fff; */
    font-size: 20px;
}

.banner_sec {
   position: relative;
   height: 80vh;
   /* overflow: hidden; */
   background: #040444;
}

.banner_sec .main-sec {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 618px;
    overflow: hidden;
    z-index: -1;
}

.banner_sec .main-sec img {
    object-fit: cover;
    width: 100%;
}

.banner_sec .banner-info {
    width: 68%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 80px 0px 45px;
    z-index: 1;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.banner_sec .banner-info .img-heading {
    width: 50%;
}

.banner_sec .banner-info .img-heading h1, 
.banner_sec .banner-info .img-heading h2{
    font-size: 60px;
    color: #fff;
    line-height: 62px;
}

.banner_sec .banner-info .img-heading h2 span {
    font-size: 48px;
    background: -webkit-linear-gradient(64deg, #00BAFD 10%, #016ACA 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner_sec .banner-info .img-heading p {
    color: #ee2339;
    font-size: 40px;
    margin-bottom: 24px;
    font-weight: 800;
}
.banner_sec .banner-info .img-heading .ai-answer p {
    color: #ffff;
    font-size: 16px;
    font-weight: normal;
}
/* PARTICLES CANVAS */
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    /* background: linear-gradient(353deg, #052953, #051937); */
}

#typing-text {
    color: #ff6600;
    border-right: 2px solid #ff6600;
    padding-right: 5px;
    white-space: nowrap;
}

.banner_sec .banner-info .img-heading .hero-exp {
    gap: 40px;
    display: flex;
}

.banner_sec .banner-info .img-heading .hero-exp h3 {
    color: #fff;
    font-size: 34px;
    margin: 0;
    font-weight: 700;
}

.banner_sec .banner-info .img-heading .hero-exp p {
    font-size: 19px;
    color: #ffffff;
    font-weight: 300;
}

.banner_sec .banner-info .img-heading a {
    text-decoration: none;
}

.banner_sec .banner-info .img-heading a button {
    background: #016ACA;
    color: #fff;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.banner_sec .banner-info .img-heading a button svg {
    width: 19px;
    height: 19px;
    fill: #fff;
    transform: rotate(90deg);
    margin-left: 9px;
}
.banner_sec .banner-info .login-card {
 width: 35%;
}

.login-card {
    background: #fff;
    padding: 34px 30px;
    border-radius: 23px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.login-card h3 {
    font-weight: 700;
    text-align: left;
    margin-bottom: 5px;
    font-size: 22px;
}

.login-card h3 span {
    font-weight: 700;
    color: #007bff;
}

.login-card h3 span.red {
    color: #ff3b3b;
}

.login-card p {
    text-align: left;
    color: #666;
    font-size: 16px;
    margin-bottom: 15px;
}

.banner_sec .banner-info .tabs {
    display: flex;
    /* justify-content: space-around; */
    /* border-bottom: 1px solid #ddd; */
    margin-bottom: 15px;
    gap: 24px;
}

.tabs button {
    background: none;
    border: none;
    padding: 10px 0;
    font-weight: 600;
    cursor: pointer;
    color: #555;
    transition: 0.3s;
}

.tabs button.active {
    color: #007bff;
    /* border-bottom: 2px solid #007bff; */
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.form-group {
    margin-bottom: 15px;
    position: relative;
}

.form-group span {
    position: absolute;
    top: 1px;
    left: 12px;
    font-size: 22px;
}

.form-group input {
    width: 100%;
    padding: 10px 42px;
    border: 1px solid #aeaeae;
    border-radius: 6px;
    font-size: 14px;
    background: none !important;
    outline: none;
}

.form-group .form-select {
    width: 100%;
    padding: 10px 52px;
    border: 1px solid #aeaeae;
    border-radius: 6px;
    font-size: 14px;
    /* background: none !important; */
    outline: none;
    }

.btn_rem {

    display: flex;

    justify-content: end;

    align-items: center;

    margin-bottom: 15px;
}

.btn_rem button {
    /* width: 30%; */
    background: #007bff;
    background: linear-gradient(135deg, #ee2339, #e04253);
    color: white;
    border: none;
    padding: 8px 11px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    font-size: 17px;
}

.btn_rem label {
    color: #016ACA;
}

.banner_sec .banner-info .footer-text {}

.banner_sec .banner-info .footer-text p {

    margin: 0;

    color: #333333;

    font-size: 14px;

    font-weight: 500;
}

.banner_sec .banner-info .footer-text a {
    color: #EE2339;
    text-decoration: none;
}

.banner_sec .banner-info .footer-text .sign {
    color: #016ACA;
}

.about-sec {
    padding: 80px 0px;
}

.about-sec .about-inn {
    margin-bottom: 45px;
}

.about-sec .about-inn h2 {
    font-size: 32px;
    font-weight: bold;
}

.about-sec .about-inn h2 span {
    color: #016ACA;
}

.about-sec .about-inn h2 span.red {
    color: #D31B1A;
}

.about-sec .about_info {}

.about-sec .about_info .about-dex {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.about-sec .about_info .about-dex .about_list {}

.about-sec .about_info .about-dex .about_list p {

    font-size: 14px;

    font-weight: 400;

    color: #4A4A4A;

    line-height: 23px;
}

p {}

.about-sec .about_info .about-dex .about_tools {}

.about-sec .about_info .about-dex .about_tools ul {

    padding: 0;

    list-style: none;

    display: flex;

    flex-wrap: wrap;
}

.about-sec .about_info .about-dex .about_tools ul li {

    width: 47%;

    padding: 7px 7px;
}

.about-sec .about_info .about-dex .about_tools ul li .listing_tool {}

.about-sec .about_info .about-dex .about_tools ul li .listing_tool {

    box-shadow: 0px 0px 12px #ebebeb;

    display: flex;

    align-items: center;

    justify-content: left;

    padding: 12px 16px;

    border-radius: 8px;
}

.about-sec .about_info .about-dex .about_tools ul li .listing_tool .icon {

    width: 36px;

    height: 36px;

    background: #EFF6FF;

    border-radius: 8px;

    display: flex;

    align-items: center;

    justify-content: center;
}

.about-sec .about_info .about-dex .about_tools ul li .listing_tool .iconred {

    width: 36px;

    height: 36px;

    background: #FDF2F8;

    border-radius: 8px;

    display: flex;

    align-items: center;

    justify-content: center;
}

.about-sec .about_info .about-dex .about_tools ul li .listing_tool .iconflight {

    width: 36px;

    height: 36px;

    background: #F2FBFD;

    border-radius: 8px;

    display: flex;

    align-items: center;

    justify-content: center;
}

.about-sec .about_info .about-dex .about_tools ul li .listing_tool .iconbook {

    width: 36px;

    height: 36px;

    background: #FAF5FF;

    border-radius: 8px;

    display: flex;

    align-items: center;

    justify-content: center;
}

.about-sec .about_info .about-dex .about_tools ul li .listing_tool .iconcustomer {

    width: 36px;

    height: 36px;

    background: #fff2e1;

    border-radius: 8px;

    display: flex;

    align-items: center;

    justify-content: center;
}

.about-sec .about_info .about-dex .about_tools ul li .listing_tool .iconcustomer svg {
    transform: rotate(1deg);
    width: 20px;
    height: 20px;
}

.about-sec .about_info .about-dex .about_tools ul li .listing_tool .icon svg {

    width: 20px;

    height: 20px;

    fill: #016aca;

    font-weight: bold;
}

.about-sec .about_info .about-dex .about_tools ul li .listing_tool .icon-heading {

    margin-left: 10px;
}

.about-sec .about_info .about-dex .about_tools ul li .listing_tool .icon-heading p {

    margin: 0px;

    font-weight: 500;
}


.plan-section {}

.plan-section .head {}

.plan-section .head h3 {}

.plan-section .head p {}

.plan-section .plan-set {
    border: #1473bd 1px solid;
}

.plan-section .plan-set .price-info {
    text-align: center;
    background: linear-gradient(135deg, #1c4da0, #00caff);
    padding: 12px 0px;
    color: #fff;
}

.plan-section .plan-set .price-info h4 {
    font-weight: 100;
    font-size: 28px;
    margin: 0;
}

.plan-section .plan-set .price-info p {
    margin: 0;
    font-size: 26px;
    font-weight: 700;
}

.plan-section .plan-set ul {
    padding: 8px 22px;
}

.plan-section .plan-set ul li {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.plan-section .plan-set ul li span {
    color: #167424;
    font-size: 19px;
    margin-right: 13px;
}

.plan-section .plan-set ul li .mdi-close-circle-outline {
    color: #ff0000;
}

.plan-section .plan-book {
    text-align: center;
    padding: 14px 0px;
}

.plan-section .plan-book a {
    display: inline-block;
    text-decoration: none;
    background: linear-gradient(135deg, #ff0000, #e10056);
    color: #fff;
    padding: 8px 33px;
    font-size: 17px;
    border-radius: 4px;
}



.featur_sec {
    background: linear-gradient(120deg, #a7b5d0 0%, #f1ead5 30%, #bddfe4 100%);
    padding: 37px 0px 37px;
}

.featur_sec .about-inn {
    margin-bottom: 40px;
}

.featur_sec .about-inn h2 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
.featur_sec .about-inn h3 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.featur_sec .about-inn h2 span {
    color: #016ACA;
}
.featur_sec .about-inn h3 span {
    color: #016ACA;
}

.featur_sec .about-inn h2 .red {
    color: #D31B1A;
}
.featur_sec .about-inn h3 .red {
    color: #D31B1A;
}


.featur_sec .about-inn p {
    color: #4A4A4A;
    text-align: center;
}

.featur_sec .feature_inn {
    display: flex;
    gap: 18px;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px #BEBEBEB2;
    padding: 20px 20px;
    border-radius: 11px;
    height: 270px;
    position: relative;
    min-height: 270px;
}

.featur_sec .feature_inn .feature_img {
    width: 57px;
}

.featur_sec .feature_inn .feature_img img {}

.featur_sec .feature_inn .feature_heading {}

.featur_sec .feature_inn .feature_heading h2 {font-size: 18px;font-weight: 700;color: #016ccc;}

.featur_sec .feature_inn .feature_heading p {
    margin: 0;
    font-size: 15px;
}

.featur_sec .feature_inn .feature_heading a {
    color: #d51b1a;
    text-decoration: none;
    /* background: #d31b1a; */
    color: #e00707;
    /* padding: 3px 8px 5px; */
    font-size: 15px;
    border-radius: 10px;
    position: absolute;
    bottom: 13px;
    font-weight: 500;
}

.featur_sec .read_more {
    display: flex;
    justify-content: center;
    text-decoration: none;
}

.featur_sec .read_more button {
    background: #016ACA;
    border: navajowhite;
    padding: 12px 20px;
    color: #fff;
    border-radius: 8px;
}

.featur_sec .extra-features {
    margin: 0;
}

.our_products {
    padding: 90px 0px;
    position: relative;
}

.our_products .bc-i {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    opacity: 0.1;
    width: 29%;
}

.our_products .produst_head {
    margin-bottom: 50px;
}

.our_products .produst_head h5 {
    color: #fc2841;
    font-size: 16px;
    letter-spacing: 1px;
}

.our_products .produst_head h2 {
    font-weight: 700;
    font-size: 35px;
}

.our_products .produst_head h2 span {

    color: #016ACA;
}

.our_products .produst_head h2 span.red {
    color: #EE2339;
}

.our_products .produst_head p {
    color: #8b8b8b;
    font-size: 18px;
}

.our_products .product_list {}

.our_products .product_list ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 0px;
    margin: 0;
    list-style: none;
}

.our_products .product_list ul li {
    width: 50%;
    padding: 6px 5px;
}

.our_products .product_list ul li .product_tool {
    display: flex;
    align-items: center;
    box-shadow: 0px 2px 5px #00000021;
    padding: 4px 6px;
    border-radius: 8px;
    background: #e5e5ff;
    border: #bbbbff 1px solid;
}

.our_products .product_list ul li .product_tool .icon {
    width: 60px;
    height: 60px;
    background: #F2FBFD;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-right: 11px;
}

.our_products .product_list ul li .product_tool .icon img {
    width: 37px;
}

.our_products .product_list ul li .product_tool .icon_head {}

.our_products .product_list ul li .product_tool .icon_head p {
    margin: 0;
    font-weight: 500;
    line-height: 19px;
    font-size: 15px;
}

.our_products .product_img {
    position: relative;
    z-index: 2;
}

.our_products .product_img img {}

.our_crm {
    background: linear-gradient(120deg, #EEF0F4 0%, #F6F3EB 30%, #EAF5EF 100%);
    padding: 50px 0px;
}

.our_crm .crm_head {
    text-align: center;
}

.our_crm .crm_head h2 {
    font-size: 32px;
    font-weight: bold;
}

.our_crm .crm_head h2 span {
    color: #016ACA;
}

.our_crm .crm_head h2 span.red {
    color: #EE2339;
}

.our_crm .crm_head p {
    font-size: 13px;
}

.our_crm .register_btn {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.our_crm .register_btn a {}

.our_crm .register_btn a button {
    background: #016ACA;
    padding: 12px 20px;
    border-radius: 10px;
    border: none;
    color: #fff;
}

.our_crm .crm_img {
    position: relative;
}

.our_crm .crm_img img {}

.our_crm .crm_img svg {
    position: absolute;
    top: 48%;
    left: 48%;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
}

.our_started {
    padding: 50px 0px;
}

.our_started p {
    text-align: center;
    text-transform: lowercase;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
}

.our_started h2 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.our_started span {
    color: #016ACA;
}

.our_started span.red {
    color: #EE2339;
}

.our_started .started_inn {

    background: #333333;

    padding: 21px 35px;

    display: flex;

    flex-direction: column;

    gap: 26px;

    border-top-left-radius: 10px;

    border-bottom-left-radius: 10px;
}

.our_started .started_inn .inn_img {

    width: 65px;

    height: 65px;
}

.our_started .started_inn .inn_img img {}

.our_started .started_head {}

.our_started .started_head h2 {

    text-align: left;

    color: #fff;

    font-size: 20px;

    font-weight: 300;

    margin: 0;
}

.our_started .started_btn {}

.our_started .started_btn a {}

.our_started .started_btn a button {

    border: none;

    background: none;

    color: #fff;

    font-size: 20px;
}

.our_started .started_btn a button svg {

    fill: #fff;
}

.our_started .use_distri {

    background: #EE2339;

    padding: 21px 35px;

    display: flex;

    flex-direction: column;

    gap: 26px;
}

.our_started .use_distri .use_inn {

    width: 65px;

    height: 65px;
}

.our_started .use_distri .use_inn img {}

.our_started .use_distri .use_head {}

.our_started .use_distri .use_head h2 {

    text-align: left;

    color: #fff;

    font-size: 20px;

    font-weight: 300;

    margin: 0;
}

.our_started .use_distri .use_btn {}

.our_started .use_distri .use_btn a {}

.our_started .use_distri .use_btn a button {

    border: none;

    background: none;

    color: #fff;

    font-size: 20px;
}

.our_started .use_distri .use_btn a button svg {

    fill: #fff;
}

.our_started .supplier_sec {

    background: #016ACA;

    padding: 21px 35px;

    border-top-right-radius: 10px;

    border-bottom-right-radius: 10px;

    gap: 26px;

    display: flex;

    flex-direction: column;
}

.our_started .supplier_sec .supplier_inn {

    width: 65px;

    height: 65px;
}

.our_started .supplier_sec .supplier_inn img {}

.our_started .supplier_sec .supplier_head {}

.our_started .supplier_sec .supplier_head h2 {

    text-align: left;

    color: #fff;

    font-size: 20px;

    font-weight: 300;

    margin: 0;
}

.our_started .supplier_sec .use_btn {}

.our_started .supplier_sec .use_btn a {}

.our_started .supplier_sec .use_btn a button {

    border: none;

    background: none;

    color: #fff;

    font-size: 20px;
}

.our_started .supplier_sec .use_btn a button svg {

    fill: #fff;
}

.our_businee {
    padding: 40px 0px;
}

.our_businee .business_inn {
    margin-bottom: 25px;
}

.our_businee .business_inn p {
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: lowercase;
}

.our_businee .business_inn h2 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.our_businee .business_inn span {
    color: #016ACA;
}

.our_businee .business_inn span.red {
    color: #EE2339;
}

.our_businee .slider-one {}

.our_businee .slider-one .item {background: #EEF6FF;padding: 16px 29px;border-radius: 11px;height: 228px;}

.our_businee .slider-one .item .item-info {

    display: flex;

    justify-content: left;

    margin-bottom: 17px;

    align-items: center;
}

.our_businee .slider-one .item .item-info .icon_img {width: 45px;height: 45px;border-radius: 120px;overflow: hidden;margin-right: 13px;}

.our_businee .slider-one .item .item-info .icon_img img {}

.our_businee .slider-one .item .item-info .item-head {}

.our_businee .slider-one .item .item-info .item-head h2 {

    font-size: 21px;

    margin: 0;
}

.our_businee .slider-one .item .item-info .item-head p {

    margin: 0;

    font-size: 14px;

    font-weight: 400;
}

.our_businee .slider-one .item .item_content {}

.our_businee .slider-one .item .item_content p {
    color: #333333;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
}

.our_faq {
    padding: 40px 0px;
}

.our_faq .faq_inn {
    margin-bottom: 20px;
}

.our_faq .faq_inn h2 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.our_faq .faq_inn span {
    color: #016ACA;
}

.our_faq .faq_inn span.red {
    color: #EE2339;
}

.our_faq .my-acc {}

.our_faq .my-acc .accordion-item {
    border: none;
    margin-bottom: 10px;
    overflow: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-radius: 10px;
}

.accordion-item {}

.our_faq .my-acc .accordion-item .accordion-header {
    border-bottom: none;
    position: relative;
    padding: 0px 0px;
}

.our_faq .my-acc .accordion-item .accordion-header .accordion-button {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding-right: 40px;
    position: relative;
    padding: 10px 11px;
    color: #000;
    font-weight: 500;
    font-size: 16px;
}

.our_faq .my-acc .accordion-item .accordion-header .accordion-button::after {
    display: none !important;
}


.our_faq .my-acc .accordion-item .accordion-header .accordion-button::before {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s ease;
    color: #000;
}


.our_faq .my-acc .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
    transform: translateY(-50%) rotate(180deg);
    color: #000000;
}


.our_faq .my-acc .accordion-item .accordion-collapse {}

.our_faq .my-acc .accordion-item .accordion-collapse .accordion-body {

    padding: 7px 11px;
}

.our_faq .my-acc .accordion-item .accordion-collapse .accordion-body p {

    color: #4A4A4A;

    font-size: 16px;
}

.accordion-item.active,
.accordion-item:has(.accordion-collapse.show) {
    background: linear-gradient(to right, #EEF6FF, #F6F3EB);
    color: #fff;
}


.our_footer {
    background-color: #EEF6FF;
    padding: 50px 0px;
}

.our_footer .footer_info {}


.our_footer .footer_info img {

    width: 50%;
}

.our_footer .footer_info p {}

.our_footer .footer_info p i {

    padding-right: 10px;
}

.our_footer .footer_info a {
    text-decoration: none;
    color: #000;
    line-height: 30px;
}

.our_footer .footer_info a i {

    padding-right: 28px;
}

.our_footer .footer_info h4 {

    font-size: 16px;

    color: #ea2d42;
}

.our_footer .footer_info ul {
    padding: 0;
    margin: 0;
    list-style: none;

}

.our_footer .footer_info ul li {
    line-height: 31px;
}

.our_footer .footer_info ul li a {
    font-size: 14px;
}

.our_footer .footer_info .social_links {
    display: flex;
}

.our_footer .footer_info .social_links a {
    margin-right: 9px;
}

.our_footer .footer_info .social_links a img {
    width: 25px;
}

.services-marquee {
    width: 100%;
    overflow: hidden;
    background: linear-gradient(90deg, #016aca, #00417c, #016aca);
    padding: 12px 0;
    position: relative;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: scroll 20s linear infinite;
}

.marquee-track span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0 23px;
    padding: 12px 0px;
    /* background: rgba(255,255,255,0.08); */
    border-radius: 40px;
    white-space: nowrap;
    /* box-shadow: 0 4px 15px rgba(0,0,0,0.4); */
    transition: transform 0.3s ease, background 0.3s ease;
}
.marquee-track span img{
    width: 30px;
}

/* .marquee-track span:hover {
  background: #ffb703;
  color: #000;
  transform: scale(1.1);
} */

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

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

.hero {
    background: linear-gradient(135deg, #0d6efd, #003eaa);
    color: #fff;
    padding: 90px 0;
}

.customer-logos {
    /* background: linear-gradient(135deg, #0c1592, #0a0d5e); */
    background: #eef6ff;
}

.customer-logos .head {
    text-align: center;
    padding: 12px 0px;
}

.customer-logos .head h2 {
    font-weight: 300;
    font-size: 37px;
    color: #31408e;
}

.customer-logos .head h3 {
    font-weight: 700;
    font-size: 35px;
    color: #ee2339;
}

.customer-logos .head p {
    font-size: 18px;
    color: #414141;
}

.customer-logos img {
    /* max-height: 70px; */
    /* opacity: 0.7; */
    transition: all 0.3s ease;
}

.customer-logos img:hover {
    opacity: 1;
    transform: scale(1.1);
}

.customer-logos .logo-item {

    padding: 0px 16px;

    height: 88px;

    align-items: center;

    display: flex;

    background: #fff;

    justify-content: center;

    border-radius: 12px;

    border: #e2e2e9 1px solid;
}

.customer-logos .logo-item img {}

.customer-logos .extra-info {
    text-align: center;
    background: #016aca;
    padding: 6px 0px;
    border-radius: 6px;
}

.customer-logos .extra-info p {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
}



.button-action {
    margin-top: 26px;
    /* text-align: center; */
}

.button-action .btn1 {
    background: linear-gradient(135deg, #ee2339, #e04253);
    color: white;
    border: none;
    padding: 10px 22px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    border: #ffffff00 1px solid;
    margin-right: 6px;
}

.button-action .btn2 {
    /* background: linear-gradient(135deg, #ee2339, #e04253); */
    color: white;
    border: none;
    padding: 10px 22px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    border: #fff 1px solid;
}

.button-action .btn2:hover {
    /* background: linear-gradient(135deg, #ee2339, #e04253); */
    color: #030343;
    border: #fff 1px solid;
    background: #ffffff;
}

.web_banner {
    background: linear-gradient(180deg, #016cce, #1c4e7d);
    padding: 74px 0px;
}

.web_banner .web_inn {
    /* text-align: center; */
}

.web_banner .web_inn .web_head {
    text-align: left;
}

.web_banner .web_inn .web_head h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

.web_banner .web_inn .web_head h1 {
    font-size: 46px;
    font-weight: 700;
    color: #ffffff;
}
.web_banner .web_inn .web_head p, 
.web_banner .web_inn .web_head .ai-answer p{
    color: #ffff;
    font-size: 16px;
    font-weight: normal;
}
.web_banner .web_inn .protal_web {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0px;
}

.web_banner .web_inn .protal_web ul {
    padding: 0;
    display: flex;
    justify-content: space-around;
    margin: 0;
}

.web_banner .web_inn .protal_web ul li {
    list-style: none;
}

.web_banner .web_inn .protal_web ul li:nth-child(1) {padding: 0px 0;/* border-radius: 50px; */width: 27%;margin-right: 8px;border-right: 3px solid #ccc;}

.web_banner .web_inn .protal_web ul li:nth-child(2) {
    padding: 0px 0px;
    /* border-radius: 50px; */
    width: 30%;
    margin-right: 8px;
    border-right: 3px solid #ccc;
}

.web_banner .web_inn .protal_web ul li:nth-child(3) {

    padding: 0px 0;

    border-radius: 50px;

    width: 40%;
}

.web_banner .web_inn .protal_web ul li a {
    font-size: 17px;
    color: #fffdfd;
    text-decoration: none;
    font-weight: 600;
}

.solution-sec {
    padding: 30px 0px;
}

.solution-sec .solu-inn {}

.solution-sec .solu-inn .solu-head {}
.solution-sec .solu-inn .solu-head h2{
      font-size: 30px;
    font-weight: 700;
    color: #016ccf;
    margin-bottom: 20px;
}
.solution-sec .solu-inn .solu-head h2 span{
         font-size: 30px;
    font-weight: 700;
    color: #da3621;
}
.solution-sec .solu-inn .solu-head h3 {
    font-size: 30px;
    font-weight: 700;
    color: #016ccf;
    margin-bottom: 20px;
}

.solution-sec .solu-inn .solu-head h3 span {
    font-size: 30px;
    font-weight: 700;
    color: #da3621;
}

.solution-sec .solu-inn .solu-head p {
    font-size: 16px;
    font-weight: 400;
}

.solution-sec .solu-inn .solu-btn {

    margin-top: 27px;
}

.solution-sec .solu-inn .solu-btn a {

    background: #026fd3;
    padding: 8px 14px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.why-us-blogs {
    padding: 70px 20px;
    background: #f8fafc;
    font-family: Arial, sans-serif;
}

.why-us-blogs .blogs-head {

    text-align: center;
}

.why-us-blogs .blogs-head h2 {
    font-size: 34px;
    margin-bottom: 10px;
    color: #016aca;
    font-weight: 700;
}
.why-us-blogs .blogs-head h3 {
    font-size: 34px;
    margin-bottom: 10px;
    color: #016aca;
    font-weight: 700;
}

.why-us-blogs .blogs-head h2 span {
    font-size: 34px;
    margin-bottom: 10px;
    color: #ef2339;
    font-weight: 700;
}
.why-us-blogs .blogs-head h3 span {
    font-size: 34px;
    margin-bottom: 10px;
    color: #ef2339;
    font-weight: 700;
}

.why-us-blogs .blogs-head p {
    color: #64748b;
    margin-bottom: 27px;
}

.why-us-blogs .blog-card {
    background: #ffffff;
    padding: 15px;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    text-align: left;
    transition: all 0.3s ease;
    height: 274px;
}

.blog-card h3 {
    font-size: 17px;
    margin-bottom: 6px;
    color: #016ac9;
    font-weight: 600;
}

.blog-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #282828;
}

.con_banner {
    background: linear-gradient(180deg, #456bea, #031c72);
    padding: 100px 0px;
}

.con_banner .web_inn {}

.con_banner .web_inn .web_head {}

.con_banner .web_inn .web_head h2 {
    text-align: center;
    font-size: 40px;
    color: #fff;
}

.contact_section {
    background: #f8f9fb;
}

.contact_left,
.contact_form {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.contact_left h3,
.contact_form h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact_left p {
    color: #555;
    margin-bottom: 20px;
}

.contact_info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact_info li {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 15px;
}

.contact_info i {
    color: #0d6efd;
    font-size: 18px;
    margin-top: 3px;
}

.contact_info a {
    color: #000;
    text-decoration: none;
}

.map_box iframe {
    width: 100%;
    height: 250px;
    border: 0;
    border-radius: 10px;
    margin-top: 15px;
}

/* FORM */
.contact_form label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
    color: #333;
}

.contact_form .form-control {
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 14px;
}

.contact_form .btn {
    padding: 12px;
    font-size: 16px;
    border-radius: 8px;
}

@media screen and (max-width: 1600px) {
    .banner_sec .banner-info {
        width: 90%;
    }
}

@media screen and (max-width: 1366px) {
    .banner_sec .banner-info {
        width: 88%;
    }
}


@media screen and (max-width: 768px) {
    header .custom-nav .logo-inn {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .banner_sec .main-sec img {
        object-fit: cover;
        width: 100%;
        height: 635px;
    }

    .banner_sec .main-sec {

        height: inherit;

    }

    .banner_sec .banner-info .img-heading h2 {
        font-size: 27px;
        color: #fff;
        line-height: 37px;
    }

    .banner_sec .banner-info .img-heading p {
        font-size: 25px;

    }

    .banner_sec .banner-info .img-heading .hero-exp h3 {
        font-size: 20px;
    }

    .banner_sec .banner-info .img-heading .hero-exp p {
        font-size: 13px;

    }

    .button-action .btn1 {
        padding: 10px 14px;
        margin-right: -2px;
    }

    .button-action .btn2 {
        padding: 10px 14px;
        margin-right: -2px;
    }

    .banner_sec .banner-info .login-card {
        padding: 13px 18px;
        width: 52%;
    }

    .banner_sec .banner-info .img-heading .hero-exp {
        gap: 22px;
        display: flex;
        justify-content:center;
    }
.solution-sec .solu-inn .solu-btn {
    margin-top: 0;
    margin-bottom: 40px;
}
    .featur_sec .feature_inn {
        height: 280px;
    }

    .our_products .product_list ul li {
        width: 50%;
        padding: 6px 5px;
    }

    .customer-logos .head h2 {
        font-weight: 300;
        font-size: 30px;
        color: #31408e;
    }

    header .custom-nav .navbar-collapse .navbar-list .navbar-nav .nav-item .nav-link {
        color: #333333;
        padding: 0px 5px;
        font-weight: 500;
    }

    header .custom-nav .navbar-collapse .navbar-list .navbar-nav .nav-item {
        line-height: 30px;
    }
    .banner_sec {

    height: 57vh;
}
.banner_sec .banner-info {
    width: 95%;

}
.our_footer .footer_info img {
    width: 33%;
}

}

@media screen and (max-width: 480px) {
    header .custom-nav .logo-inn {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    header .custom-nav .navbar-collapse .navbar-list .navbar-nav .nav-item .nav-link {
        color: #333333;
        padding: 9px 10px;
        font-weight: 500;
    }

    .banner_sec .main-sec img {

        height: 810px;
    }

    .banner_sec .banner-info {
        display: block;
        padding: 50px 0px;
        width: 97%;
    }

    .banner_sec .banner-info .img-heading {
        width: 100%;
        margin-bottom: 9px;
        text-align: center;
    }

    .banner_sec .banner-info .img-heading h2 {
        font-size: 27px;
        color: #fff;
        line-height: 36px;
    }

    .banner_sec .banner-info .login-card {
        width: 100%;
        padding: 16px 16px;
    }
.banner_sec .banner-info .img-heading h1, .banner_sec .banner-info .img-heading h2 {
    font-size: 30px;
    line-height: 30px;
    margin: 0;
}
    .banner_sec .banner-info .img-heading p {
        color: #ee2339;
        font-size: 30px;
        margin-bottom: 14px;
        font-weight: 800;
    }

    .button-action .btn1 {

        margin-right: 0px;
    }

    .button-action {
        margin-top: 19px;
        margin-bottom: 10px;
    }

    .banner_sec .banner-info .img-heading .hero-exp h3 {
        font-size: 23px;

    }

    .banner_sec .banner-info .img-heading .hero-exp p {
        font-size: 13px;

    }

    .banner_sec .main-sec {
        height: inherit;
    }

    .about-sec {
        padding: 24px 0px;
    }

    .about-sec .about-inn {
        margin-bottom: 15px;
    }

    .about-sec .about-inn h2 {
        font-size: 20px;
        font-weight: bold;
    }

    .about-sec .about_info .about-dex .about_tools ul li {
        width: 50%;
        padding: 7px 7px;
    }

    .about-sec .about_info .about-dex {

        gap: 0px;
    }

    .about-sec .about_info .about-dex .about_tools ul li .listing_tool .icon-heading p {
        font-size: 13px;
    }

    .featur_sec .about-inn h2 {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }

    .featur_sec .feature_inn {
        height: 270px;

    }

    .our_products .produst_head h1 {
        font-weight: 700;
        font-size: 25px;
    }

    .our_products .product_list ul li .product_tool .icon img {
        width: 30px;
    }

    .customer-logos .head h2 {
        font-weight: 500;
        font-size: 25px;

    }

    .customer-logos .head h3 {

        font-size: 25px;

    }

    .our_businee .business_inn p {
        font-size: 14px;
    }

    .our_businee .slider-one .item {
        background: #EEF6FF;
        padding: 16px 14px;
        border-radius: 11px;
    }

    .our_faq .my-acc .accordion-item .accordion-header .accordion-button::before {

        font-size: 10px;

    }

    .customer-logos .extra-info p {
        margin: 0;
        font-size: 13px;

    }

    .our_products .bc-i {

        width: 60%;
    }

    .web_banner .web_inn .protal_web {
        width: 100%;

    }

    .web_banner .web_inn .web_head h1 {
        font-size: 20px;

    }

    .web_banner .web_inn .web_head h2 {
        font-size: 22px;
    }

    .web_banner .web_inn .protal_web ul li a {
        font-size: 14px;
    }

    .solution-sec .solu-inn .solu-head h3 {
        font-size: 25px;

    }

    .solution-sec .solu-inn .solu-head h3 span {
        font-size: 25px;

    }

    .why-us-blogs {
        padding: 20px 0px;
    }

    .why-us-blogs .blog-card {
        padding: 18px 24px;
        height: 200px;
        margin-bottom: 9px;    
    }
    .banner_sec {
   position: relative;
          height: 120vh;
   /* overflow: hidden; */
   background: #0a2540;
}
}
