:root {
    --primary: #5597FD;
    --bg-color2: #E6F0FF;
    --bg-white: #fff;
    --text-white: #fff;
    --text-light: #dadfe2;
    --text-light2: #7b7b93;
    --text-dark: #212121;
    --text-black: #000;
    --bg-secondary: #00041F;
}


body {
    background: var(--bg-color) !important;
}

.bg-color {
    background: var(--bg-color) !important;
}



#home-page .hosting_title h2 {
    color: var(--text-white) !important;
}

.hosting_title.hosting_title2 h2 {
    color: var(--text-black) !important;
    font-size: 30px;
}

.hosting_title.hosting_title2 p {
    color: var(--text-light2);
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
}


.header_area .navbar-brand img {
    width: 150px;
}

#home-page {
    background: var(--bg-secondary) !important;
}

.menu>.nav-item {
    padding-bottom: 10px;
    padding-top: 10px;
}

.menu>.nav-item>.nav-link {
    color: var(--text-white) !important;
    font-weight: 400;
    font-size: 14px;
}

.menu>.nav-item>.nav-link .arrow_carrot-down::before {
    display: inline-block;
    transition: all .5s;
    position: relative;
}

.menu>.nav-item:hover .nav-link .arrow_carrot-down::before {
    transform: rotate(180deg);
    top: 3px;
}


.menu_toggle .hamburger span,
.menu_toggle .hamburger-cross span {
    background: var(--primary);
}

.header_area {
    z-index: 9999;
}

.header_area .mega_menu_inner {
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 13px;
    box-shadow: 0px 4px 20px 0px #0000001A;
}

.header_area .mega_menu_inner .dropdown-menu li.nav-item {
    width: 100% !important;
    padding: 25px !important;
    color: var(--text-dark) !important;

}

.header_area .mega_menu_inner .dropdown-menu li.nav-item a.nav-link.listHeading {
    color: var(--text-dark) !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    cursor: unset;
    padding-bottom: 16px;
}

.header_area .mega_menu_inner .dropdown-menu li.nav-item a.nav-link {
    width: 100%;
    max-width: 100%;
    align-items: flex-start;
    white-space: normal !important;
}

.header_area .mega_menu_inner .dropdown-menu li.nav-item .dropdown-menu li.nav-item {
    padding: 0 !important;
}

.header_area .mega_menu_inner .dropdown-menu li.nav-item a.nav-link .icon_box {
    min-width: 35px;
}

.header_area .mega_menu_inner .dropdown-menu li.nav-item a.nav-link .icon_box img {
    display: block;
    width: 22px;
}

.header_area .mega_menu_inner .dropdown-menu li.nav-item a.nav-link .text_box {
    margin: 0;
}

.header_area .mega_menu_inner .dropdown-menu li.nav-item a.nav-link .text_box h6 {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-dark);
}

.header_area .mega_menu_inner .dropdown-menu li.nav-item a.nav-link .text_box p {
    margin: 0;
    color: #A0ADB7;
    font-size: 12px;
    line-height: normal;
}

.header_area.navbar_fixed {
    background: #00041fab;
    backdrop-filter: blur(10px);
}

.header_area .navbar-collapse {
    background: none !important;
}

.header_area .navbar-collapse ul {
    background: none !important;
    padding: 0 !important;
}

.header_area.header2 {
    background: var(--bg-white) !important;
    /* box-shadow: 0px 4px 200px 0px #0000000D !important; */

}

.header_area.header2 .menu>.nav-item>.nav-link {
    color: #616B87 !important;
    font-weight: 500 !important;
}

.header_area.header2 .er_btn.btnContact {
    background: var(--bg-white) !important;
    border: 2px solid var(--primary) !important;
    color: var(--primary) !important;
}

.f_700 {
    font-weight: 700 !important;
}

.text_black {
    color: var(--text-black) !important;
    color: var(--text-white) !important;
}

.text_light2 {
    color: var(--text-light2) !important;
}

.er_btn {
    background: var(--primary);
    font-weight: 500;
    width: 100%;
    text-align: center;
    color: var(--text-white) !important;
    min-width: 140px;
    padding: 6px 10px;
    border-radius: 6px;
    border: 0;
    font-size: 15px;
}

.er_btn.btnContact {
    background: #ffffff44;
    backdrop-filter: blur(10px);
}

.er_btn.btnContact img {
    width: 15px;
}

