﻿#leadFormModal .modal-header {
    background: transparent !IMPORTANT;
}

.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .9);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 40px
}

.lightbox {
    -webkit-user-select: none;
    user-select: none
}

.lightbox-img {
    max-width: 80%;
    max-height: 100%;
    object-fit: contain;
    box-shadow: 0 0 30px rgb(255 255 255 / .2)
}

.lightbox {
    align-items: flex-start;
    overflow-y: auto
}

.lightbox-img {
    max-height: none
}

body.lightbox-open {
    user-select: none
}

.lightbox {
    cursor: grab
}

.lightbox-img {
    pointer-events: none;
    user-select: none
}

.lightbox-close {
    position: fixed;
    top: 20px;
    right: 25px;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    z-index: 10000;
    background: rgb(0 0 0 / .6);
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

#customLightbox::-webkit-scrollbar {
    width: 0
}

.pricing-section:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #C4CCF2;
    background: radial-gradient(circle,#fff0 0%,rgb(0 0 0) 100%)
}

#pricing {
  
    position: relative
}

section.layout-services.icon-boxes-sec {
    padding: 50px 0 70px
}

#leadFormModal .modal-header h4 {
    font-weight: 400;
    color: #000
}

#leadFormModal .modal-header h4 span {
    font-weight: 800;
    color: #000
}

.service-card {
    background: #000f2c;
    border-radius: 20px;
    padding-inline: 31px;
    padding-block: 30px;
    position: relative;
    margin: 5px 0;
    overflow: hidden;
    transition: .4s;
    z-index: 1
}

.service-bullets, .service-description, .service-section-title, .service-title {
    color: #fff
}

.service-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -1px;
    margin-bottom: 1rem
}

.service-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    letter-spacing: 0
}

.service-section-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: -1px
}

.header-style-two .outer-box a.icontop {
    font-size: 15px;
    width: 38px;
    transition: 0.5s;
    height: 38px;
    background: #066fb6;
    margin: 0 3px;
    border-radius: 400px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff
}

.main-header .service_wrapper {
    margin: 10px 0
}

.header-style-two .outer-box a.icontop:hover {
    transform: scale(1.1);
    color: #fff
}

.insight-card-tag, .service-bullets, .services-btn a {
    font-size: 16px;
    font-weight: 400
}

.service-bullets {
    line-height: 25.6px;
    letter-spacing: 0;
    list-style: none
}

.service-bullets li, .service-process-section .card_inner ul li {
    position: relative;
    padding-left: 25px
}

.service-card ul.service-bullets {
    height: 290px;
    overflow-y: auto;
    margin: 40px 0;
    padding: 0 10px 0 0;
    font-size: 14px
}

.service-card ul.service-bullets::-webkit-scrollbar {
    width: 3px
}

.service-card ul.service-bullets::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px
}

.service-card ul.service-bullets::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px
}

.service-bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 15px;
    height: 15px;
    background-image: url(https://aciano.net/content/assets/images/services-bullet-point-sec.webp);
    background-size: contain;
    background-repeat: no-repeat
}

.btn-whatsapp {
    transition: 0.5s
}

.services-btn a {
    background: #fff;
    color: #000f2c;
    border: none;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    padding: 8px 10px;
    transition: 0.5s
}

#combo-package {
    background: #2e6991;
    padding: 55px 0
}

.boximg a {
    max-height: 400px;
    overflow: hidden;
    display: block
}

.boximg a {
    display: block;
    border-radius: 16px;
    position: relative;
    margin: 12px 0;
    background: #ededed;
    border: 2px solid #d3d3d3;
    padding: 14px
}

.boximg a img {
    border-radius: 10px;
    width: 100%
}

.boximg a:before {
    content: "";
    width: 100%;
    background: #0000008c;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    backdrop-filter: blur(3.2px);
    transition: 0.3s;
    opacity: 0
}

.boximg a:after {
    content: 'View';
    min-width: fit-content;
    background: #076fb5;
    height: fit-content;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    backdrop-filter: blur(3.2px);
    transition: 0.3s;
    opacity: 0;
    font-size: 16px;
    color: #fff;
    border: 1px solid #076fb5;
    padding: 10px 20px;
    border-radius: 10px;
    font-family: 'Poppins'
}

.boximg a:hover:before, .boximg a:hover:after {
    opacity: 1
}

.call-back-section #form .request-form {
    background: #fff0;
    backdrop-filter: blur(41px);
    padding: 39px 26px;
    border: 1px solid #7c1e7a;
    color: #fff;
    border-radius: 30px !important
}

