﻿
:root {
    --headingcolor: #251B42;
    --whiteColor: #FFFFFF;
    --paraColor: #787E91;
    --offwhiteColor: #B4B6BD;
    --titleColor: #23314C;
    --blueColor: #3D61FF;
    --redicalColor: #FF2772;
    --orangeColor: #FC8600;
    --cyprusColor: #004540;
    --pn-bg: #ffffff;
    --pn-fg: #1f2937;
    --pn-border: #e5e7eb;
    --pn-hover-bg: #f3f4f6;
    --pn-focus: #3b82f6;
    --qp-bg: #ffffff;
    --qp-fg: #1f2937;
    --qp-border: #e5e7eb;
    --qp-bg-hover: #f3f4f6;
    --qp-active-bg: #111827;
    --qp-active-fg: #ffffff;
    --qp-focus: #3b82f6;
    --font-size: 16px;
    --transition: all ease .5s;
    --white-color: #ffffff;
    --primaryFont: "Inter", sans-serif;
    --secondaryFont: "Manrope", sans-serif;
    --headingFont: 'Inter', sans-serif;
    --bodyFont: 'Manrope', sans-serif;
    --paraColorTwo: rgba(35, 49, 76, 0.60);
}

body {
    font-size: 16px;
    font-family: var(--primaryFont);
    color: var( --paraColor);
    font-weight: 400;
    line-height: 26px;
}
.body-content {
    min-height: 100vh;
}
html, body {
    height: 100%;
}
a.nav-link.btn {
    padding: 20px 30px 20px !important;
}
nav.outer-nav.navbar.navbar-expand-lg {
    position: absolute;
    width: 100%;
    z-index: 1;
}
img.img-fluid {
    width: 60px;
}

header {
    position: relative;
}

a.nav-link {
    font-size: 14px;
    display: inline-block;
    position: relative;
    background-color: transparent !important;
    color: var(--titleColor) !important;
}

.navbar .nav-item {
    display: inline-block;
    margin-right: 40px;
}
    .navbar li#\31 {
        margin-right: 40px;
    }
.list-unstyle li {
    list-style: none;
}

.login-btn a, .hero-content button {
    background-color: #6D81FE !important;
    color: var(--whiteColor) !important;
}

.btn {
    display: inline-block;
    text-align: center;
    position: relative;
    line-height: 1;
    font-weight: 400;
    padding: 12px 30px 12px;
    border-radius: 7px;
    border: none;
    overflow: hidden;
    transition: var(--transition);
}

.login-btn button:before {
    background-color: var(--titleColor);
}

.navbar.fixed-navbar {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1050;
    background: #fff !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    padding: 15px 0 !important;
}

.btn:before {
    position: absolute;
    top: 0px;
    left: 0;
    content: "";
    width: 100%;
    height: 0;
    z-index: -1;
    transition: var(--transition);
}

.btn:hover:before {
    height: 100%;
    color: white !important;
}

header {
    padding: 135px 0 320px;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
}

    header .hero-content span {
        color: #6D81FE;
    }

    header .hero-content h1 {
        font-size: 54px;
        line-height: 67px;
        margin-bottom: 35px;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--secondaryFont);
    color: var(--headingcolor);
    font-weight: 700;
}

header .hero-content p {
    margin: 0 0 37px;
}

p {
    font-size: 16px;
    line-height: 26px;
    color: #a6acc1;
}

header .hero-content form input {
    height: 68px;
    border-radius: 7px;
    padding: 15px 175px 15px 55px;
    color: var(--paraColor);
    position: relative;
    width: 100%;
}

header .hero-content form .form-icon {
    top: 26px;
    left: 20px;
}

header .hero-content form button {
    top: 6px;
    right: 6px;
    border-radius: 7px;
    height: calc(100% - 12px);
    height: 56px !important;
    padding: 15px 31px;
    background-color: #6D81FE;
    transition: var(--transition);
    color: var(--white-color);
}

img {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%;
}

.bounce {
    animation: float 1500ms infinite ease-in-out;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0px);
    }
}

.feature-icon {
    width: 109px;
    height: 109px;
    border-radius: 50%;
    align-content: center;
    text-align: center;
    margin-bottom: 1rem;
    font-size: 28px;
}

.feature-box p {
    color: #6c757d;
}

.feature-box a {
    text-decoration: none;
    color: #000;
    font-size: 1.2rem;
}

.Key-Features .section-title span {
    margin-bottom: 7px;
}

.text-blue {
    color: var(--blueColor);
}