.btn-primary {
    background: var(--primary);
    width: fit-content;
    display: flex;
    min-width: 150px;
    align-items: center;
    height: 45px;
    font-size: 14px;
    border-radius: 5px;
    border: 2px solid var(--primary);
    transition: all .5s;
    cursor: pointer;

}

.btn-primary span {
    width: fit-content;
    margin: auto;
}

.btn-primary:hover {
    background: rgba(0, 0, 0, 0.377);
    color: var(--primary);
}

.er_btn:hover {
    color: var(--text-white) !important;
    border-color: var(--primary) !important;
    background: var(--primary) !important;
}

.er_btn.getDemoButton {
    background: var(--primary);
    color: var(--text-white) !important;
}

.er_btn.getDemoButton:hover {
    background: var(--white);
    color: var(--primary) !important;
}

.er_btn.getDemoButton:hover {
    background: var(--white) !important;
    color: var(--primary) !important;
}

#home-page .home_analytics_banner_area {
    background: var(--bg-color) !important;
    position: relative;
    overflow: hidden;
    height: fit-content !important;
    min-height: fit-content !important;
}

#home-page .home_analytics_banner_area::before {
    content: '';
    position: absolute;
    top: -10%;
    right: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    background: url('../img/overlay/glow_line_upper.png');
    background-size: contain;
    background-position-y: top;
    background-repeat: no-repeat;
    display: block !important;
    max-width: 1200px;
    opacity: .8;
}

#home-page .home_analytics_banner_area::after {
    display: none !important;
    content: '';
    position: absolute;
    bottom: 00%;
    left: 0%;
    width: 24312px;
    margin: 0;
    height: 300px;
    background: url('../img/overlay/glow_line_bottom.png') repeat-x;
    background-size: contain;
    background-position-y: bottom;
    opacity: .8;
    -webkit-animation: svgWave 20s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    animation: svgWave 20s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    transform: translateZ(0);
    /* opacity: .5 */
}

.analytics_banner_area2 {
    min-height: unset !important;
    background: var(--primary);
    height: fit-content;
}

.analytics_banner_area2 .hosting_title.hosting_title2 h2 {
    color: var(--text-white) !important;
    font-weight: 500 !important;
}

.analytics_banner_area2 .hosting_title.hosting_title2 p {
    color: var(--text-white) !important;
    opacity: .8;
}

.contact_info_area {
    background: var(--bg-white) !important;
}

.contact_info_area h6 {
    color: var(--text-black) !important;
    font-weight: 500 !important;
}

.contact_info_area .text_box {
    margin-bottom: 15px;
}

.contact_info_area .text_box textarea,
.contact_info_area .text_box input {
    background: #F3F6FB !important;
    border: 0;
    box-shadow: none !important;
    padding: 15px;
    height: 50px;
    min-height: 50px;
    line-height: 50px;
    border-radius: 8px;
}

.contact_info_area .text_box textarea {
    height: fit-content;
    line-height: 30px;
}

@-webkit-keyframes svgWave {
    0% {
        transform: translate(0, 0);
    }

    to {
        transform: translate(-20%, 0);
    }
}



#home-page .h_analytics_content h2 {
    background: #FFFFFF;
    background: linear-gradient(180deg, #FFFFFF 0%, #21295E 132.05%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
}

#home-page .h_analytics_content p {
    color: var(--text-white);
    opacity: .6;
    font-size: 15px;
}

#home-page .h_analytices_img img {
    -webkit-animation: banner_img 2s both alternate infinite;
    animation: banner_img 2s both alternate infinite;
}

.event_tab {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
}

.event_tab .nav-item {
    display: inline-block;
    margin: 0 2px !important;
}

.event_tab .nav-item a.nav-link {
    background: #FFFFFF26 !important;
    min-width: fit-content;
    height: 45px;
    border: 0 !important;
    display: flex;
    align-items: center;
    padding: 10px 25px !important;
    box-shadow: none !important;
    width: 100%;
}

.event_tab .nav-item a.nav-link:hover {
    box-shadow: 0px 11px 25px -16px var(--primary) !important;
}

.event_tab .nav-item a.nav-link h5 {
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    margin: auto !important;
}

.event_tab .nav-item a.nav-link.active {
    background: linear-gradient(93.09deg, rgba(255, 255, 255, 0.075) 4.89%, rgba(255, 255, 255, 0.5) 95.11%) !important;

}

.productCards .row {
    margin: 0 -8px;
}

.productCards .row .col-12 {
    padding: 8px;
}