.call-back-section .cube {
    z-index: 1
}

.call-back-section #form .request-form h2 {
    font-size: 35px;
    color: #fff;
    font-weight: 200
}

.call-back-section #form .request-form h2 span.theme {
    font-size: 39px;
    color: #fff;
    font-weight: 700
}

.call-back-section .banner-text h1, .banner-text h1 span {
    font-weight: 200
}

.call-back-section .banner-text span.big-font {
    font-weight: 700;
    color: #fff
}

.call-back-section #form .request-form label.error {
    color: red;
    font-weight: 700
}

.call-back-section #form .request-form input {
    background: #fff0;
    border: none !important;
    outline: none !important;
    border-bottom: 1px solid #fff !important;
    border-radius: 0;
    color: #fff;
    padding-left: 10px
}

.call-back-section #form .request-form textarea#txtDescription {
    background: #fff0;
    color: #fff;
    border: none;
    border-bottom: 2px solid;
    border-radius: 0;
    padding-left: 0;
    height: 70px
}

.call-back-section #form .request-form .form-top-text {
    border: none
}

.call-back-section #form .request-form button#btnSubmit {
    padding: 16px 20px !IMPORTANT;
    min-width: fit-content;
    width: 100%;
    max-width: 100% !important;
    background: #fff;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    transition: 0.5s
}

section.main-slider.call-back-section .header-btn-dark {
    transition: 0.5s,
}

section.main-slider.call-back-section .header-btn-dark, .btn-whatsapp2.btn-whatsapp, .btn-whatsapp, .services-btn a, .call-back-section #form .request-form button#btnSubmit, .theme-btn.bg_red, a.theme-btn.icon-btn-two {
    transition: 0.5s !important
}

.sectionrules {
    padding: 70px 0 !IMPORTANT
}

.iconboxtop {
    display: flex;
    gap: 13px;
    margin-left: 20px
}

.iconboxtop a.topicon {
    background: #fff0;
    width: 40px;
    display: block;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    border: 2px solid #fff;
    color: #fff;
    transition: 0.5s
}

#newheadermain {
    background: #ffffff00 !important;
    position: fixed;
    top: 10px;
    transition: 0.5s
}

#newheadermain .outer-box a.theme-btn {
    background: #fff;
    color: #000;
    padding: 8px 20px;
    min-height: auto;
    border-radius: 200px
}

#newheadermain .main-box {
    box-shadow: none;
    padding: 5px 0
}

#newheadermain .main-box .logo img {
    transition: 0.5s;
    max-height: 100px !IMPORTANT;
    height: 60px;
    filter: brightness(0) invert(1)
}

section.main-slider {
    padding-top: 120px !IMPORTANT;
    background: black !important;
}

#newheadermain.sticky .menu-box {
    background: #fff !IMPORTANT;
    padding: 1px 27px;
    border-radius: 160px;
    backdrop-filter: blur(11px);
    box-shadow: 0 0 4px 0 #066fb6
}

#newheadermain .menu-box {
    transition: 0.5s
}

#newheadermain .outer-box a.theme-btn i {
    display: none !important
}

#newheadermain .main-box .logo {
    padding: 10px 0
}

#newheadermain.sticky .main-box .logo img {
    filter: none;
    height: 45px
}

#newheadermain.sticky .main-box a.theme-btn {
    background: #076eb4;
    color: #fff
}

.testimonial-section .owl-nav {
    width: fit-content;
    position: absolute;
    top: -44px;
    z-index: 0;
    right: 0 !IMPORTANT;
    gap: 9px;
    left: unset;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.testimonial-section .owl-nav .owl-next, .testimonial-section .owl-nav .owl-prev {
    all: unset;
    font-size: 13px;
}

#newheadermain.sticky .main-box .iconboxtop a.topicon {
    border: 2px solid #076eb4;
    color: #076eb4
}

.iconboxtop a.topicon:hover {
    transform: scale(1.1)
}

section.main-slider.call-back-section .header-btn-dark:hover, .btn-whatsapp2.btn-whatsapp:hover, .btn-whatsapp:hover, .services-btn a:hover, .call-back-section #form .request-form button#btnSubmit:hover, .theme-btn.bg_red:hover, a.theme-btn.icon-btn-two:hover {
    background: #076fb5 !important;
    color: white !important;
    transition: 0.2s !important
}