.section-title h2 {
    font-size: 42px;
    line-height: 52px;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.KeyFeatures h3 {
    margin-bottom: 14px;
}

.KeyFeatures p {
    margin-bottom: 15px;
}

.Key-Features .feature-icon {
    background-color: #E9ECFF;
}

.KeyFeatures .feature-icon {
    width: 90px;
    height: 90px;
    top: 5px;
}

.mb-60 {
    margin-bottom: 60px;
}

.Key-Features a img {
    filter: brightness(0) invert(0);
}

.Key-Features .feature-icon i {
    font-size: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.feature-box :hover .feature-icon {
    background-color: #3b82f6;
    color: var(--white-color);
}

.bg-modest {
    background: #F6F7FC;
}

.chatbot_simple-wrap {
    padding-top: 50px;
}

    .chatbot_simple-wrap .simple-img-wrap .simple-chatbox {
        top: 19%;
        right: 22px;
    }

    .chatbot_simple-wrap .feature-list li, .chatbot_promo-wrap .feature-list li {
        padding-left: 34px;
        margin-bottom: 13px;
    }

.feature-list li {
    margin-bottom: 10px;
    padding-left: 25px;
}

.section-title span {
    margin-bottom: 7px;
}

.section-title h2 {
    font-size: 42px;
    line-height: 52px;
}

.mb-35 {
    margin-bottom: 35px;
}

.list-unstyle {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chatbot_simple-wrap .feature-list li i, .chatbot_promo-wrap .feature-list li i {
    color: #6D81FE;
    font-size: 18px;
    top: 4px;
    position: absolute;
    left: 0;
    line-height: 0.8;
}

.Falix-solutions .soln-card.style1 {
    background-color: #E9ECFF;
    padding: 110px 45px 110px 45px;
}

.transition {
    transition: all ease 0.5s;
}

.round-10 {
    border-radius: 10px;
}

.mb-25 {
    margin-bottom: 25px;
}

.Falix-solutions .soln-card.style1 .project-icon {
    width: 117px;
    height: 117px;
}

.Falix-solutions .soln-card.style1 h3 {
    margin: 45px 0 13px;
}

.fs-20 {
    font-size: 20px;
}

.Falix-solutions .soln-card.style1 p {
    margin-bottom: 55px;
}

.Falix-solutions .soln-card .project-link, .top-box img, .bottom-box img {
    filter: brightness(0) invert(0);
}

a {
    box-shadow: none;
    text-decoration: none !important;
}

.text-title {
    color: var(--titleColor);
}

.top-box, .bottom-box {
    padding: 70px 45px 70px 45px;
}

.top-box {
    background-color: #FFF8D5;
    margin-bottom: 20px;
}

.bottom-box {
    background-color: #FFE6CF;
}

.bg-tutu {
    background: #FFF0FF;
}

.rotate {
    animation: rotation 20s infinite linear;
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

.chat-img {
    top: 45%;
    left: 48.5%;
    transform: translate(-50%, -50%);
}

.img-box {
    position: relative;
}

.bg-modest {
    background: #F6F7FC;
}

.mb-55 {
    margin-bottom: 55px;
}

.chatbot_pricing-wrap .pricing-card {
    border: 1px solid #6D81FE;
    box-shadow: 7px 7px 0px #6D81FE;
    padding: 35px 25px;
}

    .chatbot_pricing-wrap .pricing-card h4 {
        margin-bottom: 40px;
    }

    .chatbot_pricing-wrap .pricing-card h6 {
        margin-bottom: 10px;
    }

    .chatbot_pricing-wrap .pricing-card .pricing-features {
        margin-bottom: 35px;
        margin-left: 10px;
    }

        .chatbot_pricing-wrap .pricing-card .pricing-features li {
            margin-bottom: 5px;
            padding-left: 15px;
        }

            .chatbot_pricing-wrap .pricing-card .pricing-features li:before {
                position: absolute;
                top: 11px;
                left: 0;
                content: "";
                width: 5px;
                height: 5px;
                border-radius: 50%;
                background-color: var(--titleColor);
            }

    .chatbot_pricing-wrap .pricing-card h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }

.btn.style-two {
    background-color: #6D81FE;
    color: var(--whiteColor);
}

    .btn.style-two:before {
        background-color: var(--titleColor);
    }

.btn:before {
    position: absolute;
    top: 0px;
    left: 0;
    content: "";
    width: 100%;
    height: 0;
    z-index: -1;
    transition: var(--transition);
}

.btn:hover::before {
    height: 100%;
}

.round-15 {
    border-radius: 15px;
}

.chatbot_cta-wrap .cta-content h2 {
    font-size: 55px;
    margin-bottom: 30px;
}

.chatbot_cta-wrap .cta-content p {
    margin-bottom:23px;
}

.chatbot_cta-wrap .cta-content .feature-list li {
    display: inline-block;
    padding-left: 22px;
    margin-right: 20px;
}

.feature-list li {
    margin-bottom: 10px;
    padding-left: 25px;
}

.chatbot_cta-wrap .cta-content .feature-list li img {
    top: 6px;
}

.chatbot_cta-wrap .cta-content .feature-list {
    margin-top: 20px;
}

.pb-100 {
    padding-bottom: 140px;
}

ul.dropdown-menuu {
    position: absolute;
    padding: 10px 25px;
    list-style: none;
    background: white;
    width: 200px;
    transition: all 0.2s ease-in-out;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    visibility: hidden;
    z-index: 1;
}

li.nav-item.dropdown:hover ul.dropdown-menuu,
li.nav-item.dropdown:hover ul.dropdown-menuu a {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
}

ul.dropdown-menuu a {
    display: block;
    font-size: 15px;
    padding: 13px 0;
    color: var(--titleColor);
    opacity: 0.8;
    position: relative;
    border-bottom: 1px solid rgba(167, 97, 248, 0.16);
    transition: var(--transition);
    width: 100%;
    transition: all 0.2s ease-in-out;
}

ul.dropdown-mennu a:hover {
    color: var(--blueColor);
}

    ul.dropdown-mennu a.active:after, ul.dropdown-mennu a:hover:after {
        visibility: visible;
        opacity: 1;
        height: 25px;
    }

ul.dropdown-mennu a.active:after {
    background-color: var(--blueColor);
}

ul.dropdown-mennu a:after {
    position: absolute;
    top: 50%;
    left: -25px;
    content: "";
    width: 3px;
    height: 0;
    transform: translateY(-50%);
    visibility: hidden;
    opacity: 0;
    transition: var(--transition);
}

.pt-8 {
    padding-top: 3.5rem !important;
}

.mt-6 {
    margin-top: 2.5rem !important;
}

.fs-3 {
    font-size: 1.25rem !important;
}

.fs-5 {
    font-size: .875rem !important;
}

.text-muted {
    color: #adb5bd !important;
}

.fs-6 {
    font-size: .75rem !important;
}

@media only screen and (min-width: 1400px) {
    .navbar-area .navbar .navbar-nav .nav-item {
        margin-right: 52px;
    }

    .navbar-area .navbar .navbar-nav {
        padding-left: 74px;
    }

    header .hero-content h1 {
        font-size: 60px;
        line-height: 74px;
    }

    .lh-xxl-30 {
        line-height: 30px;
    }

    .fs-xxl-18 {
        font-size: 18px;
    }

    .chatbot_hero-wrap .hero-content form {
        width: calc(100% - 45px);
    }

    header .hero-img-wrap .hero-chat {
        left: -25px;
        top: 85px;
    }

    .KeyFeatures .feature-icon {
        width: 109px;
        height: 109px;
        top: 5px;
    }

    .fs-xxl-18 {
        font-size: 18px;
    }

    .chatbot_pricing-wrap .pricing-card {
        padding: 59px 45px 59px 52px;
    }


        .chatbot_cta-wrap .cta-content h2 {
            font-size: 55px;
            line-height: 75px;
            margin-bottom: 15px;
        }

        .chatbot_cta-wrap .cta-content .btn {
            padding-left: 40px;
            padding-right: 40px;
        }
}
.footer ul li a, .footer ul li p a{
    color: #a6acc1 !important;
}
.page-content .fs-14 {
    font-size: 14px !important;
}

.page-content .page-content .fs-22 {
    font-size: 22px !important;
}
img.simple-img-one, .promo-img img {
    animation: float 1500ms infinite ease-in-out;
}

.page-content .avatar-sm {
    height: 3rem;
    width: 3rem;
}

.page-content .avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #405189;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.page-content i {
    font-size: 21px;
}

.page-content a {
    color: rgba(64,81,137);
    font-size: 12px;
}

.page-content .card-title {
    font-size: 16px;
    margin: 0 0 7px 0;
}

#navbarSupportedContent nav a,
#navbarSupportedContent nav a:hover,
#navbarSupportedContent nav a:active,
#navbarSupportedContent nav a:focus {
    color: #6d81fe;
    font-weight: 700;
}

.navbar .nav-item .user-panel {
    padding: 0;
}

td {
    font-size: 14px;
}

div#btnClose h3 {
    font-size: 25px;
    font-weight: 700;
    padding: 5px;
    border-radius: 5px;
    width: fit-content;
    color: #251a82;
}