.productCards .card {
    overflow: hidden;
    box-shadow: none !important;
    border-radius: 8px;
    position: relative;
    backdrop-filter: blur(10px);
    background: linear-gradient(163deg, rgba(102, 102, 102, 0.144) 0%, rgba(255, 255, 255, 0.158) 100%);
    padding: 30px;
    height: 100%;

}

.productCards .card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    background: linear-gradient(#ffffff98 0.12%, #66666650 26.98%, #ffffff8e 47.12%, #6c6c6cb4 68.23%, #fdfdfd8f 99.88%);
    border-radius: inherit;
    mask: conic-gradient(#000 0 0) content-box exclude, conic-gradient(#000 0 0);
    /* opacity: .5; */
}

.productCards .card .icon_box {
    margin-bottom: 25px;
    width: fit-content;
    min-width: fit-content;
}

.productCards .card .icon_box img {
    width: 50px;
}

.productCards .card h2 {
    color: var(--text-white);
    font-size: 21px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 8px;
}

.productCards .card h3 {
    color: var(--text-white);
    font-size: 14px;
    font-weight: 400;
    opacity: .5;
    margin: 0;
    padding-bottom: 18px;
}

.productCards .card p {
    color: var(--text-white);
    font-size: 17px;
    font-weight: 400;
    opacity: .7;
    margin: 0;
    line-height: 33px;
}

.productCards a.card {
    transition: all .5s;
}

.productCards a.card:hover {
    transform: scale(1.04);
    box-shadow: 0px 0px 25px -5px var(--primary) !important;
    z-index: 99;
}

.event_schedule_area {
    position: relative;
    overflow: hidden;
}

.event_schedule_area::before {
    content: '';
    position: absolute;
    top: -10%;
    right: -10%;
    width: 50%;
    height: 100%;
    background: url('../img/overlay/blur_bg.png');
    background-size: contain;
    background-position-x: right;
    background-repeat: no-repeat;
    opacity: .8;
}

.event_schedule_area::after {
    content: '';
    position: absolute;
    top: 0%;
    left: -10%;
    width: 100%;
    height: 100%;
    background: url('../img/overlay/blur_bg.png');
    background-size: contain;
    background-position-x: left;
    background-position-y: center;
    background-repeat: no-repeat;
    opacity: .8;

}

.real_conversations_area {
    background: linear-gradient(91.34deg, #3A64FF 16.48%, #5961DA 83.52%) !important;

}

.real_conversations_area .hosting_title h2 {
    line-height: 1.2;
}

.real_conversations_area .service_item {
    background: linear-gradient(149.79deg, rgba(255, 255, 255, 0) 0.11%, rgba(255, 255, 255, 0.18) 99.89%);
    border-radius: 50px;
    width: fit-content;
    padding: 10px 10px;
    align-items: center;
    border: 0 !important;
    cursor: unset;
    position: relative;
}

.real_conversations_area .service_item::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    background: linear-gradient(#ffffff98 0.12%, #66666650 26.98%, #ffffff8e 47.12%, #6c6c6cb4 68.23%, #fdfdfd8f 99.88%);
    border-radius: inherit;
    mask: conic-gradient(#000 0 0) content-box exclude, conic-gradient(#000 0 0);
    opacity: .5;
}

.real_conversations_area .service_item .icon {
    position: unset;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    min-width: 45px;
    margin: 0;
    background: linear-gradient(149.38deg, rgba(255, 255, 255, 0) 0.42%, rgba(255, 255, 255, 0.3) 99.58%);

}

.real_conversations_area .service_item .icon img {
    display: block;
    width: 20px;
    margin: auto;
}

.real_conversations_area .service_item h3 {
    margin: 0;
    color: var(--text-white);
    font-size: .85rem;
    font-weight: 400;
    padding: 0 10px;
}

.real_conversations_area .owl-carousel .owl-stage-outer .owl-stage {
    display: block;
    overflow: hidden;
    white-space: nowrap;
}

.real_conversations_area .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    float: unset;
    display: inline-block;
}

.why-us .hosting_title h3 {
    margin: 0;
    font-size: 20px;
    color: #A5A9B4;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.why-us::before {
    display: none;
}

.why-us::after {
    background-position: center;
}


.solution_area .solutions {
    position: relative;
}

.solution_area .solutions::before {
    content: '';
    position: absolute;
    top: -10%;
    right: -10%;
    width: 50%;
    height: 100%;
    background: url(../img/overlay/blur_bg.png);
    background-size: contain;
    background-position-x: right;
    background-repeat: no-repeat;
    opacity: .8;
}

.solution_area .solutions::after {
    content: '';
    position: absolute;
    top: 0%;
    left: -10%;
    width: 100%;
    height: 100%;
    background: url(../img/overlay/blur_bg.png);
    background-size: contain;
    background-position-x: left;
    background-position-y: center;
    background-repeat: no-repeat;
    opacity: .8;
}

.solution_area .numbers {
    position: relative;
}

.solution_area .numbers::before {
    content: '';
    position: absolute;
    top: -10%;
    right: -10%;
    width: 50%;
    height: 100%;
    background: url(../img/overlay/blur_bg.png);
    background-size: contain;
    background-position-x: right;
    background-repeat: no-repeat;
    /* opacity: .8; */
}

.solution_area .numbers::after {
    content: '';
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    height: calc(100% + 150px);
    background: linear-gradient(180deg, rgba(58, 100, 255, 0.5) 0%, rgba(85, 151, 253, 0.5) 100%);

}

.why-us .hosting_title p {
    color: var(--text-white);
    margin: 0;
    opacity: .5;
    font-size: 17px;
    font-weight: 400;
    line-height: 31px;
}

.payment_subscribe_area {
    position: relative;
    z-index: 99;
}

.payment_subscribe_area .payment_subscribe_info {
    overflow: hidden;
    box-shadow: none !important;
    border-radius: 8px;
    position: relative;
    backdrop-filter: blur(30px);
    background: linear-gradient(163deg, rgba(102, 102, 102, 0.144) 0%, rgba(255, 255, 255, 0.158) 100%);
    padding: 30px;
    margin: 0;
}


.payment_subscribe_area .payment_subscribe_info::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    background: linear-gradient(#ffffff98 0.12%, #66666650 26.98%, #ffffff8e 47.12%, #6c6c6cb4 68.23%, #fdfdfd8f 99.88%);
    border-radius: inherit;
    mask: conic-gradient(#000 0 0) content-box exclude, conic-gradient(#000 0 0);
    /* opacity: .5; */
}

.payment_subscribe_info .subscribe-form .form-control {
    border-radius: 8px;
    margin: 0 10px;
    height: 55px;
    border: 0;
    background: #FFFFFF33;
}

.payment_subscribe_info .subscribe-form button.btn-primary {
    cursor: pointer;
    height: 55px;
    min-width: 180px;
}

.payment_subscribe_info .hosting_title {
    position: relative;
    z-index: 9;
}

.footer_area {
    position: relative;
    background: none !important;
}

.footer_area::before {
    content: '';
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    height: calc(100% + 150px);
    background: linear-gradient(180deg, rgba(58, 100, 255, 0.5) 0%, rgba(85, 151, 253, 0.5) 100%);

}

.pos_footer_area .f_widget.company_widget p {
    color: var(--text-white);
}

.pos_footer_area .f_widget.company_widget .f_social_icon a {
    border-radius: 0;
    border: 0;
    background: none !important;
    width: fit-content;
    height: fit-content;
}

.pos_footer_area .f_widget.company_widget .f_social_icon a img {
    width: 45px;
}

.footer_area.footer_area2 {
    background: #00142D !important;
    overflow: hidden !important;
}

.footer_area.footer_area2::before {
    background: #F4F8FB;
    top: 0;
    bottom: unset;
    height: 70px;
}

.footer_area.footer_area2.wt_layer::before {
    background: var(--bg-white) !important;
}

.footer_area.footer_area2 .payment_subscribe_area .hosting_title h2 {
    color: var(--text-white) !important;
}

.footer_area.footer_area2 .payment_subscribe_area .hosting_title p {
    color: var(--text-white) !important;
    opacity: .4;
    font-weight: 400;
}

.footer_area .footerBottom {
    width: 100%;
    height: 200px;
    background: url('../img/footer-bottom.png');
    background-position-y: bottom;
    background-size: contain;
    background-repeat: repeat-x;
    position: relative;

}

.footerBottom .delivery_boy img {
    position: relative;
    width: 250px !important;
}

.footerBottom .delivery_boy {
    position: absolute;
    bottom: 50px;
    transition: all .3s;
    width: fit-content;
    left: -20%;
    animation: code 12s linear infinite;
    animation-name: code;
    z-index: 99;
    min-width: 250px;
}


#home-page footer::before {
    background: var(--bg-secondary) !important;
}

@keyframes code {
    0% {
        left: -10%;
    }

    /* 50% {
        left: 50%;
    } */

    100% {
        left: 100%;
    }
}

.h_footer_dark .f_widget.about-widget .f_list li a {
    font-size: 15px;
    font-weight: 400;
    color: var(--text-white);
}

.h_footer_dark .f_widget.about-widget .f_list li h6 {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-white);
    margin: 0;
    padding-bottom: 10px;
}

.h_footer_dark .f_widget.about-widget .f_list li a .icon {
    min-width: 30px;
}

.h_footer_dark .f_widget.about-widget .f_list li a .icon img {
    width: 18px;
}

.h_footer_dark .f_widget.about-widget .f_list.contact_list li a::before {
    display: none !important;
}


.home-intro__wave {
    position: absolute;
    bottom: 50px;
    width: 100vw;
    height: 240px
}

.home-intro__wave::before {
    content: "";
    width: 100%;
    height: 293px;
    position: absolute;
    left: 0;
    bottom: 0;
    /* background-image: url(../img/wave-anim-gradient.svg); */
    /* background-image: url(../img/overlay/glow_line_bottom.png); */
    background-size: cover;
    background-position: 0 40px;
    background-repeat: no-repeat
}

.why-us {
    overflow: hidden;
}


.home-intro__wave {
    position: absolute;
    bottom: 00px;
    width: 100vw;
    height: 240px;
    opacity: .7;
}



.home-intro__wave-anim {
    position: relative
}

.home-intro__wave-anim .wave-anim {
    height: 240px;
    position: relative
}

.home-intro__wave-anim .wave-anim .wave-anim__wave {
    position: absolute;
    width: 24312px;
    height: 237px;
    bottom: -30px;
    -webkit-animation: wave 10s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    animation: wave 10s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    transform: translateZ(0);
    opacity: 1;
    display: flex;
    align-items: flex-end;
    filter: blur(40px);
    background: url('../img/overlay/wave-01.svg') repeat-x;
    mix-blend-mode: plus-lighter;
}

.home-intro__wave-anim .wave-anim .wave-anim__wave:nth-of-type(2) {
    bottom: -30px;
    -webkit-animation: wave 20s cubic-bezier(0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 20s ease -1s infinite;
    animation: wave 20s cubic-bezier(0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 20s ease -1s infinite;
    background: url('../img/overlay/wave-02.svg') repeat-x;
    /* opacity: .; */
    opacity: .4;
}

.home-intro__wave-anim .wave-anim {
    position: relative
}

.chat_banner_content h2 {
    font-size: 30px !important;
    line-height: 40px !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
    color: var(--text-black) !important;
}

.chat_banner_content .c_tag {
    color: #5597FD;
    background: #DDF2FF;
    border-radius: 50px;
    padding: 9px 28px;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: unset !important;

}

.developer_product_content .develor_tab .nav-item {
    display: block;
    float: unset;
    display: inline-block;
    width: fit-content;
    margin: 0;
    padding: 0 10px;
    min-width: fit-content;
    white-space: normal;
}

.developer_product_content .develor_tab {
    display: block;
    align-items: center !important;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    width: fit-content;
}

.chat_banner_content p {
    color: var(--text-light2);
}

.chat_banner_area {
    min-height: fit-content;
    height: fit-content;
    background: var(--bg-white);
}

.chat_features_item .icon_box {
    background: var(--bg-color2);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    margin-bottom: 22px;
}

.chat_features_item .icon_box img {
    width: 28px;
    margin: auto;
}

.chat_features_item h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 18px;
    line-height: 34px;
    color: var(--text-black);
}

.chat_features_item p {
    color: var(--text-light2);
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.pos_developer_product_area .developer_product_content h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 34px;
    color: var(--text-black);
}

.pos_developer_product_area .developer_product_content p {
    color: var(--text-light2);
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
}

.pos_developer_product_area .tab_img_info .tab_img .bg_circle {
    width: 150px;
    background: var(--primary);
    height: 150px;
    opacity: .2 !important;
    top: 34%;
    left: 10%;

}

.h_security_item .media-body h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 34px;
    color: var(--text-black);
}

.h_security_item .media-body p {
    color: var(--text-light2);
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
}

.h_security_area .media.h_security_item h2 {
    color: var(--primary);
    border-radius: 50%;
    margin: 0 14px;
    margin-bottom: 18px;
    width: 50px;
    height: 50px;
    border: 1px solid var(--primary) !important;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    font-weight: 500;
    position: relative;
    z-index: 2;
    background: var(--bg-white);
}

.h_security_area .media.h_security_item::before,
.h_security_area .media.h_security_item::after {
    content: '';
    position: absolute;
    top: 25px;
    left: 0px;
    width: 50%;
    height: 1px;
    border-top: 1px dashed var(--text-light);
    display: none;
}

.h_security_area .media.h_security_item::after {
    left: unset;
    right: 0;
}

.h_security_item {
    position: relative;
}

.h_security_area .row .col-12:first-child .media::before {
    display: none !important;
}

.h_security_area .row .col-12:last-child .media::after {
    display: none !important;
}

.h_security_area .row .col-12 .media .img_box {
    position: relative;
}

.h_security_area .row .col-12 .media .img_box img {
    position: relative;
    z-index: 99;
}

.h_security_area .row .col-12 .media .img_box::before,
.h_security_area .row .col-12 .media .img_box::after {
    content: '';
    position: absolute;
    top: 64%;
    bottom: 0;
    margin: auto;
    width: 50%;
    height: 1.5px;
    border-top: 1.5px dashed var(--text-light);
    display: none;
}

.h_security_area .row .col-12 .media .img_box::after {
    left: unset;
    right: 0px;
}


.h_security_area .row .col-12:first-child .media .img_box::before {
    display: none !important;
}

.h_security_area .row .col-12:last-child .media .img_box::after {
    display: none !important;
}

.payment_service_area {
    background: linear-gradient(91.34deg, #3A64FF 16.48%, #5961DA 83.52%) !important;
    position: relative;
}

.payment_service_area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/overlay/features-bg.png');
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}

.payment_service_area .pay_icon {
    width: fit-content;
    height: fit-content;
    margin-bottom: 20px;
    line-height: normal;
}

.payment_service_area .pay_icon img {
    width: 55px;
}

.payment_service_item {
    align-items: flex-start;
    margin-bottom: 50px;
}

.payment_service_item .icon {
    background: none;
    border-radius: 0;
    display: block;
    height: fit-content;
    line-height: normal;
    width: 45px;
    margin: 0;
}

.payment_service_item .icon img {
    display: block;
    width: 20px;
    margin-top: 4px;
}

.payment_service_item p {
    font-size: 18px;
    font-weight: 500;
}

.onepage_about_area .hosting_title p {
    color: var(--text-light2);
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
}

.onepage_about_area .hosting_title h6 {
    color: var(--text-black);
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin: 0;
    padding: 10px 0;
}

.onepage_about_area .hosting_title h6 span {
    display: block;
    width: 45px;
    min-width: 45px;
}

.onepage_about_area .hosting_title h6 span img {
    display: block;
    width: 20px;
    margin-top: 4px;
}

.faq_solution_area {
    background: #F4F8FB !important;
}

.faq_solution_area .faq_accordian_two .card {
    background: var(--bg-white) !important;
    border: 0;
    margin-bottom: 15px;
    border-radius: 6px;
    overflow: hidden;
    transition: all .4s;
}

.faq_solution_area .faq_accordian_two .card .card-header {
    border: 0;
    background: none;
    padding: 0;
}

.faq_solution_area .faq_accordian_two .card .card-header h5 {
    width: 100%;
}

.faq_solution_area .faq_accordian_two .card .card-header h5 button {
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding: 12px 15px !important;
    color: var(--text-black);
    font-weight: 600;
    font-size: 18px !important;
    transition: all .5s;
    text-align: inherit;
    white-space: normal;
}

.faq_solution_area .faq_accordian_two .card .card-header h5 button span {
    display: block;
    min-width: 40px;
    position: relative;
    top: 4px;
}

.faq_solution_area .faq_accordian_two .card .card-header h5 button span img {
    display: block;
    width: 20px;
    transition: all .5s;
}

.faq_solution_area .faq_accordian_two .card .card-body {
    padding: 10px 15px 20px !important;
}

.faq_solution_area .faq_accordian_two .card .card-body p {
    color: var(--text-white);
    font-size: 14px;
    line-height: 27px;
    font-weight: 400;
    margin: 0;
    padding-left: 40px;
}

.faq_solution_area .faq_accordian_two .card.active {
    background: linear-gradient(114.84deg, #5597FD 30.82%, #3B82D3 69.18%) !important;

}

.faq_solution_area .faq_accordian_two .card.active .card-header h5 button {
    color: var(--text-white) !important;
    font-weight: 500;
}

.faq_solution_area .faq_accordian_two .card.active .card-header h5 button span img {
    filter: brightness(0) invert(1);
}

.about_banner_area .container .main_banner {
    position: relative;
    border-radius: 0px;
    overflow: hidden;
}

.about_banner_area .banner_text .card {
    border-radius: 0;
    box-shadow: none;
    background: var(--primary);
    border: 0;
    padding: 30px;
}

.about_banner_area .banner_text .card .hosting_title.hosting_title2 h2 {
    color: var(--text-white) !important;
}

.about_banner_area .banner_text .card .hosting_title.hosting_title2 p {
    color: var(--text-white);
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
    opacity: .8;
}

.event_schedule_area.numbers_say2_area {
    background: var(--bg-color2) !important;
}

.event_schedule_area.numbers_say2_area::before,
.event_schedule_area.numbers_say2_area::after {
    display: none !important;
}

.event_schedule_area.numbers_say2_area .numbers::after,
.event_schedule_area.numbers_say2_area .numbers::before {
    display: none !important;
}

.event_schedule_area.numbers_say2_area .numbers .productCards .card {
    border: 0;
    background: var(--bg-white);

}

.event_schedule_area.numbers_say2_area .numbers .productCards .card::before {
    display: none !important;
}

.event_schedule_area.numbers_say2_area .numbers .productCards .card h2 {
    color: var(--text-black) !important;
    font-weight: 600;
}

.event_schedule_area.numbers_say2_area .numbers .productCards .card h3 {
    color: var(--text-light2);
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    opacity: 1 !important;

}

.chat_features_item.chat_features_item2 {
    height: 100%;
}

.event_schedule_area.about_schedule_area::after {
    display: none !important;
}

.event_schedule_area.about_schedule_area .security_title h2 {
    color: var(--text-black) !important;
}

.event_schedule_area.about_schedule_area .security_title p {
    color: var(--text-light2);
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    opacity: 1;
}

@-webkit-keyframes wave {
    0% {
        transform: translate(0, 0)
    }

    to {
        transform: translate(-20%, 0)
    }
}

@keyframes wave {
    0% {
        transform: translate(0, 0)
    }

    to {
        transform: translate(-20%, 0)
    }
}



@keyframes banner_img {
    0% {
        -webkit-transform: translate(10px, -20px);
        -ms-transform: translate(10px, -20px);
        transform: translate(10px, -20px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.support_integration_area {
    background: linear-gradient(120.62deg, #002066 11.88%, #2765C7 88.12%);

}

.support_integration_area .hosting_title.hosting_title2 h2 {
    color: var(--text-white) !important;
}

.support_integration_area .hosting_title.hosting_title2 p {
    color: var(--text-white);
    opacity: .8;
}

.support_integration_area .integration_img {
    margin: 0;
}

.support_integration_area .s_integration_item {
    overflow: hidden;
    box-shadow: none !important;
    border-radius: 8px;
    position: relative;
    backdrop-filter: blur(20px);
    background: linear-gradient(163deg, rgba(102, 102, 102, 0.144) 0%, rgba(255, 255, 255, 0.158) 100%);
    padding: 25px;
    margin: 0;
}

.support_integration_area .s_integration_item::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    background: linear-gradient(#ffffff98 0.12%, #66666650 26.98%, #ffffff8e 47.12%, #6c6c6cb4 68.23%, #fdfdfd8f 99.88%);
    border-radius: inherit;
    mask: conic-gradient(#000 0 0) content-box exclude, conic-gradient(#000 0 0);
    /* opacity: .5; */
}

.support_integration_area .s_integration_item img {
    width: 60px;
}

.support_integration_area .s_integration_item h5 {
    color: var(--text-white);
    margin-bottom: 0;
}

.app_demo_video .video_section {
    position: relative;
    overflow: hidden;
    width: 60%;
    height: 500px
}

.app_demo_video {
    position: relative;
    background: var(--white)
}

.app_demo_video .video_section img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    display: block;
    max-width: 100%
}

.app_demo_video .video_section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #bf0000 0%, var(--app-color) 100%);
    opacity: .65;
    z-index: 1
}

.app_demo_video .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.app_demo_video .container .card {
    border: none;
    box-shadow: 0px 0px 41px 3px rgb(29 7 90 / 5%);
    border-radius: 0
}

.app_demo_video .container .card .intregration_content a.btn_six {
    color: var(--app-color);
    background: none;
    padding: 0;
    line-height: normal;
    border: none;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    padding-bottom: 2px
}

.app_demo_video .container .card .intregration_content a.btn_six::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    background: var(--app-color);
    left: 0
}

.app_demo_video .container .video_play_btn .video_btn {
    width: 120px;
    height: 120px;
    text-align: center
}

.app_demo_video .container .video_play_btn .video_btn::after {
    content: "\e6ad";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    margin: -60px 0 0 -60px;
    border: 5px solid #fff;
    border-radius: 50%;
    font-size: 50px;
    font-family: "themify";
    line-height: 110px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    z-index: 0
}

.app_demo_video .popup-youtube.video_icon {
    display: block;
    margin: 0 auto;
    background: none;
    overflow: hidden;
}

.app_demo_video .popup-youtube.video_icon {
    width: 100px;
    height: 100px;
}

.app_demo_video .popup-youtube.video_icon img {
    max-width: 100%;
}

.app_demo_video .popup-youtube.video_icon::before,
.app_demo_video .popup-youtube.video_icon::after {
    display: none !important;
}

.app_demo_video .popup-youtube.video_icon i {
    color: var(--app-color);
    text-shadow: 0 6px 25px var(--app-color)
}

.app_demo_video .btn_six.popup-youtube {
    background: none !important;
    border: 0;
    color: var(--primary) !important;
    padding: 0;
    font-size: 17px;
    letter-spacing: 2px;
    cursor: pointer;
}

.app_demo_video .modal {
    z-index: 99999;
}

.app_demo_video .modal .modal-dialog {
    height: 100%;
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    margin: 0;
}

.app_demo_video .modal .modal-dialog .modal-content {
    background: none;
    border: 0;
    box-shadow: none;
    max-width: 700px;
    margin: auto;
    padding: 10px;
}

.app_demo_video .modal .modal-dialog .modal-content .modal-body {
    background: var(--bg-white);
    border-radius: 0px;
    padding: 5px;
}


@media only screen and (min-width: 768px) {
    #home-page .h_analytics_content h2 {
        font-size: 55px;
        line-height: 64px;
    }

    .hosting_title h2 {
        font-size: 55px;
    }

    .hosting_title.hosting_title2 h2 {
        font-size: 50px;
        line-height: 60px;
        font-weight: 600;
    }


    .why-us .hosting_title h2 {
        line-height: 80px;
    }

    #home-page .home_analytics_banner_area {
        min-height: 100vh !important;
    }

    .chat_banner_content h2 {
        font-size: 60px !important;
        line-height: 70px !important;
    }

    .about_banner_area .banner_text {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: fit-content;
        height: fit-content;
        margin: auto;
    }

    .support_integration_area .row .content-col {
        position: relative;
        left: -20px;
    }

    .developer_product_content .develor_tab {
        width: fit-content;
    }
}

@media (max-width: 992px) {
    .app_demo_video .video_section {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0
    }

    .app_demo_video .container {
        position: relative;
        padding: 50px;
        position: relative;
        padding: 50px
    }

    .app_demo_video .container .video_play_btn {
        display: none !important
    }

    .app_demo_video .intregration_content {
        padding: 0 20px !important
    }
}


@media only screen and (min-width: 992px) {
    .menu>.nav-item {
        padding-bottom: 25px !important;
        padding-top: 25px !important;
    }

    #home-page .h_analytices_img {
        position: absolute;
        right: 10%;
        bottom: 15%;
    }

    #home-page .h_analytices_img img {
        width: 300px;
    }

    .event_tab {
        overflow: hidden !important;
        white-space: normal !important;
        display: flex !important;
        align-items: center !important;
        column-gap: 5px !important;
        column-count: 4;
        flex-wrap: nowrap;
    }

    .event_tab .nav-item {
        margin: 0 !important;
        display: block !important;
        width: 100%;
    }

    .h_security_area .media.h_security_item::before,
    .h_security_area .media.h_security_item::after {
        display: block !important;
    }

    .h_security_area .row .col-12 .media .img_box::before,
    .h_security_area .row .col-12 .media .img_box::after {
        display: block !important;
    }

    .about_banner_area .banner_text .card {
        padding: 60px;
    }
}

@media only screen and (min-width: 1200px) {}