section.main-slider.call-back-section {
    padding: 70px 0
}

.card-box {
    opacity: 1 !important
}

@media (min-width: 320px) and (max-width:1024px) {
    .call-back-section #form .request-form h2 span.theme {
        font-size: 28px
    }

    .call-back-section #form .request-form {
        margin: 10px
    }

    .margin-top-50 {
        margin-top: 0px !important
    }
}

.body.blue-theme-lg .whatapp {
    left: 20px !important
}

@media(min-width: 768px) {
    .footer-widget.links-widget {
        text-align: unset !important
    }

    .main-footer .copyright-text {
        text-align: unset !important
    }
}

body.blue-theme-lg a.whatapp.btn-whatsapp {
    left: 30px !important
}

@media (max-width: 999px) {
    .banner-text {
        text-align: center
    }

    .banner-text .header-btns {
        justify-content: center
    }
}

.app-logo-slide .owl-item {
    padding: 0;
}

.testimonial-section .card-body p {
    font-size: 14px !important;
    line-height: 22px;
    padding-top: 15px;
    min-height: 220px;
    overflow-y: auto;
    max-height: 220px;
    padding-right: 10px;
    margin: 15px 0px;
}

.testimonial-section .card-body .testimonail-head i {
    font-size: 40px;
    line-height: 1;
    color: white;
    padding-top: 11px;
}

.testimonial-section .card-body:before {
    color: #0c1433;
    display: none;
}

.testimonial-section .card-footer {
    margin-top: 34px !important;
    padding: 10px 0px;
    display: flex !important;
    align-items: center;
    border-top: 1px solid #fff !important;
    background: transparent;
}

.testimonial-section .card-footer p.position {
    font-size: 13px !important;
    font-weight: 300;
    line-height: 1.1;
    margin-top: 7px;
    MARGIN-BOTTOM: -4PX;
}

.testimonial-section .card-footer p.name {
    font-size: 18px !IMPORTANT;
}

.testimonial-section .card-footer .star-rating {
    font-size: 14px;
    margin-top: 4px;
}

.testimonial-section .card-footer .icon {
    width: 100px;
    margin-right: 14px !important;
}

.testimonial-section .card-footer .icon img {
    width: 100px !important;
    height: 100px !IMPORTANT;
    max-width: 100px !IMPORTANT;
}

.testimonial-section .card {
    background: linear-gradient(to right,#131f4f 0,#066fb6 100%) !important;
    border: 1px solid !important;
    padding: 20px 20px;
    border-radius: 21px;
}

.testimonial-section .owl-item {
    padding: 0;
}

.testimonial-section .card-body {
    all: unset;
    background: none !important;
    border: none !important;
}

.testimonial-section .owl-nav div i {
    color: #076eb4;
}

.testimonial-section h3 {
    color: black !important;
}

section.testimonial-section.sectionrules {
    background: transparent !IMPORTANT;
}

img.bgimgas {
    transform: scale(0.8);
}

.our-customer-wrapper .company-logo img {
    filter: brightness(0) invert(1);
}

.our-customer-wrapper {
    background-image: url(/content/assets/images/journey-cx-sec-4-bg-2x.webp);
    background-position: top;
    background-size: cover;
    color: white;
}

.our-customer-wrapper h2 span {
    all: unset;
}

.our-customer-wrapper p {
    color: white;
}

.our-customer-wrapper .company-logo {
    background: #ffffff14 !important;
    backdrop-filter: blur(12px) !important;
    box-shadow: unset !important;
    border: none !important;
    border-radius: 21rem !important;
}

@media (min-width: 968px) and (max-width: 1180px) {
    span .big-font {
        font-size: 58px !important;
    }
}

@media (max-width: 1080px) {
    .sec-title h3 {
        margin-bottom: 20px;
        text-align: center;
    }

    .testimonial-section .owl-nav {
        position: unset;
        margin: 18px auto -10px;
        width: fit-content;
    }

    .testimonial-section .owl-item .item {
        padding: 0px 0px 30px;
    }

    section.testimonial-section.sectionrules {
        background: transparent !IMPORTANT;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .row.new-combo-features .feature-box {
        margin-top: 15px;
    }
}

.blue-theme-lg .pricing-section h3 {
    margin-top: 20px;
}

.blue-theme-lg .pricing-section h3:first-child {
    margin-bottom: 0px !important
}

p.copyright-text.policy {
    font-size: 14px !important;
}

@media (min-width:1024px) {
    .line-break {
        display: block
    }

    .combo-btn-container {
        justify-content: start !important;
        margin-top: 15px !important
    }
}

.combo-step {
    background: #fff;
    padding: 25px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    height: 100%;
}

.step-number {
    color: #e63946;
    font-weight: 700;
    margin-right: 8px;
}

.combo-step h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.combo-step ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.combo-step ul li {
    margin-bottom: 8px;
}

body.blue-theme-lg #combo-package .combo-step {
    color: #000 !important;
}

new-combo-features .feature-title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.new-combo-features .purple-dot {
    width: 24px;
    height: 24px;
    background: rgba(142, 68, 255, 0.2);
    border: 2px solid #2d96d8;
    border-radius: 50%;
    margin-right: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.new-combo-features .purple-dot::after {
    content: '';
    width: 8px;
    height: 8px;
    background: #2d96d8;
    border-radius: 50%;
}

.new-combo-features h3 {
    color: #ffffff !important;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.new-combo-features ul {
    list-style: none;
    padding: 0;
    padding-left: 36px;
    margin: 0;
    text-align: left;
}

.new-combo-features ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 8px;
    color: #F4F0FF;
    font-size: 14px;
    line-height: 1.5;
}

.new-combo-features ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background: #ffffff;
    border-radius: 50%;
}