label.control-label {
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 700;
}

h3.box-title {
    font-size: 20px;
    font-weight: 700;
    color: #6D81FE;
}

h1.cmn-heading {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    background: #6D81FE;
    padding: 5px;
    color: #ffffff;
}

.btn-default {
    background-color: #992828 !important;
    color: #ffffff !important;
    border-color: #992828 !important;
    margin: 5px !important;
}

.btn-success {
    background-color: #008d4c !important;
    border-color: #008d4c !important;
    margin: 5px !important;
}

.inner-header {
    --bs-bg-opacity: 1;
    background-color: #6D81FE !important;
}

    .inner-header a.nav-link {
        color: white !important;
    }
.hero-chat {
    left: 0;
}
/* login  */
.sign-in {
    background-image: url('../../Images/Login-Bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    align-content: center;
}

    .sign-in .form {
        background-image: url('../../Images/login-form-bg.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 10px;
        padding: 30px;
    }

    .sign-in .right-panel {
        background: #ffffff;
        border-radius: 10px;
        padding: 40px;
        width: fit-content;
    }

    .sign-in label {
        font-size: 12px;
        font-weight: 600;
    }

    .sign-in input {
        font-size: 12px;
        font-weight: 600;
        border-radius: 10px;
        border: 1px solid #12111136;
        padding: 5px 0 5px 10px;
    }

    .sign-in .login-btn, .sign-in .login-btn:hover {
        background: #121111;
        color: white;
        padding: 10px;
        width: 100% !important;
    }

    .sign-in form h2 {
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 10px;
        text-transform: capitalize;
    }

    .sign-in form p, .sign-in form a {
        font-size: 12px;
        line-height: 26px;
        color: #000000;
        font-weight: 600;
        text-align: center;
        margin-bottom: 0;
    }

    .sign-in form a {
        color: #7182f0;
        font-weight: 800;
    }
.chatbot_cta-wrap {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}

.hero-chat {
    left: 0;
}
@media (min-width: 1200px) {
    .sign-in .right-panel {
        width: 50%;
    }
}

@media (max-width: 992px) and (min-width: 1200px) {
    .sign-in .right-panel {
        width: 70%;
    }
    .feature-icon {
        width: 95px;
        height: 95px;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .sign-in .right-panel {
        width: 85%;
    }
    header {
        padding: 100px 0 20px;
    }
        header .hero-content h1 {
            font-size: 38px;
            line-height: 45px;
            margin-bottom: 10px;
        }
    .section-title h2 {
        font-size: 25px!important;
        line-height: 40px;
    }
    .mb-60 {
        margin-bottom: 30px;
    }
    .feature-icon {
        width: 88px;
        height: 88px;
        margin-left: auto;
    }
    .pb-100 {
        padding-bottom: 40px;
    }
    .chatbot_cta-wrap .cta-content h2 {
        font-size: 48px;
        margin-bottom: 15px;
    }
    .chatbot_cta-wrap {
        background-image: none !important;
        margin-top: 20px;
    }
    ul.navbar-nav {
        background: #ffffff;
        width: 25%;
        text-align: end;
        border-radius: 10px;
        position: absolute;
        right: 0px;
        margin-top: 7px;
    }
    
    }
@media (max-width: 768px) {
    ul.navbar-nav {
        width: 35%;
    }

    .sign-in .right-panel {
        width: 100%;
    }
   
    header {
        padding: 80px 0 105px;
    }

        header .hero-content h1 {
            font-size: 40px;
            line-height: 45px;
            margin-bottom: 10px;
        }

        header .hero-content p {
            margin: 0 0 15px;
        }

    .hero-content {
        margin-bottom: 90px;
    }

    .ptb-100 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .mb-60 {
        margin-bottom: 0;
    }

    .mb-30 {
        margin-bottom: 0;
    }

    .pb-100 {
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .chatbot_cta-wrap .cta-content h2 {
        font-size: 40px;
        margin-bottom: 4px;
    }

    .chatbot_cta-wrap .cta-content p {
        margin-bottom: 14px;
    }

    .chatbot_cta-wrap {
        /* background-repeat: no-repeat; */
        background-size: auto !important;
    }

    ul.navbar-nav {
        background: #ffffff;
        width: 50%;
        text-align: end;
        border-radius: 10px;
        position: absolute;
        right: 9px;
        margin-top: 7px;
    }
}
.form-group {
    margin-bottom: 10px;
}
li.paginate_button {
    margin: 0 5px;
}