.combo-image-wrapper {
    position: relative;
}

.combo-image-wrapper img {
    max-width: 100%;
    filter: drop-shadow(0 0 30px rgba(142, 68, 255, 0.4));
}


section#combo-package {
    background-size: 110% 100%;
    background-position: center;
}

section#combo-package .box-rowtop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section#combo-package .box-rowtop h2 {
    text-align: left;
    font-size: 37px;
}

section#combo-package .box-rowtop h2 span {
    /*  display: block;*/
    background: linear-gradient(0deg,#1460a4 0,#40bfff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section#combo-package .box-rowtop a.theme-btn.icon-btn-two {
    background: transparent;
    box-shadow: unset;
    border: 2px solid #ffffff47;
    text-transform: capitalize;
    font-size: 15px;
    padding: 12px 30px 12px 30px !important;
    text-transform: uppercase
}

section#combo-package .feature-title {
    text-align: left;
    color: #F4F0FF;
    display: flex;
    align-items: center;
    padding: 0px 0px 6px;
}

section#combo-package .feature-title h3 {
    font-size: 20px;
    font-weight: 400 !important;
}

section#combo-package .feature-title ul li {
    list-style: circle !important;
}

section#combo-package .feature-title ul {
    padding-left: 20px;
    margin: 11px 0px;
}

section#combo-package .box-rowtop h2 {
    text-align: left;
    font-family: 'Poppins';
}

.d-sm-none, .d-lg-none {
    display: none;
}

.blue-theme-lg .whatapp {
    width: 60px;
    height: 60px;
}

a.theme-btn.icon-btn-two.header-btn-dark.d-none.d-lg-inline-block {
    line-height: 3.2;
    text-align: center;
}

a.theme-btn.icon-btn-two.bg_red.d-inline-block.d-lg-none {
    line-height: 3.3;
}

@media (max-width: 1181px) {
    .d-sm-none {
        display: block !important;
    }
}

@media (min-width: 320px) and (max-width: 1180px) {
    .d-sm-none {
        display: block;
    }
}
.banner-text h1{font-size:36px !important;}
.big-font{display:block;}
.hero-banner, span.hero-para {
    font-size: 20px !important;
}
span.hero-para strong {
    font-weight: 600 !important;
}
.hero-banner, span.hero-para {
    font-size: 20px;
}
@media (min-width: 320px) and (max-width: 768px) {
    .form-column {
        display: none;
    }

    a.theme-btn.icon-btn-two.bg_red.d-inline-block.d-lg-none {
        line-height: 3.9;
        font-size: 13px;
        position: relative;
        z-index: 999999;
    }

    .cube:nth-child(3) {
        display: none;
        position: relative;
        z-index: 0;
    }

    a.theme-btn.icon-btn-two.btn-whatsapp2.btn-whatsapp {
        font-size: 13px;
    }

    .image-layer {
        margin-top: 50px;
    }
}
@media (max-width:1180px){.big-font {
        font-size: 42px !important;
    }.banner-text h1 {
           font-size: 26px !important;
        font-family: 'Poppins';
        font-weight: 400 !important;
}}.line-break-font-normal {
    font-family: 'Poppins';
    font-weight:400;display:block;